diff options
author | sno <sno@pkgsrc.org> | 2010-08-19 06:11:59 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-08-19 06:11:59 +0000 |
commit | 6a3d8caa6dd809f55edfc132349b6789b919bb4f (patch) | |
tree | a9f05cc60d6d312698331f6707dfc0c0b2be5555 /textproc/p5-Lingua-Stem-Fr | |
parent | 7edfe5389168763720046a21d1221a5f290a1714 (diff) | |
download | pkgsrc-6a3d8caa6dd809f55edfc132349b6789b919bb4f.tar.gz |
Importing package for Perl5 module Lingua::Stem::Fr 0.02 into
textproc/p5-Lingua-Stem-Fr as dependency of scheduled import of
Lingua::Stem as dependency of scheduled update of DBIx::Class::Schema::Loader
This module use the a modified version of the Porter Stemming Algorithm
to return a stemmed words.
The algorithm is implemented as described in:
* http://snowball.tartarus.org/french/stemmer.html
with some improvement.
The code is carefully crafted to work in conjunction with the Lingua::Stem
module by Benjamin Franz. This french version is based too, on the work
of Aldo Calpini (Italian Version)
Diffstat (limited to 'textproc/p5-Lingua-Stem-Fr')
-rw-r--r-- | textproc/p5-Lingua-Stem-Fr/DESCR | 12 | ||||
-rw-r--r-- | textproc/p5-Lingua-Stem-Fr/Makefile | 18 | ||||
-rw-r--r-- | textproc/p5-Lingua-Stem-Fr/distinfo | 5 |
3 files changed, 35 insertions, 0 deletions
diff --git a/textproc/p5-Lingua-Stem-Fr/DESCR b/textproc/p5-Lingua-Stem-Fr/DESCR new file mode 100644 index 00000000000..7d3ed6c85b6 --- /dev/null +++ b/textproc/p5-Lingua-Stem-Fr/DESCR @@ -0,0 +1,12 @@ +This module use the a modified version of the Porter Stemming Algorithm +to return a stemmed words. + +The algorithm is implemented as described in: + + * http://snowball.tartarus.org/french/stemmer.html + +with some improvement. + +The code is carefully crafted to work in conjunction with the Lingua::Stem +module by Benjamin Franz. This french version is based too, on the work +of Aldo Calpini (Italian Version) diff --git a/textproc/p5-Lingua-Stem-Fr/Makefile b/textproc/p5-Lingua-Stem-Fr/Makefile new file mode 100644 index 00000000000..163307f87c0 --- /dev/null +++ b/textproc/p5-Lingua-Stem-Fr/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/08/19 06:11:59 sno Exp $ + +DISTNAME= Lingua-Stem-Fr-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-Fr/ +COMMENT= Perl French Stemming +LICENSE= ${PERL5_LICENSE} + +PKG_DESTDIR_SUPPORT= user-destdir + +PERL5_PACKLIST= auto/Lingua/Stem/Fr/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-Lingua-Stem-Fr/distinfo b/textproc/p5-Lingua-Stem-Fr/distinfo new file mode 100644 index 00000000000..03d18b31303 --- /dev/null +++ b/textproc/p5-Lingua-Stem-Fr/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/08/19 06:11:59 sno Exp $ + +SHA1 (Lingua-Stem-Fr-0.02.tar.gz) = 1d93e05697c55b734cb15b2412428deab081bb61 +RMD160 (Lingua-Stem-Fr-0.02.tar.gz) = 497b027fb186beb345488481ecccd0ffd1f44fc5 +Size (Lingua-Stem-Fr-0.02.tar.gz) = 6226 bytes |