diff options
author | wiz <wiz@pkgsrc.org> | 2014-12-30 14:47:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-12-30 14:47:25 +0000 |
commit | c59634403f26c9f8ff2b2342b19453fed0bb3d3d (patch) | |
tree | 3e87678d2cd52013654a0bc3b00d5f343d2cb1c9 /www/links | |
parent | 4d9cba230f47756fb83a7e0f23aec0a86f53a2e1 (diff) | |
download | pkgsrc-c59634403f26c9f8ff2b2342b19453fed0bb3d3d.tar.gz |
Update to 2.9:
=== RELEASE 2.9 ===
Sun Dec 21 15:08:30 CET 2014 mikulas:
Work around some screen-corruption bugs in the OpenVMS terminal driver
Sun Nov 30 18:57:30 CET 2014 mikulas:
Support mouse wheel in framebuffer (unfortunatelly we can't support it
in text mode because when we instruct gpm to send us the wheel event,
gpm stops drawing the cursor when the mouse is moved).
Tue Nov 25 22:07:12 CET 2014 mikulas:
Pring "^" and "_" for <sub> and <sup> tags in text mode
Wed Nov 5 20:11:12 CET 2014 mikulas:
An option to fake Firefox in the HTTP header. It modifies User-Agent and
several other options to be more Firefox-like. This option is also
automatically turned on when "Connect only via proxies or Socks (useful
for tor)" is selected. It makes it safer to use Links with tor.
Sat Jul 26 16:16:15 CEST 2014 mikulas:
Fixed quadratic complexity in the text renderer when exteremely long
lines were used
Tue Jun 24 22:26:47 CEST 2014 mikulas:
Do not print the character 0x9b if the display character set doesn't
have it, because it is interpreted as a control character on the Linux
console
Sat May 17 16:51:18 CEST 2014 mikulas:
An option to break long lines in <pre> sections
Thu May 15 20:02:52 CEST 2014 mikulas:
Consume less memory when 8-bit gamma correction is used
Wed Apr 16 20:59:57 CEST 2014 mikulas:
Updated the list of top level domains
Sat Apr 5 04:19:56 CEST 2014 mikulas:
Use malloc_trim to return unused memory to the system
Thu Mar 27 02:25:09 CET 2014 mikulas:
Support RFC5987 for filenames
Wed Mar 26 02:32:50 CET 2014 mikulas:
Support StaticColor in the X-window driver
Tue Mar 25 03:58:45 cet 2014 mikulas:
Fix crash on OS/2 if image is wider than 10921 pixels
Wed Mar 19 19:49:57 CET 2014 mikulas:
Use clock_gettime if available
Sun Mar 2 03:54:47 CET 2014 mikulas:
The ability to set screen margins for text mode and framebuffer
Mon Feb 24 18:15:08 CET 2014 mikulas:
Fix palette corruption on framebuffer when links instance was terminated
while it was not active
Sun Feb 2 21:50:48 CET 2014 mikulas:
Improve the gif decoder to accept more images
Sun Feb 2 18:29:30 CET 2014 mikulas:
Increase the amount of data read from the socket, it improves speed when
loading big images
Fri Nov 29 01:22:43 CET 2013 mikulas:
Accept "text/xml" as html type
Diffstat (limited to 'www/links')
-rw-r--r-- | www/links/Makefile | 4 | ||||
-rw-r--r-- | www/links/Makefile.common | 4 | ||||
-rw-r--r-- | www/links/distinfo | 10 | ||||
-rw-r--r-- | www/links/patches/patch-ab | 8 |
4 files changed, 12 insertions, 14 deletions
diff --git a/www/links/Makefile b/www/links/Makefile index f3366898bc1..aea17730c75 100644 --- a/www/links/Makefile +++ b/www/links/Makefile @@ -1,6 +1,4 @@ -# $NetBSD: Makefile,v 1.62 2014/02/12 23:18:45 tron Exp $ - -PKGREVISION= 1 +# $NetBSD: Makefile,v 1.63 2014/12/30 14:47:25 wiz Exp $ COMMENT= Lynx-like text WWW browser diff --git a/www/links/Makefile.common b/www/links/Makefile.common index da1fd44d2e4..06766c73967 100644 --- a/www/links/Makefile.common +++ b/www/links/Makefile.common @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.60 2014/10/09 14:07:09 wiz Exp $ +# $NetBSD: Makefile.common,v 1.61 2014/12/30 14:47:25 wiz Exp $ # # used by www/links/Makefile # used by www/links-gui/Makefile -DISTNAME= links-2.8 +DISTNAME= links-2.9 CATEGORIES= www MASTER_SITES= http://links.twibright.com/download/ EXTRACT_SUFX= .tar.bz2 diff --git a/www/links/distinfo b/www/links/distinfo index ffb39715867..561c3142ab6 100644 --- a/www/links/distinfo +++ b/www/links/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.60 2013/10/06 16:49:51 wiz Exp $ +$NetBSD: distinfo,v 1.61 2014/12/30 14:47:25 wiz Exp $ -SHA1 (links-2.8.tar.bz2) = a808d80d910b7d3ad86f4c5089e64f35113b69f2 -RMD160 (links-2.8.tar.bz2) = 29d4faeb598a76199704ae10ff5592937df3cee5 -Size (links-2.8.tar.bz2) = 4102643 bytes -SHA1 (patch-ab) = a2d461c9d8b6300469ab6195886830fdd63be837 +SHA1 (links-2.9.tar.bz2) = 1202f1ade1075fa4f62e343702e5a0a22cdc2b13 +RMD160 (links-2.9.tar.bz2) = f7ef5b4418ea0bfde660eeaa6e6f2ccbe3f4aaa1 +Size (links-2.9.tar.bz2) = 4111393 bytes +SHA1 (patch-ab) = ae543b7c986edff8d5aa2d46d54a62311486e0d9 diff --git a/www/links/patches/patch-ab b/www/links/patches/patch-ab index d2c98a68084..ea0e2f222de 100644 --- a/www/links/patches/patch-ab +++ b/www/links/patches/patch-ab @@ -1,8 +1,8 @@ -$NetBSD: patch-ab,v 1.6 2003/05/24 19:19:35 wiz Exp $ +$NetBSD: patch-ab,v 1.7 2014/12/30 14:47:25 wiz Exp $ ---- configure.orig Sat May 24 21:02:30 2003 +--- configure.orig 2014-12-19 20:04:31.000000000 +0000 +++ configure -@@ -801,10 +801,10 @@ fi +@@ -830,10 +830,10 @@ fi @@ -14,6 +14,6 @@ $NetBSD: patch-ab,v 1.6 2003/05/24 19:19:35 wiz Exp $ +AUTOCONF="autoconf" +AUTOMAKE="automake" +AUTOHEADER="autoheader" - image_formats="GIF PNG XBM" + |