diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-02-05 19:05:34 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-02-05 19:05:34 +0000 |
commit | 46013e02ae725c9f66f982e22132a71ceccb98d0 (patch) | |
tree | 3b3b837bfee3d0a8a0ea5054a0e747b8006aa7d3 /ftp | |
parent | 7101e3ec8af54ae1821d9884fa68396ca2bb6edf (diff) | |
download | FreeBSD-ports-46013e02ae725c9f66f982e22132a71ceccb98d0.zip FreeBSD-ports-46013e02ae725c9f66f982e22132a71ceccb98d0.tar.gz |
add puf, a "parallel url fetcher" for UN*X systems
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/Makefile | 1 | ||||
-rw-r--r-- | ftp/puf/Makefile | 25 | ||||
-rw-r--r-- | ftp/puf/distinfo | 1 | ||||
-rw-r--r-- | ftp/puf/pkg-comment | 1 | ||||
-rw-r--r-- | ftp/puf/pkg-descr | 7 | ||||
-rw-r--r-- | ftp/puf/pkg-plist | 1 |
6 files changed, 36 insertions, 0 deletions
diff --git a/ftp/Makefile b/ftp/Makefile index 5c75461..4e704d2 100644 --- a/ftp/Makefile +++ b/ftp/Makefile @@ -31,6 +31,7 @@ SUBDIR += omi SUBDIR += pavuk SUBDIR += proftpd + SUBDIR += puf SUBDIR += sftp SUBDIR += spegla SUBDIR += vsftpd diff --git a/ftp/puf/Makefile b/ftp/puf/Makefile new file mode 100644 index 0000000..6bb2218 --- /dev/null +++ b/ftp/puf/Makefile @@ -0,0 +1,25 @@ +# ex:ts=8 +# New ports collection makefile for: puf +# Date created: Feb 6, 2001 +# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= puf +PORTVERSION= 0.91b4 +CATEGORIES= ftp +MASTER_SITES= http://www.inf.tu-dresden.de/cgi-bin/cgiwrap/ob6/get/ +DISTNAME= ${PORTNAME} + +MAINTAINER= ijliao@FreeBSD.org + +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/b/beta/} + +GNU_CONFIGURE= yes + +GMAKE= yes + +MAN1= puf.1 + +.include <bsd.port.mk> diff --git a/ftp/puf/distinfo b/ftp/puf/distinfo new file mode 100644 index 0000000..6df9df5 --- /dev/null +++ b/ftp/puf/distinfo @@ -0,0 +1 @@ +MD5 (puf.tar.gz) = 7b075830780b0e5f7d8aabfb54192f81 diff --git a/ftp/puf/pkg-comment b/ftp/puf/pkg-comment new file mode 100644 index 0000000..2161f82 --- /dev/null +++ b/ftp/puf/pkg-comment @@ -0,0 +1 @@ +puf is a "parallel url fetcher" for UN*X systems diff --git a/ftp/puf/pkg-descr b/ftp/puf/pkg-descr new file mode 100644 index 0000000..095c71b --- /dev/null +++ b/ftp/puf/pkg-descr @@ -0,0 +1,7 @@ +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. + +WWW: http://www.inf.tu-dresden.de/~ob6/sw/puf.html diff --git a/ftp/puf/pkg-plist b/ftp/puf/pkg-plist new file mode 100644 index 0000000..9a7a9ce --- /dev/null +++ b/ftp/puf/pkg-plist @@ -0,0 +1 @@ +bin/puf |