1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

Add p5-Lingua-Stem-Snowball-Se 1.01, a stemmer for Swedish.

PR:		60862
Submitted by:	Thorsten Greiner <thorsten.greiner@web.de>
This commit is contained in:
Erwin Lansing 2004-01-19 19:59:31 +00:00
parent 4b1cdc2fe2
commit 106c420628
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=98588
5 changed files with 45 additions and 0 deletions

View File

@ -231,6 +231,7 @@
SUBDIR += p5-Lingua-Stem-It
SUBDIR += p5-Lingua-Stem-Snowball-Da
SUBDIR += p5-Lingua-Stem-Snowball-No
SUBDIR += p5-Lingua-Stem-Snowball-Se
SUBDIR += p5-MARC
SUBDIR += p5-NetAddr-IP-Find
SUBDIR += p5-Number-Format

View File

@ -0,0 +1,29 @@
# New ports collection makefile for: Lingua::Stem::Snowball::Se
# Date created: 29 Dec 2003
# Whom: Thorsten Greiner <thorsten.greiner@web.de>
#
# $FreeBSD$
#
PORTNAME= Lingua-Stem-Snowball-Se
PORTVERSION= 1.01
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/A/AS/ASKSH
PKGNAMEPREFIX= p5-
DISTNAME= Snowball-Swedish-${PORTVERSION}
MAINTAINER= thorsten.greiner@web.de
COMMENT= A stemmer for Swedish
PERL_CONFIGURE= yes
MAN3= Lingua::Stem::Snowball::Se.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE= Port requires perl 5.6.x or later. Install lang/perl5 then try again
.endif
.include <bsd.port.post.mk>

View File

@ -0,0 +1 @@
MD5 (Snowball-Swedish-1.01.tar.gz) = 59c1b9f82422e27846e2e50db2f8a9a7

View File

@ -0,0 +1,4 @@
Lingua::Stem::Snowball::Se is a perl port of the swedish
stemmer at http://snowball.sourceforge.net.
WWW: http://search.cpan.org/~asksh/Snowball-Swedish-1.01/Se.pm

View File

@ -0,0 +1,10 @@
%%SITE_PERL%%/Lingua/Stem/Snowball/stemmer.pl
%%SITE_PERL%%/Lingua/Stem/Snowball/Se.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Stem/Snowball/Se/.packlist
@dirrm %%SITE_PERL%%/mach/auto/Lingua/Stem/Snowball/Se
@unexec rmdir %D/%%SITE_PERL%%/mach/auto/Lingua/Stem/Snowball 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/mach/auto/Lingua/Stem 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/mach/auto/Lingua 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Lingua/Stem/Snowball 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Lingua/Stem 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Lingua 2>/dev/null || true