[Lunar-commits] r14577 - moonbase/trunk/web/elinks

Florin Braescu florin at lunar-linux.org
Wed May 4 04:19:44 UTC 2005


Author: florin
Date: 2005-05-04 04:19:44 +0000 (Wed, 04 May 2005)
New Revision: 14577

Modified:
   moonbase/trunk/web/elinks/BUILD
   moonbase/trunk/web/elinks/DEPENDS
   moonbase/trunk/web/elinks/DETAILS
Log:
bump the version from 0.10.3 to 0.10.5. some new features added.

Modified: moonbase/trunk/web/elinks/BUILD
===================================================================
--- moonbase/trunk/web/elinks/BUILD	2005-05-03 19:15:49 UTC (rev 14576)
+++ moonbase/trunk/web/elinks/BUILD	2005-05-04 04:19:44 UTC (rev 14577)
@@ -1,16 +1,16 @@
 (
 # NOTE guile support is incomplete in elinks.  Enable it at your own risk!
-  mkdir -p elinks-build &&
-  cd elinks-build &&
-  ../configure --prefix=/usr            \
-              --infodir=/usr/share/info \
-              --mandir=/usr/share/man	\
-              --sysconfdir=/etc         \
-              --without-guile           \
-              --enable-256-colors       \
-              $OPTS
+  mkdir -p elinks-build  &&
+  cd elinks-build        &&
+  ../configure --prefix=/usr             \
+              --infodir=/usr/share/info  \
+              --mandir=/usr/share/man	 \
+              --sysconfdir=/etc          \
+              --without-guile            \
+              --enable-256-colors        \
+              $OPTS                     &&
 
-  default_make &&
+  default_make  &&
   if [ ! -e "/etc/elinks.conf" ] ; then
     cp $SCRIPT_DIRECTORY/elinks.conf /etc/elinks.conf
   fi  

Modified: moonbase/trunk/web/elinks/DEPENDS
===================================================================
--- moonbase/trunk/web/elinks/DEPENDS	2005-05-03 19:15:49 UTC (rev 14576)
+++ moonbase/trunk/web/elinks/DEPENDS	2005-05-04 04:19:44 UTC (rev 14577)
@@ -2,17 +2,17 @@
 depends  gzip    &&
 depends  zlib    &&
 
-optional_depends  "openssl"               \
-                  "--with-openssl"        \
-                  "--without-openssl"     \
-                  "encryption for HTTPS"
+optional_depends  "openssl"                \
+                  "--with-openssl"         \
+                  "--without-openssl"      \
+                  "encryption for HTTPS"  &&
 
-optional_depends  "expat"                 \
-                  "--with-xbel"           \
-                  "--without-xbel"        \
-                  "for XBEL bookmarks"
+optional_depends  "expat"                  \
+                  "--with-xbel"            \
+                  "--without-xbel"         \
+                  "for XBEL bookmarks"    &&
 
-optional_depends  "gpm"                   \
-                  "--with-gpm"            \
-                  "--without-gpm"         \
+optional_depends  "gpm"                    \
+                  "--with-gpm"             \
+                  "--without-gpm"          \
                   "for gpm mouse support"

Modified: moonbase/trunk/web/elinks/DETAILS
===================================================================
--- moonbase/trunk/web/elinks/DETAILS	2005-05-03 19:15:49 UTC (rev 14576)
+++ moonbase/trunk/web/elinks/DETAILS	2005-05-04 04:19:44 UTC (rev 14577)
@@ -1,11 +1,11 @@
           MODULE=elinks
-         VERSION=0.10.3
+         VERSION=0.10.5
           SOURCE=$MODULE-$VERSION.tar.bz2
       SOURCE_URL=http://elinks.or.cz/download/
-      SOURCE_VFY=sha1:6435d69bbba00bdba97e798c492fcc83afe73367
+      SOURCE_VFY=sha1:f05fcb5194bd5a6b43ed4bc09880de7577cbcce0
         WEB_SITE=http://elinks.or.cz
          ENTERED=20031110
-         UPDATED=20050318
+         UPDATED=20050504
       MAINTAINER=tchan at lunar-linux.org
            SHORT="ELinks is an advanced and well-established feature-rich text-mode web browser"
 



More information about the Lunar-commits mailing list