summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1996-06-20 15:17:28 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1996-06-20 15:17:28 +0000
commit0d62dab1aca01e56c116049a1a49f40da85c0a18 (patch)
tree157c7576d7655fee3a7aff2911e9f775be048eb3 /ftp
parentRemove reminder about host key generation, it autogenerated on install (diff)
Resurrect ncftp 1.x in ports now that it's gone from /usr/src.
Notes
Notes: svn path=/head/; revision=3260
Diffstat (limited to 'ftp')
-rw-r--r--ftp/ncftp/Makefile20
-rw-r--r--ftp/ncftp/distinfo1
-rw-r--r--ftp/ncftp/pkg-comment1
-rw-r--r--ftp/ncftp/pkg-descr5
-rw-r--r--ftp/ncftp/pkg-plist2
-rw-r--r--ftp/ncftp1/Makefile20
-rw-r--r--ftp/ncftp1/distinfo1
-rw-r--r--ftp/ncftp1/pkg-comment1
-rw-r--r--ftp/ncftp1/pkg-descr5
-rw-r--r--ftp/ncftp1/pkg-plist2
10 files changed, 58 insertions, 0 deletions
diff --git a/ftp/ncftp/Makefile b/ftp/ncftp/Makefile
new file mode 100644
index 000000000000..02069a96a993
--- /dev/null
+++ b/ftp/ncftp/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: ncftp2
+# Version required: 1.9.5
+# Date created: 20 Jun 1996
+# Whom: jkh
+#
+# $Id$
+#
+
+DISTNAME= ncftp-1.9.5
+CATEGORIES+= net
+MASTER_SITES= ftp://ftp.probe.net/pub/ncftp/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= jkh@FreeBSD.ORG
+
+do-install:
+ cd ${WRKSRC}; $(INSTALL) -c $(STRIP) -o $(BINOWN) -g $(BINGRP) -m $(BINMODE) ncftp $(PREFIX)/bin
+ cd ${WRKSRC}; $(INSTALL) -c -o $(BINOWN) -g $(BINGRP) -m 644 ncftp.1 $(PREFIX)/man/man1
+
+.include <bsd.port.mk>
diff --git a/ftp/ncftp/distinfo b/ftp/ncftp/distinfo
new file mode 100644
index 000000000000..600cacd91a47
--- /dev/null
+++ b/ftp/ncftp/distinfo
@@ -0,0 +1 @@
+MD5 (ncftp-1.9.5.tgz) = 302b24206852d727723ef8797ddb5164
diff --git a/ftp/ncftp/pkg-comment b/ftp/ncftp/pkg-comment
new file mode 100644
index 000000000000..cbc4ad9d33d0
--- /dev/null
+++ b/ftp/ncftp/pkg-comment
@@ -0,0 +1 @@
+NcFTP -- FTP replacement with advanced user interface
diff --git a/ftp/ncftp/pkg-descr b/ftp/ncftp/pkg-descr
new file mode 100644
index 000000000000..f57dd5cbd429
--- /dev/null
+++ b/ftp/ncftp/pkg-descr
@@ -0,0 +1,5 @@
+ NcFTP is a user interface to the Internet standard File
+ Transfer Protocol. This program allows a user to transfer
+ files to and from a remote network site, and offers addi-
+ tional features that are not found in the standard inter-
+ face, ftp.
diff --git a/ftp/ncftp/pkg-plist b/ftp/ncftp/pkg-plist
new file mode 100644
index 000000000000..a7245e770b48
--- /dev/null
+++ b/ftp/ncftp/pkg-plist
@@ -0,0 +1,2 @@
+bin/ncftp
+man/man1/ncftp
diff --git a/ftp/ncftp1/Makefile b/ftp/ncftp1/Makefile
new file mode 100644
index 000000000000..02069a96a993
--- /dev/null
+++ b/ftp/ncftp1/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: ncftp2
+# Version required: 1.9.5
+# Date created: 20 Jun 1996
+# Whom: jkh
+#
+# $Id$
+#
+
+DISTNAME= ncftp-1.9.5
+CATEGORIES+= net
+MASTER_SITES= ftp://ftp.probe.net/pub/ncftp/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= jkh@FreeBSD.ORG
+
+do-install:
+ cd ${WRKSRC}; $(INSTALL) -c $(STRIP) -o $(BINOWN) -g $(BINGRP) -m $(BINMODE) ncftp $(PREFIX)/bin
+ cd ${WRKSRC}; $(INSTALL) -c -o $(BINOWN) -g $(BINGRP) -m 644 ncftp.1 $(PREFIX)/man/man1
+
+.include <bsd.port.mk>
diff --git a/ftp/ncftp1/distinfo b/ftp/ncftp1/distinfo
new file mode 100644
index 000000000000..600cacd91a47
--- /dev/null
+++ b/ftp/ncftp1/distinfo
@@ -0,0 +1 @@
+MD5 (ncftp-1.9.5.tgz) = 302b24206852d727723ef8797ddb5164
diff --git a/ftp/ncftp1/pkg-comment b/ftp/ncftp1/pkg-comment
new file mode 100644
index 000000000000..cbc4ad9d33d0
--- /dev/null
+++ b/ftp/ncftp1/pkg-comment
@@ -0,0 +1 @@
+NcFTP -- FTP replacement with advanced user interface
diff --git a/ftp/ncftp1/pkg-descr b/ftp/ncftp1/pkg-descr
new file mode 100644
index 000000000000..f57dd5cbd429
--- /dev/null
+++ b/ftp/ncftp1/pkg-descr
@@ -0,0 +1,5 @@
+ NcFTP is a user interface to the Internet standard File
+ Transfer Protocol. This program allows a user to transfer
+ files to and from a remote network site, and offers addi-
+ tional features that are not found in the standard inter-
+ face, ftp.
diff --git a/ftp/ncftp1/pkg-plist b/ftp/ncftp1/pkg-plist
new file mode 100644
index 000000000000..a7245e770b48
--- /dev/null
+++ b/ftp/ncftp1/pkg-plist
@@ -0,0 +1,2 @@
+bin/ncftp
+man/man1/ncftp