summaryrefslogtreecommitdiff
path: root/net/puf
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2013-10-24 11:00:49 +0000
committerjperkin <jperkin@pkgsrc.org>2013-10-24 11:00:49 +0000
commitf455ca6f200666a3e9ecbb243aca7c34d988acd5 (patch)
tree4368cbcc55861affe83294071db28234353e365f /net/puf
parent0d49823c65d3adf085872ba37b8a18e19b15e1b7 (diff)
downloadpkgsrc-f455ca6f200666a3e9ecbb243aca7c34d988acd5.tar.gz
Update puf to 1.0.0. Changeset from Thomas Merkel.
Changes since puf-0.93.2a: 1.0.0 (16 Oct 2005) - Fixed command line parsing error that caused -d to be taken as -dc - -r[+[+]] doesn't imply -p any more, but it advances -p to -pr[+[+]] - The scope of URL-based switches can be limited with brackets now - The file supplied to -i is now interpreted as a generic command file with one command line switch (incl. argument) or URL per line - Dropped SPEC format - use -O and the new -xy/-xyy switches instead - $http_proxy is now obeyed if no proxies are specified with -y/-iy - Scope of -O switch unified with other URL-based switches - Made -O buffer output when dumping multiple sources to one target - Added support for "-O -" - Added -A, -R, -D, -Dl, -Dr, -xr, -xu, -xs, -xo and -xO switches - Removed -xe switch - -xE now enumerates per occurrence of -P - Vast performance improvements of large downloads - Automatically %-escape [invalid] spaces in URLs - Various bug fixes - Change of versioning scheme to something more reasonable 0.93.3 (20 May 2004) - Don't retry after HTTP errors 403 and 404. Added -xT switch to enforce the old behaviour (for some really broken servers) - Don't spawn a separate process for every DNS lookup, but use a pool of DNS helper processes instead - Added -xh and -dc switches - Fixed file corruption on CygWin
Diffstat (limited to 'net/puf')
-rw-r--r--net/puf/Makefile6
-rw-r--r--net/puf/distinfo9
-rw-r--r--net/puf/patches/patch-aa12
3 files changed, 7 insertions, 20 deletions
diff --git a/net/puf/Makefile b/net/puf/Makefile
index 1d6c66a4e67..3affa3e8b19 100644
--- a/net/puf/Makefile
+++ b/net/puf/Makefile
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.7 2012/10/23 17:19:00 asau Exp $
+# $NetBSD: Makefile,v 1.8 2013/10/24 11:00:49 jperkin Exp $
#
-DISTNAME= puf-0.93.2a
-PKGNAME= ${DISTNAME:S/a$/.1/}
+DISTNAME= puf-1.0.0
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=puf/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://puf.sourceforge.net/
COMMENT= Parallel URL fetcher
+LICENSE= gnu-gpl-v2
GNU_CONFIGURE= YES
diff --git a/net/puf/distinfo b/net/puf/distinfo
index 144aa1775b2..ed11dd03c1f 100644
--- a/net/puf/distinfo
+++ b/net/puf/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.3 2005/12/20 12:36:43 joerg Exp $
+$NetBSD: distinfo,v 1.4 2013/10/24 11:00:49 jperkin Exp $
-SHA1 (puf-0.93.2a.tar.gz) = c380a45f84f4e074c0638edc1c949d32895c9c6f
-RMD160 (puf-0.93.2a.tar.gz) = c6c87afaa8ee30097dfeb5fc9ff8da75b502782c
-Size (puf-0.93.2a.tar.gz) = 113073 bytes
-SHA1 (patch-aa) = a05762d77e7bca41e70d7121a84b09f6f8bb1174
+SHA1 (puf-1.0.0.tar.gz) = 2e804cf249faf29c58aac26933cfa10b437710c3
+RMD160 (puf-1.0.0.tar.gz) = bbe11a23bb486b7c29d786d43a2d37690e7a363f
+Size (puf-1.0.0.tar.gz) = 153540 bytes
diff --git a/net/puf/patches/patch-aa b/net/puf/patches/patch-aa
deleted file mode 100644
index 72f2526a982..00000000000
--- a/net/puf/patches/patch-aa
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2005/12/20 12:36:43 joerg Exp $
-
---- src/hostlist.c.orig 2005-12-20 12:22:31.000000000 +0000
-+++ src/hostlist.c
-@@ -268,6 +268,7 @@ havho:
- return 1;
- }
- noadd:
-+ ;
- }
-
- if (hapi) {