From ad867c45527e100c87761c1c3ebaa9bca90e59dc Mon Sep 17 00:00:00 2001 From: salo Date: Thu, 15 May 2003 21:30:22 +0000 Subject: 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. --- net/puf/DESCR | 5 +++++ net/puf/Makefile | 15 +++++++++++++++ net/puf/PLIST | 3 +++ net/puf/distinfo | 4 ++++ 4 files changed, 27 insertions(+) create mode 100644 net/puf/DESCR create mode 100644 net/puf/Makefile create mode 100644 net/puf/PLIST create mode 100644 net/puf/distinfo (limited to 'net') 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 -- cgit v1.2.3