diff options
author | wiz <wiz> | 2005-05-27 00:21:08 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-05-27 00:21:08 +0000 |
commit | b2e91f9002f608d1218f9340413f528665ba1edb (patch) | |
tree | 9948caf7553a124e56bca10d3f7bc8597b106f2f /www | |
parent | 014ee6a1e7f0b3f8978a37e5e0fad3acc9b6b2c8 (diff) | |
download | pkgsrc-b2e91f9002f608d1218f9340413f528665ba1edb.tar.gz |
Update to 0.10.5, provided by Leonard Schmidt in PR 30125:
Changes:
New features:
- Most of the .txt files in the doc/ directory was lifted to the XML
format defined in RFC 2629. It should make it easier to browse the
documentation. Both .txt and .html version is available.
Feature updates and improvements:
- Try to add support for a less aggressive caching strategy. Disable
document.cache.ignore_cache_control to try it. It will try to
better honour info in the Expires, Pragma and Cache-Control in both
the HTTP and the HTML headers. Inspired by Links2.
- Introduce a workaround for document refreshing leading to never
ending file download. It should do the right thing in most cases and
the remaining ones the you will just have to reload to restart the
refreshing.
- Make the gopher code more robust for URIs without entity info.
- Make it possible to have a specific features.conf file for each
build tree and to change compile-time settings without modifying a
file that is tracked by CVS.
- Show link image info in the document dialog.
- Improve error reporting for connections by showing which URI failed.
Furthermore, make it clearer when an IP version specific URIs
(http6://...) failed.
- NNTP error messages are now translated.
- Add --config-dump which dump a configuration file with default
options to stdout. Helpfull for package maintainers when providing
an example config file.
- Don't sleep after config errors when --dump or --source was
specified.
And lots of bug fixes.
Diffstat (limited to 'www')
-rw-r--r-- | www/elinks/Makefile | 4 | ||||
-rw-r--r-- | www/elinks/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/elinks/Makefile b/www/elinks/Makefile index 30a9da95db8..cf29237553a 100644 --- a/www/elinks/Makefile +++ b/www/elinks/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2005/05/22 20:08:44 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2005/05/27 00:21:08 wiz Exp $ -DISTNAME= elinks-0.10.4 +DISTNAME= elinks-0.10.5 CATEGORIES= www MASTER_SITES= http://elinks.or.cz/download/ EXTRACT_SUFX= .tar.bz2 diff --git a/www/elinks/distinfo b/www/elinks/distinfo index a6f738ebd5b..e0084edbfa3 100644 --- a/www/elinks/distinfo +++ b/www/elinks/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2005/04/07 16:20:20 wiz Exp $ +$NetBSD: distinfo,v 1.12 2005/05/27 00:21:08 wiz Exp $ -SHA1 (elinks-0.10.4.tar.bz2) = 43a7bda947737e5f4b3a33dc22cb50d37a6f14d7 -RMD160 (elinks-0.10.4.tar.bz2) = 8d6c0adcfca25604c35d6f0bb864a2ee4f2d6715 -Size (elinks-0.10.4.tar.bz2) = 2318559 bytes +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 |