1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

New port cftp. cftp is another full-screen ftp client.

PR:		6105
Submitted by:	Andrey Zakhvatov <andy@icc.surw.chel.su>
This commit is contained in:
Thomas Gellekum 1998-05-14 07:27:52 +00:00
parent 9910707dc6
commit 21e281bbd6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=10979
5 changed files with 47 additions and 0 deletions

28
ftp/cftp/Makefile Normal file
View File

@ -0,0 +1,28 @@
# New ports collection makefile for: cftp
# Version required: 0.9.1
# Date created: 14 October 1997
# Whom: Andrey Zakhvatov
#
# $Id$
#
DISTNAME= cftp-0.9.1
CATEGORIES= net
MASTER_SITES= ftp://ftp.giga.or.at/pub/nih/cftp/
MAINTAINER= andy@icc.surw.chel.su
GNU_CONFIGURE= yes
pre-install:
@if [ ! -f ${PREFIX}/info/dir ]; then \
${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
fi
post-install:
@ ${MKDIR} ${PREFIX}/share/doc/cftp
.for file in AUTHORS ChangeLog NEWS README THANKS TODO
@ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/cftp
.endfor
.include <bsd.port.mk>

1
ftp/cftp/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (cftp-0.9.1.tar.gz) = f47fa185a07b880cd62808a3f4172133

1
ftp/cftp/pkg-comment Normal file
View File

@ -0,0 +1 @@
Comfortable FTP, a full screen ftp client

5
ftp/cftp/pkg-descr Normal file
View File

@ -0,0 +1,5 @@
CFTP is used to transfer files from a remote computer to
your local computer via the FTP protocol.
It's advantages over most standard ftp-clients is its
fullscreen representation of the remote directory so you
can easily choose what to get or where to go.

12
ftp/cftp/pkg-plist Normal file
View File

@ -0,0 +1,12 @@
bin/cftp
@unexec install-info --delete %D/info/cftp.info %D/info/dir
info/cftp.info
@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir
@exec install-info %D/info/cftp.info %D/info/dir
share/doc/cftp/AUTHORS
share/doc/cftp/ChangeLog
share/doc/cftp/NEWS
share/doc/cftp/README
share/doc/cftp/THANKS
share/doc/cftp/TODO
@dirrm share/doc/cftp