svn commit: r352950 - head/textproc/p5-Lingua-PT-Stemmer

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


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

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

Modified:
  head/textproc/p5-Lingua-PT-Stemmer/Makefile
  head/textproc/p5-Lingua-PT-Stemmer/pkg-descr
  head/textproc/p5-Lingua-PT-Stemmer/pkg-plist

Modified: head/textproc/p5-Lingua-PT-Stemmer/Makefile
==============================================================================
--- head/textproc/p5-Lingua-PT-Stemmer/Makefile	Sun May  4 12:52:31 2014	(r352949)
+++ head/textproc/p5-Lingua-PT-Stemmer/Makefile	Sun May  4 12:52:37 2014	(r352950)
@@ -7,10 +7,13 @@ CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Stemmers for Portuguese and Galician
 
-USES=		perl5
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 USE_PERL5=	configure
+USES=		perl5
 
 .include <bsd.port.mk>

Modified: head/textproc/p5-Lingua-PT-Stemmer/pkg-descr
==============================================================================
--- head/textproc/p5-Lingua-PT-Stemmer/pkg-descr	Sun May  4 12:52:31 2014	(r352949)
+++ head/textproc/p5-Lingua-PT-Stemmer/pkg-descr	Sun May  4 12:52:37 2014	(r352950)
@@ -1,5 +1,5 @@
-Lingua::PT::Stemmer - Stemmers for Portuguese and Galician. While these
-stemmers can be used stand alone, they are typically used as back ends to
-the general stemmer front end provided by textproc/p5-Lingua-Stem.
+Lingua::PT::Stemmer - Stemmers for Portuguese and Galician. While these stemmers
+can be used stand alone, they are typically used as back ends to the general
+stemmer front end provided by textproc/p5-Lingua-Stem.
 
 WWW: http://search.cpan.org/dist/Lingua-PT-Stemmer/

Modified: head/textproc/p5-Lingua-PT-Stemmer/pkg-plist
==============================================================================
--- head/textproc/p5-Lingua-PT-Stemmer/pkg-plist	Sun May  4 12:52:31 2014	(r352949)
+++ head/textproc/p5-Lingua-PT-Stemmer/pkg-plist	Sun May  4 12:52:37 2014	(r352950)
@@ -1,9 +1,9 @@
-%%PERL5_MAN3%%/Lingua::GL::Stemmer.3.gz
-%%PERL5_MAN3%%/Lingua::PT::Stemmer.3.gz
 %%SITE_PERL%%/Lingua/GL/Stemmer.pm
 %%SITE_PERL%%/Lingua/PT/Stemmer.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/PT/Stemmer/.packlist
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/PT/Stemmer
+%%PERL5_MAN3%%/Lingua::GL::Stemmer.3.gz
+%%PERL5_MAN3%%/Lingua::PT::Stemmer.3.gz
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/PT/Stemmer
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/PT
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua
 @dirrmtry %%SITE_PERL%%/Lingua/PT


More information about the svn-ports-all mailing list