Date: Sat, 22 Jun 2013 03:41: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: r321538 - in head/devel: . p5-experimental Message-ID: <201306220341.r5M3fWpL061976@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Jun 22 03:41:32 2013 New Revision: 321538 URL: http://svnweb.freebsd.org/changeset/ports/321538 Log: - Add p5-experimental 0.005 This pragma provides an easy and convenient way to enable or disable experimental features. WWW: http://search.cpan.org/dist/experimental/ Added: head/devel/p5-experimental/ head/devel/p5-experimental/Makefile (contents, props changed) head/devel/p5-experimental/distinfo (contents, props changed) head/devel/p5-experimental/pkg-descr (contents, props changed) head/devel/p5-experimental/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Jun 22 03:40:17 2013 (r321537) +++ head/devel/Makefile Sat Jun 22 03:41:32 2013 (r321538) @@ -2985,6 +2985,7 @@ SUBDIR += p5-doxygenfilter SUBDIR += p5-enum SUBDIR += p5-ex-lib + SUBDIR += p5-experimental SUBDIR += p5-forks SUBDIR += p5-github_creator SUBDIR += p5-iCal-Parser Added: head/devel/p5-experimental/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-experimental/Makefile Sat Jun 22 03:41:32 2013 (r321538) @@ -0,0 +1,23 @@ +# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= experimental +PORTVERSION= 0.005 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:LEONT +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Experimental features made easy + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Module-Build-Tiny>=0.021:${PORTSDIR}/devel/p5-Module-Build-Tiny + +PERL_MODBUILD= yes + +MAN3= experimental.3 + +.include <bsd.port.mk> Added: head/devel/p5-experimental/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-experimental/distinfo Sat Jun 22 03:41:32 2013 (r321538) @@ -0,0 +1,2 @@ +SHA256 (experimental-0.005.tar.gz) = b6c7b53b5e034727d301c59665fd72213db8b568aba8d8714fefe9ffef95b1a9 +SIZE (experimental-0.005.tar.gz) = 10614 Added: head/devel/p5-experimental/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-experimental/pkg-descr Sat Jun 22 03:41:32 2013 (r321538) @@ -0,0 +1,4 @@ +This pragma provides an easy and convenient way to enable or disable +experimental features. + +WWW: http://search.cpan.org/dist/experimental/ Added: head/devel/p5-experimental/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-experimental/pkg-plist Sat Jun 22 03:41:32 2013 (r321538) @@ -0,0 +1,3 @@ +%%SITE_PERL%%/experimental.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/experimental/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/experimental
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306220341.r5M3fWpL061976>