pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/p5-File-Copy-Recursive-Reduced
Module Name: pkgsrc
Committed By: wen
Date: Mon Apr 23 08:33:26 UTC 2018
Added Files:
pkgsrc/sysutils/p5-File-Copy-Recursive-Reduced: DESCR Makefile distinfo
Log Message:
Import File-Copy-Recursive-Reduced-0.006 as p5-File-Copy-Recursive-Reduced.
File::Copy::Recursive::Reduced is intended as a not-quite-drop-in replacement
for certain functionality provided by CPAN distribution File-Copy-Recursive. The
library provides methods similar enough to that distribution's fcopy(),
dircopy() and rcopy() functions to be usable in those CPAN distributions often
described as being part of the Perl toolchain.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/sysutils/p5-File-Copy-Recursive-Reduced/DESCR \
pkgsrc/sysutils/p5-File-Copy-Recursive-Reduced/Makefile \
pkgsrc/sysutils/p5-File-Copy-Recursive-Reduced/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/sysutils/p5-File-Copy-Recursive-Reduced/DESCR
diff -u /dev/null pkgsrc/sysutils/p5-File-Copy-Recursive-Reduced/DESCR:1.1
--- /dev/null Mon Apr 23 08:33:26 2018
+++ pkgsrc/sysutils/p5-File-Copy-Recursive-Reduced/DESCR Mon Apr 23 08:33:26 2018
@@ -0,0 +1,5 @@
+File::Copy::Recursive::Reduced is intended as a not-quite-drop-in replacement
+for certain functionality provided by CPAN distribution File-Copy-Recursive. The
+library provides methods similar enough to that distribution's fcopy(),
+dircopy() and rcopy() functions to be usable in those CPAN distributions often
+described as being part of the Perl toolchain.
Index: pkgsrc/sysutils/p5-File-Copy-Recursive-Reduced/Makefile
diff -u /dev/null pkgsrc/sysutils/p5-File-Copy-Recursive-Reduced/Makefile:1.1
--- /dev/null Mon Apr 23 08:33:26 2018
+++ pkgsrc/sysutils/p5-File-Copy-Recursive-Reduced/Makefile Mon Apr 23 08:33:26 2018
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2018/04/23 08:33:26 wen Exp $
+
+DISTNAME= File-Copy-Recursive-Reduced-0.006
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= sysutils devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-module/File/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/dist/File-Copy-Recursive/
+COMMENT= Recursive copying of files and directories
+LICENSE= ${PERL5_LICENSE}
+
+BUILD_DEPENDS+= p5-Capture-Tiny>=0:../../devel/p5-Capture-Tiny
+BUILD_DEPENDS+= p5-Path-Tiny>=0:../../filesystems/p5-Path-Tiny
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/File/Copy/Recursive/Reduced/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/sysutils/p5-File-Copy-Recursive-Reduced/distinfo
diff -u /dev/null pkgsrc/sysutils/p5-File-Copy-Recursive-Reduced/distinfo:1.1
--- /dev/null Mon Apr 23 08:33:26 2018
+++ pkgsrc/sysutils/p5-File-Copy-Recursive-Reduced/distinfo Mon Apr 23 08:33:26 2018
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/04/23 08:33:26 wen Exp $
+
+SHA1 (File-Copy-Recursive-Reduced-0.006.tar.gz) = a169b5b484de39ad37870c2b1e29feaafeb91f2d
+RMD160 (File-Copy-Recursive-Reduced-0.006.tar.gz) = 7a8929e839008f628902d2304b678f901f1438c8
+SHA512 (File-Copy-Recursive-Reduced-0.006.tar.gz) = 7cf888b8c004d9430c87c1cceba25e997cb12974a79c3f4d803b11779abef81f5b686caac4c46a70caadb2eee12a71cb1fb87abfc7d5fec43dc37bbd2ef07694
+Size (File-Copy-Recursive-Reduced-0.006.tar.gz) = 25380 bytes
Home |
Main Index |
Thread Index |
Old Index