Date: Sat, 18 Nov 2017 00:10:32 +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: r454393 - in head/devel: . p5-Clone-Choose Message-ID: <201711180010.vAI0AWQ0094814@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Nov 18 00:10:32 2017 New Revision: 454393 URL: https://svnweb.freebsd.org/changeset/ports/454393 Log: Add p5-Clone-Choose 0.008 Clone::Choose checks several different modules which provides a clone() function and selects an appropriate one. The default preference is: - Clone - Storable - Clone::PP This list might evolve in future. Please see ["EXPORTS"](#exports) how to pick a particular one. WWW: http://search.cpan.org/dist/Clone-Choose/ Added: head/devel/p5-Clone-Choose/ head/devel/p5-Clone-Choose/Makefile (contents, props changed) head/devel/p5-Clone-Choose/distinfo (contents, props changed) head/devel/p5-Clone-Choose/pkg-descr (contents, props changed) head/devel/p5-Clone-Choose/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Nov 17 23:11:07 2017 (r454392) +++ head/devel/Makefile Sat Nov 18 00:10:32 2017 (r454393) @@ -2117,6 +2117,7 @@ SUBDIR += p5-Class-XPath SUBDIR += p5-Class-XSAccessor SUBDIR += p5-Clone + SUBDIR += p5-Clone-Choose SUBDIR += p5-Clone-Fast SUBDIR += p5-Clone-More SUBDIR += p5-Clone-PP Added: head/devel/p5-Clone-Choose/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Clone-Choose/Makefile Sat Nov 18 00:10:32 2017 (r454393) @@ -0,0 +1,31 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= Clone-Choose +PORTVERSION= 0.008 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Choose appropriate clone utility + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + +OPTIONS_DEFINE= CLONE CLONE_PP STORABLE +OPTIONS_DEFAULT=CLONE +CLONE_DESC= Use Clone +CLONE_PP_DESC= Use Clone::PP +STORABLE_DESC= Use Storable + +NO_ARCH= yes +USE_PERL5= configure +USES= perl5 + +CLONE_BUILD_DEPENDS= p5-Clone>=0.10:devel/p5-Clone +CLONE_RUN_DEPENDS= p5-Clone>=0.10:devel/p5-Clone +CLONE_PP_BUILD_DEPENDS= p5-Clone-PP>=0:devel/p5-Clone-PP +CLONE_PP_RUN_DEPENDS= p5-Clone-PP>=0:devel/p5-Clone-PP + +.include <bsd.port.mk> Added: head/devel/p5-Clone-Choose/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Clone-Choose/distinfo Sat Nov 18 00:10:32 2017 (r454393) @@ -0,0 +1,3 @@ +TIMESTAMP = 1510956125 +SHA256 (Clone-Choose-0.008.tar.gz) = d32ac724c006250c966592579a97ff0734feac7c51a983d554f8371ade022e3f +SIZE (Clone-Choose-0.008.tar.gz) = 9148 Added: head/devel/p5-Clone-Choose/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Clone-Choose/pkg-descr Sat Nov 18 00:10:32 2017 (r454393) @@ -0,0 +1,10 @@ +Clone::Choose checks several different modules which provides a clone() function +and selects an appropriate one. The default preference is: +- Clone +- Storable +- Clone::PP + +This list might evolve in future. Please see ["EXPORTS"](#exports) how to pick a +particular one. + +WWW: http://search.cpan.org/dist/Clone-Choose/ Added: head/devel/p5-Clone-Choose/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Clone-Choose/pkg-plist Sat Nov 18 00:10:32 2017 (r454393) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Clone/Choose.pm +%%PERL5_MAN3%%/Clone::Choose.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711180010.vAI0AWQ0094814>