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:
parent
cebdc4dada
commit
59e00b8132
23
net/cftp/Makefile
Normal file
23
net/cftp/Makefile
Normal 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
3
net/cftp/distinfo
Normal 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
6
net/cftp/pkg/DESCR
Normal 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
5
net/cftp/pkg/PLIST
Normal 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
|
Loading…
Reference in New Issue
Block a user