[Midnightbsd-cvs] mports: mports/ftp: Add tnftp aka lukemftp from NetBSD.
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Tue Sep 30 19:21:42 EDT 2008
Log Message:
-----------
Add tnftp aka lukemftp from NetBSD.
Modified Files:
--------------
mports/ftp:
Makefile (r1.20 -> r1.21)
Added Files:
-----------
mports/ftp/tnftp:
Makefile (r1.1)
distinfo (r1.1)
pkg-descr (r1.1)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/ftp/Makefile,v
retrieving revision 1.20
retrieving revision 1.21
diff -L ftp/Makefile -L ftp/Makefile -u -r1.20 -r1.21
--- ftp/Makefile
+++ ftp/Makefile
@@ -16,6 +16,7 @@
SUBDIR += php5-curl
SUBDIR += php5-ftp
SUBDIR += proftpd
+ SUBDIR += tnftp
SUBDIR += wget
SUBDIR += wu-ftpd
SUBDIR += wu-ftpd+ipv6
--- /dev/null
+++ 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')
--- /dev/null
+++ ftp/tnftp/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: tnftp
+# Date created: 28 Jan 2004
+# Whom: Tom McLaughlin <tmclaugh at sdf.lonestar.org>
+#
+# $MidnightBSD: mports/ftp/tnftp/Makefile,v 1.1 2008/09/30 23:21:39 laffer1 Exp $
+# $FreeBSD: ports/ftp/tnftp/Makefile,v 1.10 2007/08/11 05:32:15 tmclaugh Exp $
+#
+
+PORTNAME= tnftp
+PORTVERSION= 20070806
+CATEGORIES= ftp ipv6
+MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/ \
+ ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/old/
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Enhanced ftp client from NetBSD
+LICENSE= bsd4
+
+GNU_CONFIGURE= yes
+
+MAN1= tnftp.1
+PLIST_FILES= bin/tnftp
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/src/ftp ${PREFIX}/bin/tnftp
+ ${INSTALL_MAN} ${WRKSRC}/src/ftp.1 ${PREFIX}/man/man1/tnftp.1
+
+.include <bsd.port.mk>
--- /dev/null
+++ ftp/tnftp/distinfo
@@ -0,0 +1,3 @@
+MD5 (tnftp-20070806.tar.gz) = bc78ddc857156f8bc4222d15cce6f76d
+SHA256 (tnftp-20070806.tar.gz) = ee0d6c77a74bcb5edf904a7ea97bb9c023007c76bc741f22dc197b9938372a87
+SIZE (tnftp-20070806.tar.gz) = 371223
More information about the Midnightbsd-cvs
mailing list