diff options
author | wiz <wiz@pkgsrc.org> | 2003-02-25 11:20:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-02-25 11:20:41 +0000 |
commit | 4a24436e316f3d484b065f498a953a1416c6fcc4 (patch) | |
tree | fe917f06b2bb3ca0abf612f9ce44792657fb7bc1 | |
parent | d3d38f3c45e26fd3bbae9480a6da978e7beb6a11 (diff) | |
download | pkgsrc-4a24436e316f3d484b065f498a953a1416c6fcc4.tar.gz |
Update to 2.1.0.8 (2.1pre8).
Changes:
Use arrow keys to select links in graphics mode
Max tries 0 means unlimited retries
Updated russian translation
parse_element rewritten to be faster because it is most used function
Use hash for cache of table cell sizes -- improves performance
Do not display '0xa0' on terminal
Do not put characters <= 0x20 to HTTP request
Clipboard pasting into links (works from all applications).
Fixed file uploading bug.
Fixed usemap & image scaling
Fixed bug in XBM parser.
"Kill all connections" function.
"Abort and delete file" button in download window.
Save bookmarks in File menu
URL to clipboard copying in X.
Fixed an overflow in search
Bookmark saving on "Save options"
Apage Coyote added to list of buggy http/1.1 servers
-rw-r--r-- | www/links-gui/Makefile | 5 | ||||
-rw-r--r-- | www/links/Makefile | 5 | ||||
-rw-r--r-- | www/links/Makefile.common | 4 | ||||
-rw-r--r-- | www/links/distinfo | 7 |
4 files changed, 9 insertions, 12 deletions
diff --git a/www/links-gui/Makefile b/www/links-gui/Makefile index 4c48b9558d0..714f4172866 100644 --- a/www/links-gui/Makefile +++ b/www/links-gui/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2003/01/26 22:48:37 salo Exp $ +# $NetBSD: Makefile,v 1.19 2003/02/25 11:20:41 wiz Exp $ # -PKGNAME= links-gui-2.1.0.7 -PKGREVISION= 2 +PKGNAME= links-gui-2.1.0.8 COMMENT= Lynx-like text and graphics WWW browser diff --git a/www/links/Makefile b/www/links/Makefile index 6a18240b928..323baf66146 100644 --- a/www/links/Makefile +++ b/www/links/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2003/01/26 22:48:36 salo Exp $ +# $NetBSD: Makefile,v 1.23 2003/02/25 11:20:41 wiz Exp $ # -PKGNAME= links-2.1.0.7 -PKGREVISION= 1 +PKGNAME= links-2.1.0.8 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 1d3a05f7a12..0bb714d2e48 100644 --- a/www/links/Makefile.common +++ b/www/links/Makefile.common @@ -1,6 +1,6 @@ -# $NetBSD: Makefile.common,v 1.11 2002/11/11 12:19:48 wiz Exp $ +# $NetBSD: Makefile.common,v 1.12 2003/02/25 11:20:41 wiz Exp $ -DISTNAME= links-2.1pre7 +DISTNAME= links-2.1pre8 CATEGORIES= www MASTER_SITES= \ http://atrey.karlin.mff.cuni.cz/~clock/twibright/links/download/ \ diff --git a/www/links/distinfo b/www/links/distinfo index 8f174e5ce8e..3dabea7ed53 100644 --- a/www/links/distinfo +++ b/www/links/distinfo @@ -1,8 +1,7 @@ -$NetBSD: distinfo,v 1.18 2003/01/15 16:15:12 is Exp $ +$NetBSD: distinfo,v 1.19 2003/02/25 11:20:41 wiz Exp $ -SHA1 (links-2.1pre7.tar.bz2) = 5bc5c1bfe8a43ccc4a197cefde8a86115fd3eeab -Size (links-2.1pre7.tar.bz2) = 3533997 bytes +SHA1 (links-2.1pre8.tar.bz2) = e22f29bccafa374b4922d5f0d9f413515e3deb51 +Size (links-2.1pre8.tar.bz2) = 3550824 bytes SHA1 (patch-aa) = 47fab20748fc660517ebc2d2ef8a6b9c7c0dd1e4 SHA1 (patch-ab) = 159c06569c42ea2d3eb4ec1a25a958621f11f793 SHA1 (patch-ac) = 0d0bb5000ef8511aa6783cfb97ea03c2b2b32803 -SHA1 (patch-ae) = 7c289ef9bca5a71e67f6f794ab7b664a46df7458 |