1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

Add p5-Lingua-Stem 0.61, provides word stemming algorithms

localized by language.

PR:		60688
Submitted by:	Thorsten Greiner <thorsten.greiner@web.de>
This commit is contained in:
Kirill Ponomarev 2003-12-29 17:25:57 +00:00
parent cacf70f096
commit 211f46dfad
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96900
5 changed files with 59 additions and 0 deletions

View File

@ -219,6 +219,7 @@
SUBDIR += p5-Lingua-Ident SUBDIR += p5-Lingua-Ident
SUBDIR += p5-Lingua-Ispell SUBDIR += p5-Lingua-Ispell
SUBDIR += p5-Lingua-Preferred SUBDIR += p5-Lingua-Preferred
SUBDIR += p5-Lingua-Stem
SUBDIR += p5-MARC SUBDIR += p5-MARC
SUBDIR += p5-NetAddr-IP-Find SUBDIR += p5-NetAddr-IP-Find
SUBDIR += p5-Number-Format SUBDIR += p5-Number-Format

View File

@ -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>

View File

@ -0,0 +1 @@
MD5 (Lingua-Stem-0.61.tar.gz) = ca99b08aa82fcbcd749d4903b205fcec

View File

@ -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

View File

@ -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