svn commit: r352952 - head/textproc/p5-Lingua-Stem-It

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


Author: sunpoet
Date: Sun May  4 12:52:50 2014
New Revision: 352952
URL: http://svnweb.freebsd.org/changeset/ports/352952
QAT: https://qat.redports.org/buildarchive/r352952/

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

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

Modified: head/textproc/p5-Lingua-Stem-It/Makefile
==============================================================================
--- head/textproc/p5-Lingua-Stem-It/Makefile	Sun May  4 12:52:43 2014	(r352951)
+++ head/textproc/p5-Lingua-Stem-It/Makefile	Sun May  4 12:52:50 2014	(r352952)
@@ -7,10 +7,13 @@ CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports at FreeBSD.org
-COMMENT=	Stemmer for Italian
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	Porter stemming algorithm for Italian
+
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
 
-USES=		perl5
 USE_PERL5=	configure
+USES=		perl5
 
 .include <bsd.port.mk>

Modified: head/textproc/p5-Lingua-Stem-It/pkg-descr
==============================================================================
--- head/textproc/p5-Lingua-Stem-It/pkg-descr	Sun May  4 12:52:43 2014	(r352951)
+++ head/textproc/p5-Lingua-Stem-It/pkg-descr	Sun May  4 12:52:50 2014	(r352952)
@@ -1,6 +1,4 @@
-Lingua::Stem::It - Porter's stemming algorithm for Italian
-
-This module applies the Porter Stemming Algorithm to its parameters,
+Lingua::Stem::It applies the Porter Stemming Algorithm to its parameters,
 returning the stemmed words.
 
 WWW: http://search.cpan.org/dist/Lingua-Stem-It/

Modified: head/textproc/p5-Lingua-Stem-It/pkg-plist
==============================================================================
--- head/textproc/p5-Lingua-Stem-It/pkg-plist	Sun May  4 12:52:43 2014	(r352951)
+++ head/textproc/p5-Lingua-Stem-It/pkg-plist	Sun May  4 12:52:50 2014	(r352952)
@@ -1,7 +1,7 @@
-%%PERL5_MAN3%%/Lingua::Stem::It.3.gz
 %%SITE_PERL%%/Lingua/Stem/It.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Stem/It/.packlist
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Stem/It
+%%PERL5_MAN3%%/Lingua::Stem::It.3.gz
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Stem/It
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Stem
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua
 @dirrmtry %%SITE_PERL%%/Lingua/Stem


More information about the svn-ports-all mailing list