mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
New port: lukemftp, the enhanced ftp client from NetBSD
This commit is contained in:
parent
2b8431b4fd
commit
a03266e0cd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40750
@ -24,6 +24,7 @@
|
||||
SUBDIR += lftp
|
||||
SUBDIR += llnlxdir
|
||||
SUBDIR += llnlxftp
|
||||
SUBDIR += lukemftp
|
||||
SUBDIR += mirror
|
||||
SUBDIR += moxftp
|
||||
SUBDIR += ncftp
|
||||
|
23
ftp/lukemftp/Makefile
Normal file
23
ftp/lukemftp/Makefile
Normal file
@ -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>
|
1
ftp/lukemftp/distinfo
Normal file
1
ftp/lukemftp/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (lukemftp-1.5.tar.gz) = 0cd0fc2e3fca21ca56647b2e1142a01a
|
1
ftp/lukemftp/pkg-comment
Normal file
1
ftp/lukemftp/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Enhanced ftp client from NetBSD
|
19
ftp/lukemftp/pkg-descr
Normal file
19
ftp/lukemftp/pkg-descr
Normal file
@ -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')
|
1
ftp/lukemftp/pkg-plist
Normal file
1
ftp/lukemftp/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/lukemftp
|
Loading…
Reference in New Issue
Block a user