pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/p5-Lingua-Stem-Snowball Import p5-Lingua-Stem...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eb93dff61c87
branches:  trunk
changeset: 511442:eb93dff61c87
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Fri Apr 14 14:47:16 2006 +0000

description:
Import p5-Lingua-Stem-Snowball from pkgsrc-wip.  Packaged by Roman Kulik.

This module provides unified perl interface to Snowball stemmers
(http://snowball.tartarus.org) and virtually supports various
languages.  It is written using C for high performance and provides
OO and plain interfaces.

diffstat:

 textproc/p5-Lingua-Stem-Snowball/DESCR    |   4 ++++
 textproc/p5-Lingua-Stem-Snowball/Makefile |  17 +++++++++++++++++
 textproc/p5-Lingua-Stem-Snowball/PLIST    |   1 +
 textproc/p5-Lingua-Stem-Snowball/distinfo |   5 +++++
 4 files changed, 27 insertions(+), 0 deletions(-)

diffs (43 lines):

diff -r 114a6a755e63 -r eb93dff61c87 textproc/p5-Lingua-Stem-Snowball/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Lingua-Stem-Snowball/DESCR    Fri Apr 14 14:47:16 2006 +0000
@@ -0,0 +1,4 @@
+This module provides unified perl interface to Snowball stemmers
+(http://snowball.tartarus.org) and virtually supports various
+languages.  It is written using C for high performance and provides
+OO and plain interfaces.
diff -r 114a6a755e63 -r eb93dff61c87 textproc/p5-Lingua-Stem-Snowball/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Lingua-Stem-Snowball/Makefile Fri Apr 14 14:47:16 2006 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/04/14 14:47:16 minskim Exp $
+
+DISTNAME=      Lingua-Stem-Snowball-0.94
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    textproc perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Lingua/}
+
+MAINTAINER=    kuli0020%umn.edu@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Lingua-Stem-Snowball
+COMMENT=       Lingua::Stem::Snowball - Perl interface to Snowball stemmers
+
+PERL5_MODULE_TYPE=     Module::Build
+PERL5_REQD+=   5.8.0
+PERL5_PACKLIST=        auto/Lingua/Stem/Snowball/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 114a6a755e63 -r eb93dff61c87 textproc/p5-Lingua-Stem-Snowball/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Lingua-Stem-Snowball/PLIST    Fri Apr 14 14:47:16 2006 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/04/14 14:47:16 minskim Exp $
diff -r 114a6a755e63 -r eb93dff61c87 textproc/p5-Lingua-Stem-Snowball/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Lingua-Stem-Snowball/distinfo Fri Apr 14 14:47:16 2006 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/04/14 14:47:16 minskim Exp $
+
+SHA1 (Lingua-Stem-Snowball-0.94.tar.gz) = d4e38d00b0270b00efbc8dc33e1b164bcf86c12c
+RMD160 (Lingua-Stem-Snowball-0.94.tar.gz) = 436fba387dc5eaca64841ba99541735c8ca4aa3f
+Size (Lingua-Stem-Snowball-0.94.tar.gz) = 154753 bytes



Home | Main Index | Thread Index | Old Index