aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Lingua-EN-Sentence
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2002-01-26 03:56:55 +0000
committerPete Fritchman <petef@FreeBSD.org>2002-01-26 03:56:55 +0000
commit602a8c18be1d478348af98e3b9ddac40101e1ae2 (patch)
tree220e52976c777e410dda35de239c56c00b3a59b1 /textproc/p5-Lingua-EN-Sentence
parent90bb991905f5a6e7fd7b7e80da4c7a02dff0b8c6 (diff)
downloadports-602a8c18be1d478348af98e3b9ddac40101e1ae2.tar.gz
ports-602a8c18be1d478348af98e3b9ddac40101e1ae2.zip
Add p5-Lingua-EN-Sentence 0.20, module for splitting text into
sentences. PR: 33368 Submitted by: Seamus Venasse <svenasse@polaris.ca>
Notes
Notes: svn path=/head/; revision=53751
Diffstat (limited to 'textproc/p5-Lingua-EN-Sentence')
-rw-r--r--textproc/p5-Lingua-EN-Sentence/Makefile22
-rw-r--r--textproc/p5-Lingua-EN-Sentence/distinfo1
-rw-r--r--textproc/p5-Lingua-EN-Sentence/pkg-comment1
-rw-r--r--textproc/p5-Lingua-EN-Sentence/pkg-descr7
-rw-r--r--textproc/p5-Lingua-EN-Sentence/pkg-plist7
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