mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 04:16:27 -04:00
Resurrect ncftp 1.x in ports now that it's gone from /usr/src.
This commit is contained in:
parent
de7b5852d5
commit
0d62dab1ac
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=3260
10 changed files with 58 additions and 0 deletions
20
ftp/ncftp/Makefile
Normal file
20
ftp/ncftp/Makefile
Normal file
|
@ -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>
|
1
ftp/ncftp/distinfo
Normal file
1
ftp/ncftp/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (ncftp-1.9.5.tgz) = 302b24206852d727723ef8797ddb5164
|
1
ftp/ncftp/pkg-comment
Normal file
1
ftp/ncftp/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
NcFTP -- FTP replacement with advanced user interface
|
5
ftp/ncftp/pkg-descr
Normal file
5
ftp/ncftp/pkg-descr
Normal file
|
@ -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.
|
2
ftp/ncftp/pkg-plist
Normal file
2
ftp/ncftp/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
|||
bin/ncftp
|
||||
man/man1/ncftp
|
20
ftp/ncftp1/Makefile
Normal file
20
ftp/ncftp1/Makefile
Normal file
|
@ -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>
|
1
ftp/ncftp1/distinfo
Normal file
1
ftp/ncftp1/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (ncftp-1.9.5.tgz) = 302b24206852d727723ef8797ddb5164
|
1
ftp/ncftp1/pkg-comment
Normal file
1
ftp/ncftp1/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
NcFTP -- FTP replacement with advanced user interface
|
5
ftp/ncftp1/pkg-descr
Normal file
5
ftp/ncftp1/pkg-descr
Normal file
|
@ -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.
|
2
ftp/ncftp1/pkg-plist
Normal file
2
ftp/ncftp1/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
|||
bin/ncftp
|
||||
man/man1/ncftp
|
Loading…
Add table
Reference in a new issue