pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/p5-File-Copy-Recursive-Reduced I...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f27ec1ea8637
branches:  trunk
changeset: 306682:f27ec1ea8637
user:      wen <wen%pkgsrc.org@localhost>
date:      Mon Apr 23 08:33:26 2018 +0000
description:
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.

diffstat:

 sysutils/p5-File-Copy-Recursive-Reduced/DESCR    |   5 +++++
 sysutils/p5-File-Copy-Recursive-Reduced/Makefile |  20 ++++++++++++++++++++
 sysutils/p5-File-Copy-Recursive-Reduced/distinfo |   6 ++++++
 3 files changed, 31 insertions(+), 0 deletions(-)

diffs (43 lines):

diff -r 72be3c8d8b42 -r f27ec1ea8637 sysutils/p5-File-Copy-Recursive-Reduced/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/p5-File-Copy-Recursive-Reduced/DESCR     Mon Apr 23 08:33:26 2018 +0000
@@ -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.
diff -r 72be3c8d8b42 -r f27ec1ea8637 sysutils/p5-File-Copy-Recursive-Reduced/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/p5-File-Copy-Recursive-Reduced/Makefile  Mon Apr 23 08:33:26 2018 +0000
@@ -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"
diff -r 72be3c8d8b42 -r f27ec1ea8637 sysutils/p5-File-Copy-Recursive-Reduced/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/p5-File-Copy-Recursive-Reduced/distinfo  Mon Apr 23 08:33:26 2018 +0000
@@ -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