diff options
author | dillo <dillo> | 2001-09-11 23:07:57 +0000 |
---|---|---|
committer | dillo <dillo> | 2001-09-11 23:07:57 +0000 |
commit | 2c67e97b8092249961dc33c9b57635867886d482 (patch) | |
tree | 23900e7540986a7e60f239528e9451ae5784cd7a /net | |
parent | c401180c338a1fa7c598d3bf0ca950997264cf16 (diff) | |
download | pkgsrc-2c67e97b8092249961dc33c9b57635867886d482.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 |