mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04: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
3 changed files with 8 additions and 6 deletions
|
@ -7,8 +7,10 @@ CATEGORIES= textproc perl5
|
||||||
MASTER_SITES= CPAN
|
MASTER_SITES= CPAN
|
||||||
PKGNAMEPREFIX= p5-
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= sunpoet@FreeBSD.org
|
||||||
COMMENT= A stemmer for Danish
|
COMMENT= Porters stemming algorithm for Denmark
|
||||||
|
|
||||||
|
LICENSE= GPLv2
|
||||||
|
|
||||||
USES= perl5
|
USES= perl5
|
||||||
USE_PERL5= configure
|
USE_PERL5= configure
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
Lingua::Stem::Snowball::Da is a perl port of the danish
|
The stem function takes a scalar as a parameter and stems the word according to
|
||||||
stemmer at http://snowball.sourceforge.net.
|
Martin Porters Danish stemming algorithm.
|
||||||
|
|
||||||
WWW: http://search.cpan.org/dist/Lingua-Stem-Snowball-Da/
|
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/Da.pm
|
||||||
%%SITE_PERL%%/Lingua/Stem/Snowball/stemmer.pl
|
%%SITE_PERL%%/Lingua/Stem/Snowball/stemmer.pl
|
||||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Stem/Snowball/Da/.packlist
|
%%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/Snowball
|
||||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Stem
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Stem
|
||||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua
|
||||||
|
|
Loading…
Add table
Reference in a new issue