From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 14 06:10:18 2003 Return-Path: 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 D5DEE37B405 for ; Wed, 14 May 2003 06:10:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7F2443FA3 for ; Wed, 14 May 2003 06:10:17 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4EDAHUp039282 for ; Wed, 14 May 2003 06:10:17 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4EDAHJJ039281; Wed, 14 May 2003 06:10:17 -0700 (PDT) Resent-Date: Wed, 14 May 2003 06:10:17 -0700 (PDT) Resent-Message-Id: <200305141310.h4EDAHJJ039281@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alex Kapranoff Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB8C337B401 for ; Wed, 14 May 2003 06:02:17 -0700 (PDT) Received: from ns.rrc.ru (ns.rrc.ru [217.171.4.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id A503843FAF for ; Wed, 14 May 2003 06:02:15 -0700 (PDT) (envelope-from kappa@in-line.ru) Received: from capsule.domain (postfix@[172.18.20.248]) by ns.rrc.ru (8.10.1/8.10.1) with ESMTP id h4ED0xm17588 for ; Wed, 14 May 2003 17:00:59 +0400 Received: by capsule.domain (Postfix, from userid 1000) id 537ED1C5F90; Wed, 14 May 2003 17:02:10 +0400 (MSD) Message-Id: <20030514130210.537ED1C5F90@capsule.domain> Date: Wed, 14 May 2003 17:02:10 +0400 (MSD) From: Alex Kapranoff To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52227: New port: p5-File-NCopy copies files or directories X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 May 2003 13:10:19 -0000 >Number: 52227 >Category: ports >Synopsis: New port: p5-File-NCopy copies files or directories >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: Wed May 14 06:10:17 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Alex Kapranoff >Release: FreeBSD 4.8-STABLE i386 >Organization: IN-LINE Technologies >Environment: System: FreeBSD capsule.domain 4.8-STABLE FreeBSD 4.8-STABLE #0: Mon May 5 17:10:30 MSD 2003 root@capsule.domain:/usr/obj/usr/src/sys/CAPSULE i386 >Description: File::NCopy::copy copies files to directories, or a single file to another file. You can also use a reference to a file handle if you wish whem doing a file to file copy. The functionality is very similar to cp. If the argument is a directory to directory copy and the recur- sive flag is set then it is done recursively like cp -R. >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: # # p5-File-NCopy/ # p5-File-NCopy/Makefile # p5-File-NCopy/distinfo # p5-File-NCopy/pkg-descr # p5-File-NCopy/pkg-plist # echo c - p5-File-NCopy/ mkdir -p p5-File-NCopy/ > /dev/null 2>&1 echo x - p5-File-NCopy/Makefile sed 's/^X//' >p5-File-NCopy/Makefile << 'END-of-p5-File-NCopy/Makefile' X# New ports collection makefile for: p5-File-NCopy X# Date created: May 14th 2003 X# Whom: Alex Kapranoff X# X# $FreeBSD$ X# X XPORTNAME= File-NCopy XPORTVERSION= 0.32 XCATEGORIES= devel perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= File XPKGNAMEPREFIX= p5- XDISTNAME= ${PORTNAME}${PORTVERSION} X XMAINTAINER= ports@freebsd.org XCOMMENT= Perl5 module to copy files X XPERL_CONFIGURE= yes X XINSTALL_TARGET= pure_install X XMAN3= File::NCopy.3 XMAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} X X.include END-of-p5-File-NCopy/Makefile echo x - p5-File-NCopy/distinfo sed 's/^X//' >p5-File-NCopy/distinfo << 'END-of-p5-File-NCopy/distinfo' XMD5 (File-NCopy0.32.tar.gz) = 3c12a70667f50cf68719d46001ef1318 END-of-p5-File-NCopy/distinfo echo x - p5-File-NCopy/pkg-descr sed 's/^X//' >p5-File-NCopy/pkg-descr << 'END-of-p5-File-NCopy/pkg-descr' XFile::NCopy::copy copies files to directories, or a single file to Xanother file. You can also use a reference to a file handle if you Xwish whem doing a file to file copy. The functionality is very similar Xto cp. If the argument is a directory to directory copy and the recur- Xsive flag is set then it is done recursively like cp -R. END-of-p5-File-NCopy/pkg-descr echo x - p5-File-NCopy/pkg-plist sed 's/^X//' >p5-File-NCopy/pkg-plist << 'END-of-p5-File-NCopy/pkg-plist' Xlib/perl5/site_perl/%%PERL_VER%%/File/NCopy.pm X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/File 2>/dev/null || true Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/File/NCopy/.packlist X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/File/NCopy X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/File 2>/dev/null|| true END-of-p5-File-NCopy/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: