summaryrefslogtreecommitdiff
path: root/net/wget/pkg
diff options
context:
space:
mode:
authoritojun <itojun@pkgsrc.org>2001-01-11 04:37:52 +0000
committeritojun <itojun@pkgsrc.org>2001-01-11 04:37:52 +0000
commit54b04fab4e98c6de9d14dd3b42c80955729db5f6 (patch)
tree2aaea84c340bd02ee4e12060d487d5bffee218a2 /net/wget/pkg
parent2e029c6dc0641ef0f4d42225fc7f02eb79c5e1b6 (diff)
downloadpkgsrc-54b04fab4e98c6de9d14dd3b42c80955729db5f6.tar.gz
upgrade to 1.6 + IPv6 patch.
* Changes in Wget 1.6 ** Administrative changes. *** Maintainership. Due to Hrvoje being plagued with a "real job", Dan Harkless is the most active maintainer. Hrvoje still participates occasionally, and both are being helped by many other people. *** Web page. Thanks to Jan Prikryl, Wget has an "official" web page. Take a look at: http://sunsite.dk/wget/ *** Anonymous CVS. Thanks to ever-helpful Karsten Thygesen, Wget sources are now available at an anonymous CVS server. Take a look at the web page for downloading instructions. ** New -K / --backup-converted / backup_converted = on option causes files modified due to -k to be saved with a .orig prefix before being changed. When using -N as well, it is these .orig files that are compared against the server. ** New --follow-tags / follow_tags = ... option allows you to restrict Wget to following only certain HTML tags when doing a recursive retrieval. -G / --ignore-tags / ignore_tags = ... is just the opposite -- all tags but the ones you specify will be followed. ** New --waitretry / waitretry = SECONDS option allows waiting between retries of failed downloads. Wget will use "linear" backoff, waiting 1 second after the first failure, 2 after the second, up to SECONDS. waitretry is set to 10 by default in the system wgetrc. ** New -p / --page-requisites / page_requisites = on option causes Wget to download all ancillary files necessary to display a given HTML page properly (e.g. inlined images). ** New -E / --html-extension / html_extension = on option causes Wget to append ".html" to text/html filenames not ending in regexp "\.[Hh][Tt][Mm][Ll]?". ** New type of .wgetrc command -- "lockable Boolean". Can be set to on, off, always, or never. This allows the .wgetrc to override the commandline. So far, passive_ftp is the only .wgetrc command which takes a lockable Boolean. ** A number of new translation files have been added. ** New --bind-address / bind_address = <address> option for people on hosts bound to multiple IP addresses. ** wget now accepts (illegal per HTTP spec) relative URLs in HTTP redirects.
Diffstat (limited to 'net/wget/pkg')
-rw-r--r--net/wget/pkg/PLIST15
1 files changed, 14 insertions, 1 deletions
diff --git a/net/wget/pkg/PLIST b/net/wget/pkg/PLIST
index 95111daa948..ba3b518abad 100644
--- a/net/wget/pkg/PLIST
+++ b/net/wget/pkg/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2000/11/09 20:31:22 mycroft Exp $
+@comment $NetBSD: PLIST,v 1.6 2001/01/11 04:37:53 itojun Exp $
bin/wget
etc/wgetrc
@unexec install-info --delete %D/info/wget.info %D/info/dir
@@ -8,8 +8,21 @@ info/wget.info-2
info/wget.info-3
@exec install-info %D/info/wget.info %D/info/dir
share/locale/cs/LC_MESSAGES/wget.mo
+share/locale/da/LC_MESSAGES/wget.mo
share/locale/de/LC_MESSAGES/wget.mo
+share/locale/el/LC_MESSAGES/wget.mo
+share/locale/et/LC_MESSAGES/wget.mo
+share/locale/fr/LC_MESSAGES/wget.mo
+share/locale/gl/LC_MESSAGES/wget.mo
share/locale/hr/LC_MESSAGES/wget.mo
share/locale/it/LC_MESSAGES/wget.mo
+share/locale/ja/LC_MESSAGES/wget.mo
+share/locale/nl/LC_MESSAGES/wget.mo
share/locale/no/LC_MESSAGES/wget.mo
+share/locale/pl/LC_MESSAGES/wget.mo
share/locale/pt_BR/LC_MESSAGES/wget.mo
+share/locale/ru/LC_MESSAGES/wget.mo
+share/locale/sk/LC_MESSAGES/wget.mo
+share/locale/sl/LC_MESSAGES/wget.mo
+share/locale/sv/LC_MESSAGES/wget.mo
+share/locale/zh/LC_MESSAGES/wget.mo