diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-06-20 15:17:28 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-06-20 15:17:28 +0000 |
commit | 0d62dab1aca01e56c116049a1a49f40da85c0a18 (patch) | |
tree | 157c7576d7655fee3a7aff2911e9f775be048eb3 /ftp | |
parent | de7b5852d54940a7d9bb004940c2859a3b906096 (diff) | |
download | ports-0d62dab1aca01e56c116049a1a49f40da85c0a18.tar.gz ports-0d62dab1aca01e56c116049a1a49f40da85c0a18.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/ncftp/Makefile | 20 | ||||
-rw-r--r-- | ftp/ncftp/distinfo | 1 | ||||
-rw-r--r-- | ftp/ncftp/pkg-comment | 1 | ||||
-rw-r--r-- | ftp/ncftp/pkg-descr | 5 | ||||
-rw-r--r-- | ftp/ncftp/pkg-plist | 2 | ||||
-rw-r--r-- | ftp/ncftp1/Makefile | 20 | ||||
-rw-r--r-- | ftp/ncftp1/distinfo | 1 | ||||
-rw-r--r-- | ftp/ncftp1/pkg-comment | 1 | ||||
-rw-r--r-- | ftp/ncftp1/pkg-descr | 5 | ||||
-rw-r--r-- | ftp/ncftp1/pkg-plist | 2 |
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 |