svn commit: r340915 - in head/textproc: p5-Text-MicroTemplate-Extended p5-Text-Netstring p5-Text-Patch p5-Text-Pipe p5-Text-Query p5-Text-RecordParser p5-Text-Report p5-Text-Sass p5-Text-SimpleTemp...

Mathieu Arnold mat at FreeBSD.org
Fri Jan 24 15:52:21 UTC 2014


Author: mat
Date: Fri Jan 24 15:52:12 2014
New Revision: 340915
URL: http://svnweb.freebsd.org/changeset/ports/340915
QAT: https://qat.redports.org/buildarchive/r340915/

Log:
  - Support staging
  - Add license
  - Pet portlint
  
  Sponsored by:	Absolight

Modified:
  head/textproc/p5-Text-MicroTemplate-Extended/Makefile
  head/textproc/p5-Text-MicroTemplate-Extended/pkg-plist
  head/textproc/p5-Text-Netstring/Makefile
  head/textproc/p5-Text-Netstring/pkg-plist
  head/textproc/p5-Text-Patch/Makefile
  head/textproc/p5-Text-Patch/pkg-plist
  head/textproc/p5-Text-Pipe/Makefile
  head/textproc/p5-Text-Pipe/pkg-plist
  head/textproc/p5-Text-Query/Makefile
  head/textproc/p5-Text-Query/pkg-plist
  head/textproc/p5-Text-RecordParser/Makefile
  head/textproc/p5-Text-RecordParser/pkg-plist
  head/textproc/p5-Text-Report/Makefile
  head/textproc/p5-Text-Report/pkg-plist
  head/textproc/p5-Text-Sass/Makefile
  head/textproc/p5-Text-Sass/pkg-plist
  head/textproc/p5-Text-SimpleTemplate/Makefile
  head/textproc/p5-Text-SimpleTemplate/pkg-plist
  head/textproc/p5-Text-SpellChecker-GUI/Makefile
  head/textproc/p5-Text-SpellChecker-GUI/pkg-plist
  head/textproc/p5-Text-SpellChecker/Makefile
  head/textproc/p5-Text-SpellChecker/pkg-plist
  head/textproc/p5-Text-Striphigh/Makefile
  head/textproc/p5-Text-Striphigh/pkg-plist
  head/textproc/p5-Text-TabularDisplay/Makefile
  head/textproc/p5-Text-TabularDisplay/pkg-plist
  head/textproc/p5-Text-Tags/Makefile
  head/textproc/p5-Text-Tags/pkg-descr
  head/textproc/p5-Text-Tags/pkg-plist
  head/textproc/p5-Text-TestBase/Makefile
  head/textproc/p5-Text-TestBase/pkg-plist
  head/textproc/p5-Text-Textile/Makefile
  head/textproc/p5-Text-Textile/pkg-plist
  head/textproc/p5-Text-Tmpl/Makefile
  head/textproc/p5-Text-Tmpl/pkg-plist
  head/textproc/p5-Text-Trim/Makefile
  head/textproc/p5-Text-Trim/pkg-plist

Modified: head/textproc/p5-Text-MicroTemplate-Extended/Makefile
==============================================================================
--- head/textproc/p5-Text-MicroTemplate-Extended/Makefile	Fri Jan 24 15:44:54 2014	(r340914)
+++ head/textproc/p5-Text-MicroTemplate-Extended/Makefile	Fri Jan 24 15:52:12 2014	(r340915)
@@ -9,6 +9,9 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	kuriyama at FreeBSD.org
 COMMENT=	Perl extension for extended MicroTemplate
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 RUN_DEPENDS=	\
 	p5-Text-MicroTemplate>=0.18:${PORTSDIR}/textproc/p5-Text-MicroTemplate
 BUILD_DEPENDS=	${RUN_DEPENDS}
@@ -16,8 +19,4 @@ BUILD_DEPENDS=	${RUN_DEPENDS}
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=	Text::MicroTemplate::Extended.3 \
-	Text::MicroTemplate::Extended.ja.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/textproc/p5-Text-MicroTemplate-Extended/pkg-plist
==============================================================================
--- head/textproc/p5-Text-MicroTemplate-Extended/pkg-plist	Fri Jan 24 15:44:54 2014	(r340914)
+++ head/textproc/p5-Text-MicroTemplate-Extended/pkg-plist	Fri Jan 24 15:52:12 2014	(r340915)
@@ -1,4 +1,10 @@
+%%PERL5_MAN3%%/Text::MicroTemplate::Extended.3.gz
+%%PERL5_MAN3%%/Text::MicroTemplate::Extended.ja.3.gz
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/MicroTemplate/Extended/.packlist
 %%SITE_PERL%%/Text/MicroTemplate/Extended.ja.pod
 %%SITE_PERL%%/Text/MicroTemplate/Extended.pm
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/MicroTemplate/Extended
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/MicroTemplate
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text
+ at dirrmtry %%SITE_PERL%%/Text/MicroTemplate
+ at dirrmtry %%SITE_PERL%%/Text

Modified: head/textproc/p5-Text-Netstring/Makefile
==============================================================================
--- head/textproc/p5-Text-Netstring/Makefile	Fri Jan 24 15:44:54 2014	(r340914)
+++ head/textproc/p5-Text-Netstring/Makefile	Fri Jan 24 15:52:12 2014	(r340915)
@@ -10,10 +10,10 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	james at now.ie
 COMMENT=	Perl module to create and manipulate netstring encoded strings
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=		Text::Netstring.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/textproc/p5-Text-Netstring/pkg-plist
==============================================================================
--- head/textproc/p5-Text-Netstring/pkg-plist	Fri Jan 24 15:44:54 2014	(r340914)
+++ head/textproc/p5-Text-Netstring/pkg-plist	Fri Jan 24 15:52:12 2014	(r340915)
@@ -1,3 +1,4 @@
+%%PERL5_MAN3%%/Text::Netstring.3.gz
 %%SITE_PERL%%/Text/Netstring.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Netstring/.packlist
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Netstring

Modified: head/textproc/p5-Text-Patch/Makefile
==============================================================================
--- head/textproc/p5-Text-Patch/Makefile	Fri Jan 24 15:44:54 2014	(r340914)
+++ head/textproc/p5-Text-Patch/Makefile	Fri Jan 24 15:52:12 2014	(r340915)
@@ -15,7 +15,4 @@ BUILD_DEPENDS:=	${RUN_DEPENDS}
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=	Text::Patch.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/textproc/p5-Text-Patch/pkg-plist
==============================================================================
--- head/textproc/p5-Text-Patch/pkg-plist	Fri Jan 24 15:44:54 2014	(r340914)
+++ head/textproc/p5-Text-Patch/pkg-plist	Fri Jan 24 15:52:12 2014	(r340915)
@@ -1,3 +1,4 @@
+%%PERL5_MAN3%%/Text::Patch.3.gz
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Patch/.packlist
 %%SITE_PERL%%/Text/Patch.pm
 @dirrmtry %%SITE_PERL%%/Text

Modified: head/textproc/p5-Text-Pipe/Makefile
==============================================================================
--- head/textproc/p5-Text-Pipe/Makefile	Fri Jan 24 15:44:54 2014	(r340914)
+++ head/textproc/p5-Text-Pipe/Makefile	Fri Jan 24 15:52:12 2014	(r340915)
@@ -9,6 +9,9 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	kuriyama at FreeBSD.org
 COMMENT=	Perl extension for common text filter API
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 RUN_DEPENDS=	\
 	p5-Class-Accessor-Complex>0:${PORTSDIR}/devel/p5-Class-Accessor-Complex \
 	p5-Class-Accessor-Constructor>0:${PORTSDIR}/devel/p5-Class-Accessor-Constructor \
@@ -21,40 +24,4 @@ USE_PERL5=	configure
 # Hack to avoid invoking CPAN.pm downloading...
 CONFIGURE_ENV=	PERL5_CPANPLUS_IS_RUNNING=1
 
-MAN3=	Text::Pipe.3 \
-	Text::Pipe::Append.3 \
-	Text::Pipe::Base.3 \
-	Text::Pipe::Chomp.3 \
-	Text::Pipe::Chop.3 \
-	Text::Pipe::Code.3 \
-	Text::Pipe::List::First.3 \
-	Text::Pipe::List::Grep.3 \
-	Text::Pipe::List::Map.3 \
-	Text::Pipe::List::Max.3 \
-	Text::Pipe::List::MaxStr.3 \
-	Text::Pipe::List::Min.3 \
-	Text::Pipe::List::MinStr.3 \
-	Text::Pipe::List::Pop.3 \
-	Text::Pipe::List::Reduce.3 \
-	Text::Pipe::List::Shift.3 \
-	Text::Pipe::List::Shuffle.3 \
-	Text::Pipe::List::Size.3 \
-	Text::Pipe::List::Sort.3 \
-	Text::Pipe::List::Sum.3 \
-	Text::Pipe::Lowercase.3 \
-	Text::Pipe::LowercaseFirst.3 \
-	Text::Pipe::Multiplex.3 \
-	Text::Pipe::Prepend.3 \
-	Text::Pipe::Print.3 \
-	Text::Pipe::Repeat.3 \
-	Text::Pipe::Reverse.3 \
-	Text::Pipe::Say.3 \
-	Text::Pipe::Split.3 \
-	Text::Pipe::Stackable.3 \
-	Text::Pipe::Tester.3 \
-	Text::Pipe::Trim.3 \
-	Text::Pipe::Uppercase.3 \
-	Text::Pipe::UppercaseFirst.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/textproc/p5-Text-Pipe/pkg-plist
==============================================================================
--- head/textproc/p5-Text-Pipe/pkg-plist	Fri Jan 24 15:44:54 2014	(r340914)
+++ head/textproc/p5-Text-Pipe/pkg-plist	Fri Jan 24 15:52:12 2014	(r340915)
@@ -1,3 +1,37 @@
+%%PERL5_MAN3%%/Text::Pipe.3.gz
+%%PERL5_MAN3%%/Text::Pipe::Append.3.gz
+%%PERL5_MAN3%%/Text::Pipe::Base.3.gz
+%%PERL5_MAN3%%/Text::Pipe::Chomp.3.gz
+%%PERL5_MAN3%%/Text::Pipe::Chop.3.gz
+%%PERL5_MAN3%%/Text::Pipe::Code.3.gz
+%%PERL5_MAN3%%/Text::Pipe::List::First.3.gz
+%%PERL5_MAN3%%/Text::Pipe::List::Grep.3.gz
+%%PERL5_MAN3%%/Text::Pipe::List::Map.3.gz
+%%PERL5_MAN3%%/Text::Pipe::List::Max.3.gz
+%%PERL5_MAN3%%/Text::Pipe::List::MaxStr.3.gz
+%%PERL5_MAN3%%/Text::Pipe::List::Min.3.gz
+%%PERL5_MAN3%%/Text::Pipe::List::MinStr.3.gz
+%%PERL5_MAN3%%/Text::Pipe::List::Pop.3.gz
+%%PERL5_MAN3%%/Text::Pipe::List::Reduce.3.gz
+%%PERL5_MAN3%%/Text::Pipe::List::Shift.3.gz
+%%PERL5_MAN3%%/Text::Pipe::List::Shuffle.3.gz
+%%PERL5_MAN3%%/Text::Pipe::List::Size.3.gz
+%%PERL5_MAN3%%/Text::Pipe::List::Sort.3.gz
+%%PERL5_MAN3%%/Text::Pipe::List::Sum.3.gz
+%%PERL5_MAN3%%/Text::Pipe::Lowercase.3.gz
+%%PERL5_MAN3%%/Text::Pipe::LowercaseFirst.3.gz
+%%PERL5_MAN3%%/Text::Pipe::Multiplex.3.gz
+%%PERL5_MAN3%%/Text::Pipe::Prepend.3.gz
+%%PERL5_MAN3%%/Text::Pipe::Print.3.gz
+%%PERL5_MAN3%%/Text::Pipe::Repeat.3.gz
+%%PERL5_MAN3%%/Text::Pipe::Reverse.3.gz
+%%PERL5_MAN3%%/Text::Pipe::Say.3.gz
+%%PERL5_MAN3%%/Text::Pipe::Split.3.gz
+%%PERL5_MAN3%%/Text::Pipe::Stackable.3.gz
+%%PERL5_MAN3%%/Text::Pipe::Tester.3.gz
+%%PERL5_MAN3%%/Text::Pipe::Trim.3.gz
+%%PERL5_MAN3%%/Text::Pipe::Uppercase.3.gz
+%%PERL5_MAN3%%/Text::Pipe::UppercaseFirst.3.gz
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Pipe/.packlist
 %%SITE_PERL%%/Text/Pipe.pm
 %%SITE_PERL%%/Text/Pipe/Append.pm

Modified: head/textproc/p5-Text-Query/Makefile
==============================================================================
--- head/textproc/p5-Text-Query/Makefile	Fri Jan 24 15:44:54 2014	(r340914)
+++ head/textproc/p5-Text-Query/Makefile	Fri Jan 24 15:52:12 2014	(r340915)
@@ -13,15 +13,6 @@ COMMENT=	Query processing framework
 USES=		perl5
 USE_PERL5=	configure patch
 
-MAN3=		Text::Query.3 Text::Query::Build.3 \
-		Text::Query::BuildAdvancedString.3 \
-		Text::Query::BuildSimpleString.3 Text::Query::Optimize.3 \
-		Text::Query::Parse.3 Text::Query::ParseAdvanced.3 \
-		Text::Query::ParseSimple.3 Text::Query::Solve.3 \
-		Text::Query::SolveAdvancedString.3 \
-		Text::Query::SolveSimpleString.3
-
-NO_STAGE=	yes
 pre-patch:
 	@${PERL} -pi -e 's/factor\(\$$self\)/\&factor(\$$self)/' \
 		${WRKSRC}/lib/Text/Query/ParseAdvanced.pm

Modified: head/textproc/p5-Text-Query/pkg-plist
==============================================================================
--- head/textproc/p5-Text-Query/pkg-plist	Fri Jan 24 15:44:54 2014	(r340914)
+++ head/textproc/p5-Text-Query/pkg-plist	Fri Jan 24 15:52:12 2014	(r340915)
@@ -1,3 +1,14 @@
+%%PERL5_MAN3%%/Text::Query.3.gz
+%%PERL5_MAN3%%/Text::Query::Build.3.gz
+%%PERL5_MAN3%%/Text::Query::BuildAdvancedString.3.gz
+%%PERL5_MAN3%%/Text::Query::BuildSimpleString.3.gz
+%%PERL5_MAN3%%/Text::Query::Optimize.3.gz
+%%PERL5_MAN3%%/Text::Query::Parse.3.gz
+%%PERL5_MAN3%%/Text::Query::ParseAdvanced.3.gz
+%%PERL5_MAN3%%/Text::Query::ParseSimple.3.gz
+%%PERL5_MAN3%%/Text::Query::Solve.3.gz
+%%PERL5_MAN3%%/Text::Query::SolveAdvancedString.3.gz
+%%PERL5_MAN3%%/Text::Query::SolveSimpleString.3.gz
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Query/.packlist
 %%SITE_PERL%%/Text/Query.pm
 %%SITE_PERL%%/Text/Query/Advanced.pm

Modified: head/textproc/p5-Text-RecordParser/Makefile
==============================================================================
--- head/textproc/p5-Text-RecordParser/Makefile	Fri Jan 24 15:44:54 2014	(r340914)
+++ head/textproc/p5-Text-RecordParser/Makefile	Fri Jan 24 15:52:12 2014	(r340915)
@@ -11,6 +11,8 @@ DISTNAME=	${PORTNAME}-v${PORTVERSION}
 MAINTAINER=	lth at FreeBSD.org
 COMMENT=	Read record-oriented files
 
+LICENSE=	GPLv2
+
 BUILD_DEPENDS=	p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
 		p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy \
 		p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \
@@ -26,12 +28,6 @@ TEST_DEPENDS=	p5-Test-Exception>=0:${POR
 USES=		perl5
 USE_PERL5=	modbuild
 
-MAN1=		tablify.1 tabmerge.1 tab2graph.1
-MAN3=		Text::RecordParser.3 \
-		Text::RecordParser::Tab.3 \
-		Text::RecordParser::Object.3
-
-NO_STAGE=	yes
 post-extract:
 		# workaround for https://rt.cpan.org/Public/Bug/Display.html?id=87855
 		${CHMOD} +w ${WRKSRC}/README.md

Modified: head/textproc/p5-Text-RecordParser/pkg-plist
==============================================================================
--- head/textproc/p5-Text-RecordParser/pkg-plist	Fri Jan 24 15:44:54 2014	(r340914)
+++ head/textproc/p5-Text-RecordParser/pkg-plist	Fri Jan 24 15:52:12 2014	(r340915)
@@ -1,8 +1,14 @@
 bin/tablify
 bin/tab2graph
 bin/tabmerge
+%%PERL5_MAN3%%/Text::RecordParser.3.gz
+%%PERL5_MAN3%%/Text::RecordParser::Tab.3.gz
+%%PERL5_MAN3%%/Text::RecordParser::Object.3.gz
 %%SITE_PERL%%/Text/RecordParser.pm
 %%SITE_PERL%%/Text/RecordParser/Tab.pm
 %%SITE_PERL%%/Text/RecordParser/Object.pm
+man/man1/tablify.1.gz
+man/man1/tabmerge.1.gz
+man/man1/tab2graph.1.gz
 @dirrm %%SITE_PERL%%/Text/RecordParser
 @dirrmtry %%SITE_PERL%%/Text

Modified: head/textproc/p5-Text-Report/Makefile
==============================================================================
--- head/textproc/p5-Text-Report/Makefile	Fri Jan 24 15:44:54 2014	(r340914)
+++ head/textproc/p5-Text-Report/Makefile	Fri Jan 24 15:52:12 2014	(r340915)
@@ -16,7 +16,4 @@ BUILD_DEPENDS:=	${RUN_DEPENDS}
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=		Text::Report.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/textproc/p5-Text-Report/pkg-plist
==============================================================================
--- head/textproc/p5-Text-Report/pkg-plist	Fri Jan 24 15:44:54 2014	(r340914)
+++ head/textproc/p5-Text-Report/pkg-plist	Fri Jan 24 15:52:12 2014	(r340915)
@@ -1,3 +1,4 @@
+%%PERL5_MAN3%%/Text::Report.3.gz
 %%SITE_PERL%%/Text/Report.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Report/.packlist
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Report

Modified: head/textproc/p5-Text-Sass/Makefile
==============================================================================
--- head/textproc/p5-Text-Sass/Makefile	Fri Jan 24 15:44:54 2014	(r340914)
+++ head/textproc/p5-Text-Sass/Makefile	Fri Jan 24 15:52:12 2014	(r340915)
@@ -10,6 +10,9 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	kuriyama at FreeBSD.org
 COMMENT=	Perl implementation of http://sass-lang.com/
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 RUN_DEPENDS=	\
 	p5-Readonly>=1.03:${PORTSDIR}/devel/p5-Readonly \
 	p5-Convert-Color>0:${PORTSDIR}/graphics/p5-Convert-Color
@@ -19,9 +22,4 @@ TEST_DEPENDS=	p5-Try-Tiny>0:${PORTSDIR}/
 USES=		perl5
 USE_PERL5=	modbuild
 
-MAN3=	Text::Sass.3 \
-	Text::Sass::Expr.3 \
-	Text::Sass::Functions.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/textproc/p5-Text-Sass/pkg-plist
==============================================================================
--- head/textproc/p5-Text-Sass/pkg-plist	Fri Jan 24 15:44:54 2014	(r340914)
+++ head/textproc/p5-Text-Sass/pkg-plist	Fri Jan 24 15:52:12 2014	(r340915)
@@ -1,3 +1,6 @@
+%%PERL5_MAN3%%/Text::Sass.3.gz
+%%PERL5_MAN3%%/Text::Sass::Expr.3.gz
+%%PERL5_MAN3%%/Text::Sass::Functions.3.gz
 bin/sass2css.pl
 %%SITE_PERL%%/Text/Sass.pm
 %%SITE_PERL%%/Text/Sass/Expr.pm

Modified: head/textproc/p5-Text-SimpleTemplate/Makefile
==============================================================================
--- head/textproc/p5-Text-SimpleTemplate/Makefile	Fri Jan 24 15:44:54 2014	(r340914)
+++ head/textproc/p5-Text-SimpleTemplate/Makefile	Fri Jan 24 15:52:12 2014	(r340915)
@@ -13,7 +13,4 @@ COMMENT=	Yet another Perl module for tem
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=		Text::SimpleTemplate.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/textproc/p5-Text-SimpleTemplate/pkg-plist
==============================================================================
--- head/textproc/p5-Text-SimpleTemplate/pkg-plist	Fri Jan 24 15:44:54 2014	(r340914)
+++ head/textproc/p5-Text-SimpleTemplate/pkg-plist	Fri Jan 24 15:52:12 2014	(r340915)
@@ -1,3 +1,4 @@
+%%PERL5_MAN3%%/Text::SimpleTemplate.3.gz
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/SimpleTemplate/.packlist
 %%SITE_PERL%%/Text/SimpleTemplate.pm
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/SimpleTemplate

Modified: head/textproc/p5-Text-SpellChecker-GUI/Makefile
==============================================================================
--- head/textproc/p5-Text-SpellChecker-GUI/Makefile	Fri Jan 24 15:44:54 2014	(r340914)
+++ head/textproc/p5-Text-SpellChecker-GUI/Makefile	Fri Jan 24 15:52:12 2014	(r340915)
@@ -11,6 +11,9 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	vvelox at vvelox.net
 COMMENT=	Implements a user interface to Text::SpellChecker using ZConf::GUI
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-Curses-UI>=0:${PORTSDIR}/devel/p5-Curses-UI \
 		p5-String-ShellQuote>=0:${PORTSDIR}/textproc/p5-String-ShellQuote \
 		p5-ZConf-GUI>=0:${PORTSDIR}/devel/p5-ZConf-GUI \
@@ -19,8 +22,4 @@ BUILD_DEPENDS=	p5-Curses-UI>=0:${PORTSDI
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=		Text::SpellChecker::GUI.3 \
-		Text::SpellChecker::GUI::Curses.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/textproc/p5-Text-SpellChecker-GUI/pkg-plist
==============================================================================
--- head/textproc/p5-Text-SpellChecker-GUI/pkg-plist	Fri Jan 24 15:44:54 2014	(r340914)
+++ head/textproc/p5-Text-SpellChecker-GUI/pkg-plist	Fri Jan 24 15:52:12 2014	(r340915)
@@ -1,11 +1,13 @@
 bin/textspellchecker
 bin/curses-textspellchecker
+%%PERL5_MAN3%%/Text::SpellChecker::GUI.3.gz
+%%PERL5_MAN3%%/Text::SpellChecker::GUI::Curses.3.gz
 %%SITE_PERL%%/Text/SpellChecker/GUI.pm
 %%SITE_PERL%%/Text/SpellChecker/GUI/Curses.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/SpellChecker/GUI/.packlist
 @dirrmtry %%SITE_PERL%%/Text/SpellChecker/GUI
- at dirrmtry %%SITE_PERL%%/Text/SpellChecker/
- at dirrmtry %%SITE_PERL%%/Text/
+ at dirrmtry %%SITE_PERL%%/Text/SpellChecker
+ at dirrmtry %%SITE_PERL%%/Text
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/SpellChecker/GUI
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/SpellChecker
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text

Modified: head/textproc/p5-Text-SpellChecker/Makefile
==============================================================================
--- head/textproc/p5-Text-SpellChecker/Makefile	Fri Jan 24 15:44:54 2014	(r340914)
+++ head/textproc/p5-Text-SpellChecker/Makefile	Fri Jan 24 15:52:12 2014	(r340915)
@@ -15,7 +15,4 @@ RUN_DEPENDS=	p5-Text-Aspell>=0:${PORTSDI
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=		Text::SpellChecker.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/textproc/p5-Text-SpellChecker/pkg-plist
==============================================================================
--- head/textproc/p5-Text-SpellChecker/pkg-plist	Fri Jan 24 15:44:54 2014	(r340914)
+++ head/textproc/p5-Text-SpellChecker/pkg-plist	Fri Jan 24 15:52:12 2014	(r340915)
@@ -1,3 +1,4 @@
+%%PERL5_MAN3%%/Text::SpellChecker.3.gz
 %%SITE_PERL%%/Text/SpellChecker.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/SpellChecker/.packlist
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/SpellChecker

Modified: head/textproc/p5-Text-Striphigh/Makefile
==============================================================================
--- head/textproc/p5-Text-Striphigh/Makefile	Fri Jan 24 15:44:54 2014	(r340914)
+++ head/textproc/p5-Text-Striphigh/Makefile	Fri Jan 24 15:52:12 2014	(r340915)
@@ -14,7 +14,4 @@ USES=		perl5
 USE_PERL5=	configure
 WRKSRC=		${WRKDIR}/Striphigh-${PORTVERSION}
 
-MAN3=		Text::Striphigh.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/textproc/p5-Text-Striphigh/pkg-plist
==============================================================================
--- head/textproc/p5-Text-Striphigh/pkg-plist	Fri Jan 24 15:44:54 2014	(r340914)
+++ head/textproc/p5-Text-Striphigh/pkg-plist	Fri Jan 24 15:52:12 2014	(r340915)
@@ -1,3 +1,4 @@
+%%PERL5_MAN3%%/Text::Striphigh.3.gz
 %%SITE_PERL%%/Text/Striphigh.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Striphigh/.packlist
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Striphigh

Modified: head/textproc/p5-Text-TabularDisplay/Makefile
==============================================================================
--- head/textproc/p5-Text-TabularDisplay/Makefile	Fri Jan 24 15:44:54 2014	(r340914)
+++ head/textproc/p5-Text-TabularDisplay/Makefile	Fri Jan 24 15:52:12 2014	(r340915)
@@ -9,10 +9,9 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	lth at FreeBSD.org
 COMMENT=	Display text in formatted table output
 
+LICENSE=	GPLv2
+
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=		Text::TabularDisplay.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/textproc/p5-Text-TabularDisplay/pkg-plist
==============================================================================
--- head/textproc/p5-Text-TabularDisplay/pkg-plist	Fri Jan 24 15:44:54 2014	(r340914)
+++ head/textproc/p5-Text-TabularDisplay/pkg-plist	Fri Jan 24 15:52:12 2014	(r340915)
@@ -1,3 +1,4 @@
+%%PERL5_MAN3%%/Text::TabularDisplay.3.gz
 %%SITE_PERL%%/Text/TabularDisplay.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/TabularDisplay/.packlist
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/TabularDisplay

Modified: head/textproc/p5-Text-Tags/Makefile
==============================================================================
--- head/textproc/p5-Text-Tags/Makefile	Fri Jan 24 15:44:54 2014	(r340914)
+++ head/textproc/p5-Text-Tags/Makefile	Fri Jan 24 15:52:12 2014	(r340915)
@@ -10,10 +10,10 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	gslin at gslin.org
 COMMENT=	Parses folksonomy space-separated tags
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=		Text::Tags.3 Text::Tags::Parser.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/textproc/p5-Text-Tags/pkg-descr
==============================================================================
--- head/textproc/p5-Text-Tags/pkg-descr	Fri Jan 24 15:44:54 2014	(r340914)
+++ head/textproc/p5-Text-Tags/pkg-descr	Fri Jan 24 15:52:12 2014	(r340915)
@@ -3,4 +3,4 @@ quoted tag lists. See Text::Tags::Parser
 Text::Tags may be used in a future version of the distribution.
 
 Author:	Best Practical Solutions, LLC.
-WWW:	http://search.cpan.org/dist/Text-Tags/
+WWW: http://search.cpan.org/dist/Text-Tags/

Modified: head/textproc/p5-Text-Tags/pkg-plist
==============================================================================
--- head/textproc/p5-Text-Tags/pkg-plist	Fri Jan 24 15:44:54 2014	(r340914)
+++ head/textproc/p5-Text-Tags/pkg-plist	Fri Jan 24 15:52:12 2014	(r340915)
@@ -1,3 +1,5 @@
+%%PERL5_MAN3%%/Text::Tags.3.gz
+%%PERL5_MAN3%%/Text::Tags::Parser.3.gz
 %%SITE_PERL%%/Text/Tags.pm
 %%SITE_PERL%%/Text/Tags/Parser.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Tags/.packlist

Modified: head/textproc/p5-Text-TestBase/Makefile
==============================================================================
--- head/textproc/p5-Text-TestBase/Makefile	Fri Jan 24 15:44:54 2014	(r340914)
+++ head/textproc/p5-Text-TestBase/Makefile	Fri Jan 24 15:52:12 2014	(r340915)
@@ -20,12 +20,6 @@ TEST_DEPENDS=	p5-Test-Requires>0:${PORTS
 USES=		perl5
 USE_PERL5=	modbuild
 
-MAN3=		Data::Section::TestBase.3 \
-		Test::Base::Less.3 \
-		Text::TestBase.3 \
-		Text::TestBase::Block.3
-
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 .if ${PERL_LEVEL} < 501400

Modified: head/textproc/p5-Text-TestBase/pkg-plist
==============================================================================
--- head/textproc/p5-Text-TestBase/pkg-plist	Fri Jan 24 15:44:54 2014	(r340914)
+++ head/textproc/p5-Text-TestBase/pkg-plist	Fri Jan 24 15:52:12 2014	(r340915)
@@ -1,3 +1,7 @@
+%%PERL5_MAN3%%/Data::Section::TestBase.3.gz
+%%PERL5_MAN3%%/Test::Base::Less.3.gz
+%%PERL5_MAN3%%/Text::TestBase.3.gz
+%%PERL5_MAN3%%/Text::TestBase::Block.3.gz
 %%SITE_PERL%%/Data/Section/TestBase.pm
 %%SITE_PERL%%/Test/Base/Less.pm
 %%SITE_PERL%%/Text/TestBase.pm

Modified: head/textproc/p5-Text-Textile/Makefile
==============================================================================
--- head/textproc/p5-Text-Textile/Makefile	Fri Jan 24 15:44:54 2014	(r340914)
+++ head/textproc/p5-Text-Textile/Makefile	Fri Jan 24 15:52:12 2014	(r340915)
@@ -10,10 +10,10 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	hcoyote at ghostar.org
 COMMENT=	A perl-based implementation of the Textile syntax by Dean Allen
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=	Text::Textile.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/textproc/p5-Text-Textile/pkg-plist
==============================================================================
--- head/textproc/p5-Text-Textile/pkg-plist	Fri Jan 24 15:44:54 2014	(r340914)
+++ head/textproc/p5-Text-Textile/pkg-plist	Fri Jan 24 15:52:12 2014	(r340915)
@@ -1,3 +1,4 @@
+%%PERL5_MAN3%%/Text::Textile.3.gz
 %%SITE_PERL%%/Text/Textile.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Textile/.packlist
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Textile

Modified: head/textproc/p5-Text-Tmpl/Makefile
==============================================================================
--- head/textproc/p5-Text-Tmpl/Makefile	Fri Jan 24 15:44:54 2014	(r340914)
+++ head/textproc/p5-Text-Tmpl/Makefile	Fri Jan 24 15:52:12 2014	(r340915)
@@ -13,9 +13,6 @@ COMMENT=	Templating system perl library
 USES=		perl5
 USE_PERL5=	configure patch
 
-MAN3=		template_syntax.3 Text::Tmpl.3 template_extend.3
-
-NO_STAGE=	yes
 pre-patch:
 	@${PERL} -pi -e '/OPTIMIZE|libtmpl.pod/ and $$_=""' \
 		${WRKSRC}/Makefile.PL

Modified: head/textproc/p5-Text-Tmpl/pkg-plist
==============================================================================
--- head/textproc/p5-Text-Tmpl/pkg-plist	Fri Jan 24 15:44:54 2014	(r340914)
+++ head/textproc/p5-Text-Tmpl/pkg-plist	Fri Jan 24 15:52:12 2014	(r340915)
@@ -1,3 +1,6 @@
+%%PERL5_MAN3%%/template_syntax.3.gz
+%%PERL5_MAN3%%/Text::Tmpl.3.gz
+%%PERL5_MAN3%%/template_extend.3.gz
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Tmpl/Tmpl.so
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Tmpl/Tmpl.bs
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Tmpl/autosplit.ix

Modified: head/textproc/p5-Text-Trim/Makefile
==============================================================================
--- head/textproc/p5-Text-Trim/Makefile	Fri Jan 24 15:44:54 2014	(r340914)
+++ head/textproc/p5-Text-Trim/Makefile	Fri Jan 24 15:52:12 2014	(r340915)
@@ -11,13 +11,13 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	miwi at FreeBSD.org
 COMMENT=	Extract the structure of a quoted mail message
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
 RUN_DEPENDS=	p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
 
 USES=		perl5
 USE_PERL5=	modbuild
 
-MAN3=		Text::Trim.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/textproc/p5-Text-Trim/pkg-plist
==============================================================================
--- head/textproc/p5-Text-Trim/pkg-plist	Fri Jan 24 15:44:54 2014	(r340914)
+++ head/textproc/p5-Text-Trim/pkg-plist	Fri Jan 24 15:52:12 2014	(r340915)
@@ -1,2 +1,3 @@
+%%PERL5_MAN3%%/Text::Trim.3.gz
 %%SITE_PERL%%/Text/Trim.pm
 @dirrmtry %%SITE_PERL%%/Text


More information about the svn-ports-all mailing list