summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjedgar <jedgar@FreeBSD.org>2001-04-02 13:36:29 +0000
committerjedgar <jedgar@FreeBSD.org>2001-04-02 13:36:29 +0000
commiteffc38358f7345c555fa14a58db277f83112233b (patch)
treec02ce94807bf91025f59c9fff1196be4d3b5195f
parent873d70f1feb654e825d8e850023c611a0340d21a (diff)
downloadFreeBSD-ports-effc38358f7345c555fa14a58db277f83112233b.zip
FreeBSD-ports-effc38358f7345c555fa14a58db277f83112233b.tar.gz
New port: lukemftp, the enhanced ftp client from NetBSD
-rw-r--r--ftp/Makefile1
-rw-r--r--ftp/lukemftp/Makefile23
-rw-r--r--ftp/lukemftp/distinfo1
-rw-r--r--ftp/lukemftp/pkg-comment1
-rw-r--r--ftp/lukemftp/pkg-descr19
-rw-r--r--ftp/lukemftp/pkg-plist1
6 files changed, 46 insertions, 0 deletions
diff --git a/ftp/Makefile b/ftp/Makefile
index e592b56..fc3b2ba 100644
--- a/ftp/Makefile
+++ b/ftp/Makefile
@@ -24,6 +24,7 @@
SUBDIR += lftp
SUBDIR += llnlxdir
SUBDIR += llnlxftp
+ SUBDIR += lukemftp
SUBDIR += mirror
SUBDIR += moxftp
SUBDIR += ncftp
diff --git a/ftp/lukemftp/Makefile b/ftp/lukemftp/Makefile
new file mode 100644
index 0000000..9444302
--- /dev/null
+++ b/ftp/lukemftp/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: lukemftp
+# Date created: 04 Aug 2000
+# Whom: Chris D. Faulhaber <jedgar@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= lukemftp
+PORTVERSION= 1.5
+CATEGORIES= ftp
+MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/misc/lukemftp/
+
+MAINTAINER= jedgar@FreeBSD.org
+
+GNU_CONFIGURE= yes
+
+MAN1= lukemftp.1
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/src/ftp ${PREFIX}/bin/lukemftp
+ ${INSTALL_MAN} ${WRKSRC}/src/ftp.1 ${PREFIX}/man/man1/lukemftp.1
+
+.include <bsd.port.mk>
diff --git a/ftp/lukemftp/distinfo b/ftp/lukemftp/distinfo
new file mode 100644
index 0000000..959bbd4
--- /dev/null
+++ b/ftp/lukemftp/distinfo
@@ -0,0 +1 @@
+MD5 (lukemftp-1.5.tar.gz) = 0cd0fc2e3fca21ca56647b2e1142a01a
diff --git a/ftp/lukemftp/pkg-comment b/ftp/lukemftp/pkg-comment
new file mode 100644
index 0000000..7d8ecff
--- /dev/null
+++ b/ftp/lukemftp/pkg-comment
@@ -0,0 +1 @@
+Enhanced ftp client from NetBSD
diff --git a/ftp/lukemftp/pkg-descr b/ftp/lukemftp/pkg-descr
new file mode 100644
index 0000000..0fdf650
--- /dev/null
+++ b/ftp/lukemftp/pkg-descr
@@ -0,0 +1,19 @@
+`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')
diff --git a/ftp/lukemftp/pkg-plist b/ftp/lukemftp/pkg-plist
new file mode 100644
index 0000000..705387c
--- /dev/null
+++ b/ftp/lukemftp/pkg-plist
@@ -0,0 +1 @@
+bin/lukemftp
OpenPOWER on IntegriCloud