summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorsno <sno>2010-08-19 06:19:53 +0000
committersno <sno>2010-08-19 06:19:53 +0000
commitbd2c2c17b5f4a293f79e275d312ad11aa49ac7cd (patch)
tree813496305affa928bd8eae3aaca8f584f7894ea4 /textproc
parent97e9f4dc6631268481b2a3951a50fb00080f851e (diff)
downloadpkgsrc-bd2c2c17b5f4a293f79e275d312ad11aa49ac7cd.tar.gz
Importing package for Perl5 module Lingua::Stem::It 0.02 into
textproc/p5-Lingua-Stem-It as dependency for Lingua::Stem, which is a dependency of the scheduled update of DBIx::Class::Schema::Loader This module applies the Porter Stemming Algorithm to its parameters, returning the stemmed words. The algorithm is implemented exactly (I hope :-) as described in: http://snowball.tartarus.org/algorithms/italian/stemmer.html The code is carefully crafted to work in conjunction with the Lingua::Stem module by Benjamin Franz, from which I've also borrowed some functionalities (caching and exception list).
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-Lingua-Stem-It/DESCR10
-rw-r--r--textproc/p5-Lingua-Stem-It/Makefile18
-rw-r--r--textproc/p5-Lingua-Stem-It/distinfo5
3 files changed, 33 insertions, 0 deletions
diff --git a/textproc/p5-Lingua-Stem-It/DESCR b/textproc/p5-Lingua-Stem-It/DESCR
new file mode 100644
index 00000000000..15939c98048
--- /dev/null
+++ b/textproc/p5-Lingua-Stem-It/DESCR
@@ -0,0 +1,10 @@
+This module applies the Porter Stemming Algorithm to its parameters,
+returning the stemmed words.
+
+The algorithm is implemented exactly (I hope :-) as described in:
+
+ http://snowball.tartarus.org/algorithms/italian/stemmer.html
+
+The code is carefully crafted to work in conjunction with the
+Lingua::Stem module by Benjamin Franz, from which I've also borrowed
+some functionalities (caching and exception list).
diff --git a/textproc/p5-Lingua-Stem-It/Makefile b/textproc/p5-Lingua-Stem-It/Makefile
new file mode 100644
index 00000000000..56387243c9a
--- /dev/null
+++ b/textproc/p5-Lingua-Stem-It/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/08/19 06:19:53 sno Exp $
+
+DISTNAME= Lingua-Stem-It-0.02
+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-It/
+COMMENT= Porter's stemming algorithm for Italian
+LICENSE= ${PERL5_LICENSE}
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+PERL5_PACKLIST= auto/Lingua/Stem/It/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/p5-Lingua-Stem-It/distinfo b/textproc/p5-Lingua-Stem-It/distinfo
new file mode 100644
index 00000000000..ab9399291db
--- /dev/null
+++ b/textproc/p5-Lingua-Stem-It/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2010/08/19 06:19:53 sno Exp $
+
+SHA1 (Lingua-Stem-It-0.02.tar.gz) = 1e41aa023f75cef6155c6cdbeb359232263f14ad
+RMD160 (Lingua-Stem-It-0.02.tar.gz) = d55942c18dc8d3b29e6ef333891e5ab5bb2e4d49
+Size (Lingua-Stem-It-0.02.tar.gz) = 5733 bytes