diff options
author | mat <mat@FreeBSD.org> | 2006-08-21 02:45:51 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2006-08-21 02:45:51 +0800 |
commit | bf356fb70b77aade455d9a71af9d83609d489324 (patch) | |
tree | 6f88c53695015ca6e25792d6c9da312fc6c1fe9d /textproc | |
parent | e6f14d91a50f7cad95c4a1ca68cb57fff8007d3d (diff) | |
download | freebsd-ports-graphics-bf356fb70b77aade455d9a71af9d83609d489324.tar.gz freebsd-ports-graphics-bf356fb70b77aade455d9a71af9d83609d489324.tar.zst freebsd-ports-graphics-bf356fb70b77aade455d9a71af9d83609d489324.zip |
Update to 0.06
PR: 102267
Submitted by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Lingua-StopWords/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-Lingua-StopWords/distinfo | 6 | ||||
-rw-r--r-- | textproc/p5-Lingua-StopWords/pkg-descr | 5 | ||||
-rw-r--r-- | textproc/p5-Lingua-StopWords/pkg-plist | 2 |
4 files changed, 10 insertions, 7 deletions
diff --git a/textproc/p5-Lingua-StopWords/Makefile b/textproc/p5-Lingua-StopWords/Makefile index b16b300ffc6..0135a37a178 100644 --- a/textproc/p5-Lingua-StopWords/Makefile +++ b/textproc/p5-Lingua-StopWords/Makefile @@ -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 diff --git a/textproc/p5-Lingua-StopWords/distinfo b/textproc/p5-Lingua-StopWords/distinfo index 92b29dbb305..aff4be36e1e 100644 --- a/textproc/p5-Lingua-StopWords/distinfo +++ b/textproc/p5-Lingua-StopWords/distinfo @@ -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 diff --git a/textproc/p5-Lingua-StopWords/pkg-descr b/textproc/p5-Lingua-StopWords/pkg-descr index 1e3d71a9160..45251a9e10a 100644 --- a/textproc/p5-Lingua-StopWords/pkg-descr +++ b/textproc/p5-Lingua-StopWords/pkg-descr @@ -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/ diff --git a/textproc/p5-Lingua-StopWords/pkg-plist b/textproc/p5-Lingua-StopWords/pkg-plist index 56566d88084..3bf4fa9eaed 100644 --- a/textproc/p5-Lingua-StopWords/pkg-plist +++ b/textproc/p5-Lingua-StopWords/pkg-plist @@ -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 |