pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/elinks update to ELinks 0.9.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5a5c0ec617c7
branches:  trunk
changeset: 466691:5a5c0ec617c7
user:      recht <recht%pkgsrc.org@localhost>
date:      Thu Jan 22 11:07:28 2004 +0000

description:
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:

 www/elinks/Makefile         |  11 ++++++++---
 www/elinks/PLIST            |  36 +++++++++++++++++++++++++++++++++++-
 www/elinks/distinfo         |   9 +++------
 www/elinks/patches/patch-aa |  22 ----------------------
 www/elinks/patches/patch-ab |  15 ---------------
 www/elinks/patches/patch-ac |  13 -------------
 6 files changed, 46 insertions(+), 60 deletions(-)

diffs (151 lines):

diff -r 4eec712cf0df -r 5a5c0ec617c7 www/elinks/Makefile
--- a/www/elinks/Makefile       Thu Jan 22 11:04:59 2004 +0000
+++ b/www/elinks/Makefile       Thu Jan 22 11:07:28 2004 +0000
@@ -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 @@
 
 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 -r 4eec712cf0df -r 5a5c0ec617c7 www/elinks/PLIST
--- a/www/elinks/PLIST  Thu Jan 22 11:04:59 2004 +0000
+++ b/www/elinks/PLIST  Thu Jan 22 11:07:28 2004 +0000
@@ -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 -r 4eec712cf0df -r 5a5c0ec617c7 www/elinks/distinfo
--- a/www/elinks/distinfo       Thu Jan 22 11:04:59 2004 +0000
+++ b/www/elinks/distinfo       Thu Jan 22 11:07:28 2004 +0000
@@ -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 -r 4eec712cf0df -r 5a5c0ec617c7 www/elinks/patches/patch-aa
--- a/www/elinks/patches/patch-aa       Thu Jan 22 11:04:59 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 4eec712cf0df -r 5a5c0ec617c7 www/elinks/patches/patch-ab
--- a/www/elinks/patches/patch-ab       Thu Jan 22 11:04:59 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 4eec712cf0df -r 5a5c0ec617c7 www/elinks/patches/patch-ac
--- a/www/elinks/patches/patch-ac       Thu Jan 22 11:04:59 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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;



Home | Main Index | Thread Index | Old Index