diff options
author | dillo <dillo@pkgsrc.org> | 2001-09-11 23:07:57 +0000 |
---|---|---|
committer | dillo <dillo@pkgsrc.org> | 2001-09-11 23:07:57 +0000 |
commit | aa1a2e30b0c4b98e6f1a01a2bf8f2e3b19fd8987 (patch) | |
tree | 23900e7540986a7e60f239528e9451ae5784cd7a /net | |
parent | ac0b3f8e79e69b38de6878e4a5746c21d44d2dd6 (diff) | |
download | pkgsrc-aa1a2e30b0c4b98e6f1a01a2bf8f2e3b19fd8987.tar.gz |
update to 0.11
Changes:
* display transfer rates
* detect stalled connections and abort after stall-timeout seconds
* fix ASCII mode uploads
* write proper URLs (encoding special chars, include user and port)
* various bug fixes
Diffstat (limited to 'net')
-rw-r--r-- | net/cftp/Makefile | 6 | ||||
-rw-r--r-- | net/cftp/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/cftp/Makefile b/net/cftp/Makefile index b9ca8f25695..59cee380484 100644 --- a/net/cftp/Makefile +++ b/net/cftp/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.4 2001/02/17 18:18:39 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2001/09/11 23:07:57 dillo Exp $ # -DISTNAME= cftp-0.10 +DISTNAME= cftp-0.11 CATEGORIES= net MASTER_SITES= ftp://sunsite.csd.smc.univie.ac.at/pub/nih/cftp/ \ ftp://ftp.giga.or.at/pub/nih/cftp/ -MAINTAINER= wiz@netbsd.org +MAINTAINER= dillo@netbsd.org HOMEPAGE= http://sunsite.csd.smc.univie.ac.at/pub/nih/cftp/ COMMENT= Comfortable FTP, a full screen ftp client diff --git a/net/cftp/distinfo b/net/cftp/distinfo index 1b9027a9d9b..0e684535862 100644 --- a/net/cftp/distinfo +++ b/net/cftp/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2001/04/21 11:23:11 wiz Exp $ +$NetBSD: distinfo,v 1.3 2001/09/11 23:07:57 dillo Exp $ -SHA1 (cftp-0.10.tar.gz) = 9005078b9833cba8e1920a7626f815f2973cf339 -Size (cftp-0.10.tar.gz) = 159173 bytes +SHA1 (cftp-0.11.tar.gz) = 5b76f43f8af3fc6bcbd744798c4f57c88087b1df +Size (cftp-0.11.tar.gz) = 163869 bytes |