diff options
author | kevlo <kevlo@FreeBSD.org> | 2010-04-30 13:56:49 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2010-04-30 13:56:49 +0800 |
commit | abb05415849daecd471454913ed551431e91f48b (patch) | |
tree | 6b09c561bb5a26929e1a9cfefdafbcfc84668aca /devel | |
parent | 506391cc39593a9b81008e4ecac78b21fac61eb3 (diff) | |
download | freebsd-ports-graphics-abb05415849daecd471454913ed551431e91f48b.tar.gz freebsd-ports-graphics-abb05415849daecd471454913ed551431e91f48b.tar.zst freebsd-ports-graphics-abb05415849daecd471454913ed551431e91f48b.zip |
Initial import of p5-Regexp-Subst-Parallel 0.11
Regexp::Subst::Parallel is a module that allows you to make multiple
simultaneous substitutions safely. Using the sole exported "subst"
function has a rather different effect from doing each substitution
sequentially.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Regexp-Subst-Parallel/Makefile | 21 | ||||
-rw-r--r-- | devel/p5-Regexp-Subst-Parallel/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-Regexp-Subst-Parallel/pkg-descr | 6 | ||||
-rw-r--r-- | devel/p5-Regexp-Subst-Parallel/pkg-plist | 7 |
5 files changed, 38 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index e72408ddaf7..24ead335c50 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1966,6 +1966,7 @@ SUBDIR += p5-Regexp-Assemble SUBDIR += p5-Regexp-Bind SUBDIR += p5-Regexp-Shellish + SUBDIR += p5-Regexp-Subst-Parallel SUBDIR += p5-Religion SUBDIR += p5-ResourcePool SUBDIR += p5-Resources diff --git a/devel/p5-Regexp-Subst-Parallel/Makefile b/devel/p5-Regexp-Subst-Parallel/Makefile new file mode 100644 index 00000000000..eeff577a20e --- /dev/null +++ b/devel/p5-Regexp-Subst-Parallel/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: p5-Regexp-Subst-Parallel +# Date created: 30 April 2010 +# Whom: Kevin Lo <kevlo@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Regexp-Subst-Parallel +PORTVERSION= 0.11 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= kevlo@FreeBSD.org +COMMENT= Perform multiple substitutions on a string in parallel + +PERL_CONFIGURE= yes + +MAN3= Regexp::Subst::Parallel.3 + +.include <bsd.port.mk> diff --git a/devel/p5-Regexp-Subst-Parallel/distinfo b/devel/p5-Regexp-Subst-Parallel/distinfo new file mode 100644 index 00000000000..e185f6b1c44 --- /dev/null +++ b/devel/p5-Regexp-Subst-Parallel/distinfo @@ -0,0 +1,3 @@ +MD5 (Regexp-Subst-Parallel-0.11.tar.gz) = ebebdad0aea5835daeb8e3cb7add383e +SHA256 (Regexp-Subst-Parallel-0.11.tar.gz) = 850819c3a01645fbec5e0ab0466b4ab89276d00f89154848269cb926da616d46 +SIZE (Regexp-Subst-Parallel-0.11.tar.gz) = 10240 diff --git a/devel/p5-Regexp-Subst-Parallel/pkg-descr b/devel/p5-Regexp-Subst-Parallel/pkg-descr new file mode 100644 index 00000000000..26fa48700cb --- /dev/null +++ b/devel/p5-Regexp-Subst-Parallel/pkg-descr @@ -0,0 +1,6 @@ +Regexp::Subst::Parallel is a module that allows you to make multiple +simultaneous substitutions safely. Using the sole exported "subst" +function has a rather different effect from doing each substitution +sequentially. + +WWW: http://search.cpan.org/dist/Regexp-Subst-Parallel diff --git a/devel/p5-Regexp-Subst-Parallel/pkg-plist b/devel/p5-Regexp-Subst-Parallel/pkg-plist new file mode 100644 index 00000000000..0f8a59b3907 --- /dev/null +++ b/devel/p5-Regexp-Subst-Parallel/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/Regexp/Subst/Parallel.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Regexp/Subst/Parallel/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Regexp/Subst/Parallel +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Regexp/Subst +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Regexp +@dirrm %%SITE_PERL%%/Regexp/Subst +@dirrmtry %%SITE_PERL%%/Regexp |