From 211f46dfadc98136453763b27e454d20c3e637de Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Mon, 29 Dec 2003 17:25:57 +0000 Subject: Add p5-Lingua-Stem 0.61, provides word stemming algorithms localized by language. PR: 60688 Submitted by: Thorsten Greiner --- textproc/p5-Lingua-Stem/Makefile | 27 +++++++++++++++++++++++++++ textproc/p5-Lingua-Stem/distinfo | 1 + textproc/p5-Lingua-Stem/pkg-descr | 17 +++++++++++++++++ textproc/p5-Lingua-Stem/pkg-plist | 13 +++++++++++++ 4 files changed, 58 insertions(+) create mode 100644 textproc/p5-Lingua-Stem/Makefile create mode 100644 textproc/p5-Lingua-Stem/distinfo create mode 100644 textproc/p5-Lingua-Stem/pkg-descr create mode 100644 textproc/p5-Lingua-Stem/pkg-plist (limited to 'textproc/p5-Lingua-Stem') diff --git a/textproc/p5-Lingua-Stem/Makefile b/textproc/p5-Lingua-Stem/Makefile new file mode 100644 index 000000000000..72a2453d2c05 --- /dev/null +++ b/textproc/p5-Lingua-Stem/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: Lingua::Stem +# Date created: 29 Dec 2003 +# Whom: Thorsten Greiner +# +# $FreeBSD$ +# + +PORTNAME= Lingua-Stem +PORTVERSION= 0.61 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Lingua +PKGNAMEPREFIX= p5- + +MAINTAINER= thorsten.greiner@web.de +COMMENT= Provides word stemming algorithms localized by language + +PERL_CONFIGURE= yes + +MAN3= Lingua::Stem.3 Lingua::Stem::AutoLoader.3 \ + Lingua::Stem::En.3 Lingua::Stem::Pt.3 \ + Lingua::Stem::EnBroken.3 Lingua::Stem::Gl.3 \ + Lingua::Stem::No.3 Lingua::Stem::De.3 \ + Lingua::Stem::Sv.3 Lingua::Stem::Da.3 +MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +.include diff --git a/textproc/p5-Lingua-Stem/distinfo b/textproc/p5-Lingua-Stem/distinfo new file mode 100644 index 000000000000..26da7f599800 --- /dev/null +++ b/textproc/p5-Lingua-Stem/distinfo @@ -0,0 +1 @@ +MD5 (Lingua-Stem-0.61.tar.gz) = ca99b08aa82fcbcd749d4903b205fcec diff --git a/textproc/p5-Lingua-Stem/pkg-descr b/textproc/p5-Lingua-Stem/pkg-descr new file mode 100644 index 000000000000..0e5f65242f1a --- /dev/null +++ b/textproc/p5-Lingua-Stem/pkg-descr @@ -0,0 +1,17 @@ +Lingua::Stem - Stemming of words + +This routine applies stemming algorithms to its parameters, returning the +stemmed words as appropriate to the selected locale. + +Currently supported locales are: + + EN - English (also EN-US and EN-UK) + DA - Danish + DE - German + GL - Galician + IT - Italian + NO - Norwegian + PT - Portuguese + SV - Swedish + +WWW: http://search.cpan.org/~snowhare/Lingua-Stem-0.61/lib/Lingua/Stem.pm diff --git a/textproc/p5-Lingua-Stem/pkg-plist b/textproc/p5-Lingua-Stem/pkg-plist new file mode 100644 index 000000000000..2bd700716145 --- /dev/null +++ b/textproc/p5-Lingua-Stem/pkg-plist @@ -0,0 +1,13 @@ +%%SITE_PERL%%/Lingua/Stem.pm +%%SITE_PERL%%/Lingua/Stem/AutoLoader.pm +%%SITE_PERL%%/Lingua/Stem/Da.pm +%%SITE_PERL%%/Lingua/Stem/De.pm +%%SITE_PERL%%/Lingua/Stem/En.pm +%%SITE_PERL%%/Lingua/Stem/EnBroken.pm +%%SITE_PERL%%/Lingua/Stem/Gl.pm +%%SITE_PERL%%/Lingua/Stem/No.pm +%%SITE_PERL%%/Lingua/Stem/Pt.pm +%%SITE_PERL%%/Lingua/Stem/Sv.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Stem/.packlist +@unexec rmdir %D/%%SITE_PERL%%/Lingua 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Lingua/Stem 2>/dev/null || true -- cgit v1.2.3