diff options
author | wiz <wiz@pkgsrc.org> | 2000-02-20 04:32:26 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-02-20 04:32:26 +0000 |
commit | 9fd6f055d81f7a9e33c4eff071509dba40814234 (patch) | |
tree | d373a32529525c2806d8926240e3c92d3d08b8cc /net | |
parent | e8ccd949e3a95354c2fe0a1ba42aadae7dd93bfa (diff) | |
download | pkgsrc-9fd6f055d81f7a9e33c4eff071509dba40814234.tar.gz |
Initial import of cftp-0.9.3, a fullscreen ftp-client.
Diffstat (limited to 'net')
-rw-r--r-- | net/cftp/Makefile | 20 | ||||
-rw-r--r-- | net/cftp/files/md5 | 3 | ||||
-rw-r--r-- | net/cftp/pkg/COMMENT | 1 | ||||
-rw-r--r-- | net/cftp/pkg/DESCR | 4 | ||||
-rw-r--r-- | net/cftp/pkg/PLIST | 13 |
5 files changed, 41 insertions, 0 deletions
diff --git a/net/cftp/Makefile b/net/cftp/Makefile new file mode 100644 index 00000000000..0f631874dfc --- /dev/null +++ b/net/cftp/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/02/20 04:32:26 wiz Exp $ +# + +DISTNAME= cftp-0.9.3 +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 +HOMEPAGE= http://sunsite.csd.smc.univie.ac.at/pub/nih/cftp/ + +GNU_CONFIGURE= YES +INFO_FILES= cftp.info + +post-install: + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/cftp + cd ${WRKSRC} && ${INSTALL_MAN} AUTHORS COPYING NEWS README \ + THANKS TODO bindings.desc ${PREFIX}/share/doc/cftp + +.include "../../mk/bsd.pkg.mk" diff --git a/net/cftp/files/md5 b/net/cftp/files/md5 new file mode 100644 index 00000000000..a108db1ad01 --- /dev/null +++ b/net/cftp/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/02/20 04:32:26 wiz Exp $ + +MD5 (cftp-0.9.3.tar.gz) = 065851914e2e7c7afcbe706cd6a3b106 diff --git a/net/cftp/pkg/COMMENT b/net/cftp/pkg/COMMENT new file mode 100644 index 00000000000..789ad755540 --- /dev/null +++ b/net/cftp/pkg/COMMENT @@ -0,0 +1 @@ +Comfortable FTP, a full screen ftp client diff --git a/net/cftp/pkg/DESCR b/net/cftp/pkg/DESCR new file mode 100644 index 00000000000..4bc4bb60069 --- /dev/null +++ b/net/cftp/pkg/DESCR @@ -0,0 +1,4 @@ +CFTP is used to transfer files from one computer to another via the +FTP protocol. It's advantages over most standard ftp clients is its +termcap-based fullscreen representation of the remote directory tree, +providing a compact overview of the remote server's contents. diff --git a/net/cftp/pkg/PLIST b/net/cftp/pkg/PLIST new file mode 100644 index 00000000000..f764a454991 --- /dev/null +++ b/net/cftp/pkg/PLIST @@ -0,0 +1,13 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/02/20 04:32:26 wiz Exp $ +bin/cftp +@unexec install-info --delete %D/info/cftp.info %D/info/dir +info/cftp.info +@exec install-info %D/info/cftp.info %D/info/dir +share/doc/cftp/AUTHORS +share/doc/cftp/COPYING +share/doc/cftp/NEWS +share/doc/cftp/README +share/doc/cftp/THANKS +share/doc/cftp/TODO +share/doc/cftp/bindings.desc +@dirrm share/doc/cftp |