diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2004-10-14 12:24:04 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2004-10-14 12:24:04 +0000 |
commit | a56152d454ed66da0f02a68e513be3a327c48785 (patch) | |
tree | 7cb8e3bce3e66cd8210aec2c314c3e75d0b38f7a /textproc/p5-Lingua-Stem-Snowball | |
parent | f997ddb31aaf9cd785f004310b0a1d8ecdc3152a (diff) | |
download | ports-a56152d454ed66da0f02a68e513be3a327c48785.tar.gz ports-a56152d454ed66da0f02a68e513be3a327c48785.zip |
Notes
Diffstat (limited to 'textproc/p5-Lingua-Stem-Snowball')
-rw-r--r-- | textproc/p5-Lingua-Stem-Snowball/Makefile | 22 | ||||
-rw-r--r-- | textproc/p5-Lingua-Stem-Snowball/distinfo | 2 | ||||
-rw-r--r-- | textproc/p5-Lingua-Stem-Snowball/pkg-descr | 6 | ||||
-rw-r--r-- | textproc/p5-Lingua-Stem-Snowball/pkg-plist | 8 |
4 files changed, 38 insertions, 0 deletions
diff --git a/textproc/p5-Lingua-Stem-Snowball/Makefile b/textproc/p5-Lingua-Stem-Snowball/Makefile new file mode 100644 index 000000000000..fbc9341965d9 --- /dev/null +++ b/textproc/p5-Lingua-Stem-Snowball/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: textproc/p5-Lingua-Stem-Snowball +# Date created: 14 October 2004 +# Whom: Anton Berezin <tobez@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Lingua-Stem-Snowball +PORTVERSION= 0.8 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= ../by-authors/id/F/FA/FABPOT +PKGNAMEPREFIX= p5- + +MAINTAINER= tobez@FreeBSD.org +COMMENT= Lingua::Stem::Snowball - Perl interface to Snowball stemmers + +PERL_CONFIGURE= yes + +MAN3= Lingua::Stem::Snowball.3 + +.include <bsd.port.mk> diff --git a/textproc/p5-Lingua-Stem-Snowball/distinfo b/textproc/p5-Lingua-Stem-Snowball/distinfo new file mode 100644 index 000000000000..c316560a41ac --- /dev/null +++ b/textproc/p5-Lingua-Stem-Snowball/distinfo @@ -0,0 +1,2 @@ +MD5 (Lingua-Stem-Snowball-0.8.tar.gz) = 1ea2cd79c8ff41a3ec75f41460e7559d +SIZE (Lingua-Stem-Snowball-0.8.tar.gz) = 63374 diff --git a/textproc/p5-Lingua-Stem-Snowball/pkg-descr b/textproc/p5-Lingua-Stem-Snowball/pkg-descr new file mode 100644 index 000000000000..2098721fd11b --- /dev/null +++ b/textproc/p5-Lingua-Stem-Snowball/pkg-descr @@ -0,0 +1,6 @@ +This module provides unified perl interface to Snowball stemmers +(http://snowball.tartarus.org) and virtually supports various +languages. It's written using C for high performance and provides +OO and plain interfaces. + +WWW: http://search.cpan.org/dist/Lingua-Stem-Snowball diff --git a/textproc/p5-Lingua-Stem-Snowball/pkg-plist b/textproc/p5-Lingua-Stem-Snowball/pkg-plist new file mode 100644 index 000000000000..f551107b1d4b --- /dev/null +++ b/textproc/p5-Lingua-Stem-Snowball/pkg-plist @@ -0,0 +1,8 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/Lingua/Stem/Snowball.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Lingua/Stem/add_stemmer.pl +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Stem/Snowball/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Stem/Snowball/Snowball.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Stem/Snowball/Snowball.so +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Stem/Snowball 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Lingua/Stem 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Lingua 2>/dev/null || true |