1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00

Add p5-Lingua-Stem-Snowball, a perl module that provides unified

interface to Snowball stemmers.
This commit is contained in:
Anton Berezin 2004-10-14 12:24:04 +00:00
parent f997ddb31a
commit a56152d454
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=119405
5 changed files with 39 additions and 0 deletions

View File

@ -280,6 +280,7 @@
SUBDIR += p5-Lingua-Stem-Fr
SUBDIR += p5-Lingua-Stem-It
SUBDIR += p5-Lingua-Stem-Ru
SUBDIR += p5-Lingua-Stem-Snowball
SUBDIR += p5-Lingua-Stem-Snowball-Da
SUBDIR += p5-Lingua-Stem-Snowball-No
SUBDIR += p5-Lingua-Stem-Snowball-Se

View File

@ -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>

View File

@ -0,0 +1,2 @@
MD5 (Lingua-Stem-Snowball-0.8.tar.gz) = 1ea2cd79c8ff41a3ec75f41460e7559d
SIZE (Lingua-Stem-Snowball-0.8.tar.gz) = 63374

View File

@ -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

View File

@ -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