diff options
author | wiz <wiz@pkgsrc.org> | 2007-06-08 08:44:55 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-06-08 08:44:55 +0000 |
commit | 032f2d0119bb1183c5ad98a0d27c9ecf77d7bde0 (patch) | |
tree | 15190ce93518b5ddf957c953fdd962e736644404 | |
parent | b091129e5c535858e49cfeb7b597501f7c26aebf (diff) | |
download | pkgsrc-032f2d0119bb1183c5ad98a0d27c9ecf77d7bde0.tar.gz |
Update to 0.35:
0.35 Apr 14 2007 by Alexandr Ciornii
- Marked distribution as deprecated
- Added Readme
-rw-r--r-- | sysutils/p5-File-NCopy/DESCR | 2 | ||||
-rw-r--r-- | sysutils/p5-File-NCopy/Makefile | 7 | ||||
-rw-r--r-- | sysutils/p5-File-NCopy/distinfo | 8 |
3 files changed, 9 insertions, 8 deletions
diff --git a/sysutils/p5-File-NCopy/DESCR b/sysutils/p5-File-NCopy/DESCR index 8ff53a9ae69..1031a501b98 100644 --- a/sysutils/p5-File-NCopy/DESCR +++ b/sysutils/p5-File-NCopy/DESCR @@ -12,3 +12,5 @@ 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 index 382d32e2411..a7a48e15512 100644 --- a/sysutils/p5-File-NCopy/Makefile +++ b/sysutils/p5-File-NCopy/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2006/03/04 21:30:42 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2007/06/08 08:44:55 wiz Exp $ -DISTNAME= File-NCopy-0.34 +DISTNAME= File-NCopy-0.35 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= sysutils perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MZ/MZSANFORD/} +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/C/CH/CHORNY/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/File-NCopy/ diff --git a/sysutils/p5-File-NCopy/distinfo b/sysutils/p5-File-NCopy/distinfo index 37f5080f7ba..5ae6f511c3d 100644 --- a/sysutils/p5-File-NCopy/distinfo +++ b/sysutils/p5-File-NCopy/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2005/06/24 20:11:12 wiz Exp $ +$NetBSD: distinfo,v 1.2 2007/06/08 08:44:56 wiz Exp $ -SHA1 (File-NCopy-0.34.tar.gz) = 825d22db107370c5aa143a2dd4120ff7010dc950 -RMD160 (File-NCopy-0.34.tar.gz) = f63045b8230f645c1e6b4dea65107fff9ac6fa15 -Size (File-NCopy-0.34.tar.gz) = 7495 bytes +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 |