Import cftp 0.12.

Submitted by Josh Rivel <dorqus@freek.com>.

This is Comfortable FTP, a full screen ftp client.
Supported are FTP both with active and passive data connections,
IPv4 and IPv6, and SFTP (a file transfer protocol using SSH for
authorization and connection encryption).
This commit is contained in:
naddy 2002-09-21 22:57:41 +00:00
parent cebdc4dada
commit 59e00b8132
4 changed files with 37 additions and 0 deletions

23
net/cftp/Makefile Normal file
View File

@ -0,0 +1,23 @@
# $OpenBSD: Makefile,v 1.1.1.1 2002/09/21 22:57:41 naddy Exp $
COMMENT= "full screen FTP client"
DISTNAME= cftp-0.12
CATEGORIES= net
HOMEPAGE= http://ftp.giga.or.at/pub/nih/cftp/
MAINTAINER= Josh Rivel <dorqus@freek.com>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>

3
net/cftp/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (cftp-0.12.tar.gz) = e497c2cf060a6906f48ac99f55bedc8a
RMD160 (cftp-0.12.tar.gz) = 9dfd1d3a03efd5d724bc0ed4c0dafbe19c47670d
SHA1 (cftp-0.12.tar.gz) = ba583541be4bce2125849a677054d290140d0880

6
net/cftp/pkg/DESCR Normal file
View File

@ -0,0 +1,6 @@
This is Comfortable FTP, a full screen ftp client.
Supported are FTP both with active and passive data connections,
IPv4 and IPv6, and SFTP (a file transfer protocol using SSH for
authorization and connection encryption).
WWW: ${HOMEPAGE}

5
net/cftp/pkg/PLIST Normal file
View File

@ -0,0 +1,5 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2002/09/21 22:57:41 naddy Exp $
@unexec install-info --delete --info-dir=%D/info %D/info/cftp.info
bin/cftp
info/cftp.info
@exec install-info --info-dir=%D/info %D/info/cftp.info