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.
This commit is contained in:
parent
d573831aeb
commit
411e8086cb
4 changed files with 27 additions and 0 deletions
5
net/puf/DESCR
Normal file
5
net/puf/DESCR
Normal file
|
@ -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.
|
15
net/puf/Makefile
Normal file
15
net/puf/Makefile
Normal file
|
@ -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"
|
3
net/puf/PLIST
Normal file
3
net/puf/PLIST
Normal file
|
@ -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
|
4
net/puf/distinfo
Normal file
4
net/puf/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue