Skip site navigation (1)Skip section navigation (2)
Date:      7 Mar 2003 07:24:01 -0000
From:      Matthias Teege <matthias@mteege.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/48994: port for ncp
Message-ID:  <20030307072401.95960.qmail@mteege.de>

next in thread | raw e-mail | index | archive | help

>Number:         48994
>Category:       ports
>Synopsis:       port for ncp
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 06 23:30:06 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Matthias Teege
>Release:        FreeBSD 4.8-PRERELEASE i386
>Organization:
mteege.de
>Environment:
System: FreeBSD gic.mteege.de 4.8-PRERELEASE FreeBSD 4.8-PRERELEASE #0: Fri Feb 28 16:33:57 CET 2003 matthias@gic.mteege.de:/usr/obj/usr/src/sys/GIC i386

>Description:
"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.

>How-To-Repeat:
>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	ncp
#	ncp/distinfo
#	ncp/pkg-descr
#	ncp/Makefile
#	ncp/pkg-plist
#
echo c - ncp
mkdir -p ncp > /dev/null 2>&1
echo x - ncp/distinfo
sed 's/^X//' >ncp/distinfo << 'END-of-ncp/distinfo'
XMD5 (ncp-1.2.3.tar.bz2) = 4486819b63f2493d788f4a516d660b74
END-of-ncp/distinfo
echo x - ncp/pkg-descr
sed 's/^X//' >ncp/pkg-descr << 'END-of-ncp/pkg-descr'
X"ncp" is a utility for copying files in a LAN. It has absolutely no
Xsecurity or integrity checking, no throttling, no features, except
Xone: you don't have to type the coordinates of your peer.
X
XWWW: http://www.fefe.de/ncp/
X
X- Matthias
Xmatthias@mteege.de
END-of-ncp/pkg-descr
echo x - ncp/Makefile
sed 's/^X//' >ncp/Makefile << 'END-of-ncp/Makefile'
X# New ports collection makefile for:   oneko
X# Date created:        5 December 1994
X# Whom:                asami
X#
X# $FreeBSD$
X#
X
XPORTNAME=	ncp
XPORTVERSION=	1.2.3
XCATEGORIES=	net
XMASTER_SITES=	ftp://ftp.fu-berlin.de/unix/network/ncp/
X
XMAINTAINER=	matthias@mteege.de
XCOMMENT=	"A fast file copy tool for LANs."
X
XMAN1=		ncp.1 npush.1
XMANCOMPRESSED=	no
X
XWRKSRC=		${WRKDIR}/${PORTNAME}
XUSE_BZIP2=	yes
X
Xdo-install:
X	cd ${WRKSRC}; ${INSTALL_PROGRAM} ncp ${PREFIX}/bin
X	cd ${WRKSRC}; ${INSTALL_MAN} ncp.1 npush.1 ${PREFIX}/man/man1
X	${LN} -s ${PREFIX}/bin/ncp ${PREFIX}/bin/npush
X	${LN} -s ${PREFIX}/bin/ncp ${PREFIX}/bin/npoll
X
X.include <bsd.port.mk>
END-of-ncp/Makefile
echo x - ncp/pkg-plist
sed 's/^X//' >ncp/pkg-plist << 'END-of-ncp/pkg-plist'
Xbin/ncp
Xbin/npush
Xbin/npoll
END-of-ncp/pkg-plist
exit


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030307072401.95960.qmail>