From 188ad3c94fab11d29116ec445e8cf191133d9b29 Mon Sep 17 00:00:00 2001 From: sno Date: Thu, 19 Aug 2010 06:35:32 +0000 Subject: [PATCH] Importing package for Perl5 module Lingua::Stem::Snowball::Da 1.01 as dependency of scheduled import of Lingua::Stem 0.84. The stem function takes a scalar as a parameter and stems the word according to Martin Porters Danish 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:D object. --- textproc/p5-Lingua-Stem-Snowball-Da/DESCR | 6 ++++++ textproc/p5-Lingua-Stem-Snowball-Da/Makefile | 19 +++++++++++++++++++ textproc/p5-Lingua-Stem-Snowball-Da/distinfo | 5 +++++ 3 files changed, 30 insertions(+) create mode 100644 textproc/p5-Lingua-Stem-Snowball-Da/DESCR create mode 100644 textproc/p5-Lingua-Stem-Snowball-Da/Makefile create mode 100644 textproc/p5-Lingua-Stem-Snowball-Da/distinfo diff --git a/textproc/p5-Lingua-Stem-Snowball-Da/DESCR b/textproc/p5-Lingua-Stem-Snowball-Da/DESCR new file mode 100644 index 000000000000..e367f23eb8e7 --- /dev/null +++ b/textproc/p5-Lingua-Stem-Snowball-Da/DESCR @@ -0,0 +1,6 @@ +The stem function takes a scalar as a parameter and stems the word +according to Martin Porters Danish 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:D object. diff --git a/textproc/p5-Lingua-Stem-Snowball-Da/Makefile b/textproc/p5-Lingua-Stem-Snowball-Da/Makefile new file mode 100644 index 000000000000..0b9dc65ac5d1 --- /dev/null +++ b/textproc/p5-Lingua-Stem-Snowball-Da/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.6 2008/11/18 17:14:42 he Exp $ + +DISTNAME= Lingua-Stem-Snowball-Da-1.01 +PKGNAME= p5-${DISTNAME} +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Lingua/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Lingua-Stem-Snowball-Da/ +COMMENT= Porters stemming algorithm for Denmark + +PKG_DESTDIR_SUPPORT= user-destdir + +REPLACE_PERL+= stemmer.pl + +PERL5_PACKLIST= auto/Lingua/Stem/Snowball/Da/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-Lingua-Stem-Snowball-Da/distinfo b/textproc/p5-Lingua-Stem-Snowball-Da/distinfo new file mode 100644 index 000000000000..807fde0376e9 --- /dev/null +++ b/textproc/p5-Lingua-Stem-Snowball-Da/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.3 2008/11/18 17:14:42 he Exp $ + +SHA1 (Lingua-Stem-Snowball-Da-1.01.tar.gz) = f6306c9d3b94005213ddb22e34a8e786cc9100a0 +RMD160 (Lingua-Stem-Snowball-Da-1.01.tar.gz) = ca971aaee10d29b3f9e5b4f693767d78f2d0ffc5 +Size (Lingua-Stem-Snowball-Da-1.01.tar.gz) = 103930 bytes -- 2.41.0