aboutsummaryrefslogtreecommitdiff
path: root/ftp/cftp
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1998-05-14 07:27:52 +0000
committerThomas Gellekum <tg@FreeBSD.org>1998-05-14 07:27:52 +0000
commit21e281bbd65d0395d9c1f0ef2e61bd8d91a6e219 (patch)
treeec04d86c1f67a6d2e6dc73e1f92b063bd546aac5 /ftp/cftp
parent9910707dc69128c989564fa0995cebf054e0e3b5 (diff)
downloadports-21e281bbd65d0395d9c1f0ef2e61bd8d91a6e219.tar.gz
ports-21e281bbd65d0395d9c1f0ef2e61bd8d91a6e219.zip
New port cftp. cftp is another full-screen ftp client.
PR: 6105 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Notes
Notes: svn path=/head/; revision=10979
Diffstat (limited to 'ftp/cftp')
-rw-r--r--ftp/cftp/Makefile28
-rw-r--r--ftp/cftp/distinfo1
-rw-r--r--ftp/cftp/pkg-comment1
-rw-r--r--ftp/cftp/pkg-descr5
-rw-r--r--ftp/cftp/pkg-plist12
5 files changed, 47 insertions, 0 deletions
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 <bsd.port.mk>
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