aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Regex-PreSuf
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2003-10-13 11:33:11 +0000
committerMathieu Arnold <mat@FreeBSD.org>2003-10-13 11:33:11 +0000
commit42d40b46996073953bd874754c3c624c97f848b4 (patch)
treeb5d29a72b51dbb85516387501a44b0938417f282 /textproc/p5-Regex-PreSuf
parented6ad9fc5ae21b430d80196f5260b388c66c10b0 (diff)
downloadports-42d40b46996073953bd874754c3c624c97f848b4.tar.gz
ports-42d40b46996073953bd874754c3c624c97f848b4.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>
Notes
Notes: svn path=/head/; revision=91028
Diffstat (limited to 'textproc/p5-Regex-PreSuf')
-rw-r--r--textproc/p5-Regex-PreSuf/Makefile21
-rw-r--r--textproc/p5-Regex-PreSuf/distinfo1
-rw-r--r--textproc/p5-Regex-PreSuf/pkg-descr8
-rw-r--r--textproc/p5-Regex-PreSuf/pkg-plist5
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 000000000000..a745a463a8c9
--- /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 000000000000..f1b0e2f87764
--- /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 000000000000..ce06abaa798d
--- /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 000000000000..e1f513cecfdf
--- /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