CVS: moonbase/editors/elvis DEPENDS, NONE, 1.1 BUILD, 1.2,
1.3 DETAILS, 1.2, 1.3 CONFLICTS, 1.1.1.1, NONE
Terry Chan
tchan at lunar-linux.org
Sat Nov 8 05:01:02 GMT 2003
Update of /var/cvs/lunar/moonbase/editors/elvis
In directory dbguin.lunar-linux.org:/tmp/cvs-serv565
Modified Files:
BUILD DETAILS
Added Files:
DEPENDS
Removed Files:
CONFLICTS
Log Message:
Updated elvis to version 2.2_0. Removed the CONFLICTS with vim. VIM is the
only vi clone that gets the /usr/bin/vi symlink. Elvis is /usr/bin/elvis or
/usr/bin/xelvis. Added the DEPENDS file for ncurses.
--- NEW FILE: DEPENDS ---
depends ncurses
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/editors/elvis/BUILD,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BUILD 23 Jul 2003 20:37:09 -0000 1.2
+++ BUILD 8 Nov 2003 05:01:00 -0000 1.3
@@ -1,16 +1,20 @@
(
- patch_it $SOURCE_CACHE/$SOURCE1 1 &&
-
sedit "s/if test -n \"\$mandir\"/mandir=\/usr\/share\/man\/man1 ; \0/" instman.sh
sedit "s/for dir in \$mandir/mandir=\/usr\/share\/man\/man1 ; \0/" instman.sh
sedit "s/-O2/$CFLAGS $LDFLAGS/" configure &&
- ./configure --build=$BUILD \
+ ./configure --with-x linux \
--bindir=/usr/bin \
--datadir=/var/lib/elvis &&
- make &&
- prepare_install &&
- make install &&
- ln -sf elvis /usr/bin/vi
+ make &&
+ mv elvis xelvis &&
+ make clean &&
+ ./configure --with-x=no linux \
+ --bindir=/usr/bin \
+ --datadir=/var/lib/elvis &&
+ make &&
+ prepare_install &&
+ make install &&
+ cp xelvis /usr/bin/xelvis
) > $C_FIFO 2>&1
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/editors/elvis/DETAILS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DETAILS 23 Jul 2003 20:37:09 -0000 1.2
+++ DETAILS 8 Nov 2003 05:01:00 -0000 1.3
@@ -1,13 +1,12 @@
- MODULE=elvis
- VERSION=2.1_4
+ MODULE=elvis
+ VERSION=2.2_0
+ #VERSION=2.1_4
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE1=$MODULE-$VERSION--fix1.patch.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_URL[0]=ftp://ftp.cs.pdx.edu/pub/$MODULE/$SOURCE
- SOURCE1_URL[0]=$PATCH_URL/$SOURCE1
- WEB_SITE=ftp://ftp.cs.pdx.edu/pub/elvis
+ WEB_SITE=http:/elvis.vi-editor.org
ENTERED=20010922
- UPDATED=20010922
+ UPDATED=20031107
SHORT="elvis is a clone of vi/ex, the standard UNIX editor."
cat << EOF
Elvis is a clone of vi/ex, the standard UNIX editor. Elvis supports
--- CONFLICTS DELETED ---
More information about the Lunar-commits
mailing list