Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Sep 2013 15:01:28 +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: r326815 - in head/devel: p5-AnyEvent-Run p5-CLASS p5-Data-Bind p5-Devel-Events-Objects p5-Exception-Handler p5-File-Monitor p5-File-Path-Tiny p5-Heap p5-IO-Pager p5-Log-Dispatch-File-Ro...
Message-ID:  <201309091501.r89F1SG8001787@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: az
Date: Mon Sep  9 15:01:27 2013
New Revision: 326815
URL: http://svnweb.freebsd.org/changeset/ports/326815

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

Modified:
  head/devel/p5-AnyEvent-Run/Makefile   (contents, props changed)
  head/devel/p5-CLASS/Makefile   (contents, props changed)
  head/devel/p5-Data-Bind/Makefile   (contents, props changed)
  head/devel/p5-Devel-Events-Objects/Makefile   (contents, props changed)
  head/devel/p5-Exception-Handler/Makefile   (contents, props changed)
  head/devel/p5-File-Monitor/Makefile   (contents, props changed)
  head/devel/p5-File-Path-Tiny/Makefile
  head/devel/p5-Heap/Makefile   (contents, props changed)
  head/devel/p5-IO-Pager/Makefile   (contents, props changed)
  head/devel/p5-Log-Dispatch-File-Rolling/Makefile
  head/devel/p5-MooseX-Types-ISO8601/Makefile
  head/devel/p5-POE-Component-Server-XMLRPC/Makefile   (contents, props changed)
  head/devel/p5-PPerl/Makefile   (contents, props changed)
  head/devel/p5-PerlIO-via-dynamic/Makefile   (contents, props changed)
  head/devel/p5-Resources/Makefile   (contents, props changed)
  head/devel/p5-Term-ANSIColor/Makefile
  head/devel/p5-Tree-R/Makefile   (contents, props changed)
  head/devel/p5-XML-Pastor/Makefile   (contents, props changed)
  head/devel/shtool/Makefile   (contents, props changed)

Modified: head/devel/p5-AnyEvent-Run/Makefile
==============================================================================
--- head/devel/p5-AnyEvent-Run/Makefile	Mon Sep  9 14:48:31 2013	(r326814)
+++ head/devel/p5-AnyEvent-Run/Makefile	Mon Sep  9 15:01:27 2013	(r326815)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-AnyEvent-Run
-# Date created:	   19 Mar 2010
-# Whom:		   Denis Pokataev <catone@cpan.org>
-#
+# Created by: Denis Pokataev <catone@cpan.org>
 # $FreeBSD$
-#
 
 PORTNAME=	AnyEvent-Run
 PORTVERSION=	0.01
@@ -17,7 +13,8 @@ COMMENT=	Run a process or coderef asynch
 RUN_DEPENDS=	p5-AnyEvent>=4.15:${PORTSDIR}/devel/p5-AnyEvent
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		AnyEvent::Run.3
 

Modified: head/devel/p5-CLASS/Makefile
==============================================================================
--- head/devel/p5-CLASS/Makefile	Mon Sep  9 14:48:31 2013	(r326814)
+++ head/devel/p5-CLASS/Makefile	Mon Sep  9 15:01:27 2013	(r326815)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-CLASS
-# Date created:		2007-05-02
-# Whom:			Gea-Suan Lin <gslin@gslin.org>
-#
+# Created by: Gea-Suan Lin <gslin@gslin.org>
 # $FreeBSD$
-#
 
 PORTNAME=	CLASS
 PORTVERSION=	1.00
@@ -15,7 +11,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	gslin@gslin.org
 COMMENT=	Alias for __PACKAGE__
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		CLASS.3
 

Modified: head/devel/p5-Data-Bind/Makefile
==============================================================================
--- head/devel/p5-Data-Bind/Makefile	Mon Sep  9 14:48:31 2013	(r326814)
+++ head/devel/p5-Data-Bind/Makefile	Mon Sep  9 15:01:27 2013	(r326815)
@@ -1,10 +1,5 @@
-# ex:ts=8
-# Ports collection makefile for:	Data-Bind
-# Date created:			Jul. 12, 2006
-# Whom:				Ying-Chieh Chen
-#
+# Created by: Ying-Chieh Chen
 # $FreeBSD$
-#
 
 PORTNAME=	Data-Bind
 PORTVERSION=	0.30
@@ -23,7 +18,8 @@ BUILD_DEPENDS=	p5-Class-Accessor>0:${POR
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Data::Bind.3
 

Modified: head/devel/p5-Devel-Events-Objects/Makefile
==============================================================================
--- head/devel/p5-Devel-Events-Objects/Makefile	Mon Sep  9 14:48:31 2013	(r326814)
+++ head/devel/p5-Devel-Events-Objects/Makefile	Mon Sep  9 15:01:27 2013	(r326815)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	Devel-Events-Objects
-# Date created:	   			23 Oct 2008
-# Whom:		   			Martin Wilke <miwi@FreeBSD.org>
-#
+# Created by: Martin Wilke <miwi@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Devel-Events-Objects
 PORTVERSION=	0.05
@@ -25,7 +21,8 @@ RUN_DEPENDS:=	p5-Devel-Events>=0:${PORTS
 		p5-Variable-Magic>=0:${PORTSDIR}/devel/p5-Variable-Magic
 TEST_DEPENDS=	p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Devel::Events::Generator::Objects.3 \
 		Devel::Events::Handler::ObjectTracker.3 \

Modified: head/devel/p5-Exception-Handler/Makefile
==============================================================================
--- head/devel/p5-Exception-Handler/Makefile	Mon Sep  9 14:48:31 2013	(r326814)
+++ head/devel/p5-Exception-Handler/Makefile	Mon Sep  9 15:01:27 2013	(r326815)
@@ -1,9 +1,5 @@
-# New ports collection Makefile for:	p5-Exception-Handler
-# Date created:				25th April 2007
-# Whom: 				jeffhung
-#
+# Created by: jeffhung
 # $FreeBSD$
-#
 
 PORTNAME=	Exception-Handler
 PORTVERSION=	1.004
@@ -14,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	jeffhung@mail2000.com.tw
 COMMENT=	Perl module that report exceptions with formatted text call-stack
 
-PERL_CONFIGURE=	YES
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Exception::Handler.3
 

Modified: head/devel/p5-File-Monitor/Makefile
==============================================================================
--- head/devel/p5-File-Monitor/Makefile	Mon Sep  9 14:48:31 2013	(r326814)
+++ head/devel/p5-File-Monitor/Makefile	Mon Sep  9 15:01:27 2013	(r326815)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-File-Monitor
-# Date created:		2007-12-29
-# Whom:			Masahiro Teramoto <markun@onohara.to>
-#
+# Created by: Masahiro Teramoto <markun@onohara.to>
 # $FreeBSD$
-#
 
 PORTNAME=	File-Monitor
 PORTVERSION=	1.00
@@ -17,7 +13,8 @@ COMMENT=	Monitor files and directories f
 BUILD_DEPENDS=	p5-version>=0:${PORTSDIR}/devel/p5-version
 RUN_DEPENDS=	p5-version>=0:${PORTSDIR}/devel/p5-version
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		File::Monitor::Base.3 \
 		File::Monitor.3 \

Modified: head/devel/p5-File-Path-Tiny/Makefile
==============================================================================
--- head/devel/p5-File-Path-Tiny/Makefile	Mon Sep  9 14:48:31 2013	(r326814)
+++ head/devel/p5-File-Path-Tiny/Makefile	Mon Sep  9 15:01:27 2013	(r326815)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-File-Path-Tiny
-# Date created:		2010-10-20
-# Whom:			ports@c0decafe.net <ports@c0decafe.net>
-#
+# Created by: ports@c0decafe.net <ports@c0decafe.net>
 # $FreeBSD$
-#
 
 PORTNAME=	File-Path-Tiny
 PORTVERSION=	0.5
@@ -17,7 +13,8 @@ COMMENT=	Lightweight File::Path alternat
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	File::Path::Tiny.3
 

Modified: head/devel/p5-Heap/Makefile
==============================================================================
--- head/devel/p5-Heap/Makefile	Mon Sep  9 14:48:31 2013	(r326814)
+++ head/devel/p5-Heap/Makefile	Mon Sep  9 15:01:27 2013	(r326815)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Heap
-# Date created:				6 April 2001
-# Whom:					Anatoliy Dmytriyev
-#
+# Created by: Anatoliy Dmytriyev
 # $FreeBSD$
-#
 
 PORTNAME=	Heap
 PORTVERSION=	0.80
@@ -14,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	tolid@tolid.eu.org
 COMMENT=	Perl extensions for keeping data partially sorted
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Heap.3 Heap::Binary.3 Heap::Binomial.3 Heap::Elem::Num.3 \
 		Heap::Elem::NumRev.3 Heap::Elem::Ref.3 Heap::Elem::RefRev.3 \

Modified: head/devel/p5-IO-Pager/Makefile
==============================================================================
--- head/devel/p5-IO-Pager/Makefile	Mon Sep  9 14:48:31 2013	(r326814)
+++ head/devel/p5-IO-Pager/Makefile	Mon Sep  9 15:01:27 2013	(r326815)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	IO-Pager
-# Date created:				Apr 1 2005
-# Whom:					Rong-En Fan <rafan@infor.org>
-#
+# Created by: Rong-En Fan <rafan@infor.org>
 # $FreeBSD$
-#
 
 PORTNAME=	IO-Pager
 PORTVERSION=	0.24
@@ -15,7 +11,8 @@ EXTRACT_SUFX=	.tgz
 MAINTAINER=	rafan@FreeBSD.org
 COMMENT=	Select a pager, optionally pipe it output if destination is a TTY
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		IO::Pager::Buffered.3 \
 		IO::Pager::Page.3 \

Modified: head/devel/p5-Log-Dispatch-File-Rolling/Makefile
==============================================================================
--- head/devel/p5-Log-Dispatch-File-Rolling/Makefile	Mon Sep  9 14:48:31 2013	(r326814)
+++ head/devel/p5-Log-Dispatch-File-Rolling/Makefile	Mon Sep  9 15:01:27 2013	(r326815)
@@ -14,7 +14,8 @@ BUILD_DEPENDS=	p5-Log-Dispatch>=0:${PORT
 RUN_DEPENDS=	p5-Log-Dispatch>=0:${PORTSDIR}/devel/p5-Log-Dispatch \
 		p5-Log-Log4perl>=1.38:${PORTSDIR}/devel/p5-Log-Log4perl
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Log::Dispatch::File::Rolling.3
 

Modified: head/devel/p5-MooseX-Types-ISO8601/Makefile
==============================================================================
--- head/devel/p5-MooseX-Types-ISO8601/Makefile	Mon Sep  9 14:48:31 2013	(r326814)
+++ head/devel/p5-MooseX-Types-ISO8601/Makefile	Mon Sep  9 15:01:27 2013	(r326815)
@@ -22,7 +22,8 @@ BUILD_DEPENDS:=	${RUN_DEPENDS}
 TEST_DEPENDS=	p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
 		p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	MooseX::Types::ISO8601.3
 

Modified: head/devel/p5-POE-Component-Server-XMLRPC/Makefile
==============================================================================
--- head/devel/p5-POE-Component-Server-XMLRPC/Makefile	Mon Sep  9 14:48:31 2013	(r326814)
+++ head/devel/p5-POE-Component-Server-XMLRPC/Makefile	Mon Sep  9 15:01:27 2013	(r326815)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	POE-Component-Server-XMLRPC
-# Date created:		14 Jun 2004
-# Whom:			Jesper Dalberg <jesper@jdn.dk>
-#
+# Created by: Jesper Dalberg <jesper@jdn.dk>
 # $FreeBSD$
-#
 
 PORTNAME=	POE-Component-Server-XMLRPC
 PORTVERSION=	0.05
@@ -19,7 +15,8 @@ BUILD_DEPENDS=	p5-POE>=0:${PORTSDIR}/dev
 		p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		POE::Component::Server::XMLRPC.3
 

Modified: head/devel/p5-PPerl/Makefile
==============================================================================
--- head/devel/p5-PPerl/Makefile	Mon Sep  9 14:48:31 2013	(r326814)
+++ head/devel/p5-PPerl/Makefile	Mon Sep  9 15:01:27 2013	(r326815)
@@ -1,10 +1,5 @@
-# ex:ts=8
-# Ports collection makefile for:	p5-PPerl
-# Date created:			Aug 4, 2002
-# Whom:	      			ijliao
-#
+# Created by: ijliao
 # $FreeBSD$
-#
 
 PORTNAME=	PPerl
 PORTVERSION=	0.25
@@ -17,7 +12,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	rafan@FreeBSD.org
 COMMENT=	Make perl scripts persistent in memory
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN1=	pperl.1
 MAN3=	PPerl.3

Modified: head/devel/p5-PerlIO-via-dynamic/Makefile
==============================================================================
--- head/devel/p5-PerlIO-via-dynamic/Makefile	Mon Sep  9 14:48:31 2013	(r326814)
+++ head/devel/p5-PerlIO-via-dynamic/Makefile	Mon Sep  9 15:01:27 2013	(r326815)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	devel/p5-PerlIO-via-dynamic
-# Date created:				Mar  2004
-# Whom:					Autrijus Tang <autrijus@autrijus.org>
-#
+# Created by: Autrijus Tang <autrijus@autrijus.org>
 # $FreeBSD$
-#
 
 PORTNAME=	PerlIO-via-dynamic
 PORTVERSION=	0.14
@@ -14,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	rafan@FreeBSD.org
 COMMENT=	Dynamic PerlIO layers
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		PerlIO::via::dynamic.3
 

Modified: head/devel/p5-Resources/Makefile
==============================================================================
--- head/devel/p5-Resources/Makefile	Mon Sep  9 14:48:31 2013	(r326814)
+++ head/devel/p5-Resources/Makefile	Mon Sep  9 15:01:27 2013	(r326815)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Resources
-# Date created:				October 24th 1996
-# Whom:	      				James FitzGibbon <jfitz@FreeBSD.org>
-#
+# Created by: James FitzGibbon <jfitz@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Resources
 PORTVERSION=	1.04
@@ -14,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	demon@FreeBSD.org
 COMMENT=	Perl5 module handling application defaults in Perl
 
-PERL_CONFIGURE=	YES
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Resources.3
 

Modified: head/devel/p5-Term-ANSIColor/Makefile
==============================================================================
--- head/devel/p5-Term-ANSIColor/Makefile	Mon Sep  9 14:48:31 2013	(r326814)
+++ head/devel/p5-Term-ANSIColor/Makefile	Mon Sep  9 15:01:27 2013	(r326815)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	ANSIColor
-# Date created:				1 December 1999
-# Whom:	      				Denis Shaposhnikov <dsh@vlink.ru>
-#
+# Created by: Denis Shaposhnikov <dsh@vlink.ru>
 # $FreeBSD$
-#
 
 PORTNAME=	Term-ANSIColor
 PORTVERSION=	3.02
@@ -14,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	dsh@vlink.ru
 COMMENT=	Color screen output using ANSI escape sequences
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Term::ANSIColor.3
 

Modified: head/devel/p5-Tree-R/Makefile
==============================================================================
--- head/devel/p5-Tree-R/Makefile	Mon Sep  9 14:48:31 2013	(r326814)
+++ head/devel/p5-Tree-R/Makefile	Mon Sep  9 15:01:27 2013	(r326815)
@@ -10,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	amdmi3@FreeBSD.org
 COMMENT=	Perl extension for the Rtree data structure and algorithms
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Tree::R.3
 

Modified: head/devel/p5-XML-Pastor/Makefile
==============================================================================
--- head/devel/p5-XML-Pastor/Makefile	Mon Sep  9 14:48:31 2013	(r326814)
+++ head/devel/p5-XML-Pastor/Makefile	Mon Sep  9 15:01:27 2013	(r326815)
@@ -58,6 +58,7 @@ MAN3=	XML::Pastor.3 \
 	XML::Pastor::Stack.3 \
 	XML::Pastor::Type.3
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 .include <bsd.port.mk>

Modified: head/devel/shtool/Makefile
==============================================================================
--- head/devel/shtool/Makefile	Mon Sep  9 14:48:31 2013	(r326814)
+++ head/devel/shtool/Makefile	Mon Sep  9 15:01:27 2013	(r326815)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	shtool
-# Date created:			26-Apr-1999
-# Whom:				Ralf S. Engelschall
-#
+# Created by: Ralf S. Engelschall
 # $FreeBSD$
-#
 
 PORTNAME=	shtool
 PORTVERSION=	2.0.8
@@ -15,7 +11,8 @@ DISTFILES=	${DISTNAME}${EXTRACT_SUFX}:GN
 MAINTAINER=	vd@FreeBSD.org
 COMMENT=	The GNU Portable Shell Tool
 
-USE_PERL5_BUILD=	yes
+USES=		perl5
+USE_PERL5=	build
 GNU_CONFIGURE=	yes
 
 MAN1=		shtool-arx.1 shtool-echo.1 shtool-fixperm.1 shtool-install.1 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309091501.r89F1SG8001787>