summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoritojun <itojun>2001-01-11 04:37:52 +0000
committeritojun <itojun>2001-01-11 04:37:52 +0000
commita46ef3bcdc3a3c621300803c527fa9d974a787dc (patch)
tree2aaea84c340bd02ee4e12060d487d5bffee218a2
parent36957c5d83b2cc0f75c9e5ca66922e9a83c6fdf3 (diff)
downloadpkgsrc-a46ef3bcdc3a3c621300803c527fa9d974a787dc.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.
-rw-r--r--net/wget/Makefile6
-rw-r--r--net/wget/files/md56
-rw-r--r--net/wget/pkg/PLIST15
3 files changed, 20 insertions, 7 deletions
diff --git a/net/wget/Makefile b/net/wget/Makefile
index 14caf146874..20550139c01 100644
--- a/net/wget/Makefile
+++ b/net/wget/Makefile
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.25 2001/01/01 21:32:54 hubertf Exp $
+# $NetBSD: Makefile,v 1.26 2001/01/11 04:37:52 itojun Exp $
# FreeBSD Id: Makefile,v 1.4 1997/05/22 07:53:29 tg Exp
#
-DISTNAME= wget-1.5.3
+DISTNAME= wget-1.6
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GNU:=wget/}
PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/
-PATCHFILES= wget-153-v6-20001225.diff.gz
+PATCHFILES= wget-16-v6-20010111a.diff.gz
PATCH_DIST_STRIP=-p1
MAINTAINER= packages@netbsd.org
diff --git a/net/wget/files/md5 b/net/wget/files/md5
index c1741b128ec..f16b1a4a1c1 100644
--- a/net/wget/files/md5
+++ b/net/wget/files/md5
@@ -1,4 +1,4 @@
-$NetBSD: md5,v 1.11 2000/12/25 04:42:05 itojun Exp $
+$NetBSD: md5,v 1.12 2001/01/11 04:37:53 itojun Exp $
-MD5 (wget-1.5.3.tar.gz) = 47680b25bf893afdb0c43b24e3fc2fd6
-MD5 (wget-153-v6-20001225.diff.gz) = 3927595e6957130a10b62eee5b4ad5ec
+MD5 (wget-1.6.tar.gz) = c5c9d3894ebf1bef3555c01376392c0d
+MD5 (wget-16-v6-20010111a.diff.gz) = 947a1f95fe5ac6c09d8fe0244b2d8fae
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