summaryrefslogtreecommitdiff
path: root/ftp/tnftp
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2004-04-16 23:36:49 +0000
committerClement Laforet <clement@FreeBSD.org>2004-04-16 23:36:49 +0000
commita6d01237c0f3c40722a85177221358bf2d726ac6 (patch)
tree1de1ea30b464d060c194538ac9f78050ad23dee6 /ftp/tnftp
parentAdd archmbox 4.5.2, email archiver written in perl; parses mailboxes and (diff)
Add tnftp 20030825, enhanced ftp client from NetBSD.
PR: ports/62373 Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Diffstat (limited to 'ftp/tnftp')
-rw-r--r--ftp/tnftp/Makefile25
-rw-r--r--ftp/tnftp/distinfo2
-rw-r--r--ftp/tnftp/pkg-descr19
3 files changed, 46 insertions, 0 deletions
diff --git a/ftp/tnftp/Makefile b/ftp/tnftp/Makefile
new file mode 100644
index 000000000000..de5d8d3f1de0
--- /dev/null
+++ b/ftp/tnftp/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: tnftp
+# Date created: 28 Jan 2004
+# Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= tnftp
+PORTVERSION= 20030825
+CATEGORIES= ftp
+MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/
+
+MAINTAINER= tmclaugh@sdf.lonestar.org
+COMMENT= Enhanced ftp client from NetBSD
+
+GNU_CONFIGURE= yes
+
+MAN1= tnftp.1
+PLIST_FILES= bin/tnftp
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/src/ftp ${PREFIX}/bin/
+ ${INSTALL_MAN} ${WRKSRC}/src/ftp.1 ${PREFIX}/man/man1/
+
+.include <bsd.port.mk>
diff --git a/ftp/tnftp/distinfo b/ftp/tnftp/distinfo
new file mode 100644
index 000000000000..f448a5b8a776
--- /dev/null
+++ b/ftp/tnftp/distinfo
@@ -0,0 +1,2 @@
+MD5 (tnftp-20030825.tar.gz) = 9b633ae6cacc01dbdadc6b9e3f180b4f
+SIZE (tnftp-20030825.tar.gz) = 277885
diff --git a/ftp/tnftp/pkg-descr b/ftp/tnftp/pkg-descr
new file mode 100644
index 000000000000..c7e444870259
--- /dev/null
+++ b/ftp/tnftp/pkg-descr
@@ -0,0 +1,19 @@
+`tnftp' (formerly lukemftp) is what many users affectionately call the enhanced
+ftp client in NetBSD.
+
+The enhancements over the standard ftp client in 4.4BSD include:
+ * command-line editing within ftp
+ * command-line fetching of URLS, including support for:
+ - http proxies (c.f: $http_proxy, $ftp_proxy)
+ - authentication
+ * context sensitive command and filename completion
+ * dynamic progress bar
+ * IPv6 support (from the WIDE project)
+ * modification time preservation
+ * paging of local and remote files, and of directory listings
+ (c.f: `lpage', `page', `pdir')
+ * passive mode support, with fallback to active mode
+ * `set option' override of ftp environment variables
+ * socks4/socks5 support
+ * TIS Firewall Toolkit gate ftp proxy support (c.f: `gate')
+ * transfer-rate throttling (c.f: `-T', `rate')