From 21e281bbd65d0395d9c1f0ef2e61bd8d91a6e219 Mon Sep 17 00:00:00 2001 From: Thomas Gellekum Date: Thu, 14 May 1998 07:27:52 +0000 Subject: New port cftp. cftp is another full-screen ftp client. PR: 6105 Submitted by: Andrey Zakhvatov --- ftp/cftp/Makefile | 28 ++++++++++++++++++++++++++++ ftp/cftp/distinfo | 1 + ftp/cftp/pkg-comment | 1 + ftp/cftp/pkg-descr | 5 +++++ ftp/cftp/pkg-plist | 12 ++++++++++++ 5 files changed, 47 insertions(+) create mode 100644 ftp/cftp/Makefile create mode 100644 ftp/cftp/distinfo create mode 100644 ftp/cftp/pkg-comment create mode 100644 ftp/cftp/pkg-descr create mode 100644 ftp/cftp/pkg-plist diff --git a/ftp/cftp/Makefile b/ftp/cftp/Makefile new file mode 100644 index 000000000000..8ad5bb325ace --- /dev/null +++ b/ftp/cftp/Makefile @@ -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 diff --git a/ftp/cftp/distinfo b/ftp/cftp/distinfo new file mode 100644 index 000000000000..a839ea120a85 --- /dev/null +++ b/ftp/cftp/distinfo @@ -0,0 +1 @@ +MD5 (cftp-0.9.1.tar.gz) = f47fa185a07b880cd62808a3f4172133 diff --git a/ftp/cftp/pkg-comment b/ftp/cftp/pkg-comment new file mode 100644 index 000000000000..789ad7555404 --- /dev/null +++ b/ftp/cftp/pkg-comment @@ -0,0 +1 @@ +Comfortable FTP, a full screen ftp client diff --git a/ftp/cftp/pkg-descr b/ftp/cftp/pkg-descr new file mode 100644 index 000000000000..e981b8aa351c --- /dev/null +++ b/ftp/cftp/pkg-descr @@ -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. diff --git a/ftp/cftp/pkg-plist b/ftp/cftp/pkg-plist new file mode 100644 index 000000000000..6ce18f0a303f --- /dev/null +++ b/ftp/cftp/pkg-plist @@ -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 -- cgit v1.2.3