svn commit: r326839 - in head/devel: cvsd p5-AnyEvent-Connection p5-App-Control p5-Config-Grammar p5-Data-SExpression p5-Data-TreeDumper-Renderer-GTK p5-File-ChangeNotify p5-Filesys-Notify-KQueue p...

Andrej Zverev az at FreeBSD.org
Mon Sep 9 18:35:04 UTC 2013


Author: az
Date: Mon Sep  9 18:34:59 2013
New Revision: 326839
URL: http://svnweb.freebsd.org/changeset/ports/326839

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

Modified:
  head/devel/cvsd/Makefile   (contents, props changed)
  head/devel/p5-AnyEvent-Connection/Makefile   (contents, props changed)
  head/devel/p5-App-Control/Makefile   (contents, props changed)
  head/devel/p5-Config-Grammar/Makefile   (contents, props changed)
  head/devel/p5-Data-SExpression/Makefile   (contents, props changed)
  head/devel/p5-Data-TreeDumper-Renderer-GTK/Makefile   (contents, props changed)
  head/devel/p5-File-ChangeNotify/Makefile   (contents, props changed)
  head/devel/p5-Filesys-Notify-KQueue/Makefile   (contents, props changed)
  head/devel/p5-HOP-Lexer/Makefile   (contents, props changed)
  head/devel/p5-List-Group/Makefile   (contents, props changed)
  head/devel/p5-Log-Accounting-SVN/Makefile   (contents, props changed)
  head/devel/p5-MooseX-StrictConstructor/Makefile
  head/devel/p5-MouseX-AttributeHelpers/Makefile   (contents, props changed)
  head/devel/p5-Parallel-Scoreboard/Makefile   (contents, props changed)
  head/devel/p5-ParseLex/Makefile
  head/devel/p5-RRDTool-OO/Makefile   (contents, props changed)
  head/devel/p5-Test-Filename/Makefile   (contents, props changed)
  head/devel/p5-ZConf-GUI/Makefile   (contents, props changed)
  head/devel/p5-accessors/Makefile   (contents, props changed)

Modified: head/devel/cvsd/Makefile
==============================================================================
--- head/devel/cvsd/Makefile	Mon Sep  9 18:24:24 2013	(r326838)
+++ head/devel/cvsd/Makefile	Mon Sep  9 18:34:59 2013	(r326839)
@@ -1,10 +1,5 @@
-# ex:ts=8
-# Ports collection makefile for:	cvsd
-# Date Created:			Dec 31, 2001
-# Whom:				ijliao
-#
+# Created by: ijliao
 # $FreeBSD$
-#
 
 PORTNAME=	cvsd
 PORTVERSION=	1.0.18
@@ -17,7 +12,7 @@ COMMENT=	CVS pserver daemon
 
 EXTRA_PATCHES=	${FILESDIR}/extra-cvsd-buildroot.in
 
-USE_PERL5=	yes
+USES=		perl5
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-libwrap
 MAKE_ARGS=	ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \

Modified: head/devel/p5-AnyEvent-Connection/Makefile
==============================================================================
--- head/devel/p5-AnyEvent-Connection/Makefile	Mon Sep  9 18:24:24 2013	(r326838)
+++ head/devel/p5-AnyEvent-Connection/Makefile	Mon Sep  9 18:34:59 2013	(r326839)
@@ -20,7 +20,8 @@ RUN_DEPENDS=	p5-AnyEvent>=5:${PORTSDIR}/
 		p5-Object-Event>=1.21:${PORTSDIR}/devel/p5-Object-Event \
 		p5-common-sense>=2:${PORTSDIR}/devel/p5-common-sense
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 MAN3=		AnyEvent::Connection.3
 
 .include <bsd.port.mk>

Modified: head/devel/p5-App-Control/Makefile
==============================================================================
--- head/devel/p5-App-Control/Makefile	Mon Sep  9 18:24:24 2013	(r326838)
+++ head/devel/p5-App-Control/Makefile	Mon Sep  9 18:34:59 2013	(r326839)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:    p5-App-Control
-# Date created:				Dec 29 2006
-# Whom:	      				Rong-En Fan <rafan at FreeBSD.org>
-#
+# Created by: Rong-En Fan <rafan at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	App-Control
 PORTVERSION=	1.02
@@ -14,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	rafan at FreeBSD.org
 COMMENT=	An apachectl style control of another script or executable
 
-PERL_CONFIGURE=	YES
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		App::Control.3
 

Modified: head/devel/p5-Config-Grammar/Makefile
==============================================================================
--- head/devel/p5-Config-Grammar/Makefile	Mon Sep  9 18:24:24 2013	(r326838)
+++ head/devel/p5-Config-Grammar/Makefile	Mon Sep  9 18:34:59 2013	(r326839)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	devel/p5-Config-Grammar
-# Date created:				12 Nov 2011
-# Whom:					Dikshie <dikshie at sfc.wide.ad.jp>
-#
+# Created by: Dikshie <dikshie at sfc.wide.ad.jp>
 # $FreeBSD$
-#
 
 PORTNAME=	Config-Grammar
 PORTVERSION=	1.10
@@ -15,7 +11,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	dikshie at sfc.wide.ad.jp
 COMMENT=	A grammar-based, user-friendly config parser
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Config::Grammar.3 Config::Grammar::Dynamic.3
 

Modified: head/devel/p5-Data-SExpression/Makefile
==============================================================================
--- head/devel/p5-Data-SExpression/Makefile	Mon Sep  9 18:24:24 2013	(r326838)
+++ head/devel/p5-Data-SExpression/Makefile	Mon Sep  9 18:34:59 2013	(r326839)
@@ -1,9 +1,4 @@
-# New ports collection makefile for:	Data::SExpression
-# Date created:		19 Mar 2012
-# Whom:			Jun Kuriyama <kuriyama at FreeBSD.org>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	Data-SExpression
 PORTVERSION=	0.41
@@ -19,7 +14,8 @@ RUN_DEPENDS=	\
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 TEST_DEPENDS=	p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Data::SExpression.3 \
 	Data::SExpression::Cons.3 \

Modified: head/devel/p5-Data-TreeDumper-Renderer-GTK/Makefile
==============================================================================
--- head/devel/p5-Data-TreeDumper-Renderer-GTK/Makefile	Mon Sep  9 18:24:24 2013	(r326838)
+++ head/devel/p5-Data-TreeDumper-Renderer-GTK/Makefile	Mon Sep  9 18:34:59 2013	(r326839)
@@ -15,7 +15,8 @@ BUILD_DEPENDS=	p5-Data-TreeDumper>=0:${P
 		p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Data::TreeDumper::Renderer::GTK.3
 

Modified: head/devel/p5-File-ChangeNotify/Makefile
==============================================================================
--- head/devel/p5-File-ChangeNotify/Makefile	Mon Sep  9 18:24:24 2013	(r326838)
+++ head/devel/p5-File-ChangeNotify/Makefile	Mon Sep  9 18:34:59 2013	(r326839)
@@ -28,6 +28,7 @@ MAN3=		File::ChangeNotify.3 \
 		File::ChangeNotify::Watcher::Inotify.3 \
 		File::ChangeNotify::Watcher::KQueue.3
 
-PERL_MODBUILD=	yes
+USES=		perl5
+USE_PERL5=	modbuild
 
 .include <bsd.port.mk>

Modified: head/devel/p5-Filesys-Notify-KQueue/Makefile
==============================================================================
--- head/devel/p5-Filesys-Notify-KQueue/Makefile	Mon Sep  9 18:24:24 2013	(r326838)
+++ head/devel/p5-Filesys-Notify-KQueue/Makefile	Mon Sep  9 18:34:59 2013	(r326839)
@@ -1,9 +1,4 @@
-# New ports collection makefile for:	Filesys::Notify::KQueue
-# Date created:		05 Mar 2012
-# Whom:			Jun Kuriyama <kuriyama at FreeBSD.org>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	Filesys-Notify-KQueue
 PORTVERSION=	0.08
@@ -19,7 +14,8 @@ RUN_DEPENDS=	\
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 TEST_DEPENDS=	p5-Test-SharedFork>=0.19:${PORTSDIR}/devel/p5-Test-SharedFork
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Filesys::Notify::KQueue.3 \
 	Filesys::Notify::README.3

Modified: head/devel/p5-HOP-Lexer/Makefile
==============================================================================
--- head/devel/p5-HOP-Lexer/Makefile	Mon Sep  9 18:24:24 2013	(r326838)
+++ head/devel/p5-HOP-Lexer/Makefile	Mon Sep  9 18:34:59 2013	(r326839)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-HOP-Lexer
-# Date created:		2010-03-04
-# Whom:			Steve Wills <steve at mouf.net>
-#
+# Created by: Steve Wills <steve at mouf.net>
 # $FreeBSD$
-#
 
 PORTNAME=	HOP-Lexer
 PORTVERSION=	0.032
@@ -19,7 +15,8 @@ COMMENT=	Higher Order Perl Lexer
 BUILD_DEPENDS=	p5-HOP-Stream>=0.01:${PORTSDIR}/devel/p5-HOP-Stream
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_MODBUILD=	yes
+USES=		perl5
+USE_PERL5=	modbuild
 
 MAN3=	HOP::Lexer.3 \
 	HOP::Lexer::Article.3

Modified: head/devel/p5-List-Group/Makefile
==============================================================================
--- head/devel/p5-List-Group/Makefile	Mon Sep  9 18:24:24 2013	(r326838)
+++ head/devel/p5-List-Group/Makefile	Mon Sep  9 18:34:59 2013	(r326839)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	List-Group
-# Date created:			Thu Oct 14 2004
-# Whom:					Tillman Hodgson <tillman at seekingfire.com>
-#
+# Created by: Tillman Hodgson <tillman at seekingfire.com>
 # $FreeBSD$
-#
 
 PORTNAME=	List-Group
 PORTVERSION=	1.3
@@ -16,7 +12,8 @@ COMMENT=	Perl module that allows you to 
 
 TEST_DEPENDS=	p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		List::Group.3
 

Modified: head/devel/p5-Log-Accounting-SVN/Makefile
==============================================================================
--- head/devel/p5-Log-Accounting-SVN/Makefile	Mon Sep  9 18:24:24 2013	(r326838)
+++ head/devel/p5-Log-Accounting-SVN/Makefile	Mon Sep  9 18:34:59 2013	(r326839)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Log-Accounting-SVN
-# Date created:		2006-06-26
-# Whom:			Yuan-Chung Hsiao & <ychsiao at ychsiao.org>
-#
+# Created by: Yuan-Chung Hsiao & <ychsiao at ychsiao.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Log-Accounting-SVN
 PORTVERSION=	0.01
@@ -21,7 +17,8 @@ BUILD_DEPENDS=	p5-subversion>=0:${PORTSD
 		p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Log::Accounting::SVN.3
 

Modified: head/devel/p5-MooseX-StrictConstructor/Makefile
==============================================================================
--- head/devel/p5-MooseX-StrictConstructor/Makefile	Mon Sep  9 18:24:24 2013	(r326838)
+++ head/devel/p5-MooseX-StrictConstructor/Makefile	Mon Sep  9 18:34:59 2013	(r326839)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-MooseX-StrictConstructor
-# Date created:		2008-10-23
-# Whom:			glarkin
-#
+# Created by: glarkin
 # $FreeBSD$
-#
 
 PORTNAME=	MooseX-StrictConstructor
 PORTVERSION=	0.19
@@ -21,7 +17,8 @@ RUN_DEPENDS=	p5-Moose>=0.94:${PORTSDIR}/
 
 TEST_DEPENDS=	p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		MooseX::StrictConstructor.3 \
 		MooseX::StrictConstructor::Trait::Class.3 \

Modified: head/devel/p5-MouseX-AttributeHelpers/Makefile
==============================================================================
--- head/devel/p5-MouseX-AttributeHelpers/Makefile	Mon Sep  9 18:24:24 2013	(r326838)
+++ head/devel/p5-MouseX-AttributeHelpers/Makefile	Mon Sep  9 18:34:59 2013	(r326839)
@@ -1,9 +1,4 @@
-# New ports collection makefile for:	MouseX::AttributeHelpers
-# Date created:		14 Mar 2009
-# Whom:			Jun Kuriyama <kuriyama at FreeBSD.org>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	MouseX-AttributeHelpers
 PORTVERSION=	0.07
@@ -23,7 +18,8 @@ TEST_DEPENDS=	p5-Any-Moose>=0:${PORTSDIR
 		p5-Test-UseAllModules>=0:${PORTSDIR}/devel/p5-Test-UseAllModules \
 		p5-Test-Data>=0:${PORTSDIR}/devel/p5-Test-Data
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	MouseX::AttributeHelpers.3 \
 	MouseX::AttributeHelpers::Base.3 \

Modified: head/devel/p5-Parallel-Scoreboard/Makefile
==============================================================================
--- head/devel/p5-Parallel-Scoreboard/Makefile	Mon Sep  9 18:24:24 2013	(r326838)
+++ head/devel/p5-Parallel-Scoreboard/Makefile	Mon Sep  9 18:34:59 2013	(r326839)
@@ -1,9 +1,4 @@
-# New ports collection makefile for:	Parallel::Scoreboard
-# Date created:		31 Dec 2011
-# Whom:			Jun Kuriyama <kuriyama at FreeBSD.org>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	Parallel-Scoreboard
 PORTVERSION=	0.03
@@ -20,7 +15,8 @@ RUN_DEPENDS=	\
 	p5-JSON>0:${PORTSDIR}/converters/p5-JSON
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Parallel::Scoreboard.3 \
 	Parallel::Scoreboard::PSGI::App.3 \

Modified: head/devel/p5-ParseLex/Makefile
==============================================================================
--- head/devel/p5-ParseLex/Makefile	Mon Sep  9 18:24:24 2013	(r326838)
+++ head/devel/p5-ParseLex/Makefile	Mon Sep  9 18:34:59 2013	(r326839)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-ParseLex
-# Date created:				16 February 2004
-# Whom:					Jim Pirzyk <pirzyk at uiuc.edu>
-#
+# Created by: Jim Pirzyk <pirzyk at uiuc.edu>
 # $FreeBSD$
-#
 
 PORTNAME=	ParseLex
 PORTVERSION=	2.21
@@ -17,7 +13,8 @@ COMMENT=	Object-oriented generator of le
 BUILD_DEPENDS=	p5-ParseTemplate>=3.01:${PORTSDIR}/devel/p5-ParseTemplate
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Parse::ALex.3 Parse::Lex.3 Parse::Token.3 Parse::YYLex.3 \
 		Parse::LexEvent.3 Parse::CLex.3 Parse::Trace.3

Modified: head/devel/p5-RRDTool-OO/Makefile
==============================================================================
--- head/devel/p5-RRDTool-OO/Makefile	Mon Sep  9 18:24:24 2013	(r326838)
+++ head/devel/p5-RRDTool-OO/Makefile	Mon Sep  9 18:34:59 2013	(r326839)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	RRDTool-OO
-# Date created:		13 Feb 2006
-# Whom:			Stefan Pauly <stefan at fh-mainz.de>
-#
+# Created by: Stefan Pauly <stefan at fh-mainz.de>
 # $FreeBSD$
-#
 
 PORTNAME=	RRDTool-OO
 PORTVERSION=	0.32
@@ -19,7 +15,8 @@ BUILD_DEPENDS=	rrdtool>=0:${PORTSDIR}/da
 		p5-Log-Log4perl>=0.40:${PORTSDIR}/devel/p5-Log-Log4perl
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		RRDTool::OO.3
 

Modified: head/devel/p5-Test-Filename/Makefile
==============================================================================
--- head/devel/p5-Test-Filename/Makefile	Mon Sep  9 18:24:24 2013	(r326838)
+++ head/devel/p5-Test-Filename/Makefile	Mon Sep  9 18:34:59 2013	(r326839)
@@ -15,7 +15,8 @@ BUILD_DEPENDS=	${RUN_DEPENDS}
 TEST_DEPENDS=	\
 	p5-Test-Tester>0:${PORTSDIR}/devel/p5-Test-Tester
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Test::Filename.3
 

Modified: head/devel/p5-ZConf-GUI/Makefile
==============================================================================
--- head/devel/p5-ZConf-GUI/Makefile	Mon Sep  9 18:24:24 2013	(r326838)
+++ head/devel/p5-ZConf-GUI/Makefile	Mon Sep  9 18:34:59 2013	(r326839)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	devel/p5-ZConf-GUI
-# Date created:		2009-05-25
-# Whom:			Zane C, Bowers <vvelox at vvelox.net>
-#
+# Created by: Zane C, Bowers <vvelox at vvelox.net>
 # $FreeBSD$
-#
 
 PORTNAME=	ZConf-GUI
 PORTVERSION=	1.1.0
@@ -24,7 +20,8 @@ BUILD_DEPENDS=	p5-ZConf>=6.1.0:${PORTSDI
 		${LOCALBASE}/bin/xhost:${PORTSDIR}/x11/xhost
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		ZConf::GUI.3
 

Modified: head/devel/p5-accessors/Makefile
==============================================================================
--- head/devel/p5-accessors/Makefile	Mon Sep  9 18:24:24 2013	(r326838)
+++ head/devel/p5-accessors/Makefile	Mon Sep  9 18:34:59 2013	(r326839)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-accessors
-# Date created:				17 September 2005
-# Whom:	      				Yen-Ming Lee <leeym at FreeBSD.org>
-#
+# Created by: Yen-Ming Lee <leeym at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	accessors
 PORTVERSION=	1.01
@@ -15,7 +11,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	leeym at FreeBSD.org
 COMMENT=	Create accessor methods in caller's package #'
 
-PERL_MODBUILD=	yes
+USES=		perl5
+USE_PERL5=	modbuild
 
 MAN3=		accessors.3 accessors::chained.3 accessors::classic.3 \
 		accessors::ro.3 accessors::rw.3


More information about the svn-ports-all mailing list