From owner-svn-ports-head@FreeBSD.ORG Mon Sep 9 08:21:36 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 B3C3430D; Mon, 9 Sep 2013 08:21:36 +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 854F32EC5; Mon, 9 Sep 2013 08:21:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r898LadW063461; Mon, 9 Sep 2013 08:21:36 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r898LWPC063424; Mon, 9 Sep 2013 08:21:32 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309090821.r898LWPC063424@svn.freebsd.org> From: Andrej Zverev Date: Mon, 9 Sep 2013 08:21:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326784 - in head/devel: R-cran-gdata p5-CPAN-Inject p5-CPAN-SQLite p5-Class-Declare p5-Date-Manip p5-DateTime-Calendar-Chinese p5-DateTime-Format-Natural p5-Devel-SimpleTrace p5-Glib2 ... 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 08:21:36 -0000 Author: az Date: Mon Sep 9 08:21:32 2013 New Revision: 326784 URL: http://svnweb.freebsd.org/changeset/ports/326784 Log: - convert to the new perl5 framework - trim Makefile header Approved by: portmgr (bapt@, blanket) Modified: head/devel/R-cran-gdata/Makefile head/devel/p5-CPAN-Inject/Makefile head/devel/p5-CPAN-SQLite/Makefile (contents, props changed) head/devel/p5-Class-Declare/Makefile (contents, props changed) head/devel/p5-Date-Manip/Makefile head/devel/p5-DateTime-Calendar-Chinese/Makefile (contents, props changed) head/devel/p5-DateTime-Format-Natural/Makefile head/devel/p5-Devel-SimpleTrace/Makefile (contents, props changed) head/devel/p5-Glib2/Makefile head/devel/p5-IPC-Signal/Makefile (contents, props changed) head/devel/p5-Log-Any/Makefile (contents, props changed) head/devel/p5-Module-Collect/Makefile (contents, props changed) head/devel/p5-POE-API-Peek/Makefile (contents, props changed) head/devel/p5-Parallel-Iterator/Makefile (contents, props changed) head/devel/p5-Parse-Yapp/Makefile (contents, props changed) head/devel/p5-PerlIO-eol/Makefile (contents, props changed) head/devel/p5-SVN-Notify-Filter-Markdown/Makefile (contents, props changed) head/devel/p5-String-Formatter/Makefile (contents, props changed) head/devel/p5-Term-ReadKey/Makefile (contents, props changed) Modified: head/devel/R-cran-gdata/Makefile ============================================================================== --- head/devel/R-cran-gdata/Makefile Mon Sep 9 08:07:22 2013 (r326783) +++ head/devel/R-cran-gdata/Makefile Mon Sep 9 08:21:32 2013 (r326784) @@ -13,7 +13,8 @@ LICENSE= GPLv2 RUN_DEPENDS= R-cran-gtools>0:${PORTSDIR}/devel/R-cran-gtools -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run USE_R_MOD= yes R_MOD_AUTOPLIST= yes Modified: head/devel/p5-CPAN-Inject/Makefile ============================================================================== --- head/devel/p5-CPAN-Inject/Makefile Mon Sep 9 08:07:22 2013 (r326783) +++ head/devel/p5-CPAN-Inject/Makefile Mon Sep 9 08:21:32 2013 (r326784) @@ -22,7 +22,8 @@ TEST_DEPENDS= p5-Test-Script-Run>=1.02:$ p5-Compress-Bzip2>=0:${PORTSDIR}/archivers/p5-Compress-Bzip2 \ p5-Test-Script>=1.02:${PORTSDIR}/devel/p5-Test-Script -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN1= cpaninject.1 MAN3= CPAN::Inject.3 Modified: head/devel/p5-CPAN-SQLite/Makefile ============================================================================== --- head/devel/p5-CPAN-SQLite/Makefile Mon Sep 9 08:07:22 2013 (r326783) +++ head/devel/p5-CPAN-SQLite/Makefile Mon Sep 9 08:21:32 2013 (r326784) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Class-Gomor -# Date created: 09 Jan 2007 -# Whom: Christopher Boumenot -# +# Created by: Christopher Boumenot # $FreeBSD$ -# PORTNAME= CPAN-SQLite PORTVERSION= 0.199 @@ -24,7 +20,8 @@ BUILD_DEPENDS= p5-DBD-SQLite>=0:${PORTSD p5-PathTools>=0:${PORTSDIR}/devel/p5-PathTools RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= cpandb.1 MAN3= CPAN::SQLite::Index.3 \ Modified: head/devel/p5-Class-Declare/Makefile ============================================================================== --- head/devel/p5-Class-Declare/Makefile Mon Sep 9 08:07:22 2013 (r326783) +++ head/devel/p5-Class-Declare/Makefile Mon Sep 9 08:21:32 2013 (r326784) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Class-Declare -# Date created: 12 January 2009 -# Whom: kevit -# +# Created by: kevit # $FreeBSD$ -# PORTNAME= Class-Declare PORTVERSION= 0.17 @@ -17,7 +13,8 @@ COMMENT= Perl module for declare classes BUILD_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Class::Declare::Dump.3 Class::Declare.3 Class::Declare::Hash.3 .include Modified: head/devel/p5-Date-Manip/Makefile ============================================================================== --- head/devel/p5-Date-Manip/Makefile Mon Sep 9 08:07:22 2013 (r326783) +++ head/devel/p5-Date-Manip/Makefile Mon Sep 9 08:21:32 2013 (r326784) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Date-Manip -# Date created: April 28th 1996 -# Whom: James FitzGibbon -# +# Created by: James FitzGibbon # $FreeBSD$ -# PORTNAME= Date-Manip PORTVERSION= 6.34 @@ -19,7 +15,8 @@ BUILD_DEPENDS= p5-YAML-Syck>=1.15:${PORT RUN_DEPENDS= p5-YAML-Syck>=1.15:${PORTSDIR}/textproc/p5-YAML-Syck TEST_DEPENDS= p5-Test-Inter>=0:${PORTSDIR}/devel/p5-Test-Inter -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN1= dm_date.1 dm_zdump.1 MAN3= Date::Manip.3 Date::Manip::Base.3 Date::Manip::Calc.3 \ Modified: head/devel/p5-DateTime-Calendar-Chinese/Makefile ============================================================================== --- head/devel/p5-DateTime-Calendar-Chinese/Makefile Mon Sep 9 08:07:22 2013 (r326783) +++ head/devel/p5-DateTime-Calendar-Chinese/Makefile Mon Sep 9 08:21:32 2013 (r326784) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-DateTime-Calendar-Chinese -# Date created: 2007-11-06 -# Whom: Masahiro Teramoto -# +# Created by: Masahiro Teramoto # $FreeBSD$ -# PORTNAME= DateTime-Calendar-Chinese PORTVERSION= 1.00 @@ -21,7 +17,8 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-DateTime-Event-Chinese>=1.00:${PORTSDIR}/devel/p5-DateTime-Event-Chinese RUN_DEPENDS= p5-DateTime-Event-Chinese>=1.00:${PORTSDIR}/devel/p5-DateTime-Event-Chinese -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= DateTime::Calendar::Chinese.3 Modified: head/devel/p5-DateTime-Format-Natural/Makefile ============================================================================== --- head/devel/p5-DateTime-Format-Natural/Makefile Mon Sep 9 08:07:22 2013 (r326783) +++ head/devel/p5-DateTime-Format-Natural/Makefile Mon Sep 9 08:21:32 2013 (r326784) @@ -20,7 +20,8 @@ BUILD_DEPENDS= p5-boolean>=0:${PORTSDIR} RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-MockTime>=0:${PORTSDIR}/devel/p5-Test-MockTime -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN1= dateparse.1 Modified: head/devel/p5-Devel-SimpleTrace/Makefile ============================================================================== --- head/devel/p5-Devel-SimpleTrace/Makefile Mon Sep 9 08:07:22 2013 (r326783) +++ head/devel/p5-Devel-SimpleTrace/Makefile Mon Sep 9 08:21:32 2013 (r326784) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Devel-SimpleTrace -# Date created: 4 January 2006 -# Whom: estith -# +# Created by: estith # $FreeBSD$ -# PORTNAME= Devel-SimpleTrace PORTVERSION= 0.08 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= lippe@FreeBSD.org COMMENT= Perl module for better stack traces on interpreter-generated warn/die -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure BUILD_DEPENDS= p5-Data-Dumper>=0:${PORTSDIR}/devel/p5-Data-Dumper RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/devel/p5-Glib2/Makefile ============================================================================== --- head/devel/p5-Glib2/Makefile Mon Sep 9 08:07:22 2013 (r326783) +++ head/devel/p5-Glib2/Makefile Mon Sep 9 08:21:32 2013 (r326784) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Glib2 -# Date created: 26 Oct 2003 -# Whom: clsung@dragon2.net -# +# Created by: clsung@dragon2.net # $FreeBSD$ -# PORTNAME= Glib2 PORTVERSION= 1.280 @@ -21,7 +17,8 @@ BUILD_DEPENDS= p5-ExtUtils-Depends>=0.30 p5-ExtUtils-PkgConfig>=1:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig USE_GNOME= glib20 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAKE_JOBS_UNSAFE= yes WRKSRC= ${WRKDIR}/${PORTNAME:S/2//}-${PORTVERSION} Modified: head/devel/p5-IPC-Signal/Makefile ============================================================================== --- head/devel/p5-IPC-Signal/Makefile Mon Sep 9 08:07:22 2013 (r326783) +++ head/devel/p5-IPC-Signal/Makefile Mon Sep 9 08:21:32 2013 (r326784) @@ -1,9 +1,5 @@ -# New ports collection makefile for: devel/p5-IPC-Signal -# Date created: 01 October 2006 -# Whom: Rouslan Iskhakov -# +# Created by: Rouslan Iskhakov # $FreeBSD$ -# PORTNAME= IPC-Signal PORTVERSION= 1.00 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= rouslan@rshell.net COMMENT= IPC::Signal - Utility functions dealing with signals -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= IPC::Signal.3 Modified: head/devel/p5-Log-Any/Makefile ============================================================================== --- head/devel/p5-Log-Any/Makefile Mon Sep 9 08:07:22 2013 (r326783) +++ head/devel/p5-Log-Any/Makefile Mon Sep 9 08:21:32 2013 (r326784) @@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension to bring loggers and listeners together -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Log::Any.3 \ Log::Any::Adapter::Core.3 \ Modified: head/devel/p5-Module-Collect/Makefile ============================================================================== --- head/devel/p5-Module-Collect/Makefile Mon Sep 9 08:07:22 2013 (r326783) +++ head/devel/p5-Module-Collect/Makefile Mon Sep 9 08:21:32 2013 (r326784) @@ -1,9 +1,4 @@ -# New ports collection makefile for: Module::Collect -# Date created: 22 Jan 2009 -# Whom: Jun Kuriyama -# # $FreeBSD$ -# PORTNAME= Module-Collect PORTVERSION= 0.06 @@ -18,7 +13,8 @@ RUN_DEPENDS= \ p5-File-Find-Rule>0:${PORTSDIR}/devel/p5-File-Find-Rule BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Module::Collect.3 \ Module::README.3 \ Modified: head/devel/p5-POE-API-Peek/Makefile ============================================================================== --- head/devel/p5-POE-API-Peek/Makefile Mon Sep 9 08:07:22 2013 (r326783) +++ head/devel/p5-POE-API-Peek/Makefile Mon Sep 9 08:21:32 2013 (r326784) @@ -1,9 +1,5 @@ -# New ports collection makefile for: POE-API-Peek -# Date created: 11 November 2003 -# Whom: Sergey Skvortsov -# +# Created by: Sergey Skvortsov # $FreeBSD$ -# PORTNAME= POE-API-Peek DISTVERSION= 2.20 @@ -23,7 +19,8 @@ BUILD_DEPENDS= p5-POE>=1.311:${PORTSDIR} p5-Devel-Size>0:${PORTSDIR}/devel/p5-Devel-Size RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure INSTALL_TARGET= pure_install MAN3= POE::API::Peek.3 Modified: head/devel/p5-Parallel-Iterator/Makefile ============================================================================== --- head/devel/p5-Parallel-Iterator/Makefile Mon Sep 9 08:07:22 2013 (r326783) +++ head/devel/p5-Parallel-Iterator/Makefile Mon Sep 9 08:21:32 2013 (r326784) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Parallel-Iterator -# Date created: 2010-09-30 -# Whom: Frederic Culot -# +# Created by: Frederic Culot # $FreeBSD$ -# PORTNAME= Parallel-Iterator PORTVERSION= 1.00 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= culot@FreeBSD.org COMMENT= Simple parallel execution -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Parallel::Iterator.3 Modified: head/devel/p5-Parse-Yapp/Makefile ============================================================================== --- head/devel/p5-Parse-Yapp/Makefile Mon Sep 9 08:07:22 2013 (r326783) +++ head/devel/p5-Parse-Yapp/Makefile Mon Sep 9 08:21:32 2013 (r326784) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Parse-Yapp -# Date created: 22 September 2001 -# Whom: Michael Lyngbøl -# +# Created by: Michael Lyngbøl # $FreeBSD$ -# PORTNAME= Parse-Yapp PORTVERSION= 1.05 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= lyngbol@wheel.dk COMMENT= Perl extension for generating and using LALR parsers -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= yapp.1 MAN3= Parse::Yapp.3 Modified: head/devel/p5-PerlIO-eol/Makefile ============================================================================== --- head/devel/p5-PerlIO-eol/Makefile Mon Sep 9 08:07:22 2013 (r326783) +++ head/devel/p5-PerlIO-eol/Makefile Mon Sep 9 08:21:32 2013 (r326784) @@ -1,9 +1,5 @@ -# New ports collection makefile for: devel/p5-PerlIO-eol -# Date created: Oct 19 2004 -# Whom: Rong-En Fan -# +# Created by: Rong-En Fan # $FreeBSD$ -# PORTNAME= PerlIO-eol PORTVERSION= 0.14 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= rafan@FreeBSD.org COMMENT= PerlIO layer for normalizing line endings -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= PerlIO::eol.3 Modified: head/devel/p5-SVN-Notify-Filter-Markdown/Makefile ============================================================================== --- head/devel/p5-SVN-Notify-Filter-Markdown/Makefile Mon Sep 9 08:07:22 2013 (r326783) +++ head/devel/p5-SVN-Notify-Filter-Markdown/Makefile Mon Sep 9 08:21:32 2013 (r326784) @@ -1,9 +1,5 @@ -# New ports collection makefile for: SVN-Notify-Filter-Markdown -# Date created: 2008-04-21 -# Whom: Greg Larkin -# +# Created by: Greg Larkin # $FreeBSD$ -# PORTNAME= SVN-Notify-Filter-Markdown PORTVERSION= 0.05 @@ -21,7 +17,8 @@ BUILD_DEPENDS= p5-SVN-Notify>=2.70:${POR p5-Text-Markdown>=1.04:${PORTSDIR}/textproc/p5-Text-Markdown \ p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= SVN::Notify::Filter::Markdown.3 Modified: head/devel/p5-String-Formatter/Makefile ============================================================================== --- head/devel/p5-String-Formatter/Makefile Mon Sep 9 08:07:22 2013 (r326783) +++ head/devel/p5-String-Formatter/Makefile Mon Sep 9 08:21:32 2013 (r326784) @@ -1,9 +1,5 @@ -# New ports collection makefile for: devel/p5-String-Formatter -# Date created: 2011-09-19 -# Whom: Geraud CONTINSOUZAS -# +# Created by: Geraud CONTINSOUZAS # $FreeBSD$ -# PORTNAME= String-Formatter PORTVERSION= 0.102082 @@ -20,7 +16,8 @@ RUN_DEPENDS= p5-Params-Util>=0:${PORTSDI p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= String::Formatter.3 \ String::Formatter::Cookbook.3 Modified: head/devel/p5-Term-ReadKey/Makefile ============================================================================== --- head/devel/p5-Term-ReadKey/Makefile Mon Sep 9 08:07:22 2013 (r326783) +++ head/devel/p5-Term-ReadKey/Makefile Mon Sep 9 08:21:32 2013 (r326784) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Term-ReadKey -# Date created: June 26th 1997 -# Whom: James FitzGibbon -# +# Created by: James FitzGibbon # $FreeBSD$ -# PORTNAME= Term-ReadKey PORTVERSION= 2.30 @@ -15,7 +11,8 @@ DISTNAME= TermReadKey-${PORTVERSION} MAINTAINER= demon@FreeBSD.org COMMENT= A perl5 module for simple terminal control -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Term::ReadKey.3