svn commit: r352954 - head/textproc/p5-Lingua-Stem-Snowball-Da

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 4 12:53:04 UTC 2014


Author: sunpoet
Date: Sun May  4 12:53:03 2014
New Revision: 352954
URL: http://svnweb.freebsd.org/changeset/ports/352954
QAT: https://qat.redports.org/buildarchive/r352954/

Log:
  - Add LICENSE
  - Update COMMENT and pkg-descr
  - Take maintainership

Modified:
  head/textproc/p5-Lingua-Stem-Snowball-Da/Makefile
  head/textproc/p5-Lingua-Stem-Snowball-Da/pkg-descr
  head/textproc/p5-Lingua-Stem-Snowball-Da/pkg-plist

Modified: head/textproc/p5-Lingua-Stem-Snowball-Da/Makefile
==============================================================================
--- head/textproc/p5-Lingua-Stem-Snowball-Da/Makefile	Sun May  4 12:52:56 2014	(r352953)
+++ head/textproc/p5-Lingua-Stem-Snowball-Da/Makefile	Sun May  4 12:53:03 2014	(r352954)
@@ -7,8 +7,10 @@ CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports at FreeBSD.org
-COMMENT=	A stemmer for Danish
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	Porters stemming algorithm for Denmark
+
+LICENSE=	GPLv2
 
 USES=		perl5
 USE_PERL5=	configure

Modified: head/textproc/p5-Lingua-Stem-Snowball-Da/pkg-descr
==============================================================================
--- head/textproc/p5-Lingua-Stem-Snowball-Da/pkg-descr	Sun May  4 12:52:56 2014	(r352953)
+++ head/textproc/p5-Lingua-Stem-Snowball-Da/pkg-descr	Sun May  4 12:53:03 2014	(r352954)
@@ -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/

Modified: head/textproc/p5-Lingua-Stem-Snowball-Da/pkg-plist
==============================================================================
--- head/textproc/p5-Lingua-Stem-Snowball-Da/pkg-plist	Sun May  4 12:52:56 2014	(r352953)
+++ head/textproc/p5-Lingua-Stem-Snowball-Da/pkg-plist	Sun May  4 12:53:03 2014	(r352954)
@@ -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
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Stem/Snowball/Da
+%%PERL5_MAN3%%/Lingua::Stem::Snowball::Da.3.gz
+ at 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


More information about the svn-ports-all mailing list