diff options
author | wiz <wiz@pkgsrc.org> | 2006-02-04 00:40:38 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-02-04 00:40:38 +0000 |
commit | 5a6855c0f67aba46cf81e60730d3e7eba8999d4d (patch) | |
tree | 5ec65681afdc29818718b1d590cdcade5b651bf9 | |
parent | 2fd32003081e7bd662378206efd64a0d83740858 (diff) | |
download | pkgsrc-5a6855c0f67aba46cf81e60730d3e7eba8999d4d.tar.gz |
Update to 0.11.1:
ELinks 0.11.1:
--------------
* Native FSP protocol support (replaces CGI program in contrib/cgi/)
ELinks 0.11.0 (Elated):
-----------------------
* SSL support via GNUTLS now requires 1.2 or higher
* support for Lua 4.x was dropped, we only support Lua 5.x now
* Python scripting back-end (experimental)
* Spidermonkey based ECMAScript scripting back-end (experimental)
* 88 colors support
* default URI-rewrite rule, used when no other rules match but the string that
was entered in the Go to URL box does not resemble a URI
* support prefixes for add-bookmark-link, document-info, goto-url-current-link,
history-move-back, and history-move-forward
* BitTorrent protocol (experimental)
* FSP protocol via a CGI script (see contrib/cgi/README.FSP) (experimental)
* sysmouse support on the BSD console
* new GNU make based build system (aclocal from automake is still required)
* move from CVS to GIT
ELinks 0.10.6:
--------------
* external editor is configurable at run-time
-rw-r--r-- | www/elinks/Makefile | 5 | ||||
-rw-r--r-- | www/elinks/PLIST | 5 | ||||
-rw-r--r-- | www/elinks/distinfo | 8 |
3 files changed, 9 insertions, 9 deletions
diff --git a/www/elinks/Makefile b/www/elinks/Makefile index 76d90b61a66..7fa225711cb 100644 --- a/www/elinks/Makefile +++ b/www/elinks/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2005/12/05 20:51:12 rillig Exp $ +# $NetBSD: Makefile,v 1.22 2006/02/04 00:40:38 wiz Exp $ -DISTNAME= elinks-0.10.5 -PKGREVISION= 1 +DISTNAME= elinks-0.11.1 CATEGORIES= www MASTER_SITES= http://elinks.or.cz/download/ EXTRACT_SUFX= .tar.bz2 diff --git a/www/elinks/PLIST b/www/elinks/PLIST index 0162543aafc..5e4f97fbe5a 100644 --- a/www/elinks/PLIST +++ b/www/elinks/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2005/01/18 13:02:48 drochner Exp $ +@comment $NetBSD: PLIST,v 1.6 2006/02/04 00:40:38 wiz Exp $ bin/elinks @comment belongs to libiconv: lib/charset.alias man/man1/elinks.1 @@ -23,14 +23,15 @@ ${PKGLOCALEDIR}/locale/is/LC_MESSAGES/elinks.mo ${PKGLOCALEDIR}/locale/it/LC_MESSAGES/elinks.mo ${PKGLOCALEDIR}/locale/locale.alias ${PKGLOCALEDIR}/locale/lt/LC_MESSAGES/elinks.mo +${PKGLOCALEDIR}/locale/nb/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/sr/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 diff --git a/www/elinks/distinfo b/www/elinks/distinfo index e0084edbfa3..6eb452ead3b 100644 --- a/www/elinks/distinfo +++ b/www/elinks/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2005/05/27 00:21:08 wiz Exp $ +$NetBSD: distinfo,v 1.13 2006/02/04 00:40:38 wiz Exp $ -SHA1 (elinks-0.10.5.tar.bz2) = f05fcb5194bd5a6b43ed4bc09880de7577cbcce0 -RMD160 (elinks-0.10.5.tar.bz2) = f1b54cfa1eb4375a20b4b4e1a6edcc589739c3a2 -Size (elinks-0.10.5.tar.bz2) = 2357709 bytes +SHA1 (elinks-0.11.1.tar.bz2) = dfa18f2745976e34ce3ee27227ce9bce81495a77 +RMD160 (elinks-0.11.1.tar.bz2) = 2c5039a2e3d7ee3fc283d3041cac40f3c7853520 +Size (elinks-0.11.1.tar.bz2) = 2612791 bytes |