diff options
author | petef <petef@FreeBSD.org> | 2002-01-26 11:56:55 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2002-01-26 11:56:55 +0800 |
commit | 36deebde1f3a32008ef49b89139e4ec0b830b340 (patch) | |
tree | f42b7634145c7f1db5731b56b03e6d4260bc1d8b /textproc/p5-Lingua-EN-Sentence | |
parent | 1d6561dc5d2e0d276a1bf1359d5c229cde1be522 (diff) | |
download | freebsd-ports-gnome-36deebde1f3a32008ef49b89139e4ec0b830b340.tar.gz freebsd-ports-gnome-36deebde1f3a32008ef49b89139e4ec0b830b340.tar.zst freebsd-ports-gnome-36deebde1f3a32008ef49b89139e4ec0b830b340.zip |
Add p5-Lingua-EN-Sentence 0.20, module for splitting text into
sentences.
PR: 33368
Submitted by: Seamus Venasse <svenasse@polaris.ca>
Diffstat (limited to 'textproc/p5-Lingua-EN-Sentence')
-rw-r--r-- | textproc/p5-Lingua-EN-Sentence/Makefile | 22 | ||||
-rw-r--r-- | textproc/p5-Lingua-EN-Sentence/distinfo | 1 | ||||
-rw-r--r-- | textproc/p5-Lingua-EN-Sentence/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/p5-Lingua-EN-Sentence/pkg-descr | 7 | ||||
-rw-r--r-- | textproc/p5-Lingua-EN-Sentence/pkg-plist | 7 |
5 files changed, 38 insertions, 0 deletions
diff --git a/textproc/p5-Lingua-EN-Sentence/Makefile b/textproc/p5-Lingua-EN-Sentence/Makefile new file mode 100644 index 000000000000..02db73ea3a8f --- /dev/null +++ b/textproc/p5-Lingua-EN-Sentence/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: Lingua::EN::Sentence +# Date created: 30 Dec 2001 +# Whom: Seamus Venasse <svenasse@polaris.ca> +# +# $FreeBSD$ +# + +PORTNAME= Lingua-EN-Sentence +PORTVERSION= 0.20 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Lingua +PKGNAMEPREFIX= p5- + +MAINTAINER= svenasse@polaris.ca + +PERL_CONFIGURE= yes + +MAN3= Lingua::EN::Sentence.3 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +.include <bsd.port.mk> diff --git a/textproc/p5-Lingua-EN-Sentence/distinfo b/textproc/p5-Lingua-EN-Sentence/distinfo new file mode 100644 index 000000000000..f5fbd2f0b423 --- /dev/null +++ b/textproc/p5-Lingua-EN-Sentence/distinfo @@ -0,0 +1 @@ +MD5 (Lingua-EN-Sentence-0.20.tar.gz) = 2109f814552431c16bd3ffc1a2c2e1ac diff --git a/textproc/p5-Lingua-EN-Sentence/pkg-comment b/textproc/p5-Lingua-EN-Sentence/pkg-comment new file mode 100644 index 000000000000..f521b948d0e4 --- /dev/null +++ b/textproc/p5-Lingua-EN-Sentence/pkg-comment @@ -0,0 +1 @@ +Module for splitting text into sentences diff --git a/textproc/p5-Lingua-EN-Sentence/pkg-descr b/textproc/p5-Lingua-EN-Sentence/pkg-descr new file mode 100644 index 000000000000..ae2a04520ece --- /dev/null +++ b/textproc/p5-Lingua-EN-Sentence/pkg-descr @@ -0,0 +1,7 @@ +The Lingua::EN::Sentence module contains the function get_sentences, +which splits text into its constituent sentences, based on a regular +expression and a list of abbreviations (built in and given). + +WWW: http://search.cpan.org/search?dist=Lingua-EN-Sentence + +Seamus Venasse <svenasse@polaris.ca> diff --git a/textproc/p5-Lingua-EN-Sentence/pkg-plist b/textproc/p5-Lingua-EN-Sentence/pkg-plist new file mode 100644 index 000000000000..ee49f991cdf1 --- /dev/null +++ b/textproc/p5-Lingua-EN-Sentence/pkg-plist @@ -0,0 +1,7 @@ +lib/perl5/site_perl/%%PERL_VER%%/Lingua/EN/Sentence.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Lingua/EN/Sentence/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Lingua/EN/Sentence +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Lingua/EN 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Lingua 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Lingua/EN 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Lingua 2>/dev/null || true |