summaryrefslogtreecommitdiff
path: root/net/puf
AgeCommit message (Collapse)AuthorFilesLines
2013-10-24Update puf to 1.0.0. Changeset from Thomas Merkel.jperkin3-20/+7
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
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2008-06-12Add DESTDIR support.joerg1-1/+3
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2005-12-20Fix GCC 3.4+: label at end of compound statement.joerg2-1/+14
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+2
2004-05-07Drop maintainership; I don't have the enough free time to maintainxtraeme1-2/+3
all these packages.
2003-08-28Change my email address to the NetBSD one, ok'ed by wiz@xtraeme1-2/+2
2003-05-15Import of puf-0.93.2.1: Parallel URL fetcher.salo4-0/+27
puf is a download tool for UNIX-like systems. You may use it to download single files or to mirror entire servers. It is similar to GNU wget (and has a partly compatible command line), but has the ability to do many downloads in parallel. This is very interesting, if you have a high-bandwidth internet connection. Package provided by Juan RP via pkgsrc-wip.