svn commit: r326704 - in head/devel: cxxtest p5-Acme-Comment p5-Algorithm-Bucketizer p5-Data-MessagePack-Stream p5-Data-Page-NoTotalEntries p5-Data-Validate p5-DateTime-Format-XSD p5-Devel-Gladiato...

Andrej Zverev az at FreeBSD.org
Sun Sep 8 07:03:36 UTC 2013


Author: az
Date: Sun Sep  8 07:03:32 2013
New Revision: 326704
URL: http://svnweb.freebsd.org/changeset/ports/326704

Log:
  - convert to the new perl5 framework
  - trim Makefile header
  
  Approved by:	portmgr (bapt@, blanket)

Modified:
  head/devel/cxxtest/Makefile   (contents, props changed)
  head/devel/p5-Acme-Comment/Makefile
  head/devel/p5-Algorithm-Bucketizer/Makefile   (contents, props changed)
  head/devel/p5-Data-MessagePack-Stream/Makefile   (contents, props changed)
  head/devel/p5-Data-Page-NoTotalEntries/Makefile   (contents, props changed)
  head/devel/p5-Data-Validate/Makefile   (contents, props changed)
  head/devel/p5-DateTime-Format-XSD/Makefile
  head/devel/p5-Devel-Gladiator/Makefile
  head/devel/p5-Event-Notify/Makefile   (contents, props changed)
  head/devel/p5-Luka/Makefile   (contents, props changed)
  head/devel/p5-Paranoid/Makefile   (contents, props changed)
  head/devel/p5-Pid-File-Flock/Makefile   (contents, props changed)
  head/devel/p5-Regexp-Grammars/Makefile
  head/devel/p5-Stream-Buffered/Makefile   (contents, props changed)
  head/devel/p5-TAP-Formatter-JUnit/Makefile   (contents, props changed)
  head/devel/p5-Term-Sk/Makefile
  head/devel/p5-Test-Number-Delta/Makefile   (contents, props changed)
  head/devel/p5-asa/Makefile   (contents, props changed)
  head/devel/p5-carton/Makefile   (contents, props changed)

Modified: head/devel/cxxtest/Makefile
==============================================================================
--- head/devel/cxxtest/Makefile	Sun Sep  8 06:18:53 2013	(r326703)
+++ head/devel/cxxtest/Makefile	Sun Sep  8 07:03:32 2013	(r326704)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:   cxxtest
-# Date created:        14 August 2003
-# Whom:                andrew morton
-#
+# Created by: andrew morton
 # $FreeBSD$
-#
 
 PORTNAME=	cxxtest
 PORTVERSION=	3.10.1
@@ -15,7 +11,8 @@ COMMENT=	Simple and powerful JUnit/CppUn
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 NO_BUILD=	yes
-USE_PERL5_RUN=	yes
+USES=		perl5
+USE_PERL5=	run
 USE_GMAKE=	yes
 
 DOCS=		README TODO docs/*.html docs/*.png

Modified: head/devel/p5-Acme-Comment/Makefile
==============================================================================
--- head/devel/p5-Acme-Comment/Makefile	Sun Sep  8 06:18:53 2013	(r326703)
+++ head/devel/p5-Acme-Comment/Makefile	Sun Sep  8 07:03:32 2013	(r326704)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	devel/p5-Acme-Comment
-# Date created:				2012-07-18
-# Whom:					Marcello Coutinho <marcellocoutinho at gmail.com>
-#
+# Created by: Marcello Coutinho <marcellocoutinho at gmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	Acme-Comment
 PORTVERSION=	1.04
@@ -17,7 +13,8 @@ COMMENT=	Allow multi-line comments which
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Acme::Comment.3
 

Modified: head/devel/p5-Algorithm-Bucketizer/Makefile
==============================================================================
--- head/devel/p5-Algorithm-Bucketizer/Makefile	Sun Sep  8 06:18:53 2013	(r326703)
+++ head/devel/p5-Algorithm-Bucketizer/Makefile	Sun Sep  8 07:03:32 2013	(r326704)
@@ -17,7 +17,8 @@ BUILD_DEPENDS=	p5-Algorithm-Permute>=0:$
 		p5-Sysadm-Install>=0.23:${PORTSDIR}/sysutils/p5-Sysadm-Install
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN1=		bucketize.1
 MAN3=		Algorithm::Bucketizer.3

Modified: head/devel/p5-Data-MessagePack-Stream/Makefile
==============================================================================
--- head/devel/p5-Data-MessagePack-Stream/Makefile	Sun Sep  8 06:18:53 2013	(r326703)
+++ head/devel/p5-Data-MessagePack-Stream/Makefile	Sun Sep  8 07:03:32 2013	(r326704)
@@ -12,7 +12,8 @@ COMMENT=	Perl extension for yet another 
 
 BUILD_DEPENDS=	p5-Data-MessagePack>0:${PORTSDIR}/devel/p5-Data-MessagePack
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 MAKE_JOBS_UNSAFE=	yes
 
 MAN3=	Data::MessagePack::Stream.3

Modified: head/devel/p5-Data-Page-NoTotalEntries/Makefile
==============================================================================
--- head/devel/p5-Data-Page-NoTotalEntries/Makefile	Sun Sep  8 06:18:53 2013	(r326703)
+++ head/devel/p5-Data-Page-NoTotalEntries/Makefile	Sun Sep  8 07:03:32 2013	(r326704)
@@ -1,9 +1,4 @@
-# New ports collection makefile for:	Data::Page::NoTotalEntries
-# Date created:		26 Feb 2011
-# Whom:			Jun Kuriyama <kuriyama at FreeBSD.org>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	Data-Page-NoTotalEntries
 PORTVERSION=	0.02
@@ -20,7 +15,8 @@ RUN_DEPENDS=	\
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 TEST_DEPENDS=	p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Data::Page::NoTotalEntries.3 \
 	Data::Page::README.3

Modified: head/devel/p5-Data-Validate/Makefile
==============================================================================
--- head/devel/p5-Data-Validate/Makefile	Sun Sep  8 06:18:53 2013	(r326703)
+++ head/devel/p5-Data-Validate/Makefile	Sun Sep  8 07:03:32 2013	(r326704)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	devel/p5-Data-Validate
-# Date created:				06 August 2007
-# Whom:					Steven Kreuzer <skreuzer at exit2shell.com>
-#
+# Created by: Steven Kreuzer <skreuzer at exit2shell.com>
 # $FreeBSD$
-#
 
 PORTNAME=	Data-Validate
 PORTVERSION=	0.08
@@ -15,7 +11,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	skreuzer at FreeBSD.org
 COMMENT=	Common data validation methods
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Data::Validate.3
 

Modified: head/devel/p5-DateTime-Format-XSD/Makefile
==============================================================================
--- head/devel/p5-DateTime-Format-XSD/Makefile	Sun Sep  8 06:18:53 2013	(r326703)
+++ head/devel/p5-DateTime-Format-XSD/Makefile	Sun Sep  8 07:03:32 2013	(r326704)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:    DateTime-Format-XSD
-# Date created:         29 oct 2009
-# Whom:                 Sergey V. Dyatko <Sergey.Dyatko at gmail.com>
-#
+# Created by: Sergey V. Dyatko <Sergey.Dyatko at gmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	DateTime-Format-XSD
 PORTVERSION=	0.2
@@ -17,7 +13,8 @@ COMMENT=	Format DateTime according to xs
 BUILD_DEPENDS=	p5-DateTime-Format-ISO8601>=0:${PORTSDIR}/devel/p5-DateTime-Format-ISO8601
 RUN_DEPENDS=	p5-DateTime-Format-ISO8601>=0:${PORTSDIR}/devel/p5-DateTime-Format-ISO8601
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		DateTime::Format::XSD.3
 

Modified: head/devel/p5-Devel-Gladiator/Makefile
==============================================================================
--- head/devel/p5-Devel-Gladiator/Makefile	Sun Sep  8 06:18:53 2013	(r326703)
+++ head/devel/p5-Devel-Gladiator/Makefile	Sun Sep  8 07:03:32 2013	(r326704)
@@ -10,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	miwi at FreeBSD.org
 COMMENT=	Perl 5 module to walk Perls arena
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Devel::Gladiator.3
 

Modified: head/devel/p5-Event-Notify/Makefile
==============================================================================
--- head/devel/p5-Event-Notify/Makefile	Sun Sep  8 06:18:53 2013	(r326703)
+++ head/devel/p5-Event-Notify/Makefile	Sun Sep  8 07:03:32 2013	(r326704)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Event-Notify
-# Date created:		2008-01-03
-# Whom:			Masahiro Teramoto <markun at onohara.to>
-#
+# Created by: Masahiro Teramoto <markun at onohara.to>
 # $FreeBSD$
-#
 
 PORTNAME=	Event-Notify
 PORTVERSION=	0.00004
@@ -18,7 +14,8 @@ COMMENT=	Simple Observer/Notifier
 BUILD_DEPENDS=	p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject
 RUN_DEPENDS=	p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Event::Notify.3
 

Modified: head/devel/p5-Luka/Makefile
==============================================================================
--- head/devel/p5-Luka/Makefile	Sun Sep  8 06:18:53 2013	(r326703)
+++ head/devel/p5-Luka/Makefile	Sun Sep  8 07:03:32 2013	(r326704)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Luka
-# Date created:		2006-07-15
-# Whom:			Gea-Suan Lin <gslin at gslin.org>
-#
+# Created by: Gea-Suan Lin <gslin at gslin.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Luka
 PORTVERSION=	1.08
@@ -26,7 +22,8 @@ RUN_DEPENDS=	p5-Class-Std>=0:${PORTSDIR}
 		p5-What>=0:${PORTSDIR}/net/p5-What
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Luka.3 Luka::Conf.3 Luka::Exceptions.3 Luka::Mailer.3
 

Modified: head/devel/p5-Paranoid/Makefile
==============================================================================
--- head/devel/p5-Paranoid/Makefile	Sun Sep  8 06:18:53 2013	(r326703)
+++ head/devel/p5-Paranoid/Makefile	Sun Sep  8 07:03:32 2013	(r326704)
@@ -20,7 +20,8 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod \
 		p5-Test-Pod-Coverage>=1:${PORTSDIR}/devel/p5-Test-Pod-Coverage
 
-PERL_CONFIGURE=	YES
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Paranoid::Data.3 \
 		Paranoid::Log::File.3 \

Modified: head/devel/p5-Pid-File-Flock/Makefile
==============================================================================
--- head/devel/p5-Pid-File-Flock/Makefile	Sun Sep  8 06:18:53 2013	(r326703)
+++ head/devel/p5-Pid-File-Flock/Makefile	Sun Sep  8 07:03:32 2013	(r326704)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	Pid-File-Flock
-# Date created:				2010-01-13
-# Whom:					Oleg Mamontov <oleg at mamontov.net>
-#
+# Created by: Oleg Mamontov <oleg at mamontov.net>
 # $FreeBSD$
-#
 
 PORTNAME=	Pid-File-Flock
 PORTVERSION=	0.08
@@ -15,7 +11,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	oleg at mamontov.net
 COMMENT=	PID file operations
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Pid::File::Flock.3
 

Modified: head/devel/p5-Regexp-Grammars/Makefile
==============================================================================
--- head/devel/p5-Regexp-Grammars/Makefile	Sun Sep  8 06:18:53 2013	(r326703)
+++ head/devel/p5-Regexp-Grammars/Makefile	Sun Sep  8 07:03:32 2013	(r326704)
@@ -1,9 +1,5 @@
-# Ports collection makefile for:	p5-Regexp-Grammars
-# Date created:	   Mon Sep 27, 2010
-# Whom:		   Dan Rench <citric at cubicone.tmetic.com>
-#
+# Created by: Dan Rench <citric at cubicone.tmetic.com>
 # $FreeBSD$
-#
 
 PORTNAME=	Regexp-Grammars
 PORTVERSION=	1.026
@@ -14,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	citric at cubicone.tmetic.com
 COMMENT=	Add grammatical parsing features to Perl 5.10 regexes
 
-PERL_MODBUILD=	yes
+USES=		perl5
+USE_PERL5=	modbuild
 
 MAN3=	Regexp::Grammars.3
 

Modified: head/devel/p5-Stream-Buffered/Makefile
==============================================================================
--- head/devel/p5-Stream-Buffered/Makefile	Sun Sep  8 06:18:53 2013	(r326703)
+++ head/devel/p5-Stream-Buffered/Makefile	Sun Sep  8 07:03:32 2013	(r326704)
@@ -9,7 +9,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	kuriyama at FreeBSD.org
 COMMENT=	Perl extension for temporary buffer to save bytes
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Stream::Buffered.3
 

Modified: head/devel/p5-TAP-Formatter-JUnit/Makefile
==============================================================================
--- head/devel/p5-TAP-Formatter-JUnit/Makefile	Sun Sep  8 06:18:53 2013	(r326703)
+++ head/devel/p5-TAP-Formatter-JUnit/Makefile	Sun Sep  8 07:03:32 2013	(r326704)
@@ -1,9 +1,4 @@
-# New ports collection makefile for:	TAP::Formatter::JUnit
-# Date created:		10 Apr 2009
-# Whom:			Jun Kuriyama <kuriyama at FreeBSD.org>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	TAP-Formatter-JUnit
 PORTVERSION=	0.09
@@ -24,7 +19,8 @@ BUILD_DEPENDS:=	${RUN_DEPENDS}
 TEST_DEPENDS=	p5-Test-Differences>=0.61:${PORTSDIR}/devel/p5-Test-Differences \
 		p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy
 
-PERL_MODBUILD=	yes
+USES=		perl5
+USE_PERL5=	modbuild
 
 MAN1=	tap2junit.1
 MAN3=	TAP::Formatter::JUnit.3 \

Modified: head/devel/p5-Term-Sk/Makefile
==============================================================================
--- head/devel/p5-Term-Sk/Makefile	Sun Sep  8 06:18:53 2013	(r326703)
+++ head/devel/p5-Term-Sk/Makefile	Sun Sep  8 07:03:32 2013	(r326704)
@@ -13,7 +13,8 @@ COMMENT=	Perl extension to display a pro
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Term::Sk.3
 

Modified: head/devel/p5-Test-Number-Delta/Makefile
==============================================================================
--- head/devel/p5-Test-Number-Delta/Makefile	Sun Sep  8 06:18:53 2013	(r326703)
+++ head/devel/p5-Test-Number-Delta/Makefile	Sun Sep  8 07:03:32 2013	(r326704)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Test-Number-Delta
-# Date created:				2006-07-22
-# Whom:					Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>
-#
+# Created by: Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>
 # $FreeBSD$
-#
 
 PORTNAME=	Test-Number-Delta
 PORTVERSION=	1.03
@@ -14,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	tjs at cdpa.nsysu.edu.tw
 COMMENT=	Compare the difference between two numbers within a specified amount
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Test::Number::Delta.3
 

Modified: head/devel/p5-asa/Makefile
==============================================================================
--- head/devel/p5-asa/Makefile	Sun Sep  8 06:18:53 2013	(r326703)
+++ head/devel/p5-asa/Makefile	Sun Sep  8 07:03:32 2013	(r326704)
@@ -1,9 +1,4 @@
-# New ports collection makefile for:	p5-asa
-# Date created:		16 Apr 2010
-# Whom:			Jun Kuriyama <kuriyama at FreeBSD.org>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	asa
 PORTVERSION=	1.03
@@ -15,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	kuriyama at FreeBSD.org
 COMMENT=	Perl extension to say your class/object working like something else
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	asa.3
 

Modified: head/devel/p5-carton/Makefile
==============================================================================
--- head/devel/p5-carton/Makefile	Sun Sep  8 06:18:53 2013	(r326703)
+++ head/devel/p5-carton/Makefile	Sun Sep  8 07:03:32 2013	(r326704)
@@ -24,7 +24,8 @@ RUN_DEPENDS=	\
 	p5-local-lib>=1.008:${PORTSDIR}/devel/p5-local-lib
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
-PERL_MODBUILD=	yes
+USES=		perl5
+USE_PERL5=	modbuild
 
 MAN3=	Carton.3 \
 	Carton::Doc::Check.3 \


More information about the svn-ports-head mailing list