diff options
author | leeym <leeym@FreeBSD.org> | 2005-03-04 17:59:03 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2005-03-04 17:59:03 +0800 |
commit | 9f20d50d8f2b2d9487f7174b7cd22ff4c7ea3aad (patch) | |
tree | 47ad9e1303d8720fba6c5ead1d40c249ffa5ff3f /devel | |
parent | 12187e00465ae186870a774ea2421cfb74c3faf8 (diff) | |
download | freebsd-ports-gnome-9f20d50d8f2b2d9487f7174b7cd22ff4c7ea3aad.tar.gz freebsd-ports-gnome-9f20d50d8f2b2d9487f7174b7cd22ff4c7ea3aad.tar.zst freebsd-ports-gnome-9f20d50d8f2b2d9487f7174b7cd22ff4c7ea3aad.zip |
- add p5-Regexp-Assemble-0.09
Regexp::Assemble allows you to take a number of regular expressions and
assemble them into a single regular expression (or RE) that will match
everything that any of the individual REs match, only what they match
and nothing else.
WWW: http://search.cpan.org/dist/Regexp-Assemble/
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Regexp-Assemble/Makefile | 22 | ||||
-rw-r--r-- | devel/p5-Regexp-Assemble/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-Regexp-Assemble/pkg-descr | 6 | ||||
-rw-r--r-- | devel/p5-Regexp-Assemble/pkg-plist | 5 |
5 files changed, 36 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index ce9ae16a6175..b7538a3794b2 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1003,6 +1003,7 @@ SUBDIR += p5-Rcs-Agent SUBDIR += p5-ReadLine-Gnu SUBDIR += p5-ReadLine-Perl + SUBDIR += p5-Regexp-Assemble SUBDIR += p5-Regexp-Shellish SUBDIR += p5-Religion SUBDIR += p5-ResourcePool diff --git a/devel/p5-Regexp-Assemble/Makefile b/devel/p5-Regexp-Assemble/Makefile new file mode 100644 index 000000000000..18f2e936926c --- /dev/null +++ b/devel/p5-Regexp-Assemble/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: devel/p5-Regexp-Assemble +# Date created: 3 March 2005 +# Whom: Yen-Ming Lee <leeym@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Regexp-Assemble +PORTVERSION= 0.09 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= ../../authors/id/D/DL/DLAND +PKGNAMEPREFIX= p5- + +MAINTAINER= leeym@FreeBSD.org +COMMENT= Assemble multiple Regular Expressions into one RE + +PERL_CONFIGURE= yes + +MAN3= Regexp::Assemble.3 + +.include <bsd.port.mk> diff --git a/devel/p5-Regexp-Assemble/distinfo b/devel/p5-Regexp-Assemble/distinfo new file mode 100644 index 000000000000..9b8110c37ff0 --- /dev/null +++ b/devel/p5-Regexp-Assemble/distinfo @@ -0,0 +1,2 @@ +MD5 (Regexp-Assemble-0.09.tar.gz) = 7e8715e38366030359795b08e9321997 +SIZE (Regexp-Assemble-0.09.tar.gz) = 66704 diff --git a/devel/p5-Regexp-Assemble/pkg-descr b/devel/p5-Regexp-Assemble/pkg-descr new file mode 100644 index 000000000000..d15e7739fdf4 --- /dev/null +++ b/devel/p5-Regexp-Assemble/pkg-descr @@ -0,0 +1,6 @@ +Regexp::Assemble allows you to take a number of regular expressions and +assemble them into a single regular expression (or RE) that will match +everything that any of the individual REs match, only what they match +and nothing else. + +WWW: http://search.cpan.org/dist/Regexp-Assemble/ diff --git a/devel/p5-Regexp-Assemble/pkg-plist b/devel/p5-Regexp-Assemble/pkg-plist new file mode 100644 index 000000000000..5e5c0c0705f2 --- /dev/null +++ b/devel/p5-Regexp-Assemble/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/Regexp/Assemble.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Regexp/Assemble/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Regexp/Assemble +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Regexp 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Regexp 2>/dev/null || true |