summaryrefslogtreecommitdiff
path: root/ftp/ftpq
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-07-04 04:25:13 +0000
committerWill Andrews <will@FreeBSD.org>2000-07-04 04:25:13 +0000
commitb7a88106b9861a1f11918e7819648bae3d6be120 (patch)
treeb0fbbb8656875996e137e5d61b7bf7db7a9d6c58 /ftp/ftpq
parentAdd hsftp, a ftp emulator that provides the look-and-feel of an FTP session (diff)
Add ftpq, a ftp upload queue manager.
Notes
Notes: svn path=/head/; revision=30157
Diffstat (limited to 'ftp/ftpq')
-rw-r--r--ftp/ftpq/Makefile21
-rw-r--r--ftp/ftpq/distinfo1
-rw-r--r--ftp/ftpq/pkg-comment1
-rw-r--r--ftp/ftpq/pkg-descr8
-rw-r--r--ftp/ftpq/pkg-plist1
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