diff options
author | arved <arved@FreeBSD.org> | 2003-07-24 19:10:37 +0000 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-07-24 19:10:37 +0000 |
commit | 0f455fdbbe5765d886279b1b8a3243f273f0d403 (patch) | |
tree | 34f41c0722cf5c6b0838ce67b20f8537f31933e2 /net/ncp | |
parent | acd7e67d62f78b2b61fd7ae2ccf87ddfada71f08 (diff) | |
download | FreeBSD-ports-0f455fdbbe5765d886279b1b8a3243f273f0d403.zip FreeBSD-ports-0f455fdbbe5765d886279b1b8a3243f273f0d403.tar.gz |
Add ncp, a utility for copying files in a LAN. It has absolutely
no security or integrity checking, no throttling, no features, except
one: you don't have to type the coordinates of your peer.
PR: 48994
Submitted by: Matthias Teege <matthias@mteege.de>
Diffstat (limited to 'net/ncp')
-rw-r--r-- | net/ncp/Makefile | 27 | ||||
-rw-r--r-- | net/ncp/distinfo | 1 | ||||
-rw-r--r-- | net/ncp/pkg-descr | 8 | ||||
-rw-r--r-- | net/ncp/pkg-plist | 3 |
4 files changed, 39 insertions, 0 deletions
diff --git a/net/ncp/Makefile b/net/ncp/Makefile new file mode 100644 index 0000000..6ccf87c --- /dev/null +++ b/net/ncp/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: ncp +# Date created: 2003-03-06 +# Whom: Matthias Teege <matthias@mteege.de> +# +# $FreeBSD$ + +PORTNAME= ncp +PORTVERSION= 1.2.3 +CATEGORIES= net +MASTER_SITES= ftp://ftp.fu-berlin.de/unix/network/ncp/ + +MAINTAINER= matthias@mteege.de +COMMENT= "A fast file copy tool for LANs." + +MAN1= ncp.1 npush.1 +MANCOMPRESSED= no + +WRKSRC= ${WRKDIR}/${PORTNAME} +USE_BZIP2= yes + +do-install: + cd ${WRKSRC}; ${INSTALL_PROGRAM} ncp ${PREFIX}/bin + cd ${WRKSRC}; ${INSTALL_MAN} ncp.1 npush.1 ${PREFIX}/man/man1 + ${LN} -s ${PREFIX}/bin/ncp ${PREFIX}/bin/npush + ${LN} -s ${PREFIX}/bin/ncp ${PREFIX}/bin/npoll + +.include <bsd.port.mk> diff --git a/net/ncp/distinfo b/net/ncp/distinfo new file mode 100644 index 0000000..5a41571 --- /dev/null +++ b/net/ncp/distinfo @@ -0,0 +1 @@ +MD5 (ncp-1.2.3.tar.bz2) = 4486819b63f2493d788f4a516d660b74 diff --git a/net/ncp/pkg-descr b/net/ncp/pkg-descr new file mode 100644 index 0000000..9c87b76 --- /dev/null +++ b/net/ncp/pkg-descr @@ -0,0 +1,8 @@ +"ncp" is a utility for copying files in a LAN. It has absolutely no +security or integrity checking, no throttling, no features, except +one: you don't have to type the coordinates of your peer. + +WWW: http://www.fefe.de/ncp/ + +- Matthias +matthias@mteege.de diff --git a/net/ncp/pkg-plist b/net/ncp/pkg-plist new file mode 100644 index 0000000..f8f86c5 --- /dev/null +++ b/net/ncp/pkg-plist @@ -0,0 +1,3 @@ +bin/ncp +bin/npush +bin/npoll |