summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorTom McLaughlin <tmclaugh@FreeBSD.org>2007-07-02 17:51:31 +0000
committerTom McLaughlin <tmclaugh@FreeBSD.org>2007-07-02 17:51:31 +0000
commit9489d9d32aefd211c4c434f7d5c5fb46eb1f6b3c (patch)
tree23b9a88a20463cbefc267e64344ead7e7e54d8cd /ftp
parentBump revision for patch-src::GetMoEv.c. (diff)
Remove expired port.
- Project became tnftp a long time ago
Notes
Notes: svn path=/head/; revision=194698
Diffstat (limited to 'ftp')
-rw-r--r--ftp/Makefile1
-rw-r--r--ftp/lukemftp/Makefile28
-rw-r--r--ftp/lukemftp/distinfo3
-rw-r--r--ftp/lukemftp/pkg-descr19
4 files changed, 0 insertions, 51 deletions
diff --git a/ftp/Makefile b/ftp/Makefile
index 43b4f7d54cad..35aba01a6a02 100644
--- a/ftp/Makefile
+++ b/ftp/Makefile
@@ -53,7 +53,6 @@
SUBDIR += linux-curl
SUBDIR += llnlxdir
SUBDIR += llnlxftp
- SUBDIR += lukemftp
SUBDIR += mget
SUBDIR += mirror
SUBDIR += moftpd
diff --git a/ftp/lukemftp/Makefile b/ftp/lukemftp/Makefile
deleted file mode 100644
index b835d7779b28..000000000000
--- a/ftp/lukemftp/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# 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 ipv6
-MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/misc/lukemftp/old/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Enhanced ftp client from NetBSD
-
-DEPRECATED= Project became tnftp a long time ago
-EXPIRATION_DATE=2007-06-30
-
-GNU_CONFIGURE= yes
-
-MAN1= lukemftp.1
-PLIST_FILES= bin/lukemftp
-
-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
deleted file mode 100644
index 08508605fbf4..000000000000
--- a/ftp/lukemftp/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (lukemftp-1.5.tar.gz) = 0cd0fc2e3fca21ca56647b2e1142a01a
-SHA256 (lukemftp-1.5.tar.gz) = 136e8dabfdef5ac623c88678a6ef8a8cd19b109de56e1af96374e7eae01d7ed1
-SIZE (lukemftp-1.5.tar.gz) = 264861
diff --git a/ftp/lukemftp/pkg-descr b/ftp/lukemftp/pkg-descr
deleted file mode 100644
index 0fdf650b36cb..000000000000
--- a/ftp/lukemftp/pkg-descr
+++ /dev/null
@@ -1,19 +0,0 @@
-`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')