svn commit: r352951 - head/textproc/p5-Lingua-Stem-Fr

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


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

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

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

Modified: head/textproc/p5-Lingua-Stem-Fr/Makefile
==============================================================================
--- head/textproc/p5-Lingua-Stem-Fr/Makefile	Sun May  4 12:52:37 2014	(r352950)
+++ head/textproc/p5-Lingua-Stem-Fr/Makefile	Sun May  4 12:52:43 2014	(r352951)
@@ -7,10 +7,13 @@ CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Perl French Stemming
 
-USES=		perl5
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 USE_PERL5=	configure
+USES=		perl5
 
 .include <bsd.port.mk>

Modified: head/textproc/p5-Lingua-Stem-Fr/pkg-descr
==============================================================================
--- head/textproc/p5-Lingua-Stem-Fr/pkg-descr	Sun May  4 12:52:37 2014	(r352950)
+++ head/textproc/p5-Lingua-Stem-Fr/pkg-descr	Sun May  4 12:52:43 2014	(r352951)
@@ -1,6 +1,4 @@
-Lingua::Stem::Fr - Porter's stemming algorithm for French
-
-This module applies the Porter Stemming Algorithm to its parameters,
-returning the stemmed words.
+Lingua::Stem::Fr uses the modified version of the Porter Stemming Algorithm to
+return a stemmed words.
 
 WWW: http://search.cpan.org/dist/Lingua-Stem-Fr/

Modified: head/textproc/p5-Lingua-Stem-Fr/pkg-plist
==============================================================================
--- head/textproc/p5-Lingua-Stem-Fr/pkg-plist	Sun May  4 12:52:37 2014	(r352950)
+++ head/textproc/p5-Lingua-Stem-Fr/pkg-plist	Sun May  4 12:52:43 2014	(r352951)
@@ -1,7 +1,7 @@
-%%PERL5_MAN3%%/Lingua::Stem::Fr.3.gz
 %%SITE_PERL%%/Lingua/Stem/Fr.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Stem/Fr/.packlist
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Stem/Fr
+%%PERL5_MAN3%%/Lingua::Stem::Fr.3.gz
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Stem/Fr
 @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