From owner-svn-ports-all@FreeBSD.ORG Sat Sep 7 14:08:04 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 344545DA; Sat, 7 Sep 2013 14:08:04 +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 05ADE23C9; Sat, 7 Sep 2013 14:08:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87E83lN019342; Sat, 7 Sep 2013 14:08:03 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87E808Q019298; Sat, 7 Sep 2013 14:08:00 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309071408.r87E808Q019298@svn.freebsd.org> From: Andrej Zverev Date: Sat, 7 Sep 2013 14:08:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326636 - in head/devel: cvs2darcs libklel p5-AnyEvent-Gearman p5-AnyEvent-Subprocess p5-Config-Options p5-Data-Hexify p5-Data-Rand-Obscure p5-DateTime-Calendar-Discordian p5-DateTime-F... 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 14:08:04 -0000 Author: az Date: Sat Sep 7 14:07:59 2013 New Revision: 326636 URL: http://svnweb.freebsd.org/changeset/ports/326636 Log: - convert to the new perl5 framework - trim Makefile header Approved by: portmgr (bapt@, blanket) Modified: head/devel/cvs2darcs/Makefile (contents, props changed) head/devel/libklel/Makefile (contents, props changed) head/devel/p5-AnyEvent-Gearman/Makefile head/devel/p5-AnyEvent-Subprocess/Makefile (contents, props changed) head/devel/p5-Config-Options/Makefile (contents, props changed) head/devel/p5-Data-Hexify/Makefile (contents, props changed) head/devel/p5-Data-Rand-Obscure/Makefile head/devel/p5-DateTime-Calendar-Discordian/Makefile (contents, props changed) head/devel/p5-DateTime-Format-W3CDTF/Makefile (contents, props changed) head/devel/p5-List-UtilsBy/Makefile (contents, props changed) head/devel/p5-MooseX-Object-Pluggable/Makefile (contents, props changed) head/devel/p5-Multiplex-CMD/Makefile head/devel/p5-PatchReader/Makefile (contents, props changed) head/devel/p5-Shell-EnvImporter/Makefile (contents, props changed) head/devel/p5-Test-Synopsis/Makefile (contents, props changed) head/devel/p5-ToolSet/Makefile (contents, props changed) head/devel/p5-YAML-AppConfig/Makefile (contents, props changed) head/devel/p5-constant-def/Makefile (contents, props changed) head/devel/p5-ex-lib/Makefile (contents, props changed) Modified: head/devel/cvs2darcs/Makefile ============================================================================== --- head/devel/cvs2darcs/Makefile Sat Sep 7 13:31:38 2013 (r326635) +++ head/devel/cvs2darcs/Makefile Sat Sep 7 14:07:59 2013 (r326636) @@ -19,7 +19,7 @@ BUILD_DEPENDS= cvs:${PORTSDIR}/devel/cvs RUN_DEPENDS:= ${BUILD_DEPENDS} GNU_CONFIGURE= yes -USE_PERL5= yes +USES= perl5 NO_BUILD= yes MAN1= cvs2darcs.1 PLIST_FILES= bin/cvs2darcs share/cvs2darcs/cvs_convert.pl \ Modified: head/devel/libklel/Makefile ============================================================================== --- head/devel/libklel/Makefile Sat Sep 7 13:31:38 2013 (r326635) +++ head/devel/libklel/Makefile Sat Sep 7 14:07:59 2013 (r326636) @@ -11,7 +11,8 @@ COMMENT= KoreLogic Expression Language l LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre GNU_CONFIGURE= yes -USE_PERL5_BUILD=yes +USES= perl5 +USE_PERL5= build USE_LDCONFIG= yes CONFIGURE_ARGS+=--with-pcre=${LOCALBASE} Modified: head/devel/p5-AnyEvent-Gearman/Makefile ============================================================================== --- head/devel/p5-AnyEvent-Gearman/Makefile Sat Sep 7 13:31:38 2013 (r326635) +++ head/devel/p5-AnyEvent-Gearman/Makefile Sat Sep 7 14:07:59 2013 (r326636) @@ -20,7 +20,8 @@ RUN_DEPENDS= p5-Any-Moose>=0:${PORTSDIR} p5-Object-Container>=0:${PORTSDIR}/devel/p5-Object-Container \ p5-Object-Event>=0:${PORTSDIR}/devel/p5-Object-Event -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= AnyEvent::Gearman.3 \ AnyEvent::Gearman::Client.3 \ Modified: head/devel/p5-AnyEvent-Subprocess/Makefile ============================================================================== --- head/devel/p5-AnyEvent-Subprocess/Makefile Sat Sep 7 13:31:38 2013 (r326635) +++ head/devel/p5-AnyEvent-Subprocess/Makefile Sat Sep 7 14:07:59 2013 (r326636) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-AnyEvent-Subprocess -# Date created: 24 Mar 2010 -# Whom: Denis Pokataev -# +# Created by: Denis Pokataev # $FreeBSD$ -# PORTNAME= AnyEvent-Subprocess PORTVERSION= 1.102912 @@ -37,7 +33,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception \ p5-Test-use-ok>0:${PORTSDIR}/devel/p5-Test-use-ok -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= AnyEvent::Subprocess.3 \ AnyEvent::Subprocess::DefaultDelegates.3 \ Modified: head/devel/p5-Config-Options/Makefile ============================================================================== --- head/devel/p5-Config-Options/Makefile Sat Sep 7 13:31:38 2013 (r326635) +++ head/devel/p5-Config-Options/Makefile Sat Sep 7 14:07:59 2013 (r326636) @@ -1,7 +1,4 @@ -# New ports collection makefile for: p5-Config-Options -# Date created: September 15 2008 -# Whom: Martin Wilke -# +# Created by: Martin Wilke # $FreeBSD$ PORTNAME= Config-Options @@ -13,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= miwi@FreeBSD.org COMMENT= Provide a configuration hash with options -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Config::Options.3 \ Config::Options::Threaded.3 Modified: head/devel/p5-Data-Hexify/Makefile ============================================================================== --- head/devel/p5-Data-Hexify/Makefile Sat Sep 7 13:31:38 2013 (r326635) +++ head/devel/p5-Data-Hexify/Makefile Sat Sep 7 14:07:59 2013 (r326636) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Data-Hexify -# Date created: 24 December 2010 -# Whom: Nobutaka Mantani -# +# Created by: Nobutaka Mantani # $FreeBSD$ -# PORTNAME= Data-Hexify PORTVERSION= 1.00 @@ -17,7 +13,8 @@ COMMENT= A Perl extension for hexdumping LICENSE_COMB= dual LICENSE= ART10 GPLv1 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Data::Hexify.3 Modified: head/devel/p5-Data-Rand-Obscure/Makefile ============================================================================== --- head/devel/p5-Data-Rand-Obscure/Makefile Sat Sep 7 13:31:38 2013 (r326635) +++ head/devel/p5-Data-Rand-Obscure/Makefile Sat Sep 7 14:07:59 2013 (r326636) @@ -1,5 +1,4 @@ # $FreeBSD$ -# PORTNAME= Data-Rand-Obscure PORTVERSION= 0.021 @@ -18,7 +17,8 @@ BUILD_DEPENDS= p5-Carp-Clan>=6.04:${PORT RUN_DEPENDS= p5-Carp-Clan>=6.04:${PORTSDIR}/devel/p5-Carp-Clan \ p5-Object-Tiny>=1.08:${PORTSDIR}/devel/p5-Object-Tiny -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Data::Rand::Obscure.3 \ Data::Rand::Obscure::Generator.3 Modified: head/devel/p5-DateTime-Calendar-Discordian/Makefile ============================================================================== --- head/devel/p5-DateTime-Calendar-Discordian/Makefile Sat Sep 7 13:31:38 2013 (r326635) +++ head/devel/p5-DateTime-Calendar-Discordian/Makefile Sat Sep 7 14:07:59 2013 (r326636) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-DateTime-Calendar-Discordian -# Date created: 04 August 2006 -# Whom: Philip Paeps -# +# Created by: Philip Paeps # $FreeBSD$ -# PORTNAME= DateTime-Calendar-Discordian PORTVERSION= 1.0 @@ -18,7 +14,8 @@ RUN_DEPENDS= p5-DateTime>=0:${PORTSDIR}/ p5-DateTime-Locale>=0:${PORTSDIR}/devel/p5-DateTime-Locale \ p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= DateTime::Calendar::Discordian.3 Modified: head/devel/p5-DateTime-Format-W3CDTF/Makefile ============================================================================== --- head/devel/p5-DateTime-Format-W3CDTF/Makefile Sat Sep 7 13:31:38 2013 (r326635) +++ head/devel/p5-DateTime-Format-W3CDTF/Makefile Sat Sep 7 14:07:59 2013 (r326636) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-DateTime-Format-W3CDTF -# Date created: 7 july 2003 -# Whom: Mathieu Arnold -# +# Created by: Mathieu Arnold # $FreeBSD$ -# PORTNAME= DateTime-Format-W3CDTF PORTVERSION= 0.06 @@ -17,7 +13,8 @@ COMMENT= Parse and format W3CDTF datetim RUN_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= DateTime::Format::W3CDTF.3 Modified: head/devel/p5-List-UtilsBy/Makefile ============================================================================== --- head/devel/p5-List-UtilsBy/Makefile Sat Sep 7 13:31:38 2013 (r326635) +++ head/devel/p5-List-UtilsBy/Makefile Sat Sep 7 14:07:59 2013 (r326636) @@ -1,9 +1,4 @@ -# New ports collection makefile for: List::UtilsBy -# Date created: 25 Feb 2011 -# Whom: Jun Kuriyama -# # $FreeBSD$ -# PORTNAME= List-UtilsBy PORTVERSION= 0.09 @@ -14,7 +9,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension for higher-order list utility functions -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= List::UtilsBy.3 Modified: head/devel/p5-MooseX-Object-Pluggable/Makefile ============================================================================== --- head/devel/p5-MooseX-Object-Pluggable/Makefile Sat Sep 7 13:31:38 2013 (r326635) +++ head/devel/p5-MooseX-Object-Pluggable/Makefile Sat Sep 7 14:07:59 2013 (r326636) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-MooseX-Object-Pluggable -# Date created: 2009-08-31 -# Whom: Ashish SHUKLA -# +# Created by: Ashish SHUKLA # $FreeBSD$ -# PORTNAME= MooseX-Object-Pluggable PORTVERSION= 0.0011 @@ -18,7 +14,8 @@ COMMENT= Make your classes pluggable BUILD_DEPENDS= p5-Moose>=0.35:${PORTSDIR}/devel/p5-Moose RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= MooseX::Object::Pluggable.3 Modified: head/devel/p5-Multiplex-CMD/Makefile ============================================================================== --- head/devel/p5-Multiplex-CMD/Makefile Sat Sep 7 13:31:38 2013 (r326635) +++ head/devel/p5-Multiplex-CMD/Makefile Sat Sep 7 14:07:59 2013 (r326636) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Multiplex-CMD -# Date created: 21 March 2011 -# Whom: Andrey Ignatov -# +# Created by: Andrey Ignatov # $FreeBSD$ -# PORTNAME= Multiplex-CMD PORTVERSION= 0.03 @@ -15,7 +11,8 @@ DISTNAME= ${PORTNAME}-v${PORTVERSION} MAINTAINER= rdna@rdna.ru COMMENT= Perl5 module which provides Multiplexed Fork Client -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Multiplex::CMD.3 Modified: head/devel/p5-PatchReader/Makefile ============================================================================== --- head/devel/p5-PatchReader/Makefile Sat Sep 7 13:31:38 2013 (r326635) +++ head/devel/p5-PatchReader/Makefile Sat Sep 7 14:07:59 2013 (r326636) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-PatchReader -# Date created: 2004-02-11 -# Whom: Toni Viemerö -# +# Created by: Toni Viemerö # $FreeBSD$ -# PORTNAME= PatchReader PORTVERSION= 0.9.6 @@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= toni.viemero@iki.fi COMMENT= Perl module with utilities to read and manipulate patches and CVS -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= PatchReader.3 Modified: head/devel/p5-Shell-EnvImporter/Makefile ============================================================================== --- head/devel/p5-Shell-EnvImporter/Makefile Sat Sep 7 13:31:38 2013 (r326635) +++ head/devel/p5-Shell-EnvImporter/Makefile Sat Sep 7 14:07:59 2013 (r326636) @@ -1,9 +1,5 @@ -# New ports collection makefile for: devel/p5-Shell-EnvImporter -# Date created: 25 Aug 2006 -# Whom: Martin Jackson (mhjacks@swbell.net) -# +# Created by: Martin Jackson (mhjacks@swbell.net) # $FreeBSD$ -# PORTNAME= Shell-EnvImporter PORTVERSION= 1.07 @@ -16,7 +12,8 @@ COMMENT= Inherit different shell environ RUN_DEPENDS= p5-Class-MethodMaker>=0:${PORTSDIR}/devel/p5-Class-MethodMaker -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Shell::EnvImporter.3 Shell::EnvImporter::Result.3 Shell::EnvImporter::Shell.3 Modified: head/devel/p5-Test-Synopsis/Makefile ============================================================================== --- head/devel/p5-Test-Synopsis/Makefile Sat Sep 7 13:31:38 2013 (r326635) +++ head/devel/p5-Test-Synopsis/Makefile Sat Sep 7 14:07:59 2013 (r326636) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Test-Synopsis -# Date created: 2010-01-17 -# Whom: Takuya Tsuchida -# +# Created by: Takuya Tsuchida # $FreeBSD$ -# PORTNAME= Test-Synopsis PORTVERSION= 0.06 @@ -19,7 +15,8 @@ BUILD_DEPENDS= p5-Filter>=1.35:${PORTSDI RUN_DEPENDS= p5-Filter>=1.35:${PORTSDIR}/devel/p5-Filter \ p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= Test::Synopsis.3 .include Modified: head/devel/p5-ToolSet/Makefile ============================================================================== --- head/devel/p5-ToolSet/Makefile Sat Sep 7 13:31:38 2013 (r326635) +++ head/devel/p5-ToolSet/Makefile Sat Sep 7 14:07:59 2013 (r326636) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-ToolSet -# Date created: 2009-05-04 -# Whom: Vladimir Perepelitsa -# +# Created by: Vladimir Perepelitsa # $FreeBSD$ -# PORTNAME= ToolSet PORTVERSION= 1.00 @@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= mons@cpan.org COMMENT= Load your commonly-used modules in a single import -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= ToolSet.3 \ ToolSet::SWC.3 Modified: head/devel/p5-YAML-AppConfig/Makefile ============================================================================== --- head/devel/p5-YAML-AppConfig/Makefile Sat Sep 7 13:31:38 2013 (r326635) +++ head/devel/p5-YAML-AppConfig/Makefile Sat Sep 7 14:07:59 2013 (r326636) @@ -1,9 +1,4 @@ -# New ports collection makefile for: YAML::AppConfig -# Date created: 26 Aug 2011 -# Whom: Jun Kuriyama -# # $FreeBSD$ -# PORTNAME= YAML-AppConfig PORTVERSION= 0.16 @@ -20,7 +15,8 @@ RUN_DEPENDS= \ p5-YAML-Syck>0:${PORTSDIR}/textproc/p5-YAML-Syck BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= YAML::AppConfig.3 Modified: head/devel/p5-constant-def/Makefile ============================================================================== --- head/devel/p5-constant-def/Makefile Sat Sep 7 13:31:38 2013 (r326635) +++ head/devel/p5-constant-def/Makefile Sat Sep 7 14:07:59 2013 (r326636) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-constant-def -# Date created: 2009-07-21 -# Whom: Mons Anderson -# +# Created by: Mons Anderson # $FreeBSD$ -# PORTNAME= constant-def PORTVERSION= 0.01 @@ -18,7 +14,8 @@ COMMENT= Declare only undeclared constan BUILD_DEPENDS= p5-ex-lib>=0.06:${PORTSDIR}/devel/p5-ex-lib RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= constant::def.3 constant::abs.3 Modified: head/devel/p5-ex-lib/Makefile ============================================================================== --- head/devel/p5-ex-lib/Makefile Sat Sep 7 13:31:38 2013 (r326635) +++ head/devel/p5-ex-lib/Makefile Sat Sep 7 14:07:59 2013 (r326636) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-ex-lib -# Date created: 2009-01-23 -# Whom: Mons Anderson -# +# Created by: Mons Anderson # $FreeBSD$ -# PORTNAME= ex-lib PORTVERSION= 0.90 @@ -16,7 +12,8 @@ COMMENT= Relative use lib in absolute wa RUN_DEPENDS= p5-lib-abs>=0.90:${PORTSDIR}/devel/p5-lib-abs -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= ex::lib.3