Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 May 2014 12:53:03 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r352954 - head/textproc/p5-Lingua-Stem-Snowball-Da
Message-ID:  <201405041253.s44Cr3BX076588@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
-COMMENT=	A stemmer for Danish
+MAINTAINER=	sunpoet@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
-@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405041253.s44Cr3BX076588>