From owner-svn-ports-head@FreeBSD.ORG Tue Jan 21 14:04:07 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AEF9CA75; Tue, 21 Jan 2014 14:04:07 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 97EBE10BE; Tue, 21 Jan 2014 14:04:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0LE47nf092182; Tue, 21 Jan 2014 14:04:07 GMT (envelope-from mat@svn.freebsd.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0LE405r092115; Tue, 21 Jan 2014 14:04:00 GMT (envelope-from mat@svn.freebsd.org) Message-Id: <201401211404.s0LE405r092115@svn.freebsd.org> From: Mathieu Arnold Date: Tue, 21 Jan 2014 14:04:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r340610 - in head/textproc: p5-ElasticSearch-SearchBuilder p5-Excel-Template p5-File-Inplace p5-FormValidator-Lite p5-Getopt-Lucid p5-HTML-Entities-ImodePictogram p5-HTML-Entities-Numbe... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jan 2014 14:04:07 -0000 Author: mat Date: Tue Jan 21 14:03:59 2014 New Revision: 340610 URL: http://svnweb.freebsd.org/changeset/ports/340610 QAT: https://qat.redports.org/buildarchive/r340610/ Log: * Convert to staging * Add license * pet portlint Sponsored by: Absolight Modified: head/textproc/p5-ElasticSearch-SearchBuilder/Makefile head/textproc/p5-ElasticSearch-SearchBuilder/pkg-plist head/textproc/p5-Excel-Template/Makefile head/textproc/p5-Excel-Template/pkg-plist (contents, props changed) head/textproc/p5-File-Inplace/Makefile head/textproc/p5-File-Inplace/pkg-plist (contents, props changed) head/textproc/p5-FormValidator-Lite/Makefile head/textproc/p5-FormValidator-Lite/pkg-plist head/textproc/p5-Getopt-Lucid/Makefile head/textproc/p5-Getopt-Lucid/pkg-plist (contents, props changed) head/textproc/p5-HTML-Entities-ImodePictogram/Makefile head/textproc/p5-HTML-Entities-ImodePictogram/pkg-plist (contents, props changed) head/textproc/p5-HTML-Entities-Numbered/Makefile head/textproc/p5-HTML-Entities-Numbered/pkg-plist (contents, props changed) head/textproc/p5-HTML-FormatText-WithLinks/Makefile head/textproc/p5-HTML-FormatText-WithLinks/pkg-plist (contents, props changed) head/textproc/p5-HTML-Fraction/Makefile head/textproc/p5-HTML-Fraction/pkg-plist (contents, props changed) head/textproc/p5-HTML-HTML5-Entities/Makefile head/textproc/p5-HTML-HTML5-Entities/pkg-plist (contents, props changed) head/textproc/p5-HTML-HTML5-Parser/Makefile (contents, props changed) head/textproc/p5-HTML-HTML5-Parser/pkg-plist (contents, props changed) head/textproc/p5-HTML-HTMLDoc/Makefile head/textproc/p5-HTML-HTMLDoc/pkg-plist (contents, props changed) head/textproc/p5-HTML-Quoted/Makefile head/textproc/p5-HTML-Quoted/pkg-plist (contents, props changed) head/textproc/p5-HTML-SBC/Makefile head/textproc/p5-HTML-SBC/pkg-plist (contents, props changed) head/textproc/p5-Hailo/Makefile head/textproc/p5-Hailo/pkg-plist (contents, props changed) head/textproc/p5-Hatena-Keyword/Makefile head/textproc/p5-Hatena-Keyword/pkg-plist head/textproc/p5-IO-CSVHeaderFile/Makefile head/textproc/p5-IO-CSVHeaderFile/pkg-plist (contents, props changed) head/textproc/p5-Kwalify/Makefile head/textproc/p5-Kwalify/pkg-plist (contents, props changed) Modified: head/textproc/p5-ElasticSearch-SearchBuilder/Makefile ============================================================================== --- head/textproc/p5-ElasticSearch-SearchBuilder/Makefile Tue Jan 21 14:02:20 2014 (r340609) +++ head/textproc/p5-ElasticSearch-SearchBuilder/Makefile Tue Jan 21 14:03:59 2014 (r340610) @@ -10,6 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= tj@FreeBSD.org COMMENT= ElasticSearch Query Builder +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + RUN_DEPENDS= p5-Carp>=0:${PORTSDIR}/devel/p5-Carp \ p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils TEST_DEPENDS= p5-Test-Deep>=:${PORTSDIR}/devel/p5-Test-Deep \ @@ -19,7 +22,4 @@ TEST_DEPENDS= p5-Test-Deep>=:${PORTSDIR} USES= perl5 USE_PERL5= configure -MAN3= ElasticSearch::SearchBuilder.3 - -NO_STAGE= yes .include Modified: head/textproc/p5-ElasticSearch-SearchBuilder/pkg-plist ============================================================================== --- head/textproc/p5-ElasticSearch-SearchBuilder/pkg-plist Tue Jan 21 14:02:20 2014 (r340609) +++ head/textproc/p5-ElasticSearch-SearchBuilder/pkg-plist Tue Jan 21 14:03:59 2014 (r340610) @@ -1,3 +1,4 @@ +%%PERL5_MAN3%%/ElasticSearch::SearchBuilder.3.gz %%SITE_PERL%%/ElasticSearch/SearchBuilder.pm %%SITE_PERL%%/mach/auto/ElasticSearch/SearchBuilder/.packlist @dirrm %%SITE_PERL%%/mach/auto/ElasticSearch/SearchBuilder Modified: head/textproc/p5-Excel-Template/Makefile ============================================================================== --- head/textproc/p5-Excel-Template/Makefile Tue Jan 21 14:02:20 2014 (r340609) +++ head/textproc/p5-Excel-Template/Makefile Tue Jan 21 14:03:59 2014 (r340610) @@ -10,6 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= lippe@FreeBSD.org COMMENT= Perl module for templating Excel files +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy \ p5-Test-Exception>=0.21:${PORTSDIR}/devel/p5-Test-Exception \ p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \ @@ -20,38 +23,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Excel::Template.3 \ - Excel::Template::Base.3 \ - Excel::Template::Container.3 \ - Excel::Template::Container::Bold.3 \ - Excel::Template::Container::Conditional.3 \ - Excel::Template::Container::Format.3 \ - Excel::Template::Container::Hidden.3 \ - Excel::Template::Container::Italic.3 \ - Excel::Template::Container::KeepLeadingZeros.3 \ - Excel::Template::Container::Locked.3 \ - Excel::Template::Container::Loop.3 \ - Excel::Template::Container::Outline.3 \ - Excel::Template::Container::Row.3 \ - Excel::Template::Container::Scope.3 \ - Excel::Template::Container::Shadow.3 \ - Excel::Template::Container::Strikeout.3 \ - Excel::Template::Container::Workbook.3 \ - Excel::Template::Container::Worksheet.3 \ - Excel::Template::Context.3 \ - Excel::Template::Element.3 \ - Excel::Template::Element::Backref.3 \ - Excel::Template::Element::Cell.3 \ - Excel::Template::Element::Formula.3 \ - Excel::Template::Element::FreezePanes.3 \ - Excel::Template::Element::Image.3 \ - Excel::Template::Element::MergeRange.3 \ - Excel::Template::Element::Range.3 \ - Excel::Template::Element::Var.3 \ - Excel::Template::Factory.3 \ - Excel::Template::Format.3 \ - Excel::Template::Iterator.3 \ - Excel::Template::TextObject.3 - -NO_STAGE= yes .include Modified: head/textproc/p5-Excel-Template/pkg-plist ============================================================================== --- head/textproc/p5-Excel-Template/pkg-plist Tue Jan 21 14:02:20 2014 (r340609) +++ head/textproc/p5-Excel-Template/pkg-plist Tue Jan 21 14:03:59 2014 (r340610) @@ -1,3 +1,35 @@ +%%PERL5_MAN3%%/Excel::Template.3.gz +%%PERL5_MAN3%%/Excel::Template::Base.3.gz +%%PERL5_MAN3%%/Excel::Template::Container.3.gz +%%PERL5_MAN3%%/Excel::Template::Container::Bold.3.gz +%%PERL5_MAN3%%/Excel::Template::Container::Conditional.3.gz +%%PERL5_MAN3%%/Excel::Template::Container::Format.3.gz +%%PERL5_MAN3%%/Excel::Template::Container::Hidden.3.gz +%%PERL5_MAN3%%/Excel::Template::Container::Italic.3.gz +%%PERL5_MAN3%%/Excel::Template::Container::KeepLeadingZeros.3.gz +%%PERL5_MAN3%%/Excel::Template::Container::Locked.3.gz +%%PERL5_MAN3%%/Excel::Template::Container::Loop.3.gz +%%PERL5_MAN3%%/Excel::Template::Container::Outline.3.gz +%%PERL5_MAN3%%/Excel::Template::Container::Row.3.gz +%%PERL5_MAN3%%/Excel::Template::Container::Scope.3.gz +%%PERL5_MAN3%%/Excel::Template::Container::Shadow.3.gz +%%PERL5_MAN3%%/Excel::Template::Container::Strikeout.3.gz +%%PERL5_MAN3%%/Excel::Template::Container::Workbook.3.gz +%%PERL5_MAN3%%/Excel::Template::Container::Worksheet.3.gz +%%PERL5_MAN3%%/Excel::Template::Context.3.gz +%%PERL5_MAN3%%/Excel::Template::Element.3.gz +%%PERL5_MAN3%%/Excel::Template::Element::Backref.3.gz +%%PERL5_MAN3%%/Excel::Template::Element::Cell.3.gz +%%PERL5_MAN3%%/Excel::Template::Element::Formula.3.gz +%%PERL5_MAN3%%/Excel::Template::Element::FreezePanes.3.gz +%%PERL5_MAN3%%/Excel::Template::Element::Image.3.gz +%%PERL5_MAN3%%/Excel::Template::Element::MergeRange.3.gz +%%PERL5_MAN3%%/Excel::Template::Element::Range.3.gz +%%PERL5_MAN3%%/Excel::Template::Element::Var.3.gz +%%PERL5_MAN3%%/Excel::Template::Factory.3.gz +%%PERL5_MAN3%%/Excel::Template::Format.3.gz +%%PERL5_MAN3%%/Excel::Template::Iterator.3.gz +%%PERL5_MAN3%%/Excel::Template::TextObject.3.gz %%SITE_PERL%%/%%PERL_ARCH%%/auto/Excel/Template/.packlist %%SITE_PERL%%/Excel/Template.pm %%SITE_PERL%%/Excel/Template/Base.pm Modified: head/textproc/p5-File-Inplace/Makefile ============================================================================== --- head/textproc/p5-File-Inplace/Makefile Tue Jan 21 14:02:20 2014 (r340609) +++ head/textproc/p5-File-Inplace/Makefile Tue Jan 21 14:03:59 2014 (r340610) @@ -13,7 +13,4 @@ COMMENT= Perl module for in-place editin USES= perl5 USE_PERL5= configure -MAN3= File::Inplace.3 - -NO_STAGE= yes .include Modified: head/textproc/p5-File-Inplace/pkg-plist ============================================================================== --- head/textproc/p5-File-Inplace/pkg-plist Tue Jan 21 14:02:20 2014 (r340609) +++ head/textproc/p5-File-Inplace/pkg-plist Tue Jan 21 14:03:59 2014 (r340610) @@ -1,5 +1,6 @@ +%%PERL5_MAN3%%/File::Inplace.3.gz %%SITE_PERL%%/File/Inplace.pm -@dirrmtry %%SITE_PERL%%/File %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Inplace/.packlist +@dirrmtry %%SITE_PERL%%/File @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Inplace @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File Modified: head/textproc/p5-FormValidator-Lite/Makefile ============================================================================== --- head/textproc/p5-FormValidator-Lite/Makefile Tue Jan 21 14:02:20 2014 (r340609) +++ head/textproc/p5-FormValidator-Lite/Makefile Tue Jan 21 14:03:59 2014 (r340610) @@ -26,20 +26,6 @@ TEST_DEPENDS= p5-Text-TestBase>0:${PORTS USES= perl5 USE_PERL5= modbuild -MAN3= FormValidator::Lite.3 \ - FormValidator::Lite::Constraint.3 \ - FormValidator::Lite::Constraint::Date.3 \ - FormValidator::Lite::Constraint::Default.3 \ - FormValidator::Lite::Constraint::Email.3 \ - FormValidator::Lite::Constraint::File.3 \ - FormValidator::Lite::Constraint::Japanese.3 \ - FormValidator::Lite::Constraint::Number.3 \ - FormValidator::Lite::Constraint::Time.3 \ - FormValidator::Lite::Constraint::URL.3 \ - FormValidator::Lite::Messages::en.3 \ - FormValidator::Lite::Messages::ja.3 - -NO_STAGE= yes .include .if ${PERL_LEVEL} < 501400 Modified: head/textproc/p5-FormValidator-Lite/pkg-plist ============================================================================== --- head/textproc/p5-FormValidator-Lite/pkg-plist Tue Jan 21 14:02:20 2014 (r340609) +++ head/textproc/p5-FormValidator-Lite/pkg-plist Tue Jan 21 14:03:59 2014 (r340610) @@ -1,3 +1,15 @@ +%%PERL5_MAN3%%/FormValidator::Lite.3.gz +%%PERL5_MAN3%%/FormValidator::Lite::Constraint.3.gz +%%PERL5_MAN3%%/FormValidator::Lite::Constraint::Date.3.gz +%%PERL5_MAN3%%/FormValidator::Lite::Constraint::Default.3.gz +%%PERL5_MAN3%%/FormValidator::Lite::Constraint::Email.3.gz +%%PERL5_MAN3%%/FormValidator::Lite::Constraint::File.3.gz +%%PERL5_MAN3%%/FormValidator::Lite::Constraint::Japanese.3.gz +%%PERL5_MAN3%%/FormValidator::Lite::Constraint::Number.3.gz +%%PERL5_MAN3%%/FormValidator::Lite::Constraint::Time.3.gz +%%PERL5_MAN3%%/FormValidator::Lite::Constraint::URL.3.gz +%%PERL5_MAN3%%/FormValidator::Lite::Messages::en.3.gz +%%PERL5_MAN3%%/FormValidator::Lite::Messages::ja.3.gz %%SITE_PERL%%/FormValidator/Lite.pm %%SITE_PERL%%/FormValidator/Lite/Constraint.pm %%SITE_PERL%%/FormValidator/Lite/Constraint/Date.pm Modified: head/textproc/p5-Getopt-Lucid/Makefile ============================================================================== --- head/textproc/p5-Getopt-Lucid/Makefile Tue Jan 21 14:02:20 2014 (r340609) +++ head/textproc/p5-Getopt-Lucid/Makefile Tue Jan 21 14:03:59 2014 (r340610) @@ -10,6 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= lippe@FreeBSD.org COMMENT= Getopt::Lucid - Clear, readable syntax for command line processing +LICENSE= APACHE20 + BUILD_DEPENDS= p5-Exception-Class>=1.23:${PORTSDIR}/devel/p5-Exception-Class \ p5-Exception-Class-TryCatch>=1.10:${PORTSDIR}/devel/p5-Exception-Class-TryCatch \ p5-Data-Dumper>=0:${PORTSDIR}/devel/p5-Data-Dumper \ @@ -20,7 +22,4 @@ RUN_DEPENDS= p5-Exception-Class>=1.23:${ USES= perl5 USE_PERL5= configure -MAN3= Getopt::Lucid.3 Getopt::Lucid::Exception.3 - -NO_STAGE= yes .include Modified: head/textproc/p5-Getopt-Lucid/pkg-plist ============================================================================== --- head/textproc/p5-Getopt-Lucid/pkg-plist Tue Jan 21 14:02:20 2014 (r340609) +++ head/textproc/p5-Getopt-Lucid/pkg-plist Tue Jan 21 14:03:59 2014 (r340610) @@ -1,3 +1,5 @@ +%%PERL5_MAN3%%/Getopt::Lucid.3.gz +%%PERL5_MAN3%%/Getopt::Lucid::Exception.3.gz %%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt/Lucid/.packlist %%SITE_PERL%%/Getopt/Lucid.pm %%SITE_PERL%%/Getopt/Lucid/Exception.pm Modified: head/textproc/p5-HTML-Entities-ImodePictogram/Makefile ============================================================================== --- head/textproc/p5-HTML-Entities-ImodePictogram/Makefile Tue Jan 21 14:02:20 2014 (r340609) +++ head/textproc/p5-HTML-Entities-ImodePictogram/Makefile Tue Jan 21 14:03:59 2014 (r340610) @@ -13,8 +13,4 @@ COMMENT= HTML::Entities::ImodePictogram USES= perl5 USE_PERL5= configure -MAN3= HTML::Entities::ImodePictogram.3 \ - HTML::Entities::ImodePictogram.ja.3 - -NO_STAGE= yes .include Modified: head/textproc/p5-HTML-Entities-ImodePictogram/pkg-plist ============================================================================== --- head/textproc/p5-HTML-Entities-ImodePictogram/pkg-plist Tue Jan 21 14:02:20 2014 (r340609) +++ head/textproc/p5-HTML-Entities-ImodePictogram/pkg-plist Tue Jan 21 14:03:59 2014 (r340610) @@ -1,3 +1,5 @@ +%%PERL5_MAN3%%/HTML::Entities::ImodePictogram.3.gz +%%PERL5_MAN3%%/HTML::Entities::ImodePictogram.ja.3.gz %%SITE_PERL%%/HTML/Entities/ImodePictogram.ja.pod %%SITE_PERL%%/HTML/Entities/ImodePictogram.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Entities/ImodePictogram/.packlist Modified: head/textproc/p5-HTML-Entities-Numbered/Makefile ============================================================================== --- head/textproc/p5-HTML-Entities-Numbered/Makefile Tue Jan 21 14:02:20 2014 (r340609) +++ head/textproc/p5-HTML-Entities-Numbered/Makefile Tue Jan 21 14:03:59 2014 (r340610) @@ -13,8 +13,4 @@ COMMENT= HTML::Entities::Numbered - Conv USES= perl5 USE_PERL5= configure -MAN3= HTML::Entities::Numbered.3 \ - HTML::Entities::Numbered::Table.3 - -NO_STAGE= yes .include Modified: head/textproc/p5-HTML-Entities-Numbered/pkg-plist ============================================================================== --- head/textproc/p5-HTML-Entities-Numbered/pkg-plist Tue Jan 21 14:02:20 2014 (r340609) +++ head/textproc/p5-HTML-Entities-Numbered/pkg-plist Tue Jan 21 14:03:59 2014 (r340610) @@ -1,3 +1,5 @@ +%%PERL5_MAN3%%/HTML::Entities::Numbered.3.gz +%%PERL5_MAN3%%/HTML::Entities::Numbered::Table.3.gz %%SITE_PERL%%/HTML/Entities/Numbered.pm %%SITE_PERL%%/HTML/Entities/Numbered/Table.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Entities/Numbered/.packlist Modified: head/textproc/p5-HTML-FormatText-WithLinks/Makefile ============================================================================== --- head/textproc/p5-HTML-FormatText-WithLinks/Makefile Tue Jan 21 14:02:20 2014 (r340609) +++ head/textproc/p5-HTML-FormatText-WithLinks/Makefile Tue Jan 21 14:03:59 2014 (r340610) @@ -10,13 +10,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= loader@freebsdmall.com COMMENT= Perl5 module to convert HTML to text with links as footnotes +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-HTML-Format>=0:${PORTSDIR}/textproc/p5-HTML-Format \ p5-URI>=0:${PORTSDIR}/net/p5-URI RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= HTML::FormatText::WithLinks.3 -NO_STAGE= yes .include Modified: head/textproc/p5-HTML-FormatText-WithLinks/pkg-plist ============================================================================== --- head/textproc/p5-HTML-FormatText-WithLinks/pkg-plist Tue Jan 21 14:02:20 2014 (r340609) +++ head/textproc/p5-HTML-FormatText-WithLinks/pkg-plist Tue Jan 21 14:03:59 2014 (r340610) @@ -1,3 +1,4 @@ +%%PERL5_MAN3%%/HTML::FormatText::WithLinks.3.gz %%SITE_PERL%%/HTML/FormatText/WithLinks.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/FormatText/WithLinks/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/FormatText/WithLinks Modified: head/textproc/p5-HTML-Fraction/Makefile ============================================================================== --- head/textproc/p5-HTML-Fraction/Makefile Tue Jan 21 14:02:20 2014 (r340609) +++ head/textproc/p5-HTML-Fraction/Makefile Tue Jan 21 14:03:59 2014 (r340610) @@ -10,10 +10,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= HTML::Fraction - Encode fractions as HTML entities +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure -MAN3= HTML::Fraction.3 - -NO_STAGE= yes .include Modified: head/textproc/p5-HTML-Fraction/pkg-plist ============================================================================== --- head/textproc/p5-HTML-Fraction/pkg-plist Tue Jan 21 14:02:20 2014 (r340609) +++ head/textproc/p5-HTML-Fraction/pkg-plist Tue Jan 21 14:03:59 2014 (r340610) @@ -1,3 +1,4 @@ +%%PERL5_MAN3%%/HTML::Fraction.3.gz %%SITE_PERL%%/HTML/Fraction.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Fraction/.packlist @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Fraction Modified: head/textproc/p5-HTML-HTML5-Entities/Makefile ============================================================================== --- head/textproc/p5-HTML-HTML5-Entities/Makefile Tue Jan 21 14:02:20 2014 (r340609) +++ head/textproc/p5-HTML-HTML5-Entities/Makefile Tue Jan 21 14:03:59 2014 (r340610) @@ -17,7 +17,4 @@ LICENSE_COMB= dual USES= perl5 USE_PERL5= configure -MAN3= HTML::HTML5::Entities.3 - -NO_STAGE= yes .include Modified: head/textproc/p5-HTML-HTML5-Entities/pkg-plist ============================================================================== --- head/textproc/p5-HTML-HTML5-Entities/pkg-plist Tue Jan 21 14:02:20 2014 (r340609) +++ head/textproc/p5-HTML-HTML5-Entities/pkg-plist Tue Jan 21 14:03:59 2014 (r340610) @@ -1,3 +1,4 @@ +%%PERL5_MAN3%%/HTML::HTML5::Entities.3.gz %%SITE_PERL%%/HTML/HTML5/Entities.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/HTML5/Entities/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/HTML5/Entities Modified: head/textproc/p5-HTML-HTML5-Parser/Makefile ============================================================================== --- head/textproc/p5-HTML-HTML5-Parser/Makefile Tue Jan 21 14:02:20 2014 (r340609) +++ head/textproc/p5-HTML-HTML5-Parser/Makefile Tue Jan 21 14:03:59 2014 (r340610) @@ -24,11 +24,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= HTML::HTML5::Parser.3 \ - HTML::HTML5::Parser::Error.3 \ - HTML::HTML5::Parser::UA.3 - -NO_STAGE= yes .include .if ${PERL_LEVEL} < 501400 Modified: head/textproc/p5-HTML-HTML5-Parser/pkg-plist ============================================================================== --- head/textproc/p5-HTML-HTML5-Parser/pkg-plist Tue Jan 21 14:02:20 2014 (r340609) +++ head/textproc/p5-HTML-HTML5-Parser/pkg-plist Tue Jan 21 14:03:59 2014 (r340610) @@ -1,5 +1,8 @@ bin/html2xhtml bin/html5debug +%%PERL5_MAN3%%/HTML::HTML5::Parser.3.gz +%%PERL5_MAN3%%/HTML::HTML5::Parser::Error.3.gz +%%PERL5_MAN3%%/HTML::HTML5::Parser::UA.3.gz %%SITE_PERL%%/HTML/HTML5/Parser/Charset/DecodeHandle.pm %%SITE_PERL%%/HTML/HTML5/Parser/Charset/Info.pm %%SITE_PERL%%/HTML/HTML5/Parser/Charset/UnicodeChecker.pm Modified: head/textproc/p5-HTML-HTMLDoc/Makefile ============================================================================== --- head/textproc/p5-HTML-HTMLDoc/Makefile Tue Jan 21 14:02:20 2014 (r340609) +++ head/textproc/p5-HTML-HTMLDoc/Makefile Tue Jan 21 14:03:59 2014 (r340610) @@ -18,7 +18,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= HTML::HTMLDoc.3 HTML::HTMLDoc::PDF.3 - -NO_STAGE= yes .include Modified: head/textproc/p5-HTML-HTMLDoc/pkg-plist ============================================================================== --- head/textproc/p5-HTML-HTMLDoc/pkg-plist Tue Jan 21 14:02:20 2014 (r340609) +++ head/textproc/p5-HTML-HTMLDoc/pkg-plist Tue Jan 21 14:03:59 2014 (r340610) @@ -1,3 +1,5 @@ +%%PERL5_MAN3%%/HTML::HTMLDoc.3.gz +%%PERL5_MAN3%%/HTML::HTMLDoc::PDF.3.gz %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/HTMLDoc/.packlist %%SITE_PERL%%/HTML/HTMLDoc.pm %%SITE_PERL%%/HTML/HTMLDoc/PDF.pm Modified: head/textproc/p5-HTML-Quoted/Makefile ============================================================================== --- head/textproc/p5-HTML-Quoted/Makefile Tue Jan 21 14:02:20 2014 (r340609) +++ head/textproc/p5-HTML-Quoted/Makefile Tue Jan 21 14:03:59 2014 (r340610) @@ -9,13 +9,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= Extract structure of quoted HTML mail message +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-HTML-Parser>=3.0:${PORTSDIR}/www/p5-HTML-Parser RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= HTML::Quoted.3 - -NO_STAGE= yes .include Modified: head/textproc/p5-HTML-Quoted/pkg-plist ============================================================================== --- head/textproc/p5-HTML-Quoted/pkg-plist Tue Jan 21 14:02:20 2014 (r340609) +++ head/textproc/p5-HTML-Quoted/pkg-plist Tue Jan 21 14:03:59 2014 (r340610) @@ -1,3 +1,4 @@ +%%PERL5_MAN3%%/HTML::Quoted.3.gz %%SITE_PERL%%/HTML/Quoted.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Quoted/.packlist @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Quoted Modified: head/textproc/p5-HTML-SBC/Makefile ============================================================================== --- head/textproc/p5-HTML-SBC/Makefile Tue Jan 21 14:02:20 2014 (r340609) +++ head/textproc/p5-HTML-SBC/Makefile Tue Jan 21 14:03:59 2014 (r340610) @@ -11,13 +11,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Simple blog code to valid XHTML +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= HTML::SBC.3 - -NO_STAGE= yes .include Modified: head/textproc/p5-HTML-SBC/pkg-plist ============================================================================== --- head/textproc/p5-HTML-SBC/pkg-plist Tue Jan 21 14:02:20 2014 (r340609) +++ head/textproc/p5-HTML-SBC/pkg-plist Tue Jan 21 14:03:59 2014 (r340610) @@ -1,3 +1,4 @@ +%%PERL5_MAN3%%/HTML::SBC.3.gz %%SITE_PERL%%/HTML/SBC.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/SBC/.packlist @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/SBC Modified: head/textproc/p5-Hailo/Makefile ============================================================================== --- head/textproc/p5-Hailo/Makefile Tue Jan 21 14:02:20 2014 (r340609) +++ head/textproc/p5-Hailo/Makefile Tue Jan 21 14:03:59 2014 (r340610) @@ -46,30 +46,9 @@ TEST_DEPENDS= p5-DBD-SQLite>=1.29:${PORT USES= perl5 USE_PERL5= configure -MAN1= hailo.1 - -MAN3= Hailo.3 \ - Hailo::Command.3 \ - Hailo::Engine::Default.3 \ - Hailo::Engine::Scored.3 \ - Hailo::Role::Arguments.3 \ - Hailo::Role::Engine.3 \ - Hailo::Role::Storage.3 \ - Hailo::Role::Tokenizer.3 \ - Hailo::Role::UI.3 \ - Hailo::Storage.3 \ - Hailo::Storage::MySQL.3 \ - Hailo::Storage::PostgreSQL.3 \ - Hailo::Storage::SQLite.3 \ - Hailo::Storage::Schema.3 \ - Hailo::Tokenizer::Chars.3 \ - Hailo::Tokenizer::Words.3 \ - Hailo::UI::ReadLine.3 - OPTIONS_DEFINE= SQLITE PGSQL MYSQL OPTIONS_DEFAULT= SQLITE -NO_STAGE= yes .include .include Modified: head/textproc/p5-Hailo/pkg-plist ============================================================================== --- head/textproc/p5-Hailo/pkg-plist Tue Jan 21 14:02:20 2014 (r340609) +++ head/textproc/p5-Hailo/pkg-plist Tue Jan 21 14:03:59 2014 (r340610) @@ -1,4 +1,22 @@ bin/hailo +man/man1/hailo.1.gz +%%PERL5_MAN3%%/Hailo.3.gz +%%PERL5_MAN3%%/Hailo::Command.3.gz +%%PERL5_MAN3%%/Hailo::Engine::Default.3.gz +%%PERL5_MAN3%%/Hailo::Engine::Scored.3.gz +%%PERL5_MAN3%%/Hailo::Role::Arguments.3.gz +%%PERL5_MAN3%%/Hailo::Role::Engine.3.gz +%%PERL5_MAN3%%/Hailo::Role::Storage.3.gz +%%PERL5_MAN3%%/Hailo::Role::Tokenizer.3.gz +%%PERL5_MAN3%%/Hailo::Role::UI.3.gz +%%PERL5_MAN3%%/Hailo::Storage.3.gz +%%PERL5_MAN3%%/Hailo::Storage::MySQL.3.gz +%%PERL5_MAN3%%/Hailo::Storage::PostgreSQL.3.gz +%%PERL5_MAN3%%/Hailo::Storage::SQLite.3.gz +%%PERL5_MAN3%%/Hailo::Storage::Schema.3.gz +%%PERL5_MAN3%%/Hailo::Tokenizer::Chars.3.gz +%%PERL5_MAN3%%/Hailo::Tokenizer::Words.3.gz +%%PERL5_MAN3%%/Hailo::UI::ReadLine.3.gz %%SITE_PERL%%/Hailo.pm %%SITE_PERL%%/Hailo/Command.pm %%SITE_PERL%%/Hailo/Engine/Default.pm Modified: head/textproc/p5-Hatena-Keyword/Makefile ============================================================================== --- head/textproc/p5-Hatena-Keyword/Makefile Tue Jan 21 14:02:20 2014 (r340609) +++ head/textproc/p5-Hatena-Keyword/Makefile Tue Jan 21 14:03:59 2014 (r340610) @@ -30,7 +30,4 @@ RUN_DEPENDS= p5-Cache>=0:${PORTSDIR}/dev USES= perl5 USE_PERL5= configure -MAN3= Hatena::Keyword.3 - -NO_STAGE= yes .include Modified: head/textproc/p5-Hatena-Keyword/pkg-plist ============================================================================== --- head/textproc/p5-Hatena-Keyword/pkg-plist Tue Jan 21 14:02:20 2014 (r340609) +++ head/textproc/p5-Hatena-Keyword/pkg-plist Tue Jan 21 14:03:59 2014 (r340610) @@ -1,3 +1,4 @@ +%%PERL5_MAN3%%/Hatena::Keyword.3.gz %%SITE_PERL%%/%%PERL_ARCH%%/auto/Hatena/Keyword/.packlist %%SITE_PERL%%/Hatena/Keyword.pm @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Hatena/Keyword Modified: head/textproc/p5-IO-CSVHeaderFile/Makefile ============================================================================== --- head/textproc/p5-IO-CSVHeaderFile/Makefile Tue Jan 21 14:02:20 2014 (r340609) +++ head/textproc/p5-IO-CSVHeaderFile/Makefile Tue Jan 21 14:03:59 2014 (r340610) @@ -16,7 +16,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= IO::CSVHeaderFile.3 - -NO_STAGE= yes .include Modified: head/textproc/p5-IO-CSVHeaderFile/pkg-plist ============================================================================== --- head/textproc/p5-IO-CSVHeaderFile/pkg-plist Tue Jan 21 14:02:20 2014 (r340609) +++ head/textproc/p5-IO-CSVHeaderFile/pkg-plist Tue Jan 21 14:03:59 2014 (r340610) @@ -1,3 +1,4 @@ +%%PERL5_MAN3%%/IO::CSVHeaderFile.3.gz %%SITE_PERL%%/IO/CSVHeaderFile.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/CSVHeaderFile/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/CSVHeaderFile Modified: head/textproc/p5-Kwalify/Makefile ============================================================================== --- head/textproc/p5-Kwalify/Makefile Tue Jan 21 14:02:20 2014 (r340609) +++ head/textproc/p5-Kwalify/Makefile Tue Jan 21 14:03:59 2014 (r340610) @@ -11,11 +11,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= miwi@FreeBSD.org COMMENT= Implementation of Kwalify parser, validator and data binding tool -MAN1= pkwalify.1 -MAN3= Kwalify.3 Schema::Kwalify.3 +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual USES= perl5 USE_PERL5= configure -NO_STAGE= yes .include Modified: head/textproc/p5-Kwalify/pkg-plist ============================================================================== --- head/textproc/p5-Kwalify/pkg-plist Tue Jan 21 14:02:20 2014 (r340609) +++ head/textproc/p5-Kwalify/pkg-plist Tue Jan 21 14:03:59 2014 (r340610) @@ -1,7 +1,10 @@ bin/pkwalify +%%PERL5_MAN3%%/Kwalify.3.gz +%%PERL5_MAN3%%/Schema::Kwalify.3.gz %%SITE_PERL%%/Kwalify.pm %%SITE_PERL%%/Schema/Kwalify.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Kwalify/.packlist +man/man1/pkwalify.1.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Kwalify @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%% @dirrmtry %%SITE_PERL%%/Schema