summaryrefslogtreecommitdiffstats
path: root/ftp
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1995-03-09 17:58:40 +0000
committerache <ache@FreeBSD.org>1995-03-09 17:58:40 +0000
commit074589625f0a45b68770d4c97bb66e8c30f33763 (patch)
treecc5c0634d8d41227bd7a8e0b8117ad41f3485ed4 /ftp
parent65ac2075cc9bcaea496ab4a11b56949869a47223 (diff)
downloadFreeBSD-ports-074589625f0a45b68770d4c97bb66e8c30f33763.zip
FreeBSD-ports-074589625f0a45b68770d4c97bb66e8c30f33763.tar.gz
Upgrade.
Diffstat (limited to 'ftp')
-rw-r--r--ftp/ncftp2/Makefile10
-rw-r--r--ftp/ncftp2/distinfo2
-rw-r--r--ftp/ncftp2/pkg-comment1
-rw-r--r--ftp/ncftp2/pkg-descr5
-rw-r--r--ftp/ncftp2/pkg-plist3
-rw-r--r--ftp/ncftp3/Makefile10
-rw-r--r--ftp/ncftp3/distinfo2
-rw-r--r--ftp/ncftp3/pkg-comment1
-rw-r--r--ftp/ncftp3/pkg-descr5
-rw-r--r--ftp/ncftp3/pkg-plist3
10 files changed, 30 insertions, 12 deletions
diff --git a/ftp/ncftp2/Makefile b/ftp/ncftp2/Makefile
index 7b24222..50168dd 100644
--- a/ftp/ncftp2/Makefile
+++ b/ftp/ncftp2/Makefile
@@ -1,14 +1,14 @@
-# New ports collection makefile for: ncftp 2 BETA
-# Version required: 2.0.0 BETA 18
+# New ports collection makefile for: ncftp 2
+# Version required: 2.0.1
# Date created: 4 Nov 1994
# Whom: ache
#
-# $Id: Makefile,v 1.15 1995/02/09 22:08:54 ache Exp $
+# $Id: Makefile,v 1.16 1995/02/27 22:19:23 ache Exp $
#
-DISTNAME= ncftp-2.0b18
+DISTNAME= ncftp-2.0.1
EXTRACT_SUFX= .tgz
-MASTER_SITES= ftp://ftp.cs.unl.edu/pub/ncftp/BETA/
+MASTER_SITES= ftp://ftp.cs.unl.edu/pub/ncftp/
GNU_CONFIGURE= YES
.include <bsd.port.mk>
diff --git a/ftp/ncftp2/distinfo b/ftp/ncftp2/distinfo
index d4e952b..b62ccf5 100644
--- a/ftp/ncftp2/distinfo
+++ b/ftp/ncftp2/distinfo
@@ -1 +1 @@
-MD5 (ncftp-2.0b18.tgz) = e5f6a38f5a0b2c1260373166541b1f2b
+MD5 (ncftp-2.0.1.tgz) = e0534c6d0884926ea70e5c5e171b9297
diff --git a/ftp/ncftp2/pkg-comment b/ftp/ncftp2/pkg-comment
new file mode 100644
index 0000000..6a181b6
--- /dev/null
+++ b/ftp/ncftp2/pkg-comment
@@ -0,0 +1 @@
+NcFTP 2.0.1 -- Internet file transfer program
diff --git a/ftp/ncftp2/pkg-descr b/ftp/ncftp2/pkg-descr
new file mode 100644
index 0000000..f57dd5c
--- /dev/null
+++ b/ftp/ncftp2/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/ncftp2/pkg-plist b/ftp/ncftp2/pkg-plist
new file mode 100644
index 0000000..eb77668
--- /dev/null
+++ b/ftp/ncftp2/pkg-plist
@@ -0,0 +1,3 @@
+@cwd /usr/local
+bin/ncftp2
+man/man1/ncftp2
diff --git a/ftp/ncftp3/Makefile b/ftp/ncftp3/Makefile
index 7b24222..50168dd 100644
--- a/ftp/ncftp3/Makefile
+++ b/ftp/ncftp3/Makefile
@@ -1,14 +1,14 @@
-# New ports collection makefile for: ncftp 2 BETA
-# Version required: 2.0.0 BETA 18
+# New ports collection makefile for: ncftp 2
+# Version required: 2.0.1
# Date created: 4 Nov 1994
# Whom: ache
#
-# $Id: Makefile,v 1.15 1995/02/09 22:08:54 ache Exp $
+# $Id: Makefile,v 1.16 1995/02/27 22:19:23 ache Exp $
#
-DISTNAME= ncftp-2.0b18
+DISTNAME= ncftp-2.0.1
EXTRACT_SUFX= .tgz
-MASTER_SITES= ftp://ftp.cs.unl.edu/pub/ncftp/BETA/
+MASTER_SITES= ftp://ftp.cs.unl.edu/pub/ncftp/
GNU_CONFIGURE= YES
.include <bsd.port.mk>
diff --git a/ftp/ncftp3/distinfo b/ftp/ncftp3/distinfo
index d4e952b..b62ccf5 100644
--- a/ftp/ncftp3/distinfo
+++ b/ftp/ncftp3/distinfo
@@ -1 +1 @@
-MD5 (ncftp-2.0b18.tgz) = e5f6a38f5a0b2c1260373166541b1f2b
+MD5 (ncftp-2.0.1.tgz) = e0534c6d0884926ea70e5c5e171b9297
diff --git a/ftp/ncftp3/pkg-comment b/ftp/ncftp3/pkg-comment
new file mode 100644
index 0000000..6a181b6
--- /dev/null
+++ b/ftp/ncftp3/pkg-comment
@@ -0,0 +1 @@
+NcFTP 2.0.1 -- Internet file transfer program
diff --git a/ftp/ncftp3/pkg-descr b/ftp/ncftp3/pkg-descr
new file mode 100644
index 0000000..f57dd5c
--- /dev/null
+++ b/ftp/ncftp3/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/ncftp3/pkg-plist b/ftp/ncftp3/pkg-plist
new file mode 100644
index 0000000..eb77668
--- /dev/null
+++ b/ftp/ncftp3/pkg-plist
@@ -0,0 +1,3 @@
+@cwd /usr/local
+bin/ncftp2
+man/man1/ncftp2
OpenPOWER on IntegriCloud