From owner-freebsd-ports-bugs Thu Mar 6 23:30:11 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E15E37B405 for ; Thu, 6 Mar 2003 23:30:08 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D01643FAF for ; Thu, 6 Mar 2003 23:30:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h277U7NS024527 for ; Thu, 6 Mar 2003 23:30:07 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h277U7dx024526; Thu, 6 Mar 2003 23:30:07 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C50437B401 for ; Thu, 6 Mar 2003 23:24:12 -0800 (PST) Received: from one.mteege.de (one.mteege.de [81.2.131.61]) by mx1.FreeBSD.org (Postfix) with SMTP id 3214043F85 for ; Thu, 6 Mar 2003 23:24:11 -0800 (PST) (envelope-from matthias@mteege.de) Received: (qmail 33704 invoked by uid 66); 7 Mar 2003 07:24:30 -0000 Received: (qmail 26775 invoked from network); 7 Mar 2003 07:25:26 -0000 Received: from gic.mteege.de (HELO mteege.de) (192.168.153.10) by 0 with SMTP; 7 Mar 2003 07:25:26 -0000 Received: (qmail 95961 invoked by uid 1001); 7 Mar 2003 07:24:01 -0000 Message-Id: <20030307072401.95960.qmail@mteege.de> Date: 7 Mar 2003 07:24:01 -0000 From: Matthias Teege Reply-To: Matthias Teege To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/48994: port for ncp Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 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