diff options
author | Will Andrews <will@FreeBSD.org> | 2000-07-04 04:25:13 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-07-04 04:25:13 +0000 |
commit | b7a88106b9861a1f11918e7819648bae3d6be120 (patch) | |
tree | b0fbbb8656875996e137e5d61b7bf7db7a9d6c58 /ftp/ftpq | |
parent | 911e4ee83edd010af53138df062e64dda9dc5e3d (diff) |
Notes
Diffstat (limited to 'ftp/ftpq')
-rw-r--r-- | ftp/ftpq/Makefile | 21 | ||||
-rw-r--r-- | ftp/ftpq/distinfo | 1 | ||||
-rw-r--r-- | ftp/ftpq/pkg-comment | 1 | ||||
-rw-r--r-- | ftp/ftpq/pkg-descr | 8 | ||||
-rw-r--r-- | ftp/ftpq/pkg-plist | 1 |
5 files changed, 32 insertions, 0 deletions
diff --git a/ftp/ftpq/Makefile b/ftp/ftpq/Makefile new file mode 100644 index 000000000000..15e7227c88cd --- /dev/null +++ b/ftp/ftpq/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: ftpq +# Date created: Mon 03 Jul 2000 +# Whom: will +# +# $FreeBSD$ +# + +PORTNAME= ftpq +PORTVERSION= 0.06 +CATEGORIES= ftp +MASTER_SITES= http://www.tranchant.freeserve.co.uk/software/ + +MAINTAINER= ports@FreeBSD.org + +MAN1= ftpq.1 + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/ftpq ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/ftpq.1 ${MANPREFIX}/man/man1 + +.include <bsd.port.mk> diff --git a/ftp/ftpq/distinfo b/ftp/ftpq/distinfo new file mode 100644 index 000000000000..62c19c50ec7d --- /dev/null +++ b/ftp/ftpq/distinfo @@ -0,0 +1 @@ +MD5 (ftpq-0.06.tar.gz) = c8c941e9e83fdb3135fc25a69961b1ea diff --git a/ftp/ftpq/pkg-comment b/ftp/ftpq/pkg-comment new file mode 100644 index 000000000000..2a77235c2bae --- /dev/null +++ b/ftp/ftpq/pkg-comment @@ -0,0 +1 @@ +Upload queue manager for non-permanent connections diff --git a/ftp/ftpq/pkg-descr b/ftp/ftpq/pkg-descr new file mode 100644 index 000000000000..72ef51db617e --- /dev/null +++ b/ftp/ftpq/pkg-descr @@ -0,0 +1,8 @@ +ftpq is an ftp upload queue manager. If you live behind +a dial-up link to the Internet, and regularly upload files +(e.g. for web sites), ftpq allows you to queue the uploads +whilst off-line for processing on next connection to the network. + +WWW: http://www.tranchant.freeserve.co.uk/ftpq.html + +- Will <andrews@technologist.com> diff --git a/ftp/ftpq/pkg-plist b/ftp/ftpq/pkg-plist new file mode 100644 index 000000000000..cf60f4a85ec6 --- /dev/null +++ b/ftp/ftpq/pkg-plist @@ -0,0 +1 @@ +bin/ftpq |