diff options
author | agc <agc@pkgsrc.org> | 1999-11-17 09:44:53 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-11-17 09:44:53 +0000 |
commit | af095ebe763782d3f886ea257ae8743c0e791456 (patch) | |
tree | b1f51dab4703e45ebc768a03768cc5b1731df0a1 /net/lukemftp | |
parent | dacffc483f77d0a8fbf69a63369ef0624e5d6084 (diff) | |
download | pkgsrc-af095ebe763782d3f886ea257ae8743c0e791456.tar.gz |
Upgrade lukemftp, the enhanced ftp client in NetBSD, to version 1.1.
Changes since version 1.0:
* Implemented `set prompt' and `set rprompt', which allow you to
configure the prompt and right side prompt (respectively).
Some tcsh(1) style `%' escapes are supported, including
%. %c %/ %m %M %n
* Implemented restarting of file:/// and non-proxied http:// URLs
(using -R)
* Correctly parse remote ports given as numbers that don't appear in
the services(5) database.
* Prevent a couple of minor memory leaks
* Add missing compilation setting for SOCKS
Diffstat (limited to 'net/lukemftp')
-rw-r--r-- | net/lukemftp/Makefile | 4 | ||||
-rw-r--r-- | net/lukemftp/files/md5 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/lukemftp/Makefile b/net/lukemftp/Makefile index fd6445cfc72..5d5dc1ca4d4 100644 --- a/net/lukemftp/Makefile +++ b/net/lukemftp/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/10/28 09:46:33 agc Exp $ +# $NetBSD: Makefile,v 1.2 1999/11/17 09:44:53 agc Exp $ # -DISTNAME= lukemftp-1.0 +DISTNAME= lukemftp-1.1 CATEGORIES= net MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/misc/lukemftp/ diff --git a/net/lukemftp/files/md5 b/net/lukemftp/files/md5 index 8e3920d68ae..88abf23fde4 100644 --- a/net/lukemftp/files/md5 +++ b/net/lukemftp/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.1.1.1 1999/10/28 09:46:33 agc Exp $ +$NetBSD: md5,v 1.2 1999/11/17 09:44:54 agc Exp $ -MD5 (lukemftp-1.0.tar.gz) = 072e4c7f0d5454ea7f2187170cab20ce +MD5 (lukemftp-1.1.tar.gz) = 6ef5420ab54d9c1966f1df6f8acb3dd0 |