summaryrefslogtreecommitdiff
path: root/www/elinks
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2004-01-22 11:07:28 +0000
committerrecht <recht@pkgsrc.org>2004-01-22 11:07:28 +0000
commitafe8dc10283cddc0d1e0861b858fa1bb34f4dfe2 (patch)
tree3a457b4e94cd6d015814f600e7fe92ade4ab9dde /www/elinks
parentba56c750c32ca6dff3cf4b6743a35afc392e9f33 (diff)
downloadpkgsrc-afe8dc10283cddc0d1e0861b858fa1bb34f4dfe2.tar.gz
update to ELinks 0.9.0
based upon the version from pkgsrc-wip by Bruce J.A. Nourish and PR pkg/24191 by M.Negovanovic * used gettext for internationalization * support for background document colors * tabs support * new MIME subsystem adding mimetypes files support * local CGI support * Guile scripting extensions * HTML meta refresh * forms history * 256 colors support * regex searches * cookies manager, cache manager and download manager * marks support * displaying URIs in plain documents as links * SMB protocol support (requires smbclient) * builtin user prefixes support (enter 'gg' or 'gg:elinks' to the goto dialog) * HTTPS proxy support * typeahead searches support (press '#') See ChangeLog for a complete list of changes, bugfixes and new features. Since some of the new features (like color support) could be disliked by current users of ELinks the old version will be reimported as elink04. As suggested by wiz@ in http://mail-index.netbsd.org/tech-pkg/2004/01/04/0039.html.
Diffstat (limited to 'www/elinks')
-rw-r--r--www/elinks/Makefile11
-rw-r--r--www/elinks/PLIST36
-rw-r--r--www/elinks/distinfo9
-rw-r--r--www/elinks/patches/patch-aa22
-rw-r--r--www/elinks/patches/patch-ab15
-rw-r--r--www/elinks/patches/patch-ac13
6 files changed, 46 insertions, 60 deletions
diff --git a/www/elinks/Makefile b/www/elinks/Makefile
index cc7714dd0de..c43853a9884 100644
--- a/www/elinks/Makefile
+++ b/www/elinks/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2003/12/14 04:02:53 xtraeme Exp $
+# $NetBSD: Makefile,v 1.9 2004/01/22 11:07:28 recht Exp $
-DISTNAME= elinks-0.4.3
+DISTNAME= elinks-0.9.0
CATEGORIES= www
MASTER_SITES= http://elinks.or.cz/download/
EXTRACT_SUFX= .tar.bz2
@@ -11,12 +11,17 @@ COMMENT= Extended/Enhanced Links
USE_BUILDLINK2= yes
GNU_CONFIGURE= yes
+USE_PKGLOCALEDIR= yes
+USE_GNU_TOOLS+= make
CONFIGURE_ARGS+= --without-x
+CONFIGURE_ARGS+= --enable-256-colors
+CONFIGURE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR}
.include "../../archivers/bzip2/buildlink2.mk"
+.include "../../devel/gettext-lib/buildlink2.mk"
.include "../../devel/zlib/buildlink2.mk"
-.include "../../lang/lua4/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 c1ae00bc610..cdb6a407c84 100644
--- a/www/elinks/PLIST
+++ b/www/elinks/PLIST
@@ -1,5 +1,39 @@
-@comment $NetBSD: PLIST,v 1.3 2003/01/26 21:51:13 salo Exp $
+@comment $NetBSD: PLIST,v 1.4 2004/01/22 11:07:28 recht Exp $
bin/elinks
+@comment belongs to libiconv: lib/charset.alias
man/man1/elinks.1
man/man5/elinks.conf.5
man/man5/elinkskeys.5
+${PKGLOCALEDIR}/locale/be/LC_MESSAGES/elinks.mo
+${PKGLOCALEDIR}/locale/bg/LC_MESSAGES/elinks.mo
+${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/elinks.mo
+${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/elinks.mo
+${PKGLOCALEDIR}/locale/da/LC_MESSAGES/elinks.mo
+${PKGLOCALEDIR}/locale/de/LC_MESSAGES/elinks.mo
+${PKGLOCALEDIR}/locale/el/LC_MESSAGES/elinks.mo
+${PKGLOCALEDIR}/locale/es/LC_MESSAGES/elinks.mo
+${PKGLOCALEDIR}/locale/et/LC_MESSAGES/elinks.mo
+${PKGLOCALEDIR}/locale/fi/LC_MESSAGES/elinks.mo
+${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/elinks.mo
+${PKGLOCALEDIR}/locale/gl/LC_MESSAGES/elinks.mo
+${PKGLOCALEDIR}/locale/hr/LC_MESSAGES/elinks.mo
+${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/elinks.mo
+${PKGLOCALEDIR}/locale/id/LC_MESSAGES/elinks.mo
+${PKGLOCALEDIR}/locale/is/LC_MESSAGES/elinks.mo
+${PKGLOCALEDIR}/locale/it/LC_MESSAGES/elinks.mo
+${PKGLOCALEDIR}/locale/leet/LC_MESSAGES/elinks.mo
+${PKGLOCALEDIR}/locale/locale.alias
+${PKGLOCALEDIR}/locale/lt/LC_MESSAGES/elinks.mo
+${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/elinks.mo
+${PKGLOCALEDIR}/locale/no/LC_MESSAGES/elinks.mo
+${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/elinks.mo
+${PKGLOCALEDIR}/locale/pt/LC_MESSAGES/elinks.mo
+${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/elinks.mo
+${PKGLOCALEDIR}/locale/ro/LC_MESSAGES/elinks.mo
+${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/elinks.mo
+${PKGLOCALEDIR}/locale/sk/LC_MESSAGES/elinks.mo
+${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/elinks.mo
+${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/elinks.mo
+${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/elinks.mo
+@dirrm ${PKGLOCALEDIR}/locale/leet/LC_MESSAGES
+@dirrm ${PKGLOCALEDIR}/locale/leet
diff --git a/www/elinks/distinfo b/www/elinks/distinfo
index 537f216b969..18abc9b9bbb 100644
--- a/www/elinks/distinfo
+++ b/www/elinks/distinfo
@@ -1,7 +1,4 @@
-$NetBSD: distinfo,v 1.6 2003/12/14 04:02:53 xtraeme Exp $
+$NetBSD: distinfo,v 1.7 2004/01/22 11:07:28 recht Exp $
-SHA1 (elinks-0.4.3.tar.bz2) = 714fceaf57327849cdb3986ca937018624af6b5e
-Size (elinks-0.4.3.tar.bz2) = 767828 bytes
-SHA1 (patch-aa) = 848266272ba4a4dfb6490b3c701ee20575121cb0
-SHA1 (patch-ab) = afa6a0000e8fbe2d33669c9b34a3f157c087b42c
-SHA1 (patch-ac) = b0041facbc15997bf272ada854ddfea94ef8158f
+SHA1 (elinks-0.9.0.tar.bz2) = 22637a41138fa67e796fd11c056fca4d1bf1721c
+Size (elinks-0.9.0.tar.bz2) = 1810448 bytes
diff --git a/www/elinks/patches/patch-aa b/www/elinks/patches/patch-aa
deleted file mode 100644
index 93bd1478272..00000000000
--- a/www/elinks/patches/patch-aa
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2003/12/14 04:02:53 xtraeme Exp $
-
---- configure.orig 2003-12-13 18:28:39.000000000 -0800
-+++ configure 2003-12-13 18:30:09.000000000 -0800
-@@ -4262,7 +4262,7 @@
- if test "$xyz_piggyswitch" = "cow"; then
- LIBS="-llua40 -llualib40 -lm $LIBS_X"
- else
-- LIBS="-llua -llualib -lm $LIBS_X"
-+ LIBS="-llua4 -llualib4 -lm $LIBS_X"
- fi
-
- if test ! -z "$luadir"; then
-@@ -4280,7 +4280,7 @@
- cat > conftest.$ac_ext <<EOF
- #line 4282 "configure"
- #include "confdefs.h"
--#include <lua.h>
-+#include <lua4.h>
- int main() {
- lua_open(0)
- ; return 0; }
diff --git a/www/elinks/patches/patch-ab b/www/elinks/patches/patch-ab
deleted file mode 100644
index e9a169ea3fc..00000000000
--- a/www/elinks/patches/patch-ab
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2003/04/29 23:28:45 jtb Exp $
-
---- src/lua/core.c.orig
-+++ src/lua/core.c
-@@ -15,8 +15,8 @@
- #include <unistd.h>
- #endif
-
--#include <lua.h>
--#include <lualib.h>
-+#include <lua4.h>
-+#include <lualib4.h>
-
- #include "elinks.h"
-
diff --git a/www/elinks/patches/patch-ac b/www/elinks/patches/patch-ac
deleted file mode 100644
index 5a84d148bdf..00000000000
--- a/www/elinks/patches/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.1 2003/04/29 23:28:45 jtb Exp $
-
---- src/lua/core.h.orig
-+++ src/lua/core.h
-@@ -5,7 +5,7 @@
-
- #ifdef HAVE_LUA
-
--#include <lua.h> /* This is standart include. */
-+#include <lua4.h> /* This is standart include. */
- #include "document/session.h"
-
- extern lua_State *lua_state;