From b7a88106b9861a1f11918e7819648bae3d6be120 Mon Sep 17 00:00:00 2001 From: Will Andrews Date: Tue, 4 Jul 2000 04:25:13 +0000 Subject: Add ftpq, a ftp upload queue manager. --- ftp/Makefile | 1 + ftp/ftpq/Makefile | 21 +++++++++++++++++++++ ftp/ftpq/distinfo | 1 + ftp/ftpq/pkg-comment | 1 + ftp/ftpq/pkg-descr | 8 ++++++++ ftp/ftpq/pkg-plist | 1 + 6 files changed, 33 insertions(+) create mode 100644 ftp/ftpq/Makefile create mode 100644 ftp/ftpq/distinfo create mode 100644 ftp/ftpq/pkg-comment create mode 100644 ftp/ftpq/pkg-descr create mode 100644 ftp/ftpq/pkg-plist diff --git a/ftp/Makefile b/ftp/Makefile index 862ce91aa9d4..3b6170bf2e53 100644 --- a/ftp/Makefile +++ b/ftp/Makefile @@ -9,6 +9,7 @@ SUBDIR += ftpfind SUBDIR += ftplocate SUBDIR += ftpmirror + SUBDIR += ftpq SUBDIR += ftpsearch SUBDIR += ftptool SUBDIR += gftp 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 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 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 -- cgit v1.2.3