summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorwiz <wiz>2007-06-08 11:41:16 +0000
committerwiz <wiz>2007-06-08 11:41:16 +0000
commit0cb7e3c27355a8809505743cd903a4284527a2ae (patch)
tree4145111945628406f2484aef0fb92bfc515f5c00 /sysutils
parent5ca6b364cf18aa9a6609817d2c796ac253bb3738 (diff)
downloadpkgsrc-0cb7e3c27355a8809505743cd903a4284527a2ae.tar.gz
Remove p5-File-NCopy -- it is deprecated, new code should use
p5-File-Copy-Recursive, and in pkgsrc no dependencies are left.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/Makefile3
-rw-r--r--sysutils/p5-File-NCopy/DESCR16
-rw-r--r--sysutils/p5-File-NCopy/Makefile17
-rw-r--r--sysutils/p5-File-NCopy/PLIST1
-rw-r--r--sysutils/p5-File-NCopy/distinfo5
5 files changed, 1 insertions, 41 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index 4b64ea7dec1..501c12fd61c 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -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+= ntfsprogs
SUBDIR+= nvnet
SUBDIR+= osname
SUBDIR+= p5-File-Copy-Recursive
-SUBDIR+= p5-File-NCopy
SUBDIR+= p5-File-Remove
SUBDIR+= p5-GTop
SUBDIR+= p5-Lchown
diff --git a/sysutils/p5-File-NCopy/DESCR b/sysutils/p5-File-NCopy/DESCR
deleted file mode 100644
index 1031a501b98..00000000000
--- a/sysutils/p5-File-NCopy/DESCR
+++ /dev/null
@@ -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 --git a/sysutils/p5-File-NCopy/Makefile b/sysutils/p5-File-NCopy/Makefile
deleted file mode 100644
index a7a48e15512..00000000000
--- a/sysutils/p5-File-NCopy/Makefile
+++ /dev/null
@@ -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
-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 --git a/sysutils/p5-File-NCopy/PLIST b/sysutils/p5-File-NCopy/PLIST
deleted file mode 100644
index 20dce43e9ed..00000000000
--- a/sysutils/p5-File-NCopy/PLIST
+++ /dev/null
@@ -1 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2005/06/24 20:11:12 wiz Exp $
diff --git a/sysutils/p5-File-NCopy/distinfo b/sysutils/p5-File-NCopy/distinfo
deleted file mode 100644
index 5ae6f511c3d..00000000000
--- a/sysutils/p5-File-NCopy/distinfo
+++ /dev/null
@@ -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