Tue Dec 30 14:47:25 2014 UTC ()
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


(wiz)
diff -r1.62 -r1.63 pkgsrc/www/links/Makefile
diff -r1.60 -r1.61 pkgsrc/www/links/Makefile.common
diff -r1.60 -r1.61 pkgsrc/www/links/distinfo
diff -r1.71 -r1.72 pkgsrc/www/links-gui/Makefile
diff -r1.6 -r1.7 pkgsrc/www/links/patches/patch-ab

cvs diff -r1.62 -r1.63 pkgsrc/www/links/Makefile (expand / switch to unified diff)

--- pkgsrc/www/links/Makefile 2014/02/12 23:18:45 1.62
+++ pkgsrc/www/links/Makefile 2014/12/30 14:47:25 1.63
@@ -1,10 +1,8 @@ @@ -1,10 +1,8 @@
1# $NetBSD: Makefile,v 1.62 2014/02/12 23:18:45 tron Exp $ 1# $NetBSD: Makefile,v 1.63 2014/12/30 14:47:25 wiz Exp $
2 
3PKGREVISION= 1 
4 2
5COMMENT= Lynx-like text WWW browser 3COMMENT= Lynx-like text WWW browser
6 4
7CONFLICTS+= links-gui-[0-9]* elinks-0.3* 5CONFLICTS+= links-gui-[0-9]* elinks-0.3*
8 6
9.include "../../www/links/Makefile.common" 7.include "../../www/links/Makefile.common"
10.include "../../mk/bsd.pkg.mk" 8.include "../../mk/bsd.pkg.mk"

cvs diff -r1.60 -r1.61 pkgsrc/www/links/Makefile.common (expand / switch to unified diff)

--- pkgsrc/www/links/Makefile.common 2014/10/09 14:07:09 1.60
+++ pkgsrc/www/links/Makefile.common 2014/12/30 14:47:25 1.61
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: Makefile.common,v 1.60 2014/10/09 14:07:09 wiz Exp $ 1# $NetBSD: Makefile.common,v 1.61 2014/12/30 14:47:25 wiz Exp $
2# 2#
3# used by www/links/Makefile 3# used by www/links/Makefile
4# used by www/links-gui/Makefile 4# used by www/links-gui/Makefile
5 5
6DISTNAME= links-2.8 6DISTNAME= links-2.9
7CATEGORIES= www 7CATEGORIES= www
8MASTER_SITES= http://links.twibright.com/download/ 8MASTER_SITES= http://links.twibright.com/download/
9EXTRACT_SUFX= .tar.bz2 9EXTRACT_SUFX= .tar.bz2
10 10
11MAINTAINER= pkgsrc-users@NetBSD.org 11MAINTAINER= pkgsrc-users@NetBSD.org
12HOMEPAGE= http://links.twibright.com/ 12HOMEPAGE= http://links.twibright.com/
13LICENSE= gnu-gpl-v2 # including special OpenSSL paragraph 13LICENSE= gnu-gpl-v2 # including special OpenSSL paragraph
14 14
15GNU_CONFIGURE= YES 15GNU_CONFIGURE= YES
16 16
17PLIST_SRC= ${.CURDIR}/../../www/links/PLIST 17PLIST_SRC= ${.CURDIR}/../../www/links/PLIST
18PATCHDIR= ${.CURDIR}/../../www/links/patches 18PATCHDIR= ${.CURDIR}/../../www/links/patches
19DISTINFO_FILE= ${.CURDIR}/../../www/links/distinfo 19DISTINFO_FILE= ${.CURDIR}/../../www/links/distinfo

cvs diff -r1.60 -r1.61 pkgsrc/www/links/distinfo (expand / switch to unified diff)

--- pkgsrc/www/links/distinfo 2013/10/06 16:49:51 1.60
+++ pkgsrc/www/links/distinfo 2014/12/30 14:47:25 1.61
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.60 2013/10/06 16:49:51 wiz Exp $ 1$NetBSD: distinfo,v 1.61 2014/12/30 14:47:25 wiz Exp $
2 2
3SHA1 (links-2.8.tar.bz2) = a808d80d910b7d3ad86f4c5089e64f35113b69f2 3SHA1 (links-2.9.tar.bz2) = 1202f1ade1075fa4f62e343702e5a0a22cdc2b13
4RMD160 (links-2.8.tar.bz2) = 29d4faeb598a76199704ae10ff5592937df3cee5 4RMD160 (links-2.9.tar.bz2) = f7ef5b4418ea0bfde660eeaa6e6f2ccbe3f4aaa1
5Size (links-2.8.tar.bz2) = 4102643 bytes 5Size (links-2.9.tar.bz2) = 4111393 bytes
6SHA1 (patch-ab) = a2d461c9d8b6300469ab6195886830fdd63be837 6SHA1 (patch-ab) = ae543b7c986edff8d5aa2d46d54a62311486e0d9

cvs diff -r1.71 -r1.72 pkgsrc/www/links-gui/Makefile (expand / switch to unified diff)

--- pkgsrc/www/links-gui/Makefile 2014/02/12 23:18:45 1.71
+++ pkgsrc/www/links-gui/Makefile 2014/12/30 14:47:25 1.72

cvs diff -r1.6 -r1.7 pkgsrc/www/links/patches/Attic/patch-ab (expand / switch to unified diff)

--- pkgsrc/www/links/patches/Attic/patch-ab 2003/05/24 19:19:35 1.6
+++ pkgsrc/www/links/patches/Attic/patch-ab 2014/12/30 14:47:25 1.7
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1$NetBSD: patch-ab,v 1.6 2003/05/24 19:19:35 wiz Exp $ 1$NetBSD: patch-ab,v 1.7 2014/12/30 14:47:25 wiz Exp $
2 2
3--- configure.orig Sat May 24 21:02:30 2003 3--- configure.orig 2014-12-19 20:04:31.000000000 +0000
4+++ configure 4+++ configure
5@@ -801,10 +801,10 @@ fi 5@@ -830,10 +830,10 @@ fi
6  6
7  7
8  8
9-ACLOCAL="./missing aclocal" 9-ACLOCAL="./missing aclocal"
10-AUTOCONF="./missing autoconf" 10-AUTOCONF="./missing autoconf"
11-AUTOMAKE="./missing automake" 11-AUTOMAKE="./missing automake"
12-AUTOHEADER="./missing autoheader" 12-AUTOHEADER="./missing autoheader"
13+ACLOCAL="aclocal" 13+ACLOCAL="aclocal"
14+AUTOCONF="autoconf" 14+AUTOCONF="autoconf"
15+AUTOMAKE="automake" 15+AUTOMAKE="automake"
16+AUTOHEADER="autoheader" 16+AUTOHEADER="autoheader"
17 image_formats="GIF PNG XBM" 17
18  18
19  19