From owner-svn-ports-all@FreeBSD.ORG Sat Sep 7 16:51:13 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 683D4F7C; Sat, 7 Sep 2013 16:51:13 +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 39AE029F4; Sat, 7 Sep 2013 16:51:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87GpDok025303; Sat, 7 Sep 2013 16:51:13 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87Gp99U025277; Sat, 7 Sep 2013 16:51:09 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309071651.r87Gp99U025277@svn.freebsd.org> From: Andrej Zverev Date: Sat, 7 Sep 2013 16:51:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326656 - in head/devel: lcov p5-Config-INI-Simple p5-Data-Range-Compare p5-DateTime-Format-DateParse p5-Exception-Class-TryCatch p5-ExtUtils-CChecker p5-IO-Lambda p5-Inline-TT p5-Log-A... 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: Sat, 07 Sep 2013 16:51:13 -0000 Author: az Date: Sat Sep 7 16:51:08 2013 New Revision: 326656 URL: http://svnweb.freebsd.org/changeset/ports/326656 Log: - convert to the new perl5 framework - trim Makefile header Approved by: portmgr (bapt@, blanket) Modified: head/devel/lcov/Makefile (contents, props changed) head/devel/p5-Config-INI-Simple/Makefile (contents, props changed) head/devel/p5-Data-Range-Compare/Makefile (contents, props changed) head/devel/p5-DateTime-Format-DateParse/Makefile head/devel/p5-Exception-Class-TryCatch/Makefile (contents, props changed) head/devel/p5-ExtUtils-CChecker/Makefile (contents, props changed) head/devel/p5-IO-Lambda/Makefile head/devel/p5-Inline-TT/Makefile (contents, props changed) head/devel/p5-Log-Any-Adapter-Dispatch/Makefile (contents, props changed) head/devel/p5-Module-Info/Makefile (contents, props changed) head/devel/p5-Module-Install/Makefile head/devel/p5-PAR-Packer/Makefile head/devel/p5-Parse-PlainConfig/Makefile (contents, props changed) head/devel/p5-Rcs-Agent/Makefile (contents, props changed) head/devel/p5-SVN-Look/Makefile (contents, props changed) head/devel/p5-Test-Net-RabbitMQ/Makefile head/devel/p5-TimeDate/Makefile (contents, props changed) head/devel/p5-boolean/Makefile head/devel/p5-capitalization/Makefile (contents, props changed) Modified: head/devel/lcov/Makefile ============================================================================== --- head/devel/lcov/Makefile Sat Sep 7 16:16:01 2013 (r326655) +++ head/devel/lcov/Makefile Sat Sep 7 16:51:08 2013 (r326656) @@ -1,9 +1,5 @@ -# New ports collection makefile for: lcov -# Date created: 2010-02-11 -# Whom: Romain Tartiere -# +# Created by: Romain Tartiere # $FreeBSD$ -# PORTNAME= lcov PORTVERSION= 1.10 @@ -19,7 +15,8 @@ LICENSE= GPLv1 RUN_DEPENDS= bash:${PORTSDIR}/shells/bash NO_BUILD= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run PLIST_FILES= bin/lcov bin/gendesc bin/genhtml bin/genpng bin/geninfo MAN1= gendesc.1 genhtml.1 geninfo.1 genpng.1 lcov.1 Modified: head/devel/p5-Config-INI-Simple/Makefile ============================================================================== --- head/devel/p5-Config-INI-Simple/Makefile Sat Sep 7 16:16:01 2013 (r326655) +++ head/devel/p5-Config-INI-Simple/Makefile Sat Sep 7 16:51:08 2013 (r326656) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Config-INI-Simple -# Date created: 2006-07-11 -# Whom: Gea-Suan Lin -# +# Created by: Gea-Suan Lin # $FreeBSD$ -# PORTNAME= Config-INI-Simple PORTVERSION= 0.02 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= gslin@gslin.org COMMENT= Simple reading and writing from an INI file -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Config::INI::Simple.3 Modified: head/devel/p5-Data-Range-Compare/Makefile ============================================================================== --- head/devel/p5-Data-Range-Compare/Makefile Sat Sep 7 16:16:01 2013 (r326655) +++ head/devel/p5-Data-Range-Compare/Makefile Sat Sep 7 16:51:08 2013 (r326656) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Data-Range-Compare -# Date created: 2010-11-10 -# Whom: Gea-Suan Lin -# +# Created by: Gea-Suan Lin # $FreeBSD$ -# PORTNAME= Data-Range-Compare PORTVERSION= 1.030 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= gslin@gslin.org COMMENT= Find gaps & intersections in lists of ranges -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Data::Range::Compare.3 \ Data::Range::Compare::Cookbook.3 \ Modified: head/devel/p5-DateTime-Format-DateParse/Makefile ============================================================================== --- head/devel/p5-DateTime-Format-DateParse/Makefile Sat Sep 7 16:16:01 2013 (r326655) +++ head/devel/p5-DateTime-Format-DateParse/Makefile Sat Sep 7 16:51:08 2013 (r326656) @@ -16,7 +16,8 @@ BUILD_DEPENDS= p5-DateTime>=0:${PORTSDIR p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= DateTime::Format::DateParse.3 Modified: head/devel/p5-Exception-Class-TryCatch/Makefile ============================================================================== --- head/devel/p5-Exception-Class-TryCatch/Makefile Sat Sep 7 16:16:01 2013 (r326655) +++ head/devel/p5-Exception-Class-TryCatch/Makefile Sat Sep 7 16:51:08 2013 (r326656) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Exception-Class-TryCatch -# Date created: 2008-02-14 -# Whom: Felippe de Meirelles Motta -# +# Created by: Felippe de Meirelles Motta # $FreeBSD$ -# PORTNAME= Exception-Class-TryCatch PORTVERSION= 1.12 @@ -19,7 +15,8 @@ BUILD_DEPENDS+= p5-Exception-Class>=0:${ RUN_DEPENDS+= p5-Exception-Class>=0:${PORTSDIR}/devel/p5-Exception-Class \ p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Exception::Class::TryCatch.3 Modified: head/devel/p5-ExtUtils-CChecker/Makefile ============================================================================== --- head/devel/p5-ExtUtils-CChecker/Makefile Sat Sep 7 16:16:01 2013 (r326655) +++ head/devel/p5-ExtUtils-CChecker/Makefile Sat Sep 7 16:51:08 2013 (r326656) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ExtUtils::CChecker -# Date created: 21 Feb 2010 -# Whom: Sahil Tandon -# +# Created by: Sahil Tandon # $FreeBSD$ -# PORTNAME= ExtUtils-CChecker PORTVERSION= 0.08 @@ -16,7 +12,8 @@ COMMENT= Configure-time utilities for us TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= ExtUtils::CChecker.3 Modified: head/devel/p5-IO-Lambda/Makefile ============================================================================== --- head/devel/p5-IO-Lambda/Makefile Sat Sep 7 16:16:01 2013 (r326655) +++ head/devel/p5-IO-Lambda/Makefile Sat Sep 7 16:51:08 2013 (r326656) @@ -1,7 +1,4 @@ -# New ports collection makefile for: devel/p5-IO-Lambda -# Date created: 06 Nov 2008 -# Whom: Vany Serezhkin -# +# Created by: Vany Serezhkin # $FreeBSD$ PORTNAME= IO-Lambda @@ -23,7 +20,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} \ p5-AnyEvent>=4.33:${PORTSDIR}/devel/p5-AnyEvent \ p5-DBI>=1.60.4:${PORTSDIR}/databases/p5-DBI -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure CONFIGURE_ARGS+= --no-online-tests MAN3= IO::Lambda.3 \ Modified: head/devel/p5-Inline-TT/Makefile ============================================================================== --- head/devel/p5-Inline-TT/Makefile Sat Sep 7 16:16:01 2013 (r326655) +++ head/devel/p5-Inline-TT/Makefile Sat Sep 7 16:51:08 2013 (r326656) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Inline-TT -# Date created: 2006-09-26 -# Whom: Gea-Suan Lin -# +# Created by: Gea-Suan Lin # $FreeBSD$ -# PORTNAME= Inline-TT PORTVERSION= 0.07 @@ -18,7 +14,8 @@ COMMENT= Provides inline support for tem RUN_DEPENDS= p5-Inline>=0.42:${PORTSDIR}/devel/p5-Inline \ p5-Template-Toolkit>=2.0:${PORTSDIR}/www/p5-Template-Toolkit -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Inline::TT.3 Modified: head/devel/p5-Log-Any-Adapter-Dispatch/Makefile ============================================================================== --- head/devel/p5-Log-Any-Adapter-Dispatch/Makefile Sat Sep 7 16:16:01 2013 (r326655) +++ head/devel/p5-Log-Any-Adapter-Dispatch/Makefile Sat Sep 7 16:51:08 2013 (r326656) @@ -1,9 +1,4 @@ -# New ports collection makefile for: Log::Any::Adapter::Dispatch -# Date created: 30 Aug 2009 -# Whom: Jun Kuriyama -# # $FreeBSD$ -# PORTNAME= Log-Any-Adapter-Dispatch PORTVERSION= 0.06 @@ -19,7 +14,8 @@ RUN_DEPENDS= \ p5-Log-Dispatch>=2.26:${PORTSDIR}/devel/p5-Log-Dispatch BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Log::Any::Adapter::Dispatch.3 Modified: head/devel/p5-Module-Info/Makefile ============================================================================== --- head/devel/p5-Module-Info/Makefile Sat Sep 7 16:16:01 2013 (r326655) +++ head/devel/p5-Module-Info/Makefile Sat Sep 7 16:51:08 2013 (r326656) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Module::Info -# Date created: 29 June 2003 -# Whom: Dmitry Sivachenko -# +# Created by: Dmitry Sivachenko # $FreeBSD$ -# PORTNAME= Module-Info PORTVERSION= 0.34 @@ -17,7 +13,8 @@ COMMENT= Provides information about Perl BUILD_DEPENDS= p5-PathTools>=0:${PORTSDIR}/devel/p5-PathTools RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= module_info.1 pfunc.1 MAN3= B::BUtils.3 B::Module::Info.3 Module::Info.3 Modified: head/devel/p5-Module-Install/Makefile ============================================================================== --- head/devel/p5-Module-Install/Makefile Sat Sep 7 16:16:01 2013 (r326655) +++ head/devel/p5-Module-Install/Makefile Sat Sep 7 16:51:08 2013 (r326656) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Module-Install -# Date created: Sep 15 2004 -# Whom: clsung -# +# Created by: clsung # $FreeBSD$ -# PORTNAME= Module-Install PORTVERSION= 1.06 @@ -22,7 +18,8 @@ BUILD_DEPENDS= p5-File-Remove>=1.42:${PO p5-libwww>=5.812:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure CONFIGURE_ARGS= --skip MAN3= inc::Module::Install.3 \ Modified: head/devel/p5-PAR-Packer/Makefile ============================================================================== --- head/devel/p5-PAR-Packer/Makefile Sat Sep 7 16:16:01 2013 (r326655) +++ head/devel/p5-PAR-Packer/Makefile Sat Sep 7 16:51:08 2013 (r326656) @@ -1,9 +1,5 @@ -# New ports collection makefile for: devel/p5-PAR-Packer -# Date created: Dec 06 2006 -# Whom: Rong-En Fan -# +# Created by: Rong-En Fan # $FreeBSD$ -# PORTNAME= PAR-Packer PORTVERSION= 1.01.4 @@ -27,7 +23,8 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} CONFLICTS= sketchy-* -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAKE_JOBS_UNSAFE= yes MAN1= par.pl.1 parl.1 pp.1 tkpp.1 Modified: head/devel/p5-Parse-PlainConfig/Makefile ============================================================================== --- head/devel/p5-Parse-PlainConfig/Makefile Sat Sep 7 16:16:01 2013 (r326655) +++ head/devel/p5-Parse-PlainConfig/Makefile Sat Sep 7 16:51:08 2013 (r326656) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Parse-PlainConfig -# Date created: December 2nd 2010 -# Whom: Peter Vereshagin -# +# Created by: Peter Vereshagin # $FreeBSD$ -# PORTNAME= Parse-PlainConfig PORTVERSION= 2.06 @@ -18,7 +14,8 @@ RUN_DEPENDS= p5-Paranoid>0:${PORTSDIR}/d p5-Text-ParseWords>0:${PORTSDIR}/textproc/p5-Text-ParseWords \ p5-Text-Tabs+Wrap>0:${PORTSDIR}/textproc/p5-Text-Tabs+Wrap -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Parse::PlainConfig.3 Modified: head/devel/p5-Rcs-Agent/Makefile ============================================================================== --- head/devel/p5-Rcs-Agent/Makefile Sat Sep 7 16:16:01 2013 (r326655) +++ head/devel/p5-Rcs-Agent/Makefile Sat Sep 7 16:51:08 2013 (r326656) @@ -13,7 +13,8 @@ COMMENT= A perl module for RCS archive m BUILD_DEPENDS= p5-String-ShellQuote>1.00:${PORTSDIR}/textproc/p5-String-ShellQuote RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Rcs::Agent.3 Modified: head/devel/p5-SVN-Look/Makefile ============================================================================== --- head/devel/p5-SVN-Look/Makefile Sat Sep 7 16:16:01 2013 (r326655) +++ head/devel/p5-SVN-Look/Makefile Sat Sep 7 16:51:08 2013 (r326656) @@ -1,9 +1,5 @@ -# New ports collection makefile for: SVN::Look -# Date created: 2009-01-27 -# Whom: Greg Larkin -# +# Created by: Greg Larkin # $FreeBSD$ -# PORTNAME= SVN-Look PORTVERSION= 0.38 @@ -21,7 +17,8 @@ RUN_DEPENDS= subversion>=1.7.0:${PORTSDI p5-URI>=0:${PORTSDIR}/net/p5-URI \ p5-PathTools>=0:${PORTSDIR}/devel/p5-PathTools -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= SVN::Look.3 Modified: head/devel/p5-Test-Net-RabbitMQ/Makefile ============================================================================== --- head/devel/p5-Test-Net-RabbitMQ/Makefile Sat Sep 7 16:16:01 2013 (r326655) +++ head/devel/p5-Test-Net-RabbitMQ/Makefile Sat Sep 7 16:51:08 2013 (r326656) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Test-Net-RabbitMQ -# Date created: 2010-09-10 -# Whom: Steve Wills -# +# Created by: Steve Wills # $FreeBSD$ -# PORTNAME= Test-Net-RabbitMQ PORTVERSION= 0.09 @@ -20,7 +16,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Test::Net::RabbitMQ.3 Modified: head/devel/p5-TimeDate/Makefile ============================================================================== --- head/devel/p5-TimeDate/Makefile Sat Sep 7 16:16:01 2013 (r326655) +++ head/devel/p5-TimeDate/Makefile Sat Sep 7 16:51:08 2013 (r326656) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-TimeDate -# Date created: Mon Sep 1 17:03:41 CEST 1997 -# Whom: Andreas Klemm -# +# Created by: Andreas Klemm # $FreeBSD$ -# PORTNAME= TimeDate PORTVERSION= 2.30 @@ -17,7 +13,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= demon@FreeBSD.org COMMENT= Perl5 module containing a better/faster date parser for absolute dates -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= Date::Format.3 Date::Language.3 Date::Language::Bulgarian.3 \ Date::Language::Hungarian.3 Date::Parse.3 Time::Zone.3 Modified: head/devel/p5-boolean/Makefile ============================================================================== --- head/devel/p5-boolean/Makefile Sat Sep 7 16:16:01 2013 (r326655) +++ head/devel/p5-boolean/Makefile Sat Sep 7 16:51:08 2013 (r326656) @@ -14,7 +14,8 @@ COMMENT= Boolean support for Perl LICENSE= ART10 GPLv1 LICENSE_COMB= dual -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= boolean.3 Modified: head/devel/p5-capitalization/Makefile ============================================================================== --- head/devel/p5-capitalization/Makefile Sat Sep 7 16:16:01 2013 (r326655) +++ head/devel/p5-capitalization/Makefile Sat Sep 7 16:51:08 2013 (r326656) @@ -1,9 +1,5 @@ -# New ports collection makefile for: capitalization.pm -# Date created: 29 August 2005 -# Whom: Dmitry Sivachenko -# +# Created by: Dmitry Sivachenko # $FreeBSD$ -# PORTNAME= capitalization PORTVERSION= 0.03 @@ -19,7 +15,8 @@ BUILD_DEPENDS= p5-Devel-Symdump>=0:${POR p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= capitalization.3