From owner-svn-ports-all@FreeBSD.ORG Sun Sep 8 07:03:36 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 AA17791B; Sun, 8 Sep 2013 07:03: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 7B7972D7C; Sun, 8 Sep 2013 07:03: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 r8873axN050629; Sun, 8 Sep 2013 07:03:36 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8873WcR050607; Sun, 8 Sep 2013 07:03:32 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309080703.r8873WcR050607@svn.freebsd.org> From: Andrej Zverev Date: Sun, 8 Sep 2013 07:03:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326704 - in head/devel: cxxtest p5-Acme-Comment p5-Algorithm-Bucketizer p5-Data-MessagePack-Stream p5-Data-Page-NoTotalEntries p5-Data-Validate p5-DateTime-Format-XSD p5-Devel-Gladiato... 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: Sun, 08 Sep 2013 07:03:36 -0000 Author: az Date: Sun Sep 8 07:03:32 2013 New Revision: 326704 URL: http://svnweb.freebsd.org/changeset/ports/326704 Log: - convert to the new perl5 framework - trim Makefile header Approved by: portmgr (bapt@, blanket) Modified: head/devel/cxxtest/Makefile (contents, props changed) head/devel/p5-Acme-Comment/Makefile head/devel/p5-Algorithm-Bucketizer/Makefile (contents, props changed) head/devel/p5-Data-MessagePack-Stream/Makefile (contents, props changed) head/devel/p5-Data-Page-NoTotalEntries/Makefile (contents, props changed) head/devel/p5-Data-Validate/Makefile (contents, props changed) head/devel/p5-DateTime-Format-XSD/Makefile head/devel/p5-Devel-Gladiator/Makefile head/devel/p5-Event-Notify/Makefile (contents, props changed) head/devel/p5-Luka/Makefile (contents, props changed) head/devel/p5-Paranoid/Makefile (contents, props changed) head/devel/p5-Pid-File-Flock/Makefile (contents, props changed) head/devel/p5-Regexp-Grammars/Makefile head/devel/p5-Stream-Buffered/Makefile (contents, props changed) head/devel/p5-TAP-Formatter-JUnit/Makefile (contents, props changed) head/devel/p5-Term-Sk/Makefile head/devel/p5-Test-Number-Delta/Makefile (contents, props changed) head/devel/p5-asa/Makefile (contents, props changed) head/devel/p5-carton/Makefile (contents, props changed) Modified: head/devel/cxxtest/Makefile ============================================================================== --- head/devel/cxxtest/Makefile Sun Sep 8 06:18:53 2013 (r326703) +++ head/devel/cxxtest/Makefile Sun Sep 8 07:03:32 2013 (r326704) @@ -1,9 +1,5 @@ -# New ports collection makefile for: cxxtest -# Date created: 14 August 2003 -# Whom: andrew morton -# +# Created by: andrew morton # $FreeBSD$ -# PORTNAME= cxxtest PORTVERSION= 3.10.1 @@ -15,7 +11,8 @@ COMMENT= Simple and powerful JUnit/CppUn WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run USE_GMAKE= yes DOCS= README TODO docs/*.html docs/*.png Modified: head/devel/p5-Acme-Comment/Makefile ============================================================================== --- head/devel/p5-Acme-Comment/Makefile Sun Sep 8 06:18:53 2013 (r326703) +++ head/devel/p5-Acme-Comment/Makefile Sun Sep 8 07:03:32 2013 (r326704) @@ -1,9 +1,5 @@ -# New ports collection makefile for: devel/p5-Acme-Comment -# Date created: 2012-07-18 -# Whom: Marcello Coutinho -# +# Created by: Marcello Coutinho # $FreeBSD$ -# PORTNAME= Acme-Comment PORTVERSION= 1.04 @@ -17,7 +13,8 @@ COMMENT= Allow multi-line comments which LICENSE= ART10 GPLv1 LICENSE_COMB= dual -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Acme::Comment.3 Modified: head/devel/p5-Algorithm-Bucketizer/Makefile ============================================================================== --- head/devel/p5-Algorithm-Bucketizer/Makefile Sun Sep 8 06:18:53 2013 (r326703) +++ head/devel/p5-Algorithm-Bucketizer/Makefile Sun Sep 8 07:03:32 2013 (r326704) @@ -17,7 +17,8 @@ BUILD_DEPENDS= p5-Algorithm-Permute>=0:$ p5-Sysadm-Install>=0.23:${PORTSDIR}/sysutils/p5-Sysadm-Install RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= bucketize.1 MAN3= Algorithm::Bucketizer.3 Modified: head/devel/p5-Data-MessagePack-Stream/Makefile ============================================================================== --- head/devel/p5-Data-MessagePack-Stream/Makefile Sun Sep 8 06:18:53 2013 (r326703) +++ head/devel/p5-Data-MessagePack-Stream/Makefile Sun Sep 8 07:03:32 2013 (r326704) @@ -12,7 +12,8 @@ COMMENT= Perl extension for yet another BUILD_DEPENDS= p5-Data-MessagePack>0:${PORTSDIR}/devel/p5-Data-MessagePack -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAKE_JOBS_UNSAFE= yes MAN3= Data::MessagePack::Stream.3 Modified: head/devel/p5-Data-Page-NoTotalEntries/Makefile ============================================================================== --- head/devel/p5-Data-Page-NoTotalEntries/Makefile Sun Sep 8 06:18:53 2013 (r326703) +++ head/devel/p5-Data-Page-NoTotalEntries/Makefile Sun Sep 8 07:03:32 2013 (r326704) @@ -1,9 +1,4 @@ -# New ports collection makefile for: Data::Page::NoTotalEntries -# Date created: 26 Feb 2011 -# Whom: Jun Kuriyama -# # $FreeBSD$ -# PORTNAME= Data-Page-NoTotalEntries PORTVERSION= 0.02 @@ -20,7 +15,8 @@ RUN_DEPENDS= \ BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Data::Page::NoTotalEntries.3 \ Data::Page::README.3 Modified: head/devel/p5-Data-Validate/Makefile ============================================================================== --- head/devel/p5-Data-Validate/Makefile Sun Sep 8 06:18:53 2013 (r326703) +++ head/devel/p5-Data-Validate/Makefile Sun Sep 8 07:03:32 2013 (r326704) @@ -1,9 +1,5 @@ -# New ports collection makefile for: devel/p5-Data-Validate -# Date created: 06 August 2007 -# Whom: Steven Kreuzer -# +# Created by: Steven Kreuzer # $FreeBSD$ -# PORTNAME= Data-Validate PORTVERSION= 0.08 @@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= skreuzer@FreeBSD.org COMMENT= Common data validation methods -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Data::Validate.3 Modified: head/devel/p5-DateTime-Format-XSD/Makefile ============================================================================== --- head/devel/p5-DateTime-Format-XSD/Makefile Sun Sep 8 06:18:53 2013 (r326703) +++ head/devel/p5-DateTime-Format-XSD/Makefile Sun Sep 8 07:03:32 2013 (r326704) @@ -1,9 +1,5 @@ -# New ports collection makefile for: DateTime-Format-XSD -# Date created: 29 oct 2009 -# Whom: Sergey V. Dyatko -# +# Created by: Sergey V. Dyatko # $FreeBSD$ -# PORTNAME= DateTime-Format-XSD PORTVERSION= 0.2 @@ -17,7 +13,8 @@ COMMENT= Format DateTime according to xs BUILD_DEPENDS= p5-DateTime-Format-ISO8601>=0:${PORTSDIR}/devel/p5-DateTime-Format-ISO8601 RUN_DEPENDS= p5-DateTime-Format-ISO8601>=0:${PORTSDIR}/devel/p5-DateTime-Format-ISO8601 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= DateTime::Format::XSD.3 Modified: head/devel/p5-Devel-Gladiator/Makefile ============================================================================== --- head/devel/p5-Devel-Gladiator/Makefile Sun Sep 8 06:18:53 2013 (r326703) +++ head/devel/p5-Devel-Gladiator/Makefile Sun Sep 8 07:03:32 2013 (r326704) @@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= miwi@FreeBSD.org COMMENT= Perl 5 module to walk Perls arena -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Devel::Gladiator.3 Modified: head/devel/p5-Event-Notify/Makefile ============================================================================== --- head/devel/p5-Event-Notify/Makefile Sun Sep 8 06:18:53 2013 (r326703) +++ head/devel/p5-Event-Notify/Makefile Sun Sep 8 07:03:32 2013 (r326704) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Event-Notify -# Date created: 2008-01-03 -# Whom: Masahiro Teramoto -# +# Created by: Masahiro Teramoto # $FreeBSD$ -# PORTNAME= Event-Notify PORTVERSION= 0.00004 @@ -18,7 +14,8 @@ COMMENT= Simple Observer/Notifier BUILD_DEPENDS= p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject RUN_DEPENDS= p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Event::Notify.3 Modified: head/devel/p5-Luka/Makefile ============================================================================== --- head/devel/p5-Luka/Makefile Sun Sep 8 06:18:53 2013 (r326703) +++ head/devel/p5-Luka/Makefile Sun Sep 8 07:03:32 2013 (r326704) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Luka -# Date created: 2006-07-15 -# Whom: Gea-Suan Lin -# +# Created by: Gea-Suan Lin # $FreeBSD$ -# PORTNAME= Luka PORTVERSION= 1.08 @@ -26,7 +22,8 @@ RUN_DEPENDS= p5-Class-Std>=0:${PORTSDIR} p5-What>=0:${PORTSDIR}/net/p5-What BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Luka.3 Luka::Conf.3 Luka::Exceptions.3 Luka::Mailer.3 Modified: head/devel/p5-Paranoid/Makefile ============================================================================== --- head/devel/p5-Paranoid/Makefile Sun Sep 8 06:18:53 2013 (r326703) +++ head/devel/p5-Paranoid/Makefile Sun Sep 8 07:03:32 2013 (r326704) @@ -20,7 +20,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod \ p5-Test-Pod-Coverage>=1:${PORTSDIR}/devel/p5-Test-Pod-Coverage -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= Paranoid::Data.3 \ Paranoid::Log::File.3 \ Modified: head/devel/p5-Pid-File-Flock/Makefile ============================================================================== --- head/devel/p5-Pid-File-Flock/Makefile Sun Sep 8 06:18:53 2013 (r326703) +++ head/devel/p5-Pid-File-Flock/Makefile Sun Sep 8 07:03:32 2013 (r326704) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Pid-File-Flock -# Date created: 2010-01-13 -# Whom: Oleg Mamontov -# +# Created by: Oleg Mamontov # $FreeBSD$ -# PORTNAME= Pid-File-Flock PORTVERSION= 0.08 @@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= oleg@mamontov.net COMMENT= PID file operations -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Pid::File::Flock.3 Modified: head/devel/p5-Regexp-Grammars/Makefile ============================================================================== --- head/devel/p5-Regexp-Grammars/Makefile Sun Sep 8 06:18:53 2013 (r326703) +++ head/devel/p5-Regexp-Grammars/Makefile Sun Sep 8 07:03:32 2013 (r326704) @@ -1,9 +1,5 @@ -# Ports collection makefile for: p5-Regexp-Grammars -# Date created: Mon Sep 27, 2010 -# Whom: Dan Rench -# +# Created by: Dan Rench # $FreeBSD$ -# PORTNAME= Regexp-Grammars PORTVERSION= 1.026 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= citric@cubicone.tmetic.com COMMENT= Add grammatical parsing features to Perl 5.10 regexes -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Regexp::Grammars.3 Modified: head/devel/p5-Stream-Buffered/Makefile ============================================================================== --- head/devel/p5-Stream-Buffered/Makefile Sun Sep 8 06:18:53 2013 (r326703) +++ head/devel/p5-Stream-Buffered/Makefile Sun Sep 8 07:03:32 2013 (r326704) @@ -9,7 +9,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension for temporary buffer to save bytes -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Stream::Buffered.3 Modified: head/devel/p5-TAP-Formatter-JUnit/Makefile ============================================================================== --- head/devel/p5-TAP-Formatter-JUnit/Makefile Sun Sep 8 06:18:53 2013 (r326703) +++ head/devel/p5-TAP-Formatter-JUnit/Makefile Sun Sep 8 07:03:32 2013 (r326704) @@ -1,9 +1,4 @@ -# New ports collection makefile for: TAP::Formatter::JUnit -# Date created: 10 Apr 2009 -# Whom: Jun Kuriyama -# # $FreeBSD$ -# PORTNAME= TAP-Formatter-JUnit PORTVERSION= 0.09 @@ -24,7 +19,8 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-Differences>=0.61:${PORTSDIR}/devel/p5-Test-Differences \ p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN1= tap2junit.1 MAN3= TAP::Formatter::JUnit.3 \ Modified: head/devel/p5-Term-Sk/Makefile ============================================================================== --- head/devel/p5-Term-Sk/Makefile Sun Sep 8 06:18:53 2013 (r326703) +++ head/devel/p5-Term-Sk/Makefile Sun Sep 8 07:03:32 2013 (r326704) @@ -13,7 +13,8 @@ COMMENT= Perl extension to display a pro LICENSE= ART10 GPLv1 LICENSE_COMB= dual -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Term::Sk.3 Modified: head/devel/p5-Test-Number-Delta/Makefile ============================================================================== --- head/devel/p5-Test-Number-Delta/Makefile Sun Sep 8 06:18:53 2013 (r326703) +++ head/devel/p5-Test-Number-Delta/Makefile Sun Sep 8 07:03:32 2013 (r326704) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Test-Number-Delta -# Date created: 2006-07-22 -# Whom: Jin-Shan Tseng -# +# Created by: Jin-Shan Tseng # $FreeBSD$ -# PORTNAME= Test-Number-Delta PORTVERSION= 1.03 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= tjs@cdpa.nsysu.edu.tw COMMENT= Compare the difference between two numbers within a specified amount -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Test::Number::Delta.3 Modified: head/devel/p5-asa/Makefile ============================================================================== --- head/devel/p5-asa/Makefile Sun Sep 8 06:18:53 2013 (r326703) +++ head/devel/p5-asa/Makefile Sun Sep 8 07:03:32 2013 (r326704) @@ -1,9 +1,4 @@ -# New ports collection makefile for: p5-asa -# Date created: 16 Apr 2010 -# Whom: Jun Kuriyama -# # $FreeBSD$ -# PORTNAME= asa PORTVERSION= 1.03 @@ -15,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension to say your class/object working like something else -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= asa.3 Modified: head/devel/p5-carton/Makefile ============================================================================== --- head/devel/p5-carton/Makefile Sun Sep 8 06:18:53 2013 (r326703) +++ head/devel/p5-carton/Makefile Sun Sep 8 07:03:32 2013 (r326704) @@ -24,7 +24,8 @@ RUN_DEPENDS= \ p5-local-lib>=1.008:${PORTSDIR}/devel/p5-local-lib BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Carton.3 \ Carton::Doc::Check.3 \