1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Add p5-Lingua-StopWords, a Perl module providing lists of stopwords for

several languages.
This commit is contained in:
Anton Berezin 2004-10-13 18:40:43 +00:00
parent 92fa45725a
commit 62ca169cf4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=119276
5 changed files with 52 additions and 0 deletions

View File

@ -281,6 +281,7 @@
SUBDIR += p5-Lingua-Stem-Snowball-Da
SUBDIR += p5-Lingua-Stem-Snowball-No
SUBDIR += p5-Lingua-Stem-Snowball-Se
SUBDIR += p5-Lingua-StopWords
SUBDIR += p5-MARC
SUBDIR += p5-NetAddr-IP-Find
SUBDIR += p5-Number-Format

View File

@ -0,0 +1,28 @@
# New ports collection makefile for: textproc/p5-Lingua-StopWords
# Date created: 13 October 2004
# Whom: Anton Berezin <tobez@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Lingua-StopWords
PORTVERSION= 0.02
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Lingua
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Lingua::StopWords - Stop words for several languages
PERL_CONFIGURE= yes
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE= "This port requires perl 5.6 or newer"
.endif
MAN3= Lingua::StopWords.3
.include <bsd.port.post.mk>

View File

@ -0,0 +1,2 @@
MD5 (Lingua-StopWords-0.02.tar.gz) = d4b9a07484a4f1b272024fad798c72a1
SIZE (Lingua-StopWords-0.02.tar.gz) = 19269

View File

@ -0,0 +1,5 @@
This module provides lists of stopwords for several languages.
Currently supported languages are Danish, Dutch, English, French,
German, Italian, Norwegian, Portugese, Spanish, and Swedish.
WWW: http://search.cpan.org/dist/Lingua-StopWords

View File

@ -0,0 +1,16 @@
%%SITE_PERL%%/Lingua/StopWords.pm
%%SITE_PERL%%/Lingua/StopWords/DA.pm
%%SITE_PERL%%/Lingua/StopWords/DE.pm
%%SITE_PERL%%/Lingua/StopWords/EN.pm
%%SITE_PERL%%/Lingua/StopWords/ES.pm
%%SITE_PERL%%/Lingua/StopWords/FR.pm
%%SITE_PERL%%/Lingua/StopWords/IT.pm
%%SITE_PERL%%/Lingua/StopWords/NL.pm
%%SITE_PERL%%/Lingua/StopWords/NO.pm
%%SITE_PERL%%/Lingua/StopWords/PT.pm
%%SITE_PERL%%/Lingua/StopWords/SV.pm
%%SITE_PERL%%/Lingua/parse.pl
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/StopWords/.packlist
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/StopWords 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Lingua/StopWords 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Lingua 2>/dev/null || true