[Lunar-commits] CVS: moonbase/terminal/splitvt BUILD, 1.1.1.1,
1.2 DETAILS, 1.1.1.1, 1.2
Chad Kittel
v3rt1g0 at lunar-linux.org
Thu Sep 16 02:33:21 UTC 2004
Update of /var/cvs/lunar/moonbase/terminal/splitvt
In directory espresso.lunar-linux.org:/tmp/cvs-serv2334/splitvt
Modified Files:
BUILD DETAILS
Log Message:
Enabled the use of the user's CFLAGS in place of the developer defined
optimization of -02. Also added a sha1 sum. Decided to bump the updated
date on this as I assume probably no one actually has this module installed,
but if someone does, it's a really quick build and it would be nice to have
those optimizations.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/terminal/splitvt/BUILD,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- BUILD 21 Aug 2002 00:55:21 -0000 1.1.1.1
+++ BUILD 16 Sep 2004 02:33:19 -0000 1.2
@@ -1,8 +1,8 @@
(
- ./configure &&
- make &&
- prepare_install &&
- cp splitvt /usr/bin
+ sedit "s:/usr/local/bin:/usr/bin:g" config.c &&
+ ./configure &&
+ sedit "s:-O2:$CFLAGS:" Makefile &&
+ default_make
) > $C_FIFO 2>&1
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/terminal/splitvt/DETAILS,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- DETAILS 21 Aug 2002 00:55:21 -0000 1.1.1.1
+++ DETAILS 16 Sep 2004 02:33:19 -0000 1.2
@@ -1,12 +1,14 @@
- MODULE=splitvt
+ MODULE=splitvt
VERSION=1.6.5
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
- SOURCE_URL[0]=http://www.devolution.com/~slouken/projects/$MODULE/$SOURCE
- WEB_SITE=http://www.devolution.com/~slouken/projects/splitvt
+ SOURCE_URL=http://www.devolution.com/~slouken/projects/$MODULE/$SOURCE
+ SOURCE_VRY=sha1:20d8d06ce6bf8b4ba41e66f13b853d11eb806316
+ WEB_SITE=http://www.devolution.com/~slouken/projects/$MODULE
ENTERED=20010922
- UPDATED=20010922
+ UPDATED=20040915
SHORT="splitvt splits a terminal window vertically into two shell windows."
+
cat << EOF
splitvt takes any VT100 terminal window and splits it vertically into
two shell windows. It allows you to watch two terminal sessions at once,
More information about the Lunar-commits
mailing list