mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Add LICENSE
- Update COMMENT and pkg-descr - Take maintainership
This commit is contained in:
parent
61d6b5f937
commit
e0091d85cb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=352954
@ -7,8 +7,10 @@ CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A stemmer for Danish
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Porters stemming algorithm for Denmark
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
@ -1,4 +1,4 @@
|
||||
Lingua::Stem::Snowball::Da is a perl port of the danish
|
||||
stemmer at http://snowball.sourceforge.net.
|
||||
The stem function takes a scalar as a parameter and stems the word according to
|
||||
Martin Porters Danish stemming algorithm.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Lingua-Stem-Snowball-Da/
|
||||
|
@ -1,8 +1,8 @@
|
||||
%%PERL5_MAN3%%/Lingua::Stem::Snowball::Da.3.gz
|
||||
%%SITE_PERL%%/Lingua/Stem/Snowball/Da.pm
|
||||
%%SITE_PERL%%/Lingua/Stem/Snowball/stemmer.pl
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Stem/Snowball/Da/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Stem/Snowball/Da
|
||||
%%PERL5_MAN3%%/Lingua::Stem::Snowball::Da.3.gz
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Stem/Snowball/Da
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Stem/Snowball
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Stem
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua
|
||||
|
Loading…
Reference in New Issue
Block a user