[Lunar-commits] r21999 - in moonbase/trunk/zbeta: . nedit-cvs

Terry Chan tchan at lunar-linux.org
Mon Oct 30 17:07:16 CET 2006


Author: tchan
Date: 2006-10-30 17:07:16 +0100 (Mon, 30 Oct 2006)
New Revision: 21999

Added:
   moonbase/trunk/zbeta/nedit-cvs/
   moonbase/trunk/zbeta/nedit-cvs/BUILD
   moonbase/trunk/zbeta/nedit-cvs/DEPENDS
   moonbase/trunk/zbeta/nedit-cvs/DETAILS
Log:
Added the nedit-cvs module to moonbase.


Added: moonbase/trunk/zbeta/nedit-cvs/BUILD
===================================================================
--- moonbase/trunk/zbeta/nedit-cvs/BUILD	                        (rev 0)
+++ moonbase/trunk/zbeta/nedit-cvs/BUILD	2006-10-30 16:07:16 UTC (rev 21999)
@@ -0,0 +1,17 @@
+(
+
+  sedit "s/CFLAGS=/CFLAGS:=-DBUILD_UNTESTED_NEDIT /"  makefiles/Makefile.linux &&
+  sedit "s/-DUSE_LPR_PRINT_CMD/& \$\(CFLAGS\)/" makefiles/Makefile.linux &&
+  sedit "s/-lm/-lm -lXmu/" makefiles/Makefile.linux &&
+  make  linux docs &&
+  prepare_install &&
+
+  install -s source/nc /usr/bin/nc-cvs                    &&
+  install -s source/nedit /usr/bin/nedit-cvs              &&
+  install doc/nc.man nc-cvs.1                             &&
+  install doc/nedit.man nedit-cvs.1                       &&
+  gzip -9 nc-cvs.1 nedit-cvs.1                            &&
+  install nc-cvs.1.gz nedit-cvs.1.gz /usr/share/man/man1/ &&
+  gather_docs ReleaseNotes doc/nedit.doc doc/nedit.html doc/README.FAQ doc/html/*
+
+) > $C_FIFO 2>&1

Added: moonbase/trunk/zbeta/nedit-cvs/DEPENDS
===================================================================
--- moonbase/trunk/zbeta/nedit-cvs/DEPENDS	                        (rev 0)
+++ moonbase/trunk/zbeta/nedit-cvs/DEPENDS	2006-10-30 16:07:16 UTC (rev 21999)
@@ -0,0 +1,5 @@
+# Don't add anymore lesstif apps in moonbase, openMotif is by FAR a more
+# correct implementation.  nedit works just fine with openMotif and lesstif conflicts
+#  with openMotif. lesstif is NOT as feature rich as openMotif.
+depends openMotif &&
+depends bison

Added: moonbase/trunk/zbeta/nedit-cvs/DETAILS
===================================================================
--- moonbase/trunk/zbeta/nedit-cvs/DETAILS	                        (rev 0)
+++ moonbase/trunk/zbeta/nedit-cvs/DETAILS	2006-10-30 16:07:16 UTC (rev 21999)
@@ -0,0 +1,18 @@
+          MODULE=nedit-cvs
+         VERSION=5.x
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=cvs://:pserver:anonymous@nedit.cvs.sourceforge.net:/cvsroot/nedit:nedit
+        WEB_SITE=http://www.nedit.org
+         ENTERED=20061030
+         UPDATED=`date -u +%Y%m%d`
+   CVS_THRESHOLD=43200
+           SHORT="NEdit is a multi-purpose text editor for the X Window System"
+cat << EOF
+NEdit is a Unix text editor for programmers and general users. It
+combines a standard, easy-to-use, graphical user interface with the
+thorough functionality and stability required by users who edit text
+eight hours a day. It includes a macro language with a complete
+library of editing functions, state-of-the-art syntax highlighting
+for 30 common languages and text processors, and the best
+mouse-interactivity available in a Unix text editor.
+EOF



More information about the Lunar-commits mailing list