[Lunar-commits] CVS: moonbase/editors/vim BUILD, 1.6, 1.7 DETAILS, 1.3, 1.4

Auke Kok sofar at lunar-linux.org
Tue Jun 8 14:51:44 GMT 2004


Update of /var/cvs/lunar/moonbase/editors/vim
In directory dbguin.lunar-linux.org:/tmp/cvs-serv3384

Modified Files:
	BUILD DETAILS 
Log Message:
Bumping version. Also simplified the BUILD a bit... seems to work correctly too ;^)


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/editors/vim/BUILD,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- BUILD	19 Apr 2004 23:54:28 -0000	1.6
+++ BUILD	8 Jun 2004 14:51:42 -0000	1.7
@@ -1,22 +1,10 @@
 (
 
-  # patch_it $SOURCE_CACHE/$SOURCE2 1 &&
- 
   cd src                                 &&
-  
-  ./configure  --prefix=/usr             \
-               --bindir=/usr/bin         \
-               --sbindir=/usr/sbin       \
-               --sysconfdir=/etc         \
-               --infodir=/usr/share/info \
-               --mandir=/usr/share/man   \
-               --datadir=/usr/share      \
-               --localstatedir=/var      \
-               $OPTS                     &&
-  
-  rm -f /usr/bin/vim /usr/bin/vi         &&
+	default_config                         &&
   make                                   &&
   prepare_install                        &&
+  rm -f /usr/bin/vim /usr/bin/vi         &&
   ( find /usr/share/vim -type d -exec rmdir {} \; &> /dev/null || true) &&
   make install                           &&
   ln  -sf  /usr/bin/vim  /usr/bin/vi     &&

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/editors/vim/DETAILS,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- DETAILS	3 Jun 2003 17:52:59 -0000	1.3
+++ DETAILS	8 Jun 2004 14:51:42 -0000	1.4
@@ -1,22 +1,18 @@
            MODULE=vim
-          VERSION=6.2
-	    MAJOR=62
+          VERSION=6.3
+            MAJOR=63
            SOURCE=$MODULE-$VERSION.tar.bz2
  SOURCE_DIRECTORY=$BUILD_DIRECTORY/vim${MAJOR}
-    SOURCE_URL[0]=ftp://ftp.vim.org/pub/vim/unix/$SOURCE
-#          SOURCE2=$MODULE-$VERSION-misc.patch.tar.bz2
-#   SOURCE2_URL[0]=$PATCH_URL/$SOURCE2
+       SOURCE_URL=ftp://ftp.vim.org/pub/vim/unix/$SOURCE
          WEB_SITE=http://vim.sf.net
        MAINTAINER=sofar at lunar-linux.org
           ENTERED=20010922
-          UPDATED=20030602
+          UPDATED=20040608
             SHORT="VIM is an improved version of vi."
 cat << EOF
 VIM is an improved version of the editor vi, one of the standard text
-editors on UNIX systems.
-VIM adds many of the features that you would expect in an editor:
-Unlimited undo, syntax coloring, split windows, visual selection,
-graphical user interface (read: menus, mouse control, scrollbars, text
-selection), and much much more.
-Now using the SINGLE tar.bz2 VIM source instead of four tar.gz files!
+editors on UNIX systems.  VIM adds many of the features that you would
+expect in an editor: Unlimited undo, syntax coloring, split windows,
+visual selection, graphical user interface (read: menus, mouse control,
+scrollbars, text selection), and much much more.
 EOF



More information about the Lunar-commits mailing list