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...

Andrej Zverev az at FreeBSD.org
Tue Sep 10 05:48:24 UTC 2013


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 at spingen.com>
-#
+# Created by: Matthew Will <mwill at 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 at gslin.org>
-#
+# Created by: Gea-Suan Lin <gslin at 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 at 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 at FreeBSD.org>
-#
+# Created by: Steve Wills <swills at 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 at FreeBSD.org>
-#
+# Created by: Greg Larkin <glarkin at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Data-HashArray
 PORTVERSION=	1.0
@@ -14,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	glarkin at 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 at cpan.org>
-#
+# Created by: Denis Pokataev <catone at 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 at tolid.eu.org>
-#
+# Created by: Anatoliy Dmytriyev <tolid at 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 at FreeBSD.org>
-#
+# Created by: Nobutaka Mantani <nobutaka at 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 at FreeBSD.org>
-#
+# Created by: Steve Wills <swills at 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 at irrelevant.org
-#
+# Created by: simond at irrelevant.org
 # $FreeBSD$
-#
 
 PORTNAME=	Module-Reload-Sel
 PORTVERSION=	1.02
@@ -14,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	simond at 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 at beardz.net>
-#
+# Created by: Jase Thew <freebsd at 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 at ychsiao.idv.tw>
-#
+# Created by: Yuan-Chung Hsiao <ychsiao at ychsiao.idv.tw>
 # $FreeBSD$
-#
 
 PORTNAME=	Perl6-Export
 PORTVERSION=	0.07
@@ -15,7 +11,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	ychsiao at 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 at FreeBSD.org>
-#
+# Created by: Max Khon <fjoe at 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 at FreeBSD.org>
-#
+# Created by: Kevin Lo <kevlo at 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


More information about the svn-ports-all mailing list