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:
parent
f997ddb31a
commit
a56152d454
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=119405
@ -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
|
||||
|
22
textproc/p5-Lingua-Stem-Snowball/Makefile
Normal file
22
textproc/p5-Lingua-Stem-Snowball/Makefile
Normal 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>
|
2
textproc/p5-Lingua-Stem-Snowball/distinfo
Normal file
2
textproc/p5-Lingua-Stem-Snowball/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (Lingua-Stem-Snowball-0.8.tar.gz) = 1ea2cd79c8ff41a3ec75f41460e7559d
|
||||
SIZE (Lingua-Stem-Snowball-0.8.tar.gz) = 63374
|
6
textproc/p5-Lingua-Stem-Snowball/pkg-descr
Normal file
6
textproc/p5-Lingua-Stem-Snowball/pkg-descr
Normal 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
|
8
textproc/p5-Lingua-Stem-Snowball/pkg-plist
Normal file
8
textproc/p5-Lingua-Stem-Snowball/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user