[Lunar-commits] CVS: moonbase/terminal/Eterm BUILD, 1.1.1.1,
1.2 DETAILS, 1.3, 1.4
Chad Kittel
v3rt1g0 at lunar-linux.org
Sun Jan 2 17:18:58 UTC 2005
Update of /var/cvs/lunar/moonbase/terminal/Eterm
In directory espresso.foo-projects.org:/tmp/cvs-serv7743/Eterm
Modified Files:
BUILD DETAILS
Log Message:
Version bump. Cleaned up the BUILD file a bit too.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/terminal/Eterm/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 2 Jan 2005 17:18:56 -0000 1.2
@@ -1,15 +1,11 @@
(
- ./configure --prefix=/usr \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man \
- --enable-multi-charset \
- --with-delete=execute \
- --with-theme-update &&
- make &&
- prepare_install &&
-# tic doc/Eterm.ti &&
- make install &&
- chmod u+s /usr/bin/Eterm
+ OPTS="$OPTS --enable-multi-charset --enable-trans \
+ --with-delete=execute --with-theme-update"
+
+ default_build &&
+ chmod u+s /usr/bin/Eterm &&
+
+ gather_docs ReleaseNotes
) > $C_FIFO 2>&1
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/terminal/Eterm/DETAILS,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- DETAILS 5 Oct 2004 09:30:17 -0000 1.3
+++ DETAILS 2 Jan 2005 17:18:56 -0000 1.4
@@ -1,13 +1,14 @@
- MODULE=Eterm
- VERSION=0.9.2
+ MODULE=Eterm
+ VERSION=0.9.3
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE2=$MODULE-bg-$VERSION.tar.gz
SOURCE_URL[0]=http://www.eterm.org/download/
SOURCE2_URL[0]=http://www.eterm.org/download/
WEB_SITE=http://www.eterm.org
ENTERED=20010922
- UPDATED=20021112
+ UPDATED=20050102
SHORT="Eterm is a vt102 terminal emulator."
+
cat << EOF
Eterm is a vt102 terminal emulator intended as a replacement for
xterm. It is designed with a Freedom of Choice philosophy, leaving as
More information about the Lunar-commits
mailing list