summaryrefslogtreecommitdiff
path: root/textproc
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
parentint main(void) { int i=0; while (++i<=500) { printf("I will double check my c... (diff)
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')
-rw-r--r--textproc/Makefile1
-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
5 files changed, 36 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 3c1246717ab9..956ccc6e4467 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -216,6 +216,7 @@
SUBDIR += p5-RDF-Core
SUBDIR += p5-RDF-Notation3
SUBDIR += p5-RDFStore
+ SUBDIR += p5-Regex-PreSuf
SUBDIR += p5-Regexp-Common
SUBDIR += p5-SVG
SUBDIR += p5-Search-Saryer
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