diff options
author | tobez <tobez@FreeBSD.org> | 2004-10-14 20:24:04 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2004-10-14 20:24:04 +0800 |
commit | 7be377205af0e17af52ecebea7752c9b230e3d0a (patch) | |
tree | f449befb846a71a8538de93a197f41bc3603a09f /textproc/p5-Lingua-Stem-Snowball | |
parent | b21ec4b4da62caf60bdb13025a7fbfb0092aaca7 (diff) | |
download | freebsd-ports-gnome-7be377205af0e17af52ecebea7752c9b230e3d0a.tar.gz freebsd-ports-gnome-7be377205af0e17af52ecebea7752c9b230e3d0a.tar.zst freebsd-ports-gnome-7be377205af0e17af52ecebea7752c9b230e3d0a.zip |
Add p5-Lingua-Stem-Snowball, a perl module that provides unified
interface to Snowball stemmers.
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 |