summaryrefslogtreecommitdiff
path: root/www/elinks
diff options
context:
space:
mode:
authorsalo <salo>2003-01-26 21:51:12 +0000
committersalo <salo>2003-01-26 21:51:12 +0000
commit6db25330b99b7b6b113341b756c80701477af4c8 (patch)
tree334c86cc957c4bb7af84b58ac0a61a55047056de /www/elinks
parent7c41a4d294920e286d7f6120e83da47a8ffd1424 (diff)
downloadpkgsrc-6db25330b99b7b6b113341b756c80701477af4c8.tar.gz
Update to version 0.4.2.
- no longer CONFLICTS with links{-gui} Differences to Links So far, we have the following major differences to Links: * Much cleaner code * Support for a Lua scripting * Enhanced cookies support * IPv6 support * HTTP Authentication support * Proxy authentication support * Much more powerful configuration * Hiearchic bookmarks (Links-2.x has these as well) * Download resuming support * Mailcap support * Also a lot of smaller but still pleasant features ;) * More active development Too many changes to list them all, see ChangeLog for details. (http://pasky.ji.cz/cvsweb.cgi/elinks/ChangeLog)
Diffstat (limited to 'www/elinks')
-rw-r--r--www/elinks/DESCR10
-rw-r--r--www/elinks/Makefile16
-rw-r--r--www/elinks/PLIST8
-rw-r--r--www/elinks/distinfo6
4 files changed, 23 insertions, 17 deletions
diff --git a/www/elinks/DESCR b/www/elinks/DESCR
index 395f62e1877..6ed21d49350 100644
--- a/www/elinks/DESCR
+++ b/www/elinks/DESCR
@@ -1,5 +1,5 @@
-This is the elinks tree - intended to provide feature-rich version of links,
-however not rock-stable and dedicated mainly for testing. Its purpuose is to
-make alternative to links, until Mikulas will have some time to maintain it,
-and to test and tune various patches for Mikulas to be able to include them
-in the official links releases.
+ELinks is an advanced and well-established text-mode web (HTTP/FTP/..) browser
+with a wide range of additional features and extensibility by the possibility
+to plug in own scripts in Lua language. This project aims to provide
+feature-rich version of Links, with more open patches/features inclusion
+policy. This OpenSource project is covered by the GNU General Public License.
diff --git a/www/elinks/Makefile b/www/elinks/Makefile
index d95a187f7b3..cfb80fa0772 100644
--- a/www/elinks/Makefile
+++ b/www/elinks/Makefile
@@ -1,19 +1,23 @@
-# $NetBSD: Makefile,v 1.4 2002/09/12 23:14:33 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2003/01/26 21:51:13 salo Exp $
#
-DISTNAME= elinks-0.3.0
+DISTNAME= elinks-0.4.2
CATEGORIES= www
MASTER_SITES= http://elinks.or.cz/download/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= dawszy@arhea.net
HOMEPAGE= http://elinks.or.cz/
-COMMENT= Extended/Enhanced Links (elinks)
+COMMENT= Extended/Enhanced Links
-CONFLICTS= links-[0-9]* links-gui-[0-9]*
-
-GNU_CONFIGURE= YES
USE_BUILDLINK2= YES
+GNU_CONFIGURE= YES
+CONFIGURE_ARGS+= --without-x
+
+.include "../../archivers/bzip2/buildlink2.mk"
+.include "../../devel/zlib/buildlink2.mk"
+.include "../../lang/lua/buildlink2.mk"
.include "../../security/openssl/buildlink2.mk"
+
.include "../../mk/bsd.pkg.mk"
diff --git a/www/elinks/PLIST b/www/elinks/PLIST
index 86193dffab0..c1ae00bc610 100644
--- a/www/elinks/PLIST
+++ b/www/elinks/PLIST
@@ -1,3 +1,5 @@
-@comment $NetBSD: PLIST,v 1.2 2002/08/25 21:52:09 jlam Exp $
-bin/links
-man/man1/links.1
+@comment $NetBSD: PLIST,v 1.3 2003/01/26 21:51:13 salo Exp $
+bin/elinks
+man/man1/elinks.1
+man/man5/elinks.conf.5
+man/man5/elinkskeys.5
diff --git a/www/elinks/distinfo b/www/elinks/distinfo
index bceb64299bf..536432c01fb 100644
--- a/www/elinks/distinfo
+++ b/www/elinks/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2002/08/25 21:52:10 jlam Exp $
+$NetBSD: distinfo,v 1.4 2003/01/26 21:51:13 salo Exp $
-SHA1 (elinks-0.3.0.tar.bz2) = c531d7922b1fb51fb8eeda960ff1e41c656db03e
-Size (elinks-0.3.0.tar.bz2) = 446820 bytes
+SHA1 (elinks-0.4.2.tar.bz2) = a29b760d8e2abcc848940acd7ce27870be64113e
+Size (elinks-0.4.2.tar.bz2) = 760309 bytes