1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

Update to 0.06

PR:		102267
Submitted by:	Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
This commit is contained in:
Mathieu Arnold 2006-08-20 18:45:51 +00:00
parent 79961b54e9
commit 63d342f76a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=171058
4 changed files with 10 additions and 7 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= Lingua-StopWords
PORTVERSION= 0.05
PORTVERSION= 0.06
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Lingua
@ -20,7 +20,7 @@ PERL_CONFIGURE= yes
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500601
IGNORE= requires perl 5.6.1 or newer
IGNORE= requires at least Perl 5.6.1. Please install lang/perl5.8 and try again
.endif
MAN3= Lingua::StopWords.3

View File

@ -1,3 +1,3 @@
MD5 (Lingua-StopWords-0.05.tar.gz) = 9b59c5be94f9dac2dce3e49570b398e6
SHA256 (Lingua-StopWords-0.05.tar.gz) = 8bbe83cb82af37834d56043c8f3fe43f7da12bde0c3067a66d026277196b6570
SIZE (Lingua-StopWords-0.05.tar.gz) = 12365
MD5 (Lingua-StopWords-0.06.tar.gz) = 0d97d3009068ac466ac4e98588ebd667
SHA256 (Lingua-StopWords-0.06.tar.gz) = b33291eb22b6bc726c9fc380fa1e2f15ab731a6a455568d6fa9ddab948fbf92d
SIZE (Lingua-StopWords-0.06.tar.gz) = 13629

View File

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

View File

@ -1,8 +1,10 @@
@comment $FreeBSD$
%%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/FI.pm
%%SITE_PERL%%/Lingua/StopWords/FR.pm
%%SITE_PERL%%/Lingua/StopWords/IT.pm
%%SITE_PERL%%/Lingua/StopWords/NL.pm