From owner-svn-ports-head@FreeBSD.ORG Mon Sep 9 14:13:25 2013 Return-Path: Delivered-To: svn-ports-head@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 5C89A1B4; Mon, 9 Sep 2013 14:13:25 +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 2D0622933; Mon, 9 Sep 2013 14:13:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r89EDOYo072825; Mon, 9 Sep 2013 14:13:24 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r89EDLt7072794; Mon, 9 Sep 2013 14:13:21 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309091413.r89EDLt7072794@svn.freebsd.org> From: Andrej Zverev Date: Mon, 9 Sep 2013 14:13:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326810 - in head/devel: p5-App-Info p5-CPAN-Uploader p5-Class-Method-Modifiers-Fast p5-Data-Average p5-FreeBSD-i386-Ptrace p5-Geo-ShapeFile p5-Hash-Diff p5-IO-Callback p5-JQuery p5-Log... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Sep 2013 14:13:25 -0000 Author: az Date: Mon Sep 9 14:13:20 2013 New Revision: 326810 URL: http://svnweb.freebsd.org/changeset/ports/326810 Log: - convert to the new perl5 framework - trim Makefile header Approved by: portmgr (bapt@, blanket) Modified: head/devel/p5-App-Info/Makefile (contents, props changed) head/devel/p5-CPAN-Uploader/Makefile head/devel/p5-Class-Method-Modifiers-Fast/Makefile (contents, props changed) head/devel/p5-Data-Average/Makefile (contents, props changed) head/devel/p5-FreeBSD-i386-Ptrace/Makefile (contents, props changed) head/devel/p5-Geo-ShapeFile/Makefile (contents, props changed) head/devel/p5-Hash-Diff/Makefile (contents, props changed) head/devel/p5-IO-Callback/Makefile (contents, props changed) head/devel/p5-JQuery/Makefile (contents, props changed) head/devel/p5-Log-Any-Adapter/Makefile (contents, props changed) head/devel/p5-Package-Generator/Makefile (contents, props changed) head/devel/p5-SVN-Agent/Makefile (contents, props changed) head/devel/p5-Scope-Guard/Makefile (contents, props changed) head/devel/p5-Test-Mini/Makefile (contents, props changed) head/devel/p5-Test-MockTime/Makefile head/devel/p5-Test-More-UTF8/Makefile head/devel/p5-Test-UseAllModules/Makefile head/devel/p5-Time-Format/Makefile (contents, props changed) head/devel/p5-lib-abs/Makefile Modified: head/devel/p5-App-Info/Makefile ============================================================================== --- head/devel/p5-App-Info/Makefile Mon Sep 9 13:05:51 2013 (r326809) +++ head/devel/p5-App-Info/Makefile Mon Sep 9 14:13:20 2013 (r326810) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-App-Info -# Date created: 19 May 2003 -# Whom: Dmitry Sivachenko -# +# Created by: Dmitry Sivachenko # $FreeBSD$ -# PORTNAME= App-Info PORTVERSION= 0.57 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= demon@FreeBSD.org COMMENT= Interface for providing metadata about installed software packages -PERL_MODBUILD= YES +USES= perl5 +USE_PERL5= modbuild MAN3= App::Info::HTTPD.3 App::Info::Lib::Iconv.3 \ App::Info::HTTPD::Apache.3 App::Info::Lib.3 App::Info::RDBMS.3 \ Modified: head/devel/p5-CPAN-Uploader/Makefile ============================================================================== --- head/devel/p5-CPAN-Uploader/Makefile Mon Sep 9 13:05:51 2013 (r326809) +++ head/devel/p5-CPAN-Uploader/Makefile Mon Sep 9 14:13:20 2013 (r326810) @@ -19,7 +19,8 @@ RUN_DEPENDS= p5-HTTP-Message>=0:${PORTSD p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= cpan-upload.1 MAN3= CPAN::Uploader.3 Modified: head/devel/p5-Class-Method-Modifiers-Fast/Makefile ============================================================================== --- head/devel/p5-Class-Method-Modifiers-Fast/Makefile Mon Sep 9 13:05:51 2013 (r326809) +++ head/devel/p5-Class-Method-Modifiers-Fast/Makefile Mon Sep 9 14:13:20 2013 (r326810) @@ -1,9 +1,4 @@ -# New ports collection makefile for: Class::Method::Modifiers::Fast -# Date created: 21 Jan 2009 -# Whom: Jun Kuriyama -# # $FreeBSD$ -# PORTNAME= Class-Method-Modifiers-Fast PORTVERSION= 0.041 @@ -19,7 +14,8 @@ RUN_DEPENDS= \ BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Sub-Uplevel>=0.18:${PORTSDIR}/devel/p5-Sub-Uplevel -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Class::Method::Modifiers::Fast.3 Modified: head/devel/p5-Data-Average/Makefile ============================================================================== --- head/devel/p5-Data-Average/Makefile Mon Sep 9 13:05:51 2013 (r326809) +++ head/devel/p5-Data-Average/Makefile Mon Sep 9 14:13:20 2013 (r326810) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Data-Average -# Date created: 01 Jun 2010 -# Whom: Alexander Kriventsov -# +# Created by: Alexander Kriventsov # $FreeBSD$ -# PORTNAME= Data-Average PORTVERSION= 0.03000 @@ -18,7 +14,8 @@ COMMENT= Hold Data Set To Calculate Aver BUILD_DEPENDS= p5-UNIVERSAL-isa>=0:${PORTSDIR}/devel/p5-UNIVERSAL-isa RUN_DEPENDS= p5-UNIVERSAL-isa>=0:${PORTSDIR}/devel/p5-UNIVERSAL-isa -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Data::Average::Bounded.3 Data::Average::BoundedExpires.3 Data::Average::Expires.3 Data::Average.3 Modified: head/devel/p5-FreeBSD-i386-Ptrace/Makefile ============================================================================== --- head/devel/p5-FreeBSD-i386-Ptrace/Makefile Mon Sep 9 13:05:51 2013 (r326809) +++ head/devel/p5-FreeBSD-i386-Ptrace/Makefile Mon Sep 9 14:13:20 2013 (r326810) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-FreeBSD-i386-Ptrace -# Date created: 2009-03-15 -# Whom: TAKAHASHI Kaoru -# +# Created by: TAKAHASHI Kaoru # $FreeBSD$ -# PORTNAME= FreeBSD-i386-Ptrace PORTVERSION= 0.03 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= kaoru@kaisei.org COMMENT= Perl module for ptrace on FreeBSD-i386 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure ONLY_FOR_ARCHS= i386 MAN3= FreeBSD::i386::Ptrace.3 Modified: head/devel/p5-Geo-ShapeFile/Makefile ============================================================================== --- head/devel/p5-Geo-ShapeFile/Makefile Mon Sep 9 13:05:51 2013 (r326809) +++ head/devel/p5-Geo-ShapeFile/Makefile Mon Sep 9 14:13:20 2013 (r326810) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Geo-Point -# Date created: 27 December 2005 -# Whom: estith -# +# Created by: estith # $FreeBSD$ -# PORTNAME= Geo-ShapeFile PORTVERSION= 2.52 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= lippe@FreeBSD.org COMMENT= Perl extension for handling ESRI GIS Shapefiles -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Geo::ShapeFile.3 Geo::ShapeFile::Point.3 Geo::ShapeFile::Shape.3 Modified: head/devel/p5-Hash-Diff/Makefile ============================================================================== --- head/devel/p5-Hash-Diff/Makefile Mon Sep 9 13:05:51 2013 (r326809) +++ head/devel/p5-Hash-Diff/Makefile Mon Sep 9 14:13:20 2013 (r326810) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Hash-Diff -# Date created: 2012-03-16 -# Whom: Steven Kreuzer -# +# Created by: Steven Kreuzer # $FreeBSD$ -# PORTNAME= Hash-Diff PORTVERSION= 0.005 @@ -20,7 +16,8 @@ BUILD_DEPENDS= p5-Hash-Merge>=0.12:${POR TEST_DEPENDS= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple \ p5-Test-use-ok>=0.02:${PORTSDIR}/devel/p5-Test-use-ok -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Hash::Diff.3 Modified: head/devel/p5-IO-Callback/Makefile ============================================================================== --- head/devel/p5-IO-Callback/Makefile Mon Sep 9 13:05:51 2013 (r326809) +++ head/devel/p5-IO-Callback/Makefile Mon Sep 9 14:13:20 2013 (r326810) @@ -1,9 +1,4 @@ -# New ports collection makefile for: IO::Callback -# Date created: 02 Jun 2012 -# Whom: Jun Kuriyama -# # $FreeBSD$ -# PORTNAME= IO-Callback PORTVERSION= 1.10 @@ -24,7 +19,8 @@ TEST_DEPENDS= \ p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception \ p5-Test-NoWarnings>0:${PORTSDIR}/devel/p5-Test-NoWarnings -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= IO::Callback.3 Modified: head/devel/p5-JQuery/Makefile ============================================================================== --- head/devel/p5-JQuery/Makefile Mon Sep 9 13:05:51 2013 (r326809) +++ head/devel/p5-JQuery/Makefile Mon Sep 9 14:13:20 2013 (r326810) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-JQuery -# Date created: 2007-07-14 -# Whom: Gea-Suan Lin -# +# Created by: Gea-Suan Lin # $FreeBSD$ -# PORTNAME= JQuery PORTVERSION= 1.06 @@ -23,7 +19,8 @@ RUN_DEPENDS= p5-CGI-Application>=0:${POR p5-XML-Writer>=0:${PORTSDIR}/textproc/p5-XML-Writer BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= JQuery.3 \ JQuery::Accordion.3 \ Modified: head/devel/p5-Log-Any-Adapter/Makefile ============================================================================== --- head/devel/p5-Log-Any-Adapter/Makefile Mon Sep 9 13:05:51 2013 (r326809) +++ head/devel/p5-Log-Any-Adapter/Makefile Mon Sep 9 14:13:20 2013 (r326810) @@ -16,7 +16,8 @@ RUN_DEPENDS= \ BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Capture-Tiny>=0.12:${PORTSDIR}/devel/p5-Capture-Tiny -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Log::Any::Adapter.3 \ Log::Any::Adapter::Base.3 \ Modified: head/devel/p5-Package-Generator/Makefile ============================================================================== --- head/devel/p5-Package-Generator/Makefile Mon Sep 9 13:05:51 2013 (r326809) +++ head/devel/p5-Package-Generator/Makefile Mon Sep 9 14:13:20 2013 (r326810) @@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ehaupt@FreeBSD.org COMMENT= This module lets you quickly and easily construct new packages -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Package::Reaper.3 Package::Generator.3 Modified: head/devel/p5-SVN-Agent/Makefile ============================================================================== --- head/devel/p5-SVN-Agent/Makefile Mon Sep 9 13:05:51 2013 (r326809) +++ head/devel/p5-SVN-Agent/Makefile Mon Sep 9 14:13:20 2013 (r326810) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-SVN-Agent -# Date created: 2006-07-12 -# Whom: Yuan-Chung Hsiao -# +# Created by: Yuan-Chung Hsiao # $FreeBSD$ -# PORTNAME= SVN-Agent PORTVERSION= 0.04 @@ -20,7 +16,8 @@ BUILD_DEPENDS= p5-subversion>=0:${PORTSD p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= SVN::Agent.3 Modified: head/devel/p5-Scope-Guard/Makefile ============================================================================== --- head/devel/p5-Scope-Guard/Makefile Mon Sep 9 13:05:51 2013 (r326809) +++ head/devel/p5-Scope-Guard/Makefile Mon Sep 9 14:13:20 2013 (r326810) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Scope-Guard -# Date created: 29 December 2006 -# Whom: Craig Manley -# +# Created by: Craig Manley # $FreeBSD$ -# PORTNAME= Scope-Guard PORTVERSION= 0.20 @@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= v.a.popov@gmail.com COMMENT= Lexically scoped resource management -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Scope::Guard.3 Modified: head/devel/p5-Test-Mini/Makefile ============================================================================== --- head/devel/p5-Test-Mini/Makefile Mon Sep 9 13:05:51 2013 (r326809) +++ head/devel/p5-Test-Mini/Makefile Mon Sep 9 14:13:20 2013 (r326810) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Test-Mini -# Date created: 2011-01-13 -# Whom: Kurt Lidl -# +# Created by: Kurt Lidl # $FreeBSD$ -# PORTNAME= Test-Mini PORTVERSION= v1.1.3 @@ -26,7 +22,8 @@ BUILD_DEPENDS= p5-Data-Inspect>=0.03:${P p5-namespace-clean>=0.14:${PORTSDIR}/devel/p5-namespace-clean RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Test::Mini.3 \ Test::Mini::Assertions.3 \ Modified: head/devel/p5-Test-MockTime/Makefile ============================================================================== --- head/devel/p5-Test-MockTime/Makefile Mon Sep 9 13:05:51 2013 (r326809) +++ head/devel/p5-Test-MockTime/Makefile Mon Sep 9 14:13:20 2013 (r326810) @@ -14,7 +14,8 @@ COMMENT= Replaces actual time with simul BUILD_DEPENDS= p5-Time-Piece>=0:${PORTSDIR}/devel/p5-Time-Piece RUN_DEPENDS= p5-Time-Piece>=0:${PORTSDIR}/devel/p5-Time-Piece -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Test::MockTime.3 Modified: head/devel/p5-Test-More-UTF8/Makefile ============================================================================== --- head/devel/p5-Test-More-UTF8/Makefile Mon Sep 9 13:05:51 2013 (r326809) +++ head/devel/p5-Test-More-UTF8/Makefile Mon Sep 9 14:13:20 2013 (r326810) @@ -1,9 +1,5 @@ -# New ports collection makefile for: devel/p5-Test-More-UTF8 -# Date created: 11 Feb 2010 -# Whom: Dmitry Sivachenko -# +# Created by: Dmitry Sivachenko # $FreeBSD$ -# PORTNAME= Test-More-UTF8 PORTVERSION= 0.04 @@ -17,7 +13,8 @@ COMMENT= Enhancing Test::More for UTF-8- BUILD_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Test::More::UTF8.3 Modified: head/devel/p5-Test-UseAllModules/Makefile ============================================================================== --- head/devel/p5-Test-UseAllModules/Makefile Mon Sep 9 13:05:51 2013 (r326809) +++ head/devel/p5-Test-UseAllModules/Makefile Mon Sep 9 14:13:20 2013 (r326810) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Test-UseAllModules -# Date created: 2007-10-30 -# Whom: TAKAHASHI Kaoru -# +# Created by: TAKAHASHI Kaoru # $FreeBSD$ -# PORTNAME= Test-UseAllModules PORTVERSION= 0.14 @@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= kaoru@kaisei.org COMMENT= Perl extension to do use_ok() for all modules MANIFESTed -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Test::UseAllModules.3 Modified: head/devel/p5-Time-Format/Makefile ============================================================================== --- head/devel/p5-Time-Format/Makefile Mon Sep 9 13:05:51 2013 (r326809) +++ head/devel/p5-Time-Format/Makefile Mon Sep 9 14:13:20 2013 (r326810) @@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= Sergey.Dyatko@gmail.com COMMENT= Easy-to-use date/time formatting -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Time::Format.3 Modified: head/devel/p5-lib-abs/Makefile ============================================================================== --- head/devel/p5-lib-abs/Makefile Mon Sep 9 13:05:51 2013 (r326809) +++ head/devel/p5-lib-abs/Makefile Mon Sep 9 14:13:20 2013 (r326810) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-lib-abs -# Date created: 2009-07-21 -# Whom: Mons Anderson -# +# Created by: Mons Anderson # $FreeBSD$ -# PORTNAME= lib-abs PORTVERSION= 0.92 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= mons@cpan.org COMMENT= Relative use lib in absolute way -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= lib::abs.3