diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-04 12:53:03 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-04 12:53:03 +0000 |
commit | e0091d85cb67d8b1f9c9c99d1f3aba59bdb70adc (patch) | |
tree | 7845362cec16292acc7936b7259e295b2e0453a2 /textproc | |
parent | 61d6b5f9371a6b8943bd342db051a7df0692120c (diff) | |
download | ports-e0091d85cb67d8b1f9c9c99d1f3aba59bdb70adc.tar.gz ports-e0091d85cb67d8b1f9c9c99d1f3aba59bdb70adc.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Lingua-Stem-Snowball-Da/Makefile | 6 | ||||
-rw-r--r-- | textproc/p5-Lingua-Stem-Snowball-Da/pkg-descr | 4 | ||||
-rw-r--r-- | textproc/p5-Lingua-Stem-Snowball-Da/pkg-plist | 4 |
3 files changed, 8 insertions, 6 deletions
diff --git a/textproc/p5-Lingua-Stem-Snowball-Da/Makefile b/textproc/p5-Lingua-Stem-Snowball-Da/Makefile index 50aaca4dc62c..1d5c9dedc9a2 100644 --- a/textproc/p5-Lingua-Stem-Snowball-Da/Makefile +++ b/textproc/p5-Lingua-Stem-Snowball-Da/Makefile @@ -7,8 +7,10 @@ CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org -COMMENT= A stemmer for Danish +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Porters stemming algorithm for Denmark + +LICENSE= GPLv2 USES= perl5 USE_PERL5= configure diff --git a/textproc/p5-Lingua-Stem-Snowball-Da/pkg-descr b/textproc/p5-Lingua-Stem-Snowball-Da/pkg-descr index e84dc4e055fb..d8087d54deef 100644 --- a/textproc/p5-Lingua-Stem-Snowball-Da/pkg-descr +++ b/textproc/p5-Lingua-Stem-Snowball-Da/pkg-descr @@ -1,4 +1,4 @@ -Lingua::Stem::Snowball::Da is a perl port of the danish -stemmer at http://snowball.sourceforge.net. +The stem function takes a scalar as a parameter and stems the word according to +Martin Porters Danish stemming algorithm. WWW: http://search.cpan.org/dist/Lingua-Stem-Snowball-Da/ diff --git a/textproc/p5-Lingua-Stem-Snowball-Da/pkg-plist b/textproc/p5-Lingua-Stem-Snowball-Da/pkg-plist index fbbdaf76c18b..d4899f2ede8e 100644 --- a/textproc/p5-Lingua-Stem-Snowball-Da/pkg-plist +++ b/textproc/p5-Lingua-Stem-Snowball-Da/pkg-plist @@ -1,8 +1,8 @@ -%%PERL5_MAN3%%/Lingua::Stem::Snowball::Da.3.gz %%SITE_PERL%%/Lingua/Stem/Snowball/Da.pm %%SITE_PERL%%/Lingua/Stem/Snowball/stemmer.pl %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Stem/Snowball/Da/.packlist -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Stem/Snowball/Da +%%PERL5_MAN3%%/Lingua::Stem::Snowball::Da.3.gz +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Stem/Snowball/Da @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Stem/Snowball @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Stem @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua |