From owner-svn-ports-head@FreeBSD.ORG Tue Sep 10 06:44:15 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 9A7F27D; Tue, 10 Sep 2013 06:44:15 +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 86B7E2E65; Tue, 10 Sep 2013 06:44:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8A6iFaB073202; Tue, 10 Sep 2013 06:44:15 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8A6iBXT073174; Tue, 10 Sep 2013 06:44:11 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309100644.r8A6iBXT073174@svn.freebsd.org> From: Andrej Zverev Date: Tue, 10 Sep 2013 06:44:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326868 - in head/devel: cscout p5-CPAN-Reporter p5-Child p5-Class-Accessor-Constructor p5-Data-Hierarchy p5-Data-Miscellany p5-DateTime-Event-Lunar p5-FileHandle-Fmode p5-Hash-AutoHash... 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: Tue, 10 Sep 2013 06:44:15 -0000 Author: az Date: Tue Sep 10 06:44:11 2013 New Revision: 326868 URL: http://svnweb.freebsd.org/changeset/ports/326868 Log: - convert to the new perl5 framework - trim Makefile header Approved by: portmgr (bapt@, blanket) Modified: head/devel/cscout/Makefile (contents, props changed) head/devel/p5-CPAN-Reporter/Makefile (contents, props changed) head/devel/p5-Child/Makefile (contents, props changed) head/devel/p5-Class-Accessor-Constructor/Makefile (contents, props changed) head/devel/p5-Data-Hierarchy/Makefile (contents, props changed) head/devel/p5-Data-Miscellany/Makefile (contents, props changed) head/devel/p5-DateTime-Event-Lunar/Makefile (contents, props changed) head/devel/p5-FileHandle-Fmode/Makefile head/devel/p5-Hash-AutoHash/Makefile (contents, props changed) head/devel/p5-IO-KQueue/Makefile (contents, props changed) head/devel/p5-Log-Any-Adapter-Syslog/Makefile head/devel/p5-MouseX-Types/Makefile (contents, props changed) head/devel/p5-Parse-Win32Registry/Makefile (contents, props changed) head/devel/p5-Pipeline/Makefile (contents, props changed) head/devel/p5-Test-Spelling/Makefile (contents, props changed) head/devel/p5-Test-Timer/Makefile (contents, props changed) head/devel/p5-Uniq/Makefile (contents, props changed) head/devel/p5-constant/Makefile head/devel/p5-indirect/Makefile (contents, props changed) Modified: head/devel/cscout/Makefile ============================================================================== --- head/devel/cscout/Makefile Tue Sep 10 06:28:22 2013 (r326867) +++ head/devel/cscout/Makefile Tue Sep 10 06:44:11 2013 (r326868) @@ -1,9 +1,5 @@ -# New ports collection makefile for: cscout -# Date created: 07. Jul 2003 -# Whom: netchild@FreeBSD.org -# +# Created by: netchild@FreeBSD.org # $FreeBSD$ -# PORTNAME= cscout PORTVERSION= 2.7 @@ -20,7 +16,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVER NO_BUILD= yes ONLY_FOR_ARCHS= i386 amd64 sparc64 ONLY_FOR_ARCHS_REASON= The port fetches and installs precompiled binaries -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run MAN1= cscout.1 cswc.1 Modified: head/devel/p5-CPAN-Reporter/Makefile ============================================================================== --- head/devel/p5-CPAN-Reporter/Makefile Tue Sep 10 06:28:22 2013 (r326867) +++ head/devel/p5-CPAN-Reporter/Makefile Tue Sep 10 06:44:11 2013 (r326868) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-CPAN-Reporter -# Date created: 2011-02-04 -# Whom: Steve Wills -# +# Created by: Steve Wills # $FreeBSD$ -# PORTNAME= CPAN-Reporter PORTVERSION= 1.2006 @@ -29,7 +25,8 @@ BUILD_DEPENDS= p5-Archive-Tar>0:${PORTSD p5-Tee>0:${PORTSDIR}/devel/p5-Tee RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= CPAN::Reporter::API.3 CPAN::Reporter::Config.3 \ CPAN::Reporter::History.3 CPAN::Reporter::PrereqCheck.3 \ Modified: head/devel/p5-Child/Makefile ============================================================================== --- head/devel/p5-Child/Makefile Tue Sep 10 06:28:22 2013 (r326867) +++ head/devel/p5-Child/Makefile Tue Sep 10 06:44:11 2013 (r326868) @@ -1,9 +1,5 @@ -# Ports collection makefile for: p5-Child -# Date created: Sat Jul 31, 2010 -# Whom: Dan Rench -# +# Created by: Dan Rench # $FreeBSD$ -# PORTNAME= Child PORTVERSION= 0.009 @@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= citric@cubicone.tmetic.com COMMENT= Object oriented simple interface to fork() -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Child.3 \ Child::IPC::Pipe.3 \ Modified: head/devel/p5-Class-Accessor-Constructor/Makefile ============================================================================== --- head/devel/p5-Class-Accessor-Constructor/Makefile Tue Sep 10 06:28:22 2013 (r326867) +++ head/devel/p5-Class-Accessor-Constructor/Makefile Tue Sep 10 06:44:11 2013 (r326868) @@ -16,7 +16,8 @@ RUN_DEPENDS= \ p5-Data-Inherited>0:${PORTSDIR}/devel/p5-Data-Inherited BUILD_DEPENDS= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Class::Accessor::Constructor.3 \ Class::Accessor::Constructor::Base.3 Modified: head/devel/p5-Data-Hierarchy/Makefile ============================================================================== --- head/devel/p5-Data-Hierarchy/Makefile Tue Sep 10 06:28:22 2013 (r326867) +++ head/devel/p5-Data-Hierarchy/Makefile Tue Sep 10 06:44:11 2013 (r326868) @@ -1,9 +1,5 @@ -# New ports collection makefile for: devel/p5-Data-Hierarchy -# Date created: Mar 15 2004 -# Whom: Autrijus Tang -# +# Created by: Autrijus Tang # $FreeBSD$ -# PORTNAME= Data-Hierarchy PORTVERSION= 0.34 @@ -16,7 +12,8 @@ COMMENT= Handle data in a hierarchical s TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Data::Hierarchy.3 Modified: head/devel/p5-Data-Miscellany/Makefile ============================================================================== --- head/devel/p5-Data-Miscellany/Makefile Tue Sep 10 06:28:22 2013 (r326867) +++ head/devel/p5-Data-Miscellany/Makefile Tue Sep 10 06:44:11 2013 (r326868) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Data-Miscellany -# Date created: 2010-11-28 -# Whom: Gea-Suan Lin -# +# Created by: Gea-Suan Lin # $FreeBSD$ -# PORTNAME= Data-Miscellany PORTVERSION= 1.100850 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= gslin@gslin.org COMMENT= Collection of miscellaneous subroutines -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Data::Miscellany.3 Modified: head/devel/p5-DateTime-Event-Lunar/Makefile ============================================================================== --- head/devel/p5-DateTime-Event-Lunar/Makefile Tue Sep 10 06:28:22 2013 (r326867) +++ head/devel/p5-DateTime-Event-Lunar/Makefile Tue Sep 10 06:44:11 2013 (r326868) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-DateTime-Event-Lunar -# Date created: 2007-11-04 -# Whom: Masahiro Teramoto -# +# Created by: Masahiro Teramoto # $FreeBSD$ -# PORTNAME= DateTime-Event-Lunar PORTVERSION= 0.06 @@ -21,7 +17,8 @@ BUILD_DEPENDS= p5-DateTime>=0:${PORTSDIR p5-Math-Round>=0:${PORTSDIR}/math/p5-Math-Round RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= DateTime::Event::Lunar.3 Modified: head/devel/p5-FileHandle-Fmode/Makefile ============================================================================== --- head/devel/p5-FileHandle-Fmode/Makefile Tue Sep 10 06:28:22 2013 (r326867) +++ head/devel/p5-FileHandle-Fmode/Makefile Tue Sep 10 06:44:11 2013 (r326868) @@ -12,6 +12,7 @@ COMMENT= Module to determine if a fileha MAN3= FileHandle::Fmode.3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include Modified: head/devel/p5-Hash-AutoHash/Makefile ============================================================================== --- head/devel/p5-Hash-AutoHash/Makefile Tue Sep 10 06:28:22 2013 (r326867) +++ head/devel/p5-Hash-AutoHash/Makefile Tue Sep 10 06:44:11 2013 (r326868) @@ -19,7 +19,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} \ p5-Tie-ToObject>0:${PORTSDIR}/devel/p5-Tie-ToObject TEST_DEPENDS= p5-Test-Deep>0.11:${PORTSDIR}/devel/p5-Test-Deep -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Hash::AutoHash.3 Modified: head/devel/p5-IO-KQueue/Makefile ============================================================================== --- head/devel/p5-IO-KQueue/Makefile Tue Sep 10 06:28:22 2013 (r326867) +++ head/devel/p5-IO-KQueue/Makefile Tue Sep 10 06:44:11 2013 (r326868) @@ -1,9 +1,4 @@ -# New ports collection makefile for: p5-IO-KQueue -# Date Created: 8 Dec, 2005 -# Whom: Jun Kuriyama -# # $FreeBSD$ -# PORTNAME= IO-KQueue PORTVERSION= 0.34 @@ -14,7 +9,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl interface to the BSD kqueue system call -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= IO::KQueue.3 Modified: head/devel/p5-Log-Any-Adapter-Syslog/Makefile ============================================================================== --- head/devel/p5-Log-Any-Adapter-Syslog/Makefile Tue Sep 10 06:28:22 2013 (r326867) +++ head/devel/p5-Log-Any-Adapter-Syslog/Makefile Tue Sep 10 06:44:11 2013 (r326868) @@ -20,7 +20,8 @@ TEST_DEPENDS= p5-Test-Exception>=0:${POR p5-Test-MockModule>=0:${PORTSDIR}/devel/p5-Test-MockModule \ p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Log::Any::Adapter::Syslog.3 Modified: head/devel/p5-MouseX-Types/Makefile ============================================================================== --- head/devel/p5-MouseX-Types/Makefile Tue Sep 10 06:28:22 2013 (r326867) +++ head/devel/p5-MouseX-Types/Makefile Tue Sep 10 06:44:11 2013 (r326868) @@ -1,9 +1,4 @@ -# New ports collection makefile for: MouseX::Types -# Date created: 20 Jan 2009 -# Whom: Jun Kuriyama -# # $FreeBSD$ -# PORTNAME= MouseX-Types PORTVERSION= 0.06 @@ -21,7 +16,8 @@ RUN_DEPENDS= \ BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= MouseX::Types.3 \ MouseX::Types::Moose.3 \ Modified: head/devel/p5-Parse-Win32Registry/Makefile ============================================================================== --- head/devel/p5-Parse-Win32Registry/Makefile Tue Sep 10 06:28:22 2013 (r326867) +++ head/devel/p5-Parse-Win32Registry/Makefile Tue Sep 10 06:44:11 2013 (r326868) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Parse-Win32Registry -# Date created: 24 December 2010 -# Whom: Nobutaka Mantani -# +# Created by: Nobutaka Mantani # $FreeBSD$ -# PORTNAME= Parse-Win32Registry PORTVERSION= 1.0 @@ -17,7 +13,8 @@ COMMENT= A Perl extension for parsing Wi LICENSE_COMB= dual LICENSE= ART10 GPLv1 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Parse::Win32Registry.3 Modified: head/devel/p5-Pipeline/Makefile ============================================================================== --- head/devel/p5-Pipeline/Makefile Tue Sep 10 06:28:22 2013 (r326867) +++ head/devel/p5-Pipeline/Makefile Tue Sep 10 06:44:11 2013 (r326868) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Pipeline -# Date Created: 11 June 2006 -# Whom: Rouslan Iskhakov -# +# Created by: Rouslan Iskhakov # $FreeBSD$ -# PORTNAME= Pipeline PORTVERSION= 3.12 @@ -24,7 +20,8 @@ BUILD_DEPENDS= p5-Class-ISA>=0:${PORTSDI p5-Data-Structure-Util>=0:${PORTSDIR}/devel/p5-Data-Structure-Util RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Pipeline::Segment.3 Pipeline::Store::ISA.3 Pipeline.3 \ Pipeline::Segment::Async::Handler.3 Pipeline::Analyser.3 \ Modified: head/devel/p5-Test-Spelling/Makefile ============================================================================== --- head/devel/p5-Test-Spelling/Makefile Tue Sep 10 06:28:22 2013 (r326867) +++ head/devel/p5-Test-Spelling/Makefile Tue Sep 10 06:44:11 2013 (r326868) @@ -17,7 +17,8 @@ RUN_DEPENDS= p5-Pod-Spell>=0:${PORTSDIR} p5-IPC-Run3>=0:${PORTSDIR}/devel/p5-IPC-Run3 TEST_DEPENDS= p5-Test-Tester>=0:${PORTSDIR}/devel/p5-Test-Tester -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Test::Spelling.3 Modified: head/devel/p5-Test-Timer/Makefile ============================================================================== --- head/devel/p5-Test-Timer/Makefile Tue Sep 10 06:28:22 2013 (r326867) +++ head/devel/p5-Test-Timer/Makefile Tue Sep 10 06:44:11 2013 (r326868) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Test-Timer -# Date created: 2011-10-06 -# Whom: Steve Wills -# +# Created by: Steve Wills # $FreeBSD$ -# PORTNAME= Test-Timer PORTVERSION= 0.05 @@ -22,7 +18,8 @@ TEST_DEPENDS= p5-Test-Exception>=0:${POR PKGNAMEPREFIX= p5- -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Test::Timer.3 Test::Timer::TimeoutException.3 Modified: head/devel/p5-Uniq/Makefile ============================================================================== --- head/devel/p5-Uniq/Makefile Tue Sep 10 06:28:22 2013 (r326867) +++ head/devel/p5-Uniq/Makefile Tue Sep 10 06:44:11 2013 (r326868) @@ -11,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ehaupt@FreeBSD.org COMMENT= Perl extension for managing a uniq list of values -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Uniq.3 Modified: head/devel/p5-constant/Makefile ============================================================================== --- head/devel/p5-constant/Makefile Tue Sep 10 06:28:22 2013 (r326867) +++ head/devel/p5-constant/Makefile Tue Sep 10 06:44:11 2013 (r326868) @@ -11,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= tj@FreeBSD.org COMMENT= Perl pragma to declare constants -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= constant.3 Modified: head/devel/p5-indirect/Makefile ============================================================================== --- head/devel/p5-indirect/Makefile Tue Sep 10 06:28:22 2013 (r326867) +++ head/devel/p5-indirect/Makefile Tue Sep 10 06:44:11 2013 (r326868) @@ -14,7 +14,8 @@ COMMENT= Lexically warn about using the LICENSE= ART10 GPLv1 LICENSE_COMB= dual -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= indirect.3