[Lunar-commits] CVS: moonbase/editors/zile BUILD, NONE, 1.1 DETAILS, 1.3, 1.4

Terry Chan tchan at lunar-linux.org
Tue Feb 8 01:57:02 UTC 2005


Update of /var/cvs/lunar/moonbase/editors/zile
In directory espresso.foo-projects.org:/tmp/cvs-serv11669

Modified Files:
	DETAILS 
Added Files:
	BUILD 
Log Message:
Version bump to zile-2.0.0.  Hacked the module to use ncurses.  For some reason
the brain-dead zile devs want to use termcap, which conflicts with ncurses AND
ncurses is already installed on lunar boxes.  Patched some default zile keystrokes
to make some more sense as well. Compiled/tested with gcc-3.3.3, glibc-2.3.3,
kernel headers 2.4.x, ncurses-5.4.


--- NEW FILE: BUILD ---
(
  
  patch_it $SOURCE_CACHE/$SOURCE2 0 &&
  autoconf &&
  OPTS="$OPTS --enable-shell-mode --enable-mail-mode" &&
  default_build
  
) > $C_FIFO 2>&1

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/editors/zile/DETAILS,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- DETAILS	5 Oct 2004 09:29:56 -0000	1.3
+++ DETAILS	8 Feb 2005 01:57:00 -0000	1.4
@@ -1,12 +1,14 @@
           MODULE=zile
-         VERSION=1.6.2
+         VERSION=2.0.0
           SOURCE=$MODULE-$VERSION.tar.gz
+         SOURCE2=$MODULE-$VERSION-tbl_funcs.h.diff
    SOURCE_URL[0]=$SFORGE_URL/$MODULE/
    SOURCE_URL[1]=ftp://ftp.ibiblio.org/pub/Linux/apps/editors/emacs/clones/
-      SOURCE_VFY=md5:7bb34d180c9de83f54cf079c694fcf9b
+     SOURCE2_URL=$PATCH_URL/$SOURCE2
+      SOURCE_VFY=sha1:5ed0e99431396f5ac995e82a4fbdcf550631f0a9
         WEB_SITE=http://zile.sourceforge.net
          ENTERED=20010922
-         UPDATED=20040419
+         UPDATED=20050207
            SHORT="zile is a small, fast and powerful emacs clone."
 cat << EOF
 Zile is a small, fast, and powerful Emacs clone. It is very useful for



More information about the Lunar-commits mailing list