diff options
author | salo <salo@pkgsrc.org> | 2003-05-15 21:30:22 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-05-15 21:30:22 +0000 |
commit | 411e8086cb3ca2dc46c9d42494d19f8cf1427e33 (patch) | |
tree | 5e3c11cba889858261bcf490ea7467159f90653c /net/puf | |
parent | d573831aebc984d2fc753eec85276bb7cb03bbc9 (diff) | |
download | pkgsrc-411e8086cb3ca2dc46c9d42494d19f8cf1427e33.tar.gz |
Import of puf-0.93.2.1: Parallel URL fetcher.
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.
Diffstat (limited to 'net/puf')
-rw-r--r-- | net/puf/DESCR | 5 | ||||
-rw-r--r-- | net/puf/Makefile | 15 | ||||
-rw-r--r-- | net/puf/PLIST | 3 | ||||
-rw-r--r-- | net/puf/distinfo | 4 |
4 files changed, 27 insertions, 0 deletions
diff --git a/net/puf/DESCR b/net/puf/DESCR new file mode 100644 index 00000000000..6ad8ba7a723 --- /dev/null +++ b/net/puf/DESCR @@ -0,0 +1,5 @@ +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. diff --git a/net/puf/Makefile b/net/puf/Makefile new file mode 100644 index 00000000000..bb01640e6e0 --- /dev/null +++ b/net/puf/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/05/15 21:30:22 salo Exp $ +# + +DISTNAME= puf-0.93.2a +PKGNAME= ${DISTNAME:S/a$/.1/} +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=puf/} + +MAINTAINER= jrp@hispabsd.org +HOMEPAGE= http://puf.sourceforge.net/ +COMMENT= Parallel URL fetcher + +GNU_CONFIGURE= YES + +.include "../../mk/bsd.pkg.mk" diff --git a/net/puf/PLIST b/net/puf/PLIST new file mode 100644 index 00000000000..4a144d794c5 --- /dev/null +++ b/net/puf/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/05/15 21:30:22 salo Exp $ +bin/puf +man/man1/puf.1 diff --git a/net/puf/distinfo b/net/puf/distinfo new file mode 100644 index 00000000000..f3c324ae7cc --- /dev/null +++ b/net/puf/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/05/15 21:30:22 salo Exp $ + +SHA1 (puf-0.93.2a.tar.gz) = c380a45f84f4e074c0638edc1c949d32895c9c6f +Size (puf-0.93.2a.tar.gz) = 113073 bytes |