From owner-svn-ports-all@FreeBSD.ORG Mon Sep 9 09:45:17 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 61899568; Mon, 9 Sep 2013 09:45:17 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 33D01243E; Mon, 9 Sep 2013 09:45:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r899jHHO012340; Mon, 9 Sep 2013 09:45:17 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r899jD0a012291; Mon, 9 Sep 2013 09:45:13 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309090945.r899jD0a012291@svn.freebsd.org> From: Andrej Zverev Date: Mon, 9 Sep 2013 09:45:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326787 - in head/devel: p5-AutoLoader p5-Class-Mix p5-Clone-More p5-Config-IniFiles p5-Data-ClearSilver-HDF p5-Dir-Self p5-File-Grep p5-Gearman-XS p5-List-AllUtils p5-Log-Dispatch-Colo... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Sep 2013 09:45:17 -0000 Author: az Date: Mon Sep 9 09:45:12 2013 New Revision: 326787 URL: http://svnweb.freebsd.org/changeset/ports/326787 Log: - convert to the new perl5 framework - trim Makefile header Approved by: portmgr (bapt@, blanket) Modified: head/devel/p5-AutoLoader/Makefile (contents, props changed) head/devel/p5-Class-Mix/Makefile (contents, props changed) head/devel/p5-Clone-More/Makefile (contents, props changed) head/devel/p5-Config-IniFiles/Makefile head/devel/p5-Data-ClearSilver-HDF/Makefile (contents, props changed) head/devel/p5-Dir-Self/Makefile (contents, props changed) head/devel/p5-File-Grep/Makefile (contents, props changed) head/devel/p5-Gearman-XS/Makefile (contents, props changed) head/devel/p5-List-AllUtils/Makefile head/devel/p5-Log-Dispatch-Colorful/Makefile (contents, props changed) head/devel/p5-Module-List/Makefile (contents, props changed) head/devel/p5-POE-Component-Hailo/Makefile (contents, props changed) head/devel/p5-POE-Component-Syndicator/Makefile (contents, props changed) head/devel/p5-Range-String/Makefile (contents, props changed) head/devel/p5-Test-LectroTest/Makefile head/devel/p5-Test-SharedFork/Makefile (contents, props changed) head/devel/p5-Tie-CPHash/Makefile (contents, props changed) head/devel/p5-Unix-Uptime/Makefile head/devel/p5-syntax/Makefile Modified: head/devel/p5-AutoLoader/Makefile ============================================================================== --- head/devel/p5-AutoLoader/Makefile Mon Sep 9 09:31:22 2013 (r326786) +++ head/devel/p5-AutoLoader/Makefile Mon Sep 9 09:45:12 2013 (r326787) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-AutoLoader -# Date created: Jan 18 2007 -# Whom: Rong-En Fan -# +# Created by: Rong-En Fan # $FreeBSD$ -# PORTNAME= AutoLoader PORTVERSION= 5.73 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= rafan@FreeBSD.org COMMENT= Load subroutines only on demand -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= AutoLoader.3 AutoSplit.3 Modified: head/devel/p5-Class-Mix/Makefile ============================================================================== --- head/devel/p5-Class-Mix/Makefile Mon Sep 9 09:31:22 2013 (r326786) +++ head/devel/p5-Class-Mix/Makefile Mon Sep 9 09:45:12 2013 (r326787) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Class-Mix -# Date created: 21 May 2009 -# Whom: brix@FreeBSD.org -# +# Created by: brix@FreeBSD.org # $FreeBSD$ -# PORTNAME= Class-Mix PORTVERSION= 0.005 @@ -22,7 +18,8 @@ BUILD_DEPENDS= p5-parent>=0:${PORTSDIR}/ RUN_DEPENDS= p5-parent>=0:${PORTSDIR}/devel/p5-parent \ p5-Params-Classify>=0:${PORTSDIR}/devel/p5-Params-Classify -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Class::Mix.3 Modified: head/devel/p5-Clone-More/Makefile ============================================================================== --- head/devel/p5-Clone-More/Makefile Mon Sep 9 09:31:22 2013 (r326786) +++ head/devel/p5-Clone-More/Makefile Mon Sep 9 09:45:12 2013 (r326787) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Clone-More -# Date created: 2006-07-14 -# Whom: Gea-Suan Lin -# +# Created by: Gea-Suan Lin # $FreeBSD$ -# PORTNAME= Clone-More PORTVERSION= 0.90.2 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= gslin@gslin.org COMMENT= Perl module for natively copying Perl data structures -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure WRKSRC= ${WRKDIR}/${PORTNAME} Modified: head/devel/p5-Config-IniFiles/Makefile ============================================================================== --- head/devel/p5-Config-IniFiles/Makefile Mon Sep 9 09:31:22 2013 (r326786) +++ head/devel/p5-Config-IniFiles/Makefile Mon Sep 9 09:45:12 2013 (r326787) @@ -17,7 +17,8 @@ BUILD_DEPENDS= p5-List-MoreUtils>=0.33:$ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Config::IniFiles.3 Modified: head/devel/p5-Data-ClearSilver-HDF/Makefile ============================================================================== --- head/devel/p5-Data-ClearSilver-HDF/Makefile Mon Sep 9 09:31:22 2013 (r326786) +++ head/devel/p5-Data-ClearSilver-HDF/Makefile Mon Sep 9 09:45:12 2013 (r326787) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Data-ClearSilver-HDF -# Date created: 14 Aug 2008 -# Whom: Denis Pokataev -# +# Created by: Denis Pokataev # $FreeBSD$ -# PORTNAME= Data-ClearSilver-HDF PORTVERSION= 0.04 @@ -21,7 +17,8 @@ BUILD_DEPENDS= p5-ClearSilver>=0:${PORTS p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= cspage.1 Modified: head/devel/p5-Dir-Self/Makefile ============================================================================== --- head/devel/p5-Dir-Self/Makefile Mon Sep 9 09:31:22 2013 (r326786) +++ head/devel/p5-Dir-Self/Makefile Mon Sep 9 09:45:12 2013 (r326787) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Dir-Self -# Date created: 2011-05-19 -# Whom: Steve Wills -# +# Created by: Steve Wills # $FreeBSD$ -# PORTNAME= Dir-Self PORTVERSION= 0.10 @@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= swills@FreeBSD.org COMMENT= A __DIR__ constant for the directory your source file is in -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Dir::Self.3 Modified: head/devel/p5-File-Grep/Makefile ============================================================================== --- head/devel/p5-File-Grep/Makefile Mon Sep 9 09:31:22 2013 (r326786) +++ head/devel/p5-File-Grep/Makefile Mon Sep 9 09:45:12 2013 (r326787) @@ -1,7 +1,4 @@ -# New ports collection makefile for: File-Grep -# Date created: 08 May 2004 -# Whom: Xavier Beaudouin -# +# Created by: Xavier Beaudouin # $FreeBSD$ PORTNAME= File-Grep @@ -13,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= kiwi@oav.net COMMENT= Perl Module that Find matches to a pattern in files or function -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= File::Grep.3 Modified: head/devel/p5-Gearman-XS/Makefile ============================================================================== --- head/devel/p5-Gearman-XS/Makefile Mon Sep 9 09:31:22 2013 (r326786) +++ head/devel/p5-Gearman-XS/Makefile Mon Sep 9 09:45:12 2013 (r326787) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Gearman-XS -# Date created: July 3rd 2009 -# Whom: Alex Kapranoff -# +# Created by: Alex Kapranoff # $FreeBSD$ -# PORTNAME= Gearman-XS PORTVERSION= 0.12 @@ -20,7 +16,8 @@ LIB_DEPENDS= gearman:${PORTSDIR}/devel/g CFLAGS+= -I${LOCALBASE}/include -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure INSTALL_TARGET= pure_install Modified: head/devel/p5-List-AllUtils/Makefile ============================================================================== --- head/devel/p5-List-AllUtils/Makefile Mon Sep 9 09:31:22 2013 (r326786) +++ head/devel/p5-List-AllUtils/Makefile Mon Sep 9 09:45:12 2013 (r326787) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-List-AllUtils -# Date created: 2011-02-16 -# Whom: Gea-Suan Lin -# +# Created by: Gea-Suan Lin # $FreeBSD$ -# PORTNAME= List-AllUtils PORTVERSION= 0.03 @@ -17,7 +13,8 @@ COMMENT= Combines List::Util and List::M BUILD_DEPENDS= p5-List-MoreUtils>=0.28:${PORTSDIR}/lang/p5-List-MoreUtils RUN_DEPENDS= p5-List-MoreUtils>=0.28:${PORTSDIR}/lang/p5-List-MoreUtils -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= List::AllUtils.3 Modified: head/devel/p5-Log-Dispatch-Colorful/Makefile ============================================================================== --- head/devel/p5-Log-Dispatch-Colorful/Makefile Mon Sep 9 09:31:22 2013 (r326786) +++ head/devel/p5-Log-Dispatch-Colorful/Makefile Mon Sep 9 09:45:12 2013 (r326787) @@ -1,9 +1,4 @@ -# New ports collection makefile for: Log::Dispatch::Colorful -# Date created: 22 Jan 2009 -# Whom: Jun Kuriyama -# # $FreeBSD$ -# PORTNAME= Log-Dispatch-Colorful PORTVERSION= 0.03 @@ -21,7 +16,8 @@ BUILD_DEPENDS= p5-Filter>0:${PORTSDIR}/d p5-Params-Validate>0:${PORTSDIR}/devel/p5-Params-Validate RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Log::Dispatch::Colorful.3 Modified: head/devel/p5-Module-List/Makefile ============================================================================== --- head/devel/p5-Module-List/Makefile Mon Sep 9 09:31:22 2013 (r326786) +++ head/devel/p5-Module-List/Makefile Mon Sep 9 09:45:12 2013 (r326787) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Module-List -# Date created: 2008-06-09 -# Whom: Oleg A. Mamontov -# +# Created by: Oleg A. Mamontov # $FreeBSD$ -# PORTNAME= Module-List PORTVERSION= 0.003 @@ -16,7 +12,8 @@ COMMENT= Module 'directory' listing RUN_DEPENDS= p5-parent>=0:${PORTSDIR}/devel/p5-parent -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Module::List.3 Modified: head/devel/p5-POE-Component-Hailo/Makefile ============================================================================== --- head/devel/p5-POE-Component-Hailo/Makefile Mon Sep 9 09:31:22 2013 (r326786) +++ head/devel/p5-POE-Component-Hailo/Makefile Mon Sep 9 09:45:12 2013 (r326787) @@ -1,9 +1,5 @@ -# New ports collection makefile for: POE-Componenet-Hailo -# Date created: 2011-07-19 -# Whom: milki -# +# Created by: milki # $FreeBSD$ -# PORTNAME= POE-Component-Hailo PORTVERSION= 0.10 @@ -22,7 +18,8 @@ BUILD_DEPENDS= p5-POE>=0:${PORTSDIR}/dev p5-Hailo>=0:${PORTSDIR}/textproc/p5-Hailo RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= POE::Component::Hailo.3 Modified: head/devel/p5-POE-Component-Syndicator/Makefile ============================================================================== --- head/devel/p5-POE-Component-Syndicator/Makefile Mon Sep 9 09:31:22 2013 (r326786) +++ head/devel/p5-POE-Component-Syndicator/Makefile Mon Sep 9 09:45:12 2013 (r326787) @@ -1,9 +1,5 @@ -# New ports collection makefile for: devel/p5-POE-Component-Syndicator -# Date created: 2011-05-03 -# Whom: Jase Thew -# +# Created by: Jase Thew # $FreeBSD$ -# PORTNAME= POE-Component-Syndicator PORTVERSION= 0.06 @@ -23,7 +19,8 @@ BUILD_DEPENDS= p5-POE>=1.311:${PORTSDIR} p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= POE::Component::Syndicator.3 Modified: head/devel/p5-Range-String/Makefile ============================================================================== --- head/devel/p5-Range-String/Makefile Mon Sep 9 09:31:22 2013 (r326786) +++ head/devel/p5-Range-String/Makefile Mon Sep 9 09:45:12 2013 (r326787) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Range-String -# Date created: 21 March 2011 -# Whom: Andrey Ignatov -# +# Created by: Andrey Ignatov # $FreeBSD$ -# PORTNAME= Range-String PORTVERSION= v0.01 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= rdna@rdna.ru COMMENT= Perl5 module which provides interface to string ranges -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Range::Integer.3 Range::String.3 Range::String::Parse.3 \ Range::Interface::Object.3 Range::Interface::Parse.3 \ Modified: head/devel/p5-Test-LectroTest/Makefile ============================================================================== --- head/devel/p5-Test-LectroTest/Makefile Mon Sep 9 09:31:22 2013 (r326786) +++ head/devel/p5-Test-LectroTest/Makefile Mon Sep 9 09:45:12 2013 (r326787) @@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= lippe@FreeBSD.org COMMENT= Easy, automatic, specification-based tests -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Test::LectroTest.3 \ Test::LectroTest::Compat.3 \ Modified: head/devel/p5-Test-SharedFork/Makefile ============================================================================== --- head/devel/p5-Test-SharedFork/Makefile Mon Sep 9 09:31:22 2013 (r326786) +++ head/devel/p5-Test-SharedFork/Makefile Mon Sep 9 09:45:12 2013 (r326787) @@ -12,7 +12,8 @@ COMMENT= Perl extension for fork test TEST_DEPENDS= p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Test::SharedFork.3 Modified: head/devel/p5-Tie-CPHash/Makefile ============================================================================== --- head/devel/p5-Tie-CPHash/Makefile Mon Sep 9 09:31:22 2013 (r326786) +++ head/devel/p5-Tie-CPHash/Makefile Mon Sep 9 09:45:12 2013 (r326787) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Tie-CPHash -# Date created: 09 October 2006 -# Whom: David Chaplin-Loebell -# +# Created by: David Chaplin-Loebell # $FreeBSD$ -# PORTNAME= Tie-CPHash PORTVERSION= 1.04 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= direct@klatha.com COMMENT= Perl module implementing a case preserving hash table -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Tie::CPHash.3 Modified: head/devel/p5-Unix-Uptime/Makefile ============================================================================== --- head/devel/p5-Unix-Uptime/Makefile Mon Sep 9 09:31:22 2013 (r326786) +++ head/devel/p5-Unix-Uptime/Makefile Mon Sep 9 09:45:12 2013 (r326787) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Unix-Uptime -# Date created: 2009-01-19 -# Whom: Murilo Opsfelder -# +# Created by: Murilo Opsfelder # $FreeBSD$ -# PORTNAME= Unix-Uptime PORTVERSION= 0.3701 @@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= mopsfelder@gmail.com COMMENT= Determine the current uptime in seconds -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Unix::Uptime.3 \ Unix::Uptime::BSD.3 \ Modified: head/devel/p5-syntax/Makefile ============================================================================== --- head/devel/p5-syntax/Makefile Mon Sep 9 09:31:22 2013 (r326786) +++ head/devel/p5-syntax/Makefile Mon Sep 9 09:45:12 2013 (r326787) @@ -18,7 +18,8 @@ BUILD_DEPENDS= p5-Data-OptList>=0.104:${ p5-namespace-clean>=0:${PORTSDIR}/devel/p5-namespace-clean RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= syntax.3