pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils Remove p5-File-NCopy -- it is deprecated, new...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/addfe085b5e2
branches:  trunk
changeset: 529609:addfe085b5e2
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jun 08 11:41:16 2007 +0000

description:
Remove p5-File-NCopy -- it is deprecated, new code should use
p5-File-Copy-Recursive, and in pkgsrc no dependencies are left.

diffstat:

 sysutils/Makefile               |   3 +--
 sysutils/p5-File-NCopy/DESCR    |  16 ----------------
 sysutils/p5-File-NCopy/Makefile |  17 -----------------
 sysutils/p5-File-NCopy/PLIST    |   1 -
 sysutils/p5-File-NCopy/distinfo |   5 -----
 5 files changed, 1 insertions(+), 41 deletions(-)

diffs (72 lines):

diff -r 53637b937047 -r addfe085b5e2 sysutils/Makefile
--- a/sysutils/Makefile Fri Jun 08 11:39:02 2007 +0000
+++ b/sysutils/Makefile Fri Jun 08 11:41:16 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.401 2007/05/25 19:31:26 agc Exp $
+# $NetBSD: Makefile,v 1.402 2007/06/08 11:41:16 wiz Exp $
 #
 
 COMMENT=       System utilities
@@ -175,7 +175,6 @@
 SUBDIR+=       nvnet
 SUBDIR+=       osname
 SUBDIR+=       p5-File-Copy-Recursive
-SUBDIR+=       p5-File-NCopy
 SUBDIR+=       p5-File-Remove
 SUBDIR+=       p5-GTop
 SUBDIR+=       p5-Lchown
diff -r 53637b937047 -r addfe085b5e2 sysutils/p5-File-NCopy/DESCR
--- a/sysutils/p5-File-NCopy/DESCR      Fri Jun 08 11:39:02 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-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 recursive flag is set then it is done recursively like cp
--R.  In fact it behaves like cp on Unix for the most part.  If
-called in array context, an array of successful copies is returned,
-otherwise the number of succesful copies is returned.  If passed
-a file handle, it's difficult to make sure the file we are copying
-isn't the same that we are copying to, since by opening the file
-in write mode it gets pooched.  To avoid this use file names instead,
-if at all possible, especially for the to file.  If passed a file
-handle, it is not closed when copy returns, files opened by copy
-are closed.
-
-Deprecated module, use sysutils/p5-File-Copy-Recursive instead.
diff -r 53637b937047 -r addfe085b5e2 sysutils/p5-File-NCopy/Makefile
--- a/sysutils/p5-File-NCopy/Makefile   Fri Jun 08 11:39:02 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-# $NetBSD: Makefile,v 1.5 2007/06/08 08:44:55 wiz Exp $
-
-DISTNAME=      File-NCopy-0.35
-PKGNAME=       p5-${DISTNAME}
-CATEGORIES=    sysutils perl5
-MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/C/CH/CHORNY/}
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://search.cpan.org/dist/File-NCopy/
-COMMENT=       Copy files and directories
-
-PKG_INSTALLATION_TYPES=        overwrite pkgviews
-
-PERL5_PACKLIST=        auto/File/NCopy/.packlist
-
-.include "../../lang/perl5/module.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 53637b937047 -r addfe085b5e2 sysutils/p5-File-NCopy/PLIST
--- a/sysutils/p5-File-NCopy/PLIST      Fri Jun 08 11:39:02 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2005/06/24 20:11:12 wiz Exp $
diff -r 53637b937047 -r addfe085b5e2 sysutils/p5-File-NCopy/distinfo
--- a/sysutils/p5-File-NCopy/distinfo   Fri Jun 08 11:39:02 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.2 2007/06/08 08:44:56 wiz Exp $
-
-SHA1 (File-NCopy-0.35.tar.gz) = f2c80213b95d235e08becc8ae0458d331034a8c3
-RMD160 (File-NCopy-0.35.tar.gz) = ee10481f9aa59a1f264e93c85b3cb4c008b03977
-Size (File-NCopy-0.35.tar.gz) = 8400 bytes



Home | Main Index | Thread Index | Old Index