diff options
author | reed <reed> | 2005-05-19 16:16:23 +0000 |
---|---|---|
committer | reed <reed> | 2005-05-19 16:16:23 +0000 |
commit | 167219e06ace05f9ea03d449a10578b7f985861f (patch) | |
tree | dad738e18a76feafb02fa110925c0cb233bfd5f2 /textproc | |
parent | 6686bf2f41ff29bd77c28bca294e56148fcffdd0 (diff) | |
download | pkgsrc-167219e06ace05f9ea03d449a10578b7f985861f.tar.gz |
Import Lingua-EN-Sentence-0.25
The "Lingua::EN::Sentence" perl module splits text into its
constituent sentences, based on a regular expression and a list of
built-in and provided abbreviations.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Lingua-EN-Sentence/DESCR | 3 | ||||
-rw-r--r-- | textproc/p5-Lingua-EN-Sentence/Makefile | 21 | ||||
-rw-r--r-- | textproc/p5-Lingua-EN-Sentence/PLIST | 1 | ||||
-rw-r--r-- | textproc/p5-Lingua-EN-Sentence/distinfo | 5 |
4 files changed, 30 insertions, 0 deletions
diff --git a/textproc/p5-Lingua-EN-Sentence/DESCR b/textproc/p5-Lingua-EN-Sentence/DESCR new file mode 100644 index 00000000000..be2a3dd7d46 --- /dev/null +++ b/textproc/p5-Lingua-EN-Sentence/DESCR @@ -0,0 +1,3 @@ +The "Lingua::EN::Sentence" perl module splits text into its +constituent sentences, based on a regular expression and a list of +built-in and provided abbreviations. diff --git a/textproc/p5-Lingua-EN-Sentence/Makefile b/textproc/p5-Lingua-EN-Sentence/Makefile new file mode 100644 index 00000000000..8fad8d65707 --- /dev/null +++ b/textproc/p5-Lingua-EN-Sentence/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/05/19 16:16:23 reed Exp $ + +DISTNAME= Lingua-EN-Sentence-0.25 +PKGNAME= p5-${DISTNAME} +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Lingua/} + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Lingua-EN-Sentence/ +COMMENT= Perl module for splitting English text into sentences + +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_LANGUAGES= # empty + +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Lingua/EN/Sentence/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" + +# TODO: also package Lingua-DE-Sentence, Lingua-HE-Sentence diff --git a/textproc/p5-Lingua-EN-Sentence/PLIST b/textproc/p5-Lingua-EN-Sentence/PLIST new file mode 100644 index 00000000000..ad6cb1077f1 --- /dev/null +++ b/textproc/p5-Lingua-EN-Sentence/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/05/19 16:16:23 reed Exp $ diff --git a/textproc/p5-Lingua-EN-Sentence/distinfo b/textproc/p5-Lingua-EN-Sentence/distinfo new file mode 100644 index 00000000000..63d204e3a93 --- /dev/null +++ b/textproc/p5-Lingua-EN-Sentence/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/05/19 16:16:23 reed Exp $ + +SHA1 (Lingua-EN-Sentence-0.25.tar.gz) = c1de83d38e39d725861a29773e4f4df0e8d246eb +RMD160 (Lingua-EN-Sentence-0.25.tar.gz) = 8f93e9fa96d357b26659f8600c4ff027e5cefa48 +Size (Lingua-EN-Sentence-0.25.tar.gz) = 6994 bytes |