diff options
author | clement <clement@FreeBSD.org> | 2004-04-16 23:36:49 +0000 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-04-16 23:36:49 +0000 |
commit | ecf5563c055d44aca141cece69e89886df31d9be (patch) | |
tree | fe813450658961866034ccd61057b026643da2a5 /ftp/tnftp | |
parent | 3c0bfff816d496901587c7c56a1dd20ed0183639 (diff) | |
download | FreeBSD-ports-ecf5563c055d44aca141cece69e89886df31d9be.zip FreeBSD-ports-ecf5563c055d44aca141cece69e89886df31d9be.tar.gz |
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/Makefile | 25 | ||||
-rw-r--r-- | ftp/tnftp/distinfo | 2 | ||||
-rw-r--r-- | ftp/tnftp/pkg-descr | 19 |
3 files changed, 46 insertions, 0 deletions
diff --git a/ftp/tnftp/Makefile b/ftp/tnftp/Makefile new file mode 100644 index 0000000..de5d8d3 --- /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 0000000..f448a5b --- /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 0000000..c7e4448 --- /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') |