diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-12-29 17:25:57 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-12-29 17:25:57 +0000 |
commit | 211f46dfadc98136453763b27e454d20c3e637de (patch) | |
tree | 33aac3932de440c1f4fc3699c95a0967e054a352 /textproc/p5-Lingua-Stem | |
parent | cacf70f0963cabebe12d5008bd413d64f505605e (diff) | |
download | ports-211f46dfadc98136453763b27e454d20c3e637de.tar.gz ports-211f46dfadc98136453763b27e454d20c3e637de.zip |
Add p5-Lingua-Stem 0.61, provides word stemming algorithms
localized by language.
PR: 60688
Submitted by: Thorsten Greiner <thorsten.greiner@web.de>
Notes
Notes:
svn path=/head/; revision=96900
Diffstat (limited to 'textproc/p5-Lingua-Stem')
-rw-r--r-- | textproc/p5-Lingua-Stem/Makefile | 27 | ||||
-rw-r--r-- | textproc/p5-Lingua-Stem/distinfo | 1 | ||||
-rw-r--r-- | textproc/p5-Lingua-Stem/pkg-descr | 17 | ||||
-rw-r--r-- | textproc/p5-Lingua-Stem/pkg-plist | 13 |
4 files changed, 58 insertions, 0 deletions
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 <thorsten.greiner@web.de> +# +# $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 <bsd.port.mk> 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 |