[Lunar-commits] CVS: moonbase/web/lynx BUILD, 1.1.1.1, 1.2 DEPENDS, 1.1.1.1, 1.2 DETAILS, 1.3, 1.4

Chad Kittel v3rt1g0 at lunar-linux.org
Sat Nov 27 21:32:24 UTC 2004


Update of /var/cvs/lunar/moonbase/web/lynx
In directory espresso.foo-projects.org:/tmp/cvs-serv17284/lynx

Modified Files:
	BUILD DEPENDS DETAILS 
Log Message:
Added some more build-time options in and some missing depends.


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/web/lynx/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:22 -0000	1.1.1.1
+++ BUILD	27 Nov 2004 21:32:21 -0000	1.2
@@ -1,20 +1,26 @@
 (
 
-  mkdir  -p  /var/lib/lynx
+  mkdir -p /var/lib/lynx &&
 
-  ./configure   --host=$BUILD                        \
-                --prefix=/usr                        \
-                --libdir=/var/lib/lynx               \
-                --sysconfdir=/etc                    \
-                --enable-gzip-help                   \
-                --mandir=/usr/share/man              \
-                $OPTS                                &&
-  make                                               &&
-  prepare_install                                    &&
-  make    install                                    &&
-  make    install-help                               &&
-  make    install-doc                                &&
-  ln    -sf  ../var/lib/lynx/lynx.cfg /etc/lynx.cfg  &&
-  rm    -f  /usr/bin/lynx.old
+  ./configure   --host=$BUILD           \
+                --prefix=/usr           \
+                --libdir=/var/lib/lynx  \
+		--enable-cgi-links      \
+		--enable-nsl-fork       \
+		--enable-read-eta       \
+		--enable-color-style    \
+		--enable-scrollbar      \
+		--with-zlib             \
+		--sysconfdir=/etc       \
+                --enable-gzip-help      \
+                --mandir=/usr/share/man \
+                $OPTS                   &&
+
+  default_make      &&
+  make install-help &&
+  make install-doc  &&
+  
+  ln -sf ../var/lib/lynx/lynx.cfg /etc/lynx.cfg  &&
+  rm -f  /usr/bin/lynx.old
 
 ) > $C_FIFO 2>&1

Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/web/lynx/DEPENDS,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- DEPENDS	21 Aug 2002 00:55:22 -0000	1.1.1.1
+++ DEPENDS	27 Nov 2004 21:32:21 -0000	1.2
@@ -1 +1,6 @@
-optional_depends  "openssl"  "--with-ssl"  ""  "encryption for HTTPS"
+depends ncurses &&
+depends zlib    &&
+
+optional_depends "openssl" "--with-ssl"   "" "encryption (HTTPS) support" &&
+optional_depends "gettext" "--enable-nls" "" "for NLS support" &&
+optional_depends "gnutls"  "--with-gnutls" "" "for EXPERIMENTAL gnutls support"

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/web/lynx/DETAILS,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- DETAILS	5 Oct 2004 09:30:21 -0000	1.3
+++ DETAILS	27 Nov 2004 21:32:21 -0000	1.4
@@ -1,14 +1,21 @@
-           MODULE=lynx
+          MODULE=lynx
          VERSION=2.8.5
           SOURCE=$MODULE$VERSION.tar.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/${MODULE}2-8-5
-   SOURCE_URL[0]=http://lynx.isc.org/release/
-      SOURCE_VFY=md5:d1e5134e5d175f913c16cb6768bc30eb
+      SOURCE_URL=http://lynx.isc.org/release/
+      SOURCE_VFY=sha1:c70866f67c1365b55e0c9c0c569190f5919d28d4
         WEB_SITE=http://lynx.browser.org
          ENTERED=20010922
          UPDATED=20040206
-        SHORT="lynx is a text browser for the World Wide Web."
+        SHORT="A console-based text browser for the World Wide Web"
 
 cat << EOF
-Lynx is a text browser for the World Wide Web.
+Lynx is a fully-featured World Wide Web (WWW) client for users running
+cursor-addressable, character-cell display devices (e.g., vt100 
+terminals, vt100 emulators running on PCs or Macs, or any other 
+character-cell display).  It will display Hypertext Markup Language 
+(HTML) documents containing links to files on the local system, as 
+well as files on remote systems running http, gopher, ftp, wais, nntp,
+finger, or cso/ph/qi servers, and services accessible via logins to 
+telnet, tn3270 or rlogin accounts.
 EOF



More information about the Lunar-commits mailing list