summaryrefslogtreecommitdiff
path: root/www/elinks/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-05-27 00:21:08 +0000
committerwiz <wiz@pkgsrc.org>2005-05-27 00:21:08 +0000
commit4a05060f11b48764db628df71b04d72998951519 (patch)
tree9948caf7553a124e56bca10d3f7bc8597b106f2f /www/elinks/Makefile
parent6e6aeec97f495a505ad110ac4a32e95ea28286d8 (diff)
downloadpkgsrc-4a05060f11b48764db628df71b04d72998951519.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/elinks/Makefile')
-rw-r--r--www/elinks/Makefile4
1 files changed, 2 insertions, 2 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