From owner-svn-ports-all@FreeBSD.ORG Sun Sep 8 14:47:41 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 AD641D60; Sun, 8 Sep 2013 14:47:41 +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 7E9B62168; Sun, 8 Sep 2013 14:47:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r88Elfcr033813; Sun, 8 Sep 2013 14:47:41 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r88Elbhc033782; Sun, 8 Sep 2013 14:47:37 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309081447.r88Elbhc033782@svn.freebsd.org> From: Andrej Zverev Date: Sun, 8 Sep 2013 14:47:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326734 - in head/devel: cvs2html cvschk p5-Carp-Datum p5-Config-General p5-Data-Inherited p5-Date-Roman p5-Event-Join p5-Event-Lib p5-File-Temp p5-File-Tempdir p5-Gtk2-Notify p5-Gtk2-S... 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 14:47:41 -0000 Author: az Date: Sun Sep 8 14:47:37 2013 New Revision: 326734 URL: http://svnweb.freebsd.org/changeset/ports/326734 Log: - convert to the new perl5 framework - trim Makefile header Approved by: portmgr (bapt@, blanket) Modified: head/devel/cvs2html/Makefile (contents, props changed) head/devel/cvschk/Makefile (contents, props changed) head/devel/p5-Carp-Datum/Makefile (contents, props changed) head/devel/p5-Config-General/Makefile (contents, props changed) head/devel/p5-Data-Inherited/Makefile (contents, props changed) head/devel/p5-Date-Roman/Makefile (contents, props changed) head/devel/p5-Event-Join/Makefile (contents, props changed) head/devel/p5-Event-Lib/Makefile (contents, props changed) head/devel/p5-File-Temp/Makefile (contents, props changed) head/devel/p5-File-Tempdir/Makefile (contents, props changed) head/devel/p5-Gtk2-Notify/Makefile (contents, props changed) head/devel/p5-Gtk2-Spell/Makefile (contents, props changed) head/devel/p5-IO-All-LWP/Makefile (contents, props changed) head/devel/p5-IO-Digest/Makefile (contents, props changed) head/devel/p5-Moose-Autobox/Makefile head/devel/p5-POE-Component-IKC/Makefile (contents, props changed) head/devel/p5-Perl-Metrics-Lite/Makefile (contents, props changed) head/devel/p5-Tie-Simple/Makefile (contents, props changed) head/devel/p5-Tree-Simple/Makefile (contents, props changed) Modified: head/devel/cvs2html/Makefile ============================================================================== --- head/devel/cvs2html/Makefile Sun Sep 8 14:44:57 2013 (r326733) +++ head/devel/cvs2html/Makefile Sun Sep 8 14:47:37 2013 (r326734) @@ -1,9 +1,5 @@ -# New ports collection makefile for: cvs2html -# Date created: Sun 02 Jul 2000 -# Whom: will -# +# Created by: will # $FreeBSD$ -# PORTNAME= cvs2html PORTVERSION= 1.98 @@ -21,7 +17,7 @@ COMMENT= Perl script to turn ``cvs log'' LICENSE= GPLv2 PLIST_FILES= bin/cvs2html -USE_PERL5= yes +USES= perl5 NO_BUILD= yes do-extract: Modified: head/devel/cvschk/Makefile ============================================================================== --- head/devel/cvschk/Makefile Sun Sep 8 14:44:57 2013 (r326733) +++ head/devel/cvschk/Makefile Sun Sep 8 14:47:37 2013 (r326734) @@ -1,9 +1,5 @@ -# New ports collection makefile for: cvschk -# Date created: 2005-04-23 -# Whom: Matthias Andree -# +# Created by: Matthias Andree # $FreeBSD$ -# PORTNAME= cvschk PORTVERSION= 1.12 @@ -16,7 +12,8 @@ EXTRACT_ONLY= MAINTAINER= mandree@FreeBSD.org COMMENT= Quick offline checker for CVS modifications -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run NO_BUILD= yes NO_WRKSUBDIR= yes MAN1= cvschk.1 Modified: head/devel/p5-Carp-Datum/Makefile ============================================================================== --- head/devel/p5-Carp-Datum/Makefile Sun Sep 8 14:44:57 2013 (r326733) +++ head/devel/p5-Carp-Datum/Makefile Sun Sep 8 14:47:37 2013 (r326734) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Carp-Datum -# Date created: Aug 5th 2002 -# Whom: kuriyama -# +# Created by: kuriyama # $FreeBSD$ -# PORTNAME= Carp-Datum PORTVERSION= 0.1.3 @@ -18,7 +14,8 @@ BUILD_DEPENDS= p5-Log-Agent>=0:${PORTSDI p5-Getargs-Long>=0:${PORTSDIR}/devel/p5-Getargs-Long RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= datum_strip.1 MAN3= Carp::Datum::Assert.3 \ Modified: head/devel/p5-Config-General/Makefile ============================================================================== --- head/devel/p5-Config-General/Makefile Sun Sep 8 14:44:57 2013 (r326733) +++ head/devel/p5-Config-General/Makefile Sun Sep 8 14:47:37 2013 (r326734) @@ -13,7 +13,8 @@ COMMENT= Perl5 module for handling Apach LICENSE= ART10 GPLv1 LICENSE_COMB= dual -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= Config::General::Extended.3 Config::General::Interpolated.3 \ Config::General.3 Modified: head/devel/p5-Data-Inherited/Makefile ============================================================================== --- head/devel/p5-Data-Inherited/Makefile Sun Sep 8 14:44:57 2013 (r326733) +++ head/devel/p5-Data-Inherited/Makefile Sun Sep 8 14:47:37 2013 (r326734) @@ -9,7 +9,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension for hierarchy-wide accumulation of list/hash results -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Data::Inherited.3 Modified: head/devel/p5-Date-Roman/Makefile ============================================================================== --- head/devel/p5-Date-Roman/Makefile Sun Sep 8 14:44:57 2013 (r326733) +++ head/devel/p5-Date-Roman/Makefile Sun Sep 8 14:47:37 2013 (r326734) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Date-Roman -# Date created: 16 January 2003 -# Whom: Philip Paeps -# +# Created by: Philip Paeps # $FreeBSD$ -# PORTNAME= Date-Roman PORTVERSION= 1.06 @@ -17,7 +13,8 @@ COMMENT= Perl module to play with Roman BUILD_DEPENDS= p5-Roman>=0:${PORTSDIR}/math/p5-Roman RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Date::Roman.3 Modified: head/devel/p5-Event-Join/Makefile ============================================================================== --- head/devel/p5-Event-Join/Makefile Sun Sep 8 14:44:57 2013 (r326733) +++ head/devel/p5-Event-Join/Makefile Sun Sep 8 14:47:37 2013 (r326734) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Event-Join -# Date created: 24 Mar 2010 -# Whom: Denis Pokataev -# +# Created by: Denis Pokataev # $FreeBSD$ -# PORTNAME= Event-Join PORTVERSION= 0.06 @@ -23,7 +19,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= Event::Join.3 Modified: head/devel/p5-Event-Lib/Makefile ============================================================================== --- head/devel/p5-Event-Lib/Makefile Sun Sep 8 14:44:57 2013 (r326733) +++ head/devel/p5-Event-Lib/Makefile Sun Sep 8 14:47:37 2013 (r326734) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Event-Lib -# Date created: 07 Jun 2006 -# Whom: Fabian Keil -# +# Created by: Fabian Keil # $FreeBSD$ -# PORTNAME= Event-Lib PORTVERSION= 1.03 @@ -17,7 +13,8 @@ COMMENT= Makes libevent(3) accessible wi LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Event::Lib.3 Modified: head/devel/p5-File-Temp/Makefile ============================================================================== --- head/devel/p5-File-Temp/Makefile Sun Sep 8 14:44:57 2013 (r326733) +++ head/devel/p5-File-Temp/Makefile Sun Sep 8 14:47:37 2013 (r326734) @@ -1,6 +1,5 @@ # Created by: Johann Visagie # $FreeBSD$ -# PORTNAME= File-Temp PORTVERSION= 0.23.01 @@ -12,7 +11,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:R}${ MAINTAINER= leeym@FreeBSD.org COMMENT= Perl5 module to generate temporary files or directories safely -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= File::Temp.3 Modified: head/devel/p5-File-Tempdir/Makefile ============================================================================== --- head/devel/p5-File-Tempdir/Makefile Sun Sep 8 14:44:57 2013 (r326733) +++ head/devel/p5-File-Tempdir/Makefile Sun Sep 8 14:47:37 2013 (r326734) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-File-Tempdir -# Date created: 2007-01-02 -# Whom: loader -# +# Created by: loader # $FreeBSD$ -# PORTNAME= File-Tempdir PORTVERSION= 0.02 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= loader@freebsdmall.com COMMENT= Perl5 module to provide an object interface for File::Temp -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= File::Tempdir.3 Modified: head/devel/p5-Gtk2-Notify/Makefile ============================================================================== --- head/devel/p5-Gtk2-Notify/Makefile Sun Sep 8 14:44:57 2013 (r326733) +++ head/devel/p5-Gtk2-Notify/Makefile Sun Sep 8 14:47:37 2013 (r326734) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Gtk2-Notify -# Date created: 2011-10-13 -# Whom: Roman Bogorodskiy -# +# Created by: Roman Bogorodskiy # $FreeBSD$ -# PORTNAME= Gtk2-Notify PORTVERSION= 0.05 @@ -23,7 +19,8 @@ RUN_DEPENDS= p5-Gtk2>=0:${PORTSDIR}/x11- TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Gtk2::Notify.3 Gtk2::Notify::index.3 Modified: head/devel/p5-Gtk2-Spell/Makefile ============================================================================== --- head/devel/p5-Gtk2-Spell/Makefile Sun Sep 8 14:44:57 2013 (r326733) +++ head/devel/p5-Gtk2-Spell/Makefile Sun Sep 8 14:47:37 2013 (r326734) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Gtk2-Spell -# Date created: 2006-03-21 -# Whom: Jose Alonso Cardenas Marquez -# +# Created by: Jose Alonso Cardenas Marquez # $FreeBSD$ -# PORTNAME= Gtk2-Spell PORTVERSION= 1.03 @@ -22,7 +18,8 @@ BUILD_DEPENDS= p5-Cairo>=0:${PORTSDIR}/g p5-Gtk2>=1.001:${PORTSDIR}/x11-toolkits/p5-Gtk2 LIB_DEPENDS= gtkspell.0:${PORTSDIR}/textproc/gtkspell -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Gtk2::Spell.3 Modified: head/devel/p5-IO-All-LWP/Makefile ============================================================================== --- head/devel/p5-IO-All-LWP/Makefile Sun Sep 8 14:44:57 2013 (r326733) +++ head/devel/p5-IO-All-LWP/Makefile Sun Sep 8 14:47:37 2013 (r326734) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-IO-All-LWP -# Date created: 2009-04-21 -# Whom: Gea-Suan Lin -# +# Created by: Gea-Suan Lin # $FreeBSD$ -# PORTNAME= IO-All-LWP PORTVERSION= 0.14 @@ -18,7 +14,8 @@ COMMENT= IO::All interface to LWP RUN_DEPENDS= p5-IO-All>=0.30:${PORTSDIR}/devel/p5-IO-All \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= IO::All::FTP.3 \ IO::All::HTTP.3 \ Modified: head/devel/p5-IO-Digest/Makefile ============================================================================== --- head/devel/p5-IO-Digest/Makefile Sun Sep 8 14:44:57 2013 (r326733) +++ head/devel/p5-IO-Digest/Makefile Sun Sep 8 14:47:37 2013 (r326734) @@ -1,9 +1,5 @@ -# New ports collection makefile for: devel/p5-IO-Digest -# Date created: Sep 20 2004 -# Whom: Rong-En Fan -# +# Created by: Rong-En Fan # $FreeBSD$ -# PORTNAME= IO-Digest PORTVERSION= 0.10 @@ -18,7 +14,8 @@ BUILD_DEPENDS= p5-PerlIO-via-dynamic>=0: p5-Digest>=0:${PORTSDIR}/security/p5-Digest RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= IO::Digest.3 Modified: head/devel/p5-Moose-Autobox/Makefile ============================================================================== --- head/devel/p5-Moose-Autobox/Makefile Sun Sep 8 14:44:57 2013 (r326733) +++ head/devel/p5-Moose-Autobox/Makefile Sun Sep 8 14:47:37 2013 (r326734) @@ -1,9 +1,5 @@ -# New ports collection makefile for: devel/p5-Moose-Autobox -# Date created: 25 July 2009 -# Whom: Bill Brinzer -# +# Created by: Bill Brinzer # $FreeBSD$ -# PORTNAME= Moose-Autobox PORTVERSION= 0.12 @@ -23,7 +19,8 @@ RUN_DEPENDS= p5-autobox>=2.23:${PORTSDIR p5-Perl6-Junction>=1.40000:${PORTSDIR}/devel/p5-Perl6-Junction TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Moose::Autobox.3 \ Moose::Autobox::Array.3 \ Modified: head/devel/p5-POE-Component-IKC/Makefile ============================================================================== --- head/devel/p5-POE-Component-IKC/Makefile Sun Sep 8 14:44:57 2013 (r326733) +++ head/devel/p5-POE-Component-IKC/Makefile Sun Sep 8 14:47:37 2013 (r326734) @@ -19,7 +19,8 @@ BUILD_DEPENDS= p5-POE>=1.311:${PORTSDIR} p5-Proc-ProcessTable>=0:${PORTSDIR}/devel/p5-Proc-ProcessTable RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= POE::Component::IKC.3 POE::Component::IKC::Channel.3 \ POE::Component::IKC::Client.3 POE::Component::IKC::ClientLite.3 \ Modified: head/devel/p5-Perl-Metrics-Lite/Makefile ============================================================================== --- head/devel/p5-Perl-Metrics-Lite/Makefile Sun Sep 8 14:44:57 2013 (r326733) +++ head/devel/p5-Perl-Metrics-Lite/Makefile Sun Sep 8 14:47:37 2013 (r326734) @@ -1,9 +1,4 @@ -# New ports collection makefile for: Perl::Metrics::Lite -# Date created: 31 Dec 2011 -# Whom: Jun Kuriyama -# # $FreeBSD$ -# PORTNAME= Perl-Metrics-Lite PORTVERSION= 0.080 @@ -21,7 +16,8 @@ RUN_DEPENDS= \ p5-Text-ASCIITable>0:${PORTSDIR}/textproc/p5-Text-ASCIITable BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= measureperl-checkstyle.1 \ measureperl.1 Modified: head/devel/p5-Tie-Simple/Makefile ============================================================================== --- head/devel/p5-Tie-Simple/Makefile Sun Sep 8 14:44:57 2013 (r326733) +++ head/devel/p5-Tie-Simple/Makefile Sun Sep 8 14:47:37 2013 (r326734) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Tie-Simple -# Date created: 2006-08-01 -# Whom: Gea-Suan Lin -# +# Created by: Gea-Suan Lin # $FreeBSD$ -# PORTNAME= Tie-Simple PORTVERSION= 1.03 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= gslin@gslin.org COMMENT= Variable ties made easier: much, much, much easier -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Tie::Simple.3 Modified: head/devel/p5-Tree-Simple/Makefile ============================================================================== --- head/devel/p5-Tree-Simple/Makefile Sun Sep 8 14:44:57 2013 (r326733) +++ head/devel/p5-Tree-Simple/Makefile Sun Sep 8 14:47:37 2013 (r326734) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Tree::Simple -# Date created: 7 July 2004 -# Whom: Dmitry Sivachenko -# +# Created by: Dmitry Sivachenko # $FreeBSD$ -# PORTNAME= Tree-Simple PORTVERSION= 1.18 @@ -16,7 +12,8 @@ COMMENT= A simple tree object TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Tree::Simple.3 Tree::Simple::Visitor.3