diff options
author | sno <sno@pkgsrc.org> | 2010-08-19 06:46:51 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-08-19 06:46:51 +0000 |
commit | a088ee291ebdcc9aba12b8a3987bd6c7675e8b50 (patch) | |
tree | bcad8901bb33f2258f51110989cddf046aa6179a /textproc | |
parent | 76df1e858ef63ab5302f8be2d707770dd1e15254 (diff) | |
download | pkgsrc-a088ee291ebdcc9aba12b8a3987bd6c7675e8b50.tar.gz |
Importing package for Perl5 module Lingua::Stem::Snowball::No 1.2
(CPAN distribution Snowball-Norwegian) into textproc/p5-Snowball-Norwegian.
The stem function takes a scalar as a parameter and stems the word
according to Martin Porters Norwegian stemming algorithm, which can be
found at the Snowball website: http://snowball.tartarus.org/.
It also supports caching if the use_cache option is passed when
constructing a new L:S:S:N object.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Snowball-Norwegian/DESCR | 6 | ||||
-rw-r--r-- | textproc/p5-Snowball-Norwegian/Makefile | 19 | ||||
-rw-r--r-- | textproc/p5-Snowball-Norwegian/distinfo | 5 |
3 files changed, 30 insertions, 0 deletions
diff --git a/textproc/p5-Snowball-Norwegian/DESCR b/textproc/p5-Snowball-Norwegian/DESCR new file mode 100644 index 00000000000..e4b026627fd --- /dev/null +++ b/textproc/p5-Snowball-Norwegian/DESCR @@ -0,0 +1,6 @@ +The stem function takes a scalar as a parameter and stems the word +according to Martin Porters Norwegian stemming algorithm, which can be +found at the Snowball website: http://snowball.tartarus.org/. + +It also supports caching if the use_cache option is passed when +constructing a new L:S:S:N object. diff --git a/textproc/p5-Snowball-Norwegian/Makefile b/textproc/p5-Snowball-Norwegian/Makefile new file mode 100644 index 00000000000..484e546017a --- /dev/null +++ b/textproc/p5-Snowball-Norwegian/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/08/19 06:46:51 sno Exp $ + +DISTNAME= Snowball-Norwegian-1.2 +PKGNAME= p5-${DISTNAME} +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/A/AS/ASKSH/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Snowball-Norwegian/ +COMMENT= Porters stemming algorithm for Norwegian +LICENSE= ${PERL5_LICENSE} + +PKG_DESTDIR_SUPPORT= user-destdir + +PERL5_PACKLIST= auto/Lingua/Stem/Snowball/No/.packlist +PERL5_MODULE_TYPE= Module::Build + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-Snowball-Norwegian/distinfo b/textproc/p5-Snowball-Norwegian/distinfo new file mode 100644 index 00000000000..762a938b5a5 --- /dev/null +++ b/textproc/p5-Snowball-Norwegian/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/08/19 06:46:51 sno Exp $ + +SHA1 (Snowball-Norwegian-1.2.tar.gz) = 641791649dca1946f0758fdebea8f8c4e9efb453 +RMD160 (Snowball-Norwegian-1.2.tar.gz) = 9b9f3e7cfc59a70d754cc9b2447bfd72eeea98c3 +Size (Snowball-Norwegian-1.2.tar.gz) = 137032 bytes |