diff options
author | wiz <wiz@pkgsrc.org> | 2006-06-11 14:34:43 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-06-11 14:34:43 +0000 |
commit | d3ad08ad2eb24ddd18ed12fcb8cf36b8b59cf757 (patch) | |
tree | 42b5ca6c7499b2dfbb0777f835b830d92cd9b815 | |
parent | 56e91c779610c7ac79c4aee48b69469dd664f08f (diff) | |
download | pkgsrc-d3ad08ad2eb24ddd18ed12fcb8cf36b8b59cf757.tar.gz |
Update to 2.1pre22:
Wed May 24 20:03:59 MET DST 2006 mikulas:
sponsored by Alex Poylisher
Use 8-bit gamma correction on machines with slow FPU (or with FPU
emulation) --- this significantly reduces startup time
Fri May 12 04:23:58 MET DST 2006 Lech Lorens:
Optional scrollbars in frames
Sat Apr 29 18:06:05 CEST 2006 clock:
Implemented porn mode (bare image autoscaling aka fullscreen).
Sat Apr 29 12:45:07 CEST 2006 clock:
Fixed ignorance of aspect ratio for images where only one dimension
is specified.
Thu Apr 27 03:08:27 MET 2006 user:
Fixed crash when deleting item at the top of the window in bookmarks
or associations or extensions
Thu Apr 20 18:27:07 MET 2006 user:
Ignore space at the end of url
Wed Apr 5 04:28:09 cet 2006 mikulas:
Fixed memory leak on image with no src attribute and usemap attribute
Tue Apr 4 00:37:49 MET 2006 user:
Support 4th and 6th mouse button on svgalib
-rw-r--r-- | www/links-gui/Makefile | 5 | ||||
-rw-r--r-- | www/links/Makefile | 3 | ||||
-rw-r--r-- | www/links/Makefile.common | 4 | ||||
-rw-r--r-- | www/links/distinfo | 8 |
4 files changed, 9 insertions, 11 deletions
diff --git a/www/links-gui/Makefile b/www/links-gui/Makefile index 30b4cb45150..8c8a440817e 100644 --- a/www/links-gui/Makefile +++ b/www/links-gui/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.41 2006/04/20 18:34:07 is Exp $ +# $NetBSD: Makefile,v 1.42 2006/06/11 14:34:43 wiz Exp $ # -PKGNAME= links-gui-2.1.0.21 -PKGREVISION= 2 +PKGNAME= links-gui-2.1.0.22 COMMENT= Lynx-like text and graphics WWW browser diff --git a/www/links/Makefile b/www/links/Makefile index 59569e559f0..88d3fe6cf9f 100644 --- a/www/links/Makefile +++ b/www/links/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.40 2006/04/20 18:34:07 is Exp $ +# $NetBSD: Makefile,v 1.41 2006/06/11 14:34:43 wiz Exp $ # PKGNAME= links-2.1.0.21 -PKGREVISION= 1 COMMENT= Lynx-like text WWW browser CONFLICTS+= links-gui-[0-9]* elinks-0.3* diff --git a/www/links/Makefile.common b/www/links/Makefile.common index f55aa3c7dcb..5d2daceb657 100644 --- a/www/links/Makefile.common +++ b/www/links/Makefile.common @@ -1,6 +1,6 @@ -# $NetBSD: Makefile.common,v 1.29 2006/04/09 16:17:55 wiz Exp $ +# $NetBSD: Makefile.common,v 1.30 2006/06/11 14:34:43 wiz Exp $ -DISTNAME= links-2.1pre21 +DISTNAME= links-2.1pre22 CATEGORIES= www MASTER_SITES= http://links.twibright.com/download/ EXTRACT_SUFX= .tar.bz2 diff --git a/www/links/distinfo b/www/links/distinfo index 69cb084eefd..8de44787c5b 100644 --- a/www/links/distinfo +++ b/www/links/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.35 2006/04/20 18:34:07 is Exp $ +$NetBSD: distinfo,v 1.36 2006/06/11 14:34:43 wiz Exp $ -SHA1 (links-2.1pre21.tar.bz2) = 6806cdbaa9c2402ecd6e0734d113cf21ea89c252 -RMD160 (links-2.1pre21.tar.bz2) = 051054b5ba0dd590d225d449e23b7f7970e218b3 -Size (links-2.1pre21.tar.bz2) = 3869781 bytes +SHA1 (links-2.1pre22.tar.bz2) = d65a11f742f2259b596d9026beb61c10e46453ff +RMD160 (links-2.1pre22.tar.bz2) = e30f9fb35125b2296c69fc90fd017e81d9235f7d +Size (links-2.1pre22.tar.bz2) = 3880450 bytes SHA1 (patch-aa) = 374bd3262b4f50712cd42898d67e90ebcba72577 SHA1 (patch-ab) = a2d461c9d8b6300469ab6195886830fdd63be837 |