1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Add p5-Regex-PreSuf 1.15

Regex::PreSuf - Given word lists, create regular expressions.

PR:		57855
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
This commit is contained in:
Mathieu Arnold 2003-10-13 11:33:11 +00:00
parent ed6ad9fc5a
commit 42d40b4699
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=91028
5 changed files with 36 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1 @@
MD5 (Regex-PreSuf-1.15.tar.gz) = 314402187080abf039c31967d92d18b5

View File

@ -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

View File

@ -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