Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Apr 2018 23:58:52 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r467851 - in head/devel: . p5-File-Copy-Recursive-Reduced
Message-ID:  <201804202358.w3KNwqq9041336@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Apr 20 23:58:52 2018
New Revision: 467851
URL: https://svnweb.freebsd.org/changeset/ports/467851

Log:
  Add p5-File-Copy-Recursive-Reduced 0.006
  
  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.
  
  WWW: http://search.cpan.org/dist/File-Copy-Recursive-Reduced/

Added:
  head/devel/p5-File-Copy-Recursive-Reduced/
  head/devel/p5-File-Copy-Recursive-Reduced/Makefile   (contents, props changed)
  head/devel/p5-File-Copy-Recursive-Reduced/distinfo   (contents, props changed)
  head/devel/p5-File-Copy-Recursive-Reduced/pkg-descr   (contents, props changed)
  head/devel/p5-File-Copy-Recursive-Reduced/pkg-plist   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Fri Apr 20 23:00:25 2018	(r467850)
+++ head/devel/Makefile	Fri Apr 20 23:58:52 2018	(r467851)
@@ -2529,6 +2529,7 @@
     SUBDIR += p5-File-ConfigDir
     SUBDIR += p5-File-Copy-Link
     SUBDIR += p5-File-Copy-Recursive
+    SUBDIR += p5-File-Copy-Recursive-Reduced
     SUBDIR += p5-File-CountLines
     SUBDIR += p5-File-CreationTime
     SUBDIR += p5-File-DesktopEntry

Added: head/devel/p5-File-Copy-Recursive-Reduced/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-File-Copy-Recursive-Reduced/Makefile	Fri Apr 20 23:58:52 2018	(r467851)
@@ -0,0 +1,24 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	File-Copy-Recursive-Reduced
+PORTVERSION=	0.006
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Recursive copying of files and directories
+
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+LICENSE_FILE_ART10=	${WRKSRC}/LICENSE
+
+TEST_DEPENDS=	p5-Capture-Tiny>=0:devel/p5-Capture-Tiny \
+		p5-Path-Tiny>=0:devel/p5-Path-Tiny
+
+NO_ARCH=	yes
+USE_PERL5=	configure
+USES=		perl5
+
+.include <bsd.port.mk>

Added: head/devel/p5-File-Copy-Recursive-Reduced/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-File-Copy-Recursive-Reduced/distinfo	Fri Apr 20 23:58:52 2018	(r467851)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1524261078
+SHA256 (File-Copy-Recursive-Reduced-0.006.tar.gz) = e618f993a69f4355205c58fffff6982609f28b47f646ec6e244e41b5c6707e2c
+SIZE (File-Copy-Recursive-Reduced-0.006.tar.gz) = 25380

Added: head/devel/p5-File-Copy-Recursive-Reduced/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-File-Copy-Recursive-Reduced/pkg-descr	Fri Apr 20 23:58:52 2018	(r467851)
@@ -0,0 +1,7 @@
+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.
+
+WWW: http://search.cpan.org/dist/File-Copy-Recursive-Reduced/

Added: head/devel/p5-File-Copy-Recursive-Reduced/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-File-Copy-Recursive-Reduced/pkg-plist	Fri Apr 20 23:58:52 2018	(r467851)
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/File/Copy/Recursive/Reduced.pm
+%%PERL5_MAN3%%/File::Copy::Recursive::Reduced.3.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804202358.w3KNwqq9041336>