diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2002-01-26 03:56:55 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2002-01-26 03:56:55 +0000 |
commit | 602a8c18be1d478348af98e3b9ddac40101e1ae2 (patch) | |
tree | 220e52976c777e410dda35de239c56c00b3a59b1 | |
parent | 90bb991905f5a6e7fd7b7e80da4c7a02dff0b8c6 (diff) | |
download | ports-602a8c18be1d478348af98e3b9ddac40101e1ae2.tar.gz ports-602a8c18be1d478348af98e3b9ddac40101e1ae2.zip |
Notes
-rw-r--r-- | textproc/Makefile | 1 | ||||
-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 |
6 files changed, 39 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 7b3a0e8a47a3..731242316eef 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -112,6 +112,7 @@ SUBDIR += p5-Lingua-EN-Gender SUBDIR += p5-Lingua-EN-Inflect SUBDIR += p5-Lingua-EN-Numbers-Ordinate + SUBDIR += p5-Lingua-EN-Sentence SUBDIR += p5-Lingua-Ispell SUBDIR += p5-Lingua-Preferred SUBDIR += p5-MARC 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 |