diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2010-04-30 05:56:49 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2010-04-30 05:56:49 +0000 |
commit | 624b2746629f5d50c7246a2453b61df1795bbef2 (patch) | |
tree | 7050d1dae506c43078709936bce5de098279c80e /devel/p5-Regexp-Subst-Parallel | |
parent | 38ad8e04f7118ce9399f7e868c1fc8c3fed24657 (diff) | |
download | ports-624b2746629f5d50c7246a2453b61df1795bbef2.tar.gz ports-624b2746629f5d50c7246a2453b61df1795bbef2.zip |
Notes
Diffstat (limited to 'devel/p5-Regexp-Subst-Parallel')
-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 |
4 files changed, 37 insertions, 0 deletions
diff --git a/devel/p5-Regexp-Subst-Parallel/Makefile b/devel/p5-Regexp-Subst-Parallel/Makefile new file mode 100644 index 000000000000..eeff577a20e1 --- /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 000000000000..e185f6b1c449 --- /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 000000000000..26fa48700cb4 --- /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 000000000000..0f8a59b39074 --- /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 |