diff options
author | mat <mat@FreeBSD.org> | 2003-10-13 19:33:11 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2003-10-13 19:33:11 +0800 |
commit | 921cc5efc78fffec24ba582be19748248466ec41 (patch) | |
tree | cb77704766e5865be5ae0b3bb539b8ad272871e3 /textproc/p5-Regex-PreSuf | |
parent | e7d22886a327b36b9ac77ad944396170524439d2 (diff) | |
download | freebsd-ports-graphics-921cc5efc78fffec24ba582be19748248466ec41.tar.gz freebsd-ports-graphics-921cc5efc78fffec24ba582be19748248466ec41.tar.zst freebsd-ports-graphics-921cc5efc78fffec24ba582be19748248466ec41.zip |
Add p5-Regex-PreSuf 1.15
Regex::PreSuf - Given word lists, create regular expressions.
PR: 57855
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
Diffstat (limited to 'textproc/p5-Regex-PreSuf')
-rw-r--r-- | textproc/p5-Regex-PreSuf/Makefile | 21 | ||||
-rw-r--r-- | textproc/p5-Regex-PreSuf/distinfo | 1 | ||||
-rw-r--r-- | textproc/p5-Regex-PreSuf/pkg-descr | 8 | ||||
-rw-r--r-- | textproc/p5-Regex-PreSuf/pkg-plist | 5 |
4 files changed, 35 insertions, 0 deletions
diff --git a/textproc/p5-Regex-PreSuf/Makefile b/textproc/p5-Regex-PreSuf/Makefile new file mode 100644 index 00000000000..a745a463a8c --- /dev/null +++ b/textproc/p5-Regex-PreSuf/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: textproc/p5-Regex-PreSuf +# Date created: 11 Octobor 2003 +# Whom: Cheng-Lung Sung <clsung@dragon2.net> +# +# $FreeBSD$ + +PORTNAME= Regex-PreSuf +PORTVERSION= 1.15 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Text/JHI +PKGNAMEPREFIX= p5- + +MAINTAINER= mat@FreeBSD.org +COMMENT= Regex::PreSuf - Given word lists, create regular expressions + +PERL_CONFIGURE= yes + +MAN3= Regex::PreSuf.3 + +.include <bsd.port.mk> diff --git a/textproc/p5-Regex-PreSuf/distinfo b/textproc/p5-Regex-PreSuf/distinfo new file mode 100644 index 00000000000..f1b0e2f8776 --- /dev/null +++ b/textproc/p5-Regex-PreSuf/distinfo @@ -0,0 +1 @@ +MD5 (Regex-PreSuf-1.15.tar.gz) = 314402187080abf039c31967d92d18b5 diff --git a/textproc/p5-Regex-PreSuf/pkg-descr b/textproc/p5-Regex-PreSuf/pkg-descr new file mode 100644 index 00000000000..ce06abaa798 --- /dev/null +++ b/textproc/p5-Regex-PreSuf/pkg-descr @@ -0,0 +1,8 @@ +The Regex::Presuf module can be used to build regular expressions out +of 'word lists', lists of strings. The regular expression matches the +same words as the word list. These regular expressions normally run +few dozen percentages faster than a simple-minded '|'-concatenation of +the words. + +Author: Jarkko Hietaniemi <jhi@iki.fi> +WWW: http://search.cpan.org/search?dist=Regex-PreSuf diff --git a/textproc/p5-Regex-PreSuf/pkg-plist b/textproc/p5-Regex-PreSuf/pkg-plist new file mode 100644 index 00000000000..e1f513cecfd --- /dev/null +++ b/textproc/p5-Regex-PreSuf/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/Regex/PreSuf.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Regex/PreSuf/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Regex/PreSuf +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Regex 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Regex 2>/dev/null || true |