Add p5-Lingua-Stem-Snowball-Da 1.01, a stemmer for Danish.

PR:		60860
Submitted by:	Thorsten Greiner <thorsten.greiner@web.de>
This commit is contained in:
Erwin Lansing 2004-01-19 19:54:08 +00:00
parent 4b70245024
commit e697be0db8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=98584
5 changed files with 44 additions and 0 deletions

View file

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

View file

@ -0,0 +1,28 @@
# New ports collection makefile for: Lingua::Stem::Snowball:Da
# Date created: 29 Dec 2003
# Whom: Thorsten Greiner <thorsten.greiner@web.de>
#
# $FreeBSD$
#
PORTNAME= Lingua-Stem-Snowball-Da
PORTVERSION= 1.01
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Lingua
PKGNAMEPREFIX= p5-
MAINTAINER= thorsten.greiner@web.de
COMMENT= A stemmer for Danish
PERL_CONFIGURE= yes
MAN3= Lingua::Stem::Snowball::Da.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 (Lingua-Stem-Snowball-Da-1.01.tar.gz) = e8d9a8285bce0c9e4bedc138cd6a1501

View file

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

View file

@ -0,0 +1,10 @@
%%SITE_PERL%%/Lingua/Stem/Snowball/stemmer.pl
%%SITE_PERL%%/Lingua/Stem/Snowball/Da.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Stem/Snowball/Da/.packlist
@dirrm %%SITE_PERL%%/mach/auto/Lingua/Stem/Snowball/Da
@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