Import of puf 0.93.2a
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.
This commit is contained in:
parent
a8216393d5
commit
dfd36fc04e
4 changed files with 27 additions and 0 deletions
5
puf/DESCR
Normal file
5
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
puf/Makefile
Normal file
15
puf/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2003/04/14 03:16:34 xtraeme Exp $
|
||||
#
|
||||
|
||||
DISTNAME= puf-0.93.2a
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=puf/}
|
||||
|
||||
MAINTAINER= jrp@hispabsd.org
|
||||
HOMEPAGE= http://puf.sourceforge.net/
|
||||
COMMENT= Parallel URL fetcher
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
USE_GMAKE= YES
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
3
puf/PLIST
Normal file
3
puf/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2003/04/14 03:16:34 xtraeme Exp $
|
||||
bin/puf
|
||||
man/man1/puf.1
|
4
puf/distinfo
Normal file
4
puf/distinfo
Normal file
|
@ -0,0 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2003/04/14 03:16:34 xtraeme Exp $
|
||||
|
||||
SHA1 (puf-0.93.2a.tar.gz) = c380a45f84f4e074c0638edc1c949d32895c9c6f
|
||||
Size (puf-0.93.2a.tar.gz) = 113073 bytes
|
Loading…
Reference in a new issue