diff options
author | tmclaugh <tmclaugh@FreeBSD.org> | 2007-07-03 01:51:31 +0800 |
---|---|---|
committer | tmclaugh <tmclaugh@FreeBSD.org> | 2007-07-03 01:51:31 +0800 |
commit | e127c85ba1ff78cbe18328a9514517de3797fe18 (patch) | |
tree | 329582af4f46c4321a5e3575a332c2694d18aaf0 | |
parent | 2757c2ed450f2dfd4a98aa817d7e6ac6e1179e5d (diff) | |
download | freebsd-ports-graphics-e127c85ba1ff78cbe18328a9514517de3797fe18.tar.gz freebsd-ports-graphics-e127c85ba1ff78cbe18328a9514517de3797fe18.tar.zst freebsd-ports-graphics-e127c85ba1ff78cbe18328a9514517de3797fe18.zip |
Remove expired port.
- Project became tnftp a long time ago
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | ftp/Makefile | 1 | ||||
-rw-r--r-- | ftp/lukemftp/Makefile | 28 | ||||
-rw-r--r-- | ftp/lukemftp/distinfo | 3 | ||||
-rw-r--r-- | ftp/lukemftp/pkg-descr | 19 |
5 files changed, 1 insertions, 51 deletions
@@ -3082,3 +3082,4 @@ mail/mimp|mail/horde-mimp|2007-06-21|Port renamed for consistency mail/turba|mail/horde-turba|2007-06-21|Port renamed for consistency security/jeta|security/horde-jeta|2007-06-21|Port renamed for consistency graphics/digikamimageplugins|graphics/digikam|2007-07-02|Projects merged +ftp/lukemftp|ftp/tnftp|2007-07-02|Vendor name change diff --git a/ftp/Makefile b/ftp/Makefile index 43b4f7d54ca..35aba01a6a0 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 b835d7779b2..00000000000 --- 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 08508605fbf..00000000000 --- 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 0fdf650b36c..00000000000 --- 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') |