Date: Tue, 10 Sep 2013 05:48:19 +0000 (UTC) From: Andrej Zverev <az@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326865 - in head/devel: cvschangelogbuilder p5-Class-Accessor-Children p5-Class-OOorNO p5-Config-Perl-V p5-Data-HashArray p5-Date-Calc-XS p5-Devel-GlobalDestruction-XS p5-File-Dir-Dump... Message-ID: <201309100548.r8A5mJ6Y038298@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: az Date: Tue Sep 10 05:48:19 2013 New Revision: 326865 URL: http://svnweb.freebsd.org/changeset/ports/326865 Log: - convert to the new perl5 framework - trim Makefile header Approved by: portmgr (bapt@, blanket) Modified: head/devel/cvschangelogbuilder/Makefile (contents, props changed) head/devel/p5-Class-Accessor-Children/Makefile (contents, props changed) head/devel/p5-Class-OOorNO/Makefile (contents, props changed) head/devel/p5-Config-Perl-V/Makefile (contents, props changed) head/devel/p5-Data-HashArray/Makefile (contents, props changed) head/devel/p5-Date-Calc-XS/Makefile head/devel/p5-Devel-GlobalDestruction-XS/Makefile head/devel/p5-File-Dir-Dumper/Makefile (contents, props changed) head/devel/p5-Gearman-Server/Makefile (contents, props changed) head/devel/p5-Mac-PropertyList/Makefile head/devel/p5-Metabase-Client-Simple/Makefile head/devel/p5-Module-Reload-Sel/Makefile (contents, props changed) head/devel/p5-POE-Loop-Glib/Makefile (contents, props changed) head/devel/p5-Perl6-Export/Makefile (contents, props changed) head/devel/p5-Proc-SafeExec/Makefile head/devel/p5-ReadLine-TTYtter/Makefile head/devel/p5-Term-Animation/Makefile (contents, props changed) head/devel/p5-Tie-RegexpHash/Makefile (contents, props changed) head/devel/p5-cpan-listchanges/Makefile (contents, props changed) Modified: head/devel/cvschangelogbuilder/Makefile ============================================================================== --- head/devel/cvschangelogbuilder/Makefile Tue Sep 10 04:48:07 2013 (r326864) +++ head/devel/cvschangelogbuilder/Makefile Tue Sep 10 05:48:19 2013 (r326865) @@ -1,9 +1,5 @@ -# New ports collection makefile for: cvschangelogbuilder -# Date created: Sun Mar 5 16:43:25 EST 2006 -# Whom: Matthew Will <mwill@spingen.com> -# +# Created by: Matthew Will <mwill@spingen.com> # $FreeBSD$ -# PORTNAME= cvschangelogbuilder PORTVERSION= 2.5 @@ -18,7 +14,7 @@ LICENSE= GPLv2 RUN_DEPENDS= p5-GD-Graph>=0:${PORTSDIR}/graphics/p5-GD-Graph NO_BUILD= yes -USE_PERL5= yes +USES= perl5 PLIST_FILES= bin/cvschangelogbuilder PORTDOCS= * Modified: head/devel/p5-Class-Accessor-Children/Makefile ============================================================================== --- head/devel/p5-Class-Accessor-Children/Makefile Tue Sep 10 04:48:07 2013 (r326864) +++ head/devel/p5-Class-Accessor-Children/Makefile Tue Sep 10 05:48:19 2013 (r326865) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Class-Accessor-Children -# Date created: 2010-01-03 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= Class-Accessor-Children PORTVERSION= 0.02 @@ -16,7 +12,8 @@ COMMENT= Automated child-class/accessor RUN_DEPENDS= p5-Class-Accessor>0:${PORTSDIR}/devel/p5-Class-Accessor -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Class::Accessor::Children.3 \ Class::Accessor::Children::Fast.3 Modified: head/devel/p5-Class-OOorNO/Makefile ============================================================================== --- head/devel/p5-Class-OOorNO/Makefile Tue Sep 10 04:48:07 2013 (r326864) +++ head/devel/p5-Class-OOorNO/Makefile Tue Sep 10 05:48:19 2013 (r326865) @@ -1,9 +1,5 @@ -# New ports collection Makefile for: p5-Class-OOorNO -# Date created: 25th April 2007 -# Whom: jeffhung -# +# Created by: jeffhung # $FreeBSD$ -# PORTNAME= Class-OOorNO PORTVERSION= 0.011 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= jeffhung@mail2000.com.tw COMMENT= Perl module that give your module classic AND OO interfaces -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= Class::OOorNO.3 Modified: head/devel/p5-Config-Perl-V/Makefile ============================================================================== --- head/devel/p5-Config-Perl-V/Makefile Tue Sep 10 04:48:07 2013 (r326864) +++ head/devel/p5-Config-Perl-V/Makefile Tue Sep 10 05:48:19 2013 (r326865) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Config-Perl-V -# Date created: 2011-02-05 -# Whom: Steve Wills <swills@FreeBSD.org> -# +# Created by: Steve Wills <swills@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Config-Perl-V PORTVERSION= 0.15 CATEGORIES= devel perl5 @@ -18,7 +14,8 @@ COMMENT= Structured data retrieval of pe BUILD_DEPENDS= p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Config::Perl::V.3 Modified: head/devel/p5-Data-HashArray/Makefile ============================================================================== --- head/devel/p5-Data-HashArray/Makefile Tue Sep 10 04:48:07 2013 (r326864) +++ head/devel/p5-Data-HashArray/Makefile Tue Sep 10 05:48:19 2013 (r326865) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Data::HashArray -# Date created: 2009-08-27 -# Whom: Greg Larkin <glarkin@FreeBSD.org> -# +# Created by: Greg Larkin <glarkin@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Data-HashArray PORTVERSION= 1.0 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= glarkin@FreeBSD.org COMMENT= Array class of hashes with properties via overloading and AUTOLOAD -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Data::HashArray.3 Modified: head/devel/p5-Date-Calc-XS/Makefile ============================================================================== --- head/devel/p5-Date-Calc-XS/Makefile Tue Sep 10 04:48:07 2013 (r326864) +++ head/devel/p5-Date-Calc-XS/Makefile Tue Sep 10 05:48:19 2013 (r326865) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Date-Calc-XS -# Date Created: 11 Dec 2009 -# Whom: Denis Pokataev <catone@cpan.org> -# +# Created by: Denis Pokataev <catone@cpan.org> # $FreeBSD$ -# PORTNAME= Date-Calc-XS PORTVERSION= 6.3 @@ -19,7 +15,8 @@ BUILD_DEPENDS= p5-Date-Calc>=6.2:${PORTS p5-Carp-Clan>=5.3:${PORTSDIR}/devel/p5-Carp-Clan RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Date::Calc::XS.3 Modified: head/devel/p5-Devel-GlobalDestruction-XS/Makefile ============================================================================== --- head/devel/p5-Devel-GlobalDestruction-XS/Makefile Tue Sep 10 04:48:07 2013 (r326864) +++ head/devel/p5-Devel-GlobalDestruction-XS/Makefile Tue Sep 10 05:48:19 2013 (r326865) @@ -13,7 +13,8 @@ COMMENT= Faster implementation of the De LICENSE= ART10 GPLv1 LICENSE_COMB= dual -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Devel::GlobalDestruction::XS.3 Modified: head/devel/p5-File-Dir-Dumper/Makefile ============================================================================== --- head/devel/p5-File-Dir-Dumper/Makefile Tue Sep 10 04:48:07 2013 (r326864) +++ head/devel/p5-File-Dir-Dumper/Makefile Tue Sep 10 05:48:19 2013 (r326865) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-File-Dir-Dumper -# Date created: November 18th 2008 -# Whom: Anatoliy Dmytriyev <tolid@tolid.eu.org> -# +# Created by: Anatoliy Dmytriyev <tolid@tolid.eu.org> # $FreeBSD$ -# PORTNAME= File-Dir-Dumper PORTVERSION= 0.0.8 @@ -22,7 +18,8 @@ BUILD_DEPENDS= p5-File-Find-Object>0:${P p5-Devel-CheckOS>0:${PORTSDIR}/devel/p5-Devel-CheckOS RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN1= dir-dump.1 MAN3= File::Dir::Dumper.3 File::Dir::Dumper::App.3 File::Dir::Dumper::Base.3 File::Dir::Dumper::Scanner.3 \ Modified: head/devel/p5-Gearman-Server/Makefile ============================================================================== --- head/devel/p5-Gearman-Server/Makefile Tue Sep 10 04:48:07 2013 (r326864) +++ head/devel/p5-Gearman-Server/Makefile Tue Sep 10 05:48:19 2013 (r326865) @@ -17,7 +17,8 @@ RUN_DEPENDS= p5-Gearman>=1.10:${PORTSDIR CONFLICTS= gearmand-0.* gearmand-1.0.* gearmand-1.1.* -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= gearmand.1 MAN3= Gearman::Server.3 Gearman::Server::Client.3 Modified: head/devel/p5-Mac-PropertyList/Makefile ============================================================================== --- head/devel/p5-Mac-PropertyList/Makefile Tue Sep 10 04:48:07 2013 (r326864) +++ head/devel/p5-Mac-PropertyList/Makefile Tue Sep 10 05:48:19 2013 (r326865) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Mac-PropertyList -# Date created: 24 December 2010 -# Whom: Nobutaka Mantani <nobutaka@FreeBSD.org> -# +# Created by: Nobutaka Mantani <nobutaka@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Mac-PropertyList PORTVERSION= 1.38 @@ -20,7 +16,8 @@ LICENSE= ART10 GPLv1 BUILD_DEPENDS= p5-XML-Entities>=0:${PORTSDIR}/textproc/p5-XML-Entities RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Mac::PropertyList.3 \ Mac::PropertyList::ReadBinary.3 \ Modified: head/devel/p5-Metabase-Client-Simple/Makefile ============================================================================== --- head/devel/p5-Metabase-Client-Simple/Makefile Tue Sep 10 04:48:07 2013 (r326864) +++ head/devel/p5-Metabase-Client-Simple/Makefile Tue Sep 10 05:48:19 2013 (r326865) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Metabase-Client-Simple -# Date created: 2011-02-05 -# Whom: Steve Wills <swills@FreeBSD.org> -# +# Created by: Steve Wills <swills@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Metabase-Client-Simple PORTVERSION= 0.009 @@ -23,7 +19,8 @@ RUN_DEPENDS= p5-JSON>=0:${PORTSDIR}/conv p5-Metabase-Fact>0:${PORTSDIR}/devel/p5-Metabase-Fact \ p5-Crypt-SSLeay>0:${PORTSDIR}/security/p5-Crypt-SSLeay -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Metabase::Client::Simple.3 Modified: head/devel/p5-Module-Reload-Sel/Makefile ============================================================================== --- head/devel/p5-Module-Reload-Sel/Makefile Tue Sep 10 04:48:07 2013 (r326864) +++ head/devel/p5-Module-Reload-Sel/Makefile Tue Sep 10 05:48:19 2013 (r326865) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Module-Reload-Selective -# Date created: 25 April 2005 -# Whom: simond@irrelevant.org -# +# Created by: simond@irrelevant.org # $FreeBSD$ -# PORTNAME= Module-Reload-Sel PORTVERSION= 1.02 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= simond@irrelevant.org COMMENT= Reload perl library files when updated on disk -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Module::Reload::Selective.3 Modified: head/devel/p5-POE-Loop-Glib/Makefile ============================================================================== --- head/devel/p5-POE-Loop-Glib/Makefile Tue Sep 10 04:48:07 2013 (r326864) +++ head/devel/p5-POE-Loop-Glib/Makefile Tue Sep 10 05:48:19 2013 (r326865) @@ -1,9 +1,5 @@ -# New ports collection makefile for: POE-Loop-Glib -# Date created: Jul 30 2010 -# Whom: Jase Thew <freebsd@beardz.net> -# +# Created by: Jase Thew <freebsd@beardz.net> # $FreeBSD$ -# PORTNAME= POE-Loop-Glib PORTVERSION= 0.038 @@ -22,7 +18,8 @@ BUILD_DEPENDS= p5-POE>=1.288:${PORTSDIR} RUN_DEPENDS:= ${BUILD_DEPENDS} PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}" -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= POE::Loop::Glib.3 Modified: head/devel/p5-Perl6-Export/Makefile ============================================================================== --- head/devel/p5-Perl6-Export/Makefile Tue Sep 10 04:48:07 2013 (r326864) +++ head/devel/p5-Perl6-Export/Makefile Tue Sep 10 05:48:19 2013 (r326865) @@ -1,9 +1,5 @@ -# New ports collection makefile for: devel/p5-Perl6-Export -# Date created: 21 Oct 2004 -# Whom: Yuan-Chung Hsiao <ychsiao@ychsiao.idv.tw> -# +# Created by: Yuan-Chung Hsiao <ychsiao@ychsiao.idv.tw> # $FreeBSD$ -# PORTNAME= Perl6-Export PORTVERSION= 0.07 @@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ychsiao@ychsiao.org COMMENT= Implements the Perl 6 'is export(...)' trait -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Perl6::Export.3 Modified: head/devel/p5-Proc-SafeExec/Makefile ============================================================================== --- head/devel/p5-Proc-SafeExec/Makefile Tue Sep 10 04:48:07 2013 (r326864) +++ head/devel/p5-Proc-SafeExec/Makefile Tue Sep 10 05:48:19 2013 (r326865) @@ -13,7 +13,8 @@ COMMENT= Convenient utility for executin LICENSE= BSD GPLv1 LICENSE_COMB= dual -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Proc::SafeExec.3 \ Proc::SafeExec::Queue.3 Modified: head/devel/p5-ReadLine-TTYtter/Makefile ============================================================================== --- head/devel/p5-ReadLine-TTYtter/Makefile Tue Sep 10 04:48:07 2013 (r326864) +++ head/devel/p5-ReadLine-TTYtter/Makefile Tue Sep 10 05:48:19 2013 (r326865) @@ -15,6 +15,7 @@ COMMENT= Perl5 module for Term::ReadLine LICENSE= ART10 GPLv1 LICENSE_COMB= dual -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include <bsd.port.mk> Modified: head/devel/p5-Term-Animation/Makefile ============================================================================== --- head/devel/p5-Term-Animation/Makefile Tue Sep 10 04:48:07 2013 (r326864) +++ head/devel/p5-Term-Animation/Makefile Tue Sep 10 05:48:19 2013 (r326865) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Term-Animation -# Date created: Sep 16, 2005 -# Whom: Max Khon <fjoe@FreeBSD.org> -# +# Created by: Max Khon <fjoe@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Term-Animation PORTVERSION= 2.6 @@ -17,7 +13,8 @@ COMMENT= ASCII sprite animation framewor BUILD_DEPENDS= p5-Curses>=0:${PORTSDIR}/devel/p5-Curses RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Term::Animation.3 Term::Animation::Entity.3 Modified: head/devel/p5-Tie-RegexpHash/Makefile ============================================================================== --- head/devel/p5-Tie-RegexpHash/Makefile Tue Sep 10 04:48:07 2013 (r326864) +++ head/devel/p5-Tie-RegexpHash/Makefile Tue Sep 10 05:48:19 2013 (r326865) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Tie-RegexpHash -# Date created: 30 April 2010 -# Whom: Kevin Lo <kevlo@FreeBSD.org> -# +# Created by: Kevin Lo <kevlo@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Tie-RegexpHash PORTVERSION= 0.15 @@ -16,6 +12,7 @@ COMMENT= Use regular expressions as hash MAN3= Tie::RegexpHash.3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include <bsd.port.mk> Modified: head/devel/p5-cpan-listchanges/Makefile ============================================================================== --- head/devel/p5-cpan-listchanges/Makefile Tue Sep 10 04:48:07 2013 (r326864) +++ head/devel/p5-cpan-listchanges/Makefile Tue Sep 10 05:48:19 2013 (r326865) @@ -19,7 +19,8 @@ RUN_DEPENDS= \ p5-YAML>0:${PORTSDIR}/textproc/p5-YAML BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN1= cpan-listchanges.1 MAN3= App::cpanlistchanges.3
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309100548.r8A5mJ6Y038298>