From owner-svn-ports-head@FreeBSD.ORG Wed Sep 11 09:54:13 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 14AA7B69; Wed, 11 Sep 2013 09:54:13 +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 DAAD02080; Wed, 11 Sep 2013 09:54:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8B9sCkj000215; Wed, 11 Sep 2013 09:54:12 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8B9s8Qc000193; Wed, 11 Sep 2013 09:54:08 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309110954.r8B9s8Qc000193@svn.freebsd.org> From: Andrej Zverev Date: Wed, 11 Sep 2013 09:54:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326958 - in head: audio/crip audio/mp3burn audio/ogg2mp3 audio/p5-Audio-Ecasound audio/p5-Audio-MPD-Common audio/p5-MP3-Find audio/p5-MP3-Info audio/p5-MP3-Tag audio/p5-Music-Audioscro... 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: Wed, 11 Sep 2013 09:54:13 -0000 Author: az Date: Wed Sep 11 09:54:08 2013 New Revision: 326958 URL: http://svnweb.freebsd.org/changeset/ports/326958 Log: - convert to the new perl5 framework - trim Makefile header Approved by: portmgr (bapt@, blanket) Modified: head/audio/crip/Makefile (contents, props changed) head/audio/mp3burn/Makefile (contents, props changed) head/audio/ogg2mp3/Makefile (contents, props changed) head/audio/p5-Audio-Ecasound/Makefile (contents, props changed) head/audio/p5-Audio-MPD-Common/Makefile head/audio/p5-MP3-Find/Makefile (contents, props changed) head/audio/p5-MP3-Info/Makefile (contents, props changed) head/audio/p5-MP3-Tag/Makefile (contents, props changed) head/audio/p5-Music-Audioscrobbler-MPD/Makefile (contents, props changed) head/audio/p5-Music-Audioscrobbler-Submit/Makefile (contents, props changed) head/audio/p5-Ogg-Vorbis-Header-PurePerl/Makefile (contents, props changed) head/graphics/fotofix/Makefile (contents, props changed) head/graphics/p5-Convert-Color/Makefile (contents, props changed) head/graphics/p5-Geo-EOP/Makefile (contents, props changed) head/graphics/p5-Geo-GML/Makefile (contents, props changed) head/graphics/p5-Geo-Gpx/Makefile (contents, props changed) head/graphics/p5-Image-Grab/Makefile (contents, props changed) head/graphics/p5-Image-Size/Makefile head/x11-fm/p5-PerlFM/Makefile (contents, props changed) Modified: head/audio/crip/Makefile ============================================================================== --- head/audio/crip/Makefile Wed Sep 11 09:36:48 2013 (r326957) +++ head/audio/crip/Makefile Wed Sep 11 09:54:08 2013 (r326958) @@ -1,9 +1,5 @@ -# New ports collection makefile for: crip -# Date created: 30 June 2003 -# Whom: Philip Paeps -# +# Created by: Philip Paeps # $FreeBSD$ -# PORTNAME= crip PORTVERSION= 3.9 @@ -28,7 +24,7 @@ PORTDOCS= Changelog README criprc_exampl .endif NO_BUILD= yes -USE_PERL5= yes +USES= perl5 pre-fetch: .if !defined (WITH_SOX) Modified: head/audio/mp3burn/Makefile ============================================================================== --- head/audio/mp3burn/Makefile Wed Sep 11 09:36:48 2013 (r326957) +++ head/audio/mp3burn/Makefile Wed Sep 11 09:54:08 2013 (r326958) @@ -20,7 +20,7 @@ RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mp WRKSRC= ${WRKDIR}/${PORTNAME} USE_BZIP2= yes -USE_PERL5= yes +USES= perl5 NO_BUILD= yes PLIST_FILES= bin/mp3burn Modified: head/audio/ogg2mp3/Makefile ============================================================================== --- head/audio/ogg2mp3/Makefile Wed Sep 11 09:36:48 2013 (r326957) +++ head/audio/ogg2mp3/Makefile Wed Sep 11 09:54:08 2013 (r326958) @@ -1,7 +1,4 @@ -# New ports collection makefile for: ogg2mp3 -# Date created: 26 Jun 2005 -# Whom: Aleksander Fafula -# +# Created by: Aleksander Fafula # $FreeBSD$ PORTNAME= ogg2mp3 @@ -19,7 +16,7 @@ RUN_DEPENDS= lame:${PORTSDIR}/audio/lame NO_BUILD= yes USE_BZIP2= yes -USE_PERL5= yes +USES= perl5 PLIST_FILES= bin/ogg2mp3 Modified: head/audio/p5-Audio-Ecasound/Makefile ============================================================================== --- head/audio/p5-Audio-Ecasound/Makefile Wed Sep 11 09:36:48 2013 (r326957) +++ head/audio/p5-Audio-Ecasound/Makefile Wed Sep 11 09:54:08 2013 (r326958) @@ -1,9 +1,4 @@ -# New ports collection makefile for: Audio::Ecasound -# Date created: 20 Nov 2010 -# Whom: Jun Kuriyama -# # $FreeBSD$ -# PORTNAME= Audio-Ecasound PORTVERSION= 1.01 @@ -16,7 +11,8 @@ COMMENT= Perl extension for ecasound sam BUILD_DEPENDS= libecasoundc-config:${PORTSDIR}/audio/ecasound -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Audio::Ecasound.3 Modified: head/audio/p5-Audio-MPD-Common/Makefile ============================================================================== --- head/audio/p5-Audio-MPD-Common/Makefile Wed Sep 11 09:36:48 2013 (r326957) +++ head/audio/p5-Audio-MPD-Common/Makefile Wed Sep 11 09:54:08 2013 (r326958) @@ -19,7 +19,8 @@ BUILD_DEPENDS= p5-Moose>=0.92:${PORTSDIR p5-String-Formatter>=0:${PORTSDIR}/devel/p5-String-Formatter RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Audio::MPD::Common.3 \ Audio::MPD::Common::Item.3 \ Modified: head/audio/p5-MP3-Find/Makefile ============================================================================== --- head/audio/p5-MP3-Find/Makefile Wed Sep 11 09:36:48 2013 (r326957) +++ head/audio/p5-MP3-Find/Makefile Wed Sep 11 09:54:08 2013 (r326958) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-MP3-Find -# Date created: 2006-07-12 -# Whom: Jin-Shan Tseng -# +# Created by: Jin-Shan Tseng # $FreeBSD$ -# PORTNAME= MP3-Find PORTVERSION= 0.07 @@ -17,7 +13,8 @@ COMMENT= Search and sort MP3 files based BUILD_DEPENDS= p5-MP3-Info>=0:${PORTSDIR}/audio/p5-MP3-Info RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= mp3db.1 mp3find.1 MAN3= MP3::Find.3 \ Modified: head/audio/p5-MP3-Info/Makefile ============================================================================== --- head/audio/p5-MP3-Info/Makefile Wed Sep 11 09:36:48 2013 (r326957) +++ head/audio/p5-MP3-Info/Makefile Wed Sep 11 09:54:08 2013 (r326958) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-MP3-Info -# Date created: 14-Aug-2000 -# Whom: Leo Kim -# +# Created by: Leo Kim # $FreeBSD$ -# PORTNAME= MP3-Info PORTVERSION= 1.24 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= demon@FreeBSD.org COMMENT= Manipulate / fetch info from MP3 audio files -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= MP3::Info.3 Modified: head/audio/p5-MP3-Tag/Makefile ============================================================================== --- head/audio/p5-MP3-Tag/Makefile Wed Sep 11 09:36:48 2013 (r326957) +++ head/audio/p5-MP3-Tag/Makefile Wed Sep 11 09:54:08 2013 (r326958) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-MP3-Tag -# Date created: 7 Feb 2005 -# Whom: Roman Bogorodskiy -# +# Created by: Roman Bogorodskiy # $FreeBSD$ -# PORTNAME= MP3-Tag PORTVERSION= 1.13 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= novel@FreeBSD.org COMMENT= Module for reading tags of MP3 audio files -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= audio_rename.1 typeset_audio_dir.1 mp3info2.1 MAN3= MP3::Tag.3 MP3::Tag::ID3v1.3 MP3::Tag::File.3 \ Modified: head/audio/p5-Music-Audioscrobbler-MPD/Makefile ============================================================================== --- head/audio/p5-Music-Audioscrobbler-MPD/Makefile Wed Sep 11 09:36:48 2013 (r326957) +++ head/audio/p5-Music-Audioscrobbler-MPD/Makefile Wed Sep 11 09:54:08 2013 (r326958) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Music-Audioscrobbler-MPD -# Date created: 2008-09-15 -# Whom: Martin Wilke -# +# Created by: Martin Wilke # $FreeBSD$ -# PORTNAME= Music-Audioscrobbler-MPD PORTVERSION= 0.13 @@ -20,7 +16,8 @@ BUILD_DEPENDS= p5-Proc-Daemon>=0:${PORTS RUN_DEPENDS:= p5-Proc-Daemon>=0:${PORTSDIR}/devel/p5-Proc-Daemon \ p5-Music-Audioscrobbler-Submit>=0.05:${PORTSDIR}/audio/p5-Music-Audioscrobbler-Submit -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= musicmpdscrobble.1 MAN3= Music::Audioscrobbler::MPD.3 Modified: head/audio/p5-Music-Audioscrobbler-Submit/Makefile ============================================================================== --- head/audio/p5-Music-Audioscrobbler-Submit/Makefile Wed Sep 11 09:36:48 2013 (r326957) +++ head/audio/p5-Music-Audioscrobbler-Submit/Makefile Wed Sep 11 09:54:08 2013 (r326958) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Music-Audioscrobbler-Submit -# Date created: 2008-09-15 -# Whom: Martin Wilke -# +# Created by: Martin Wilke # $FreeBSD$ -# PORTNAME= Music-Audioscrobbler-Submit PORTVERSION= 0.05 @@ -20,7 +16,8 @@ BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/ RUN_DEPENDS:= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ p5-Config-Options>=0.8:${PORTSDIR}/devel/p5-Config-Options -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Music::Audioscrobbler::Submit.3 Modified: head/audio/p5-Ogg-Vorbis-Header-PurePerl/Makefile ============================================================================== --- head/audio/p5-Ogg-Vorbis-Header-PurePerl/Makefile Wed Sep 11 09:36:48 2013 (r326957) +++ head/audio/p5-Ogg-Vorbis-Header-PurePerl/Makefile Wed Sep 11 09:54:08 2013 (r326958) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Ogg-Vorbis-Header-PurePerl -# Date created: 2007-09-10 -# Whom: Dominique Goncalves -# +# Created by: Dominique Goncalves # $FreeBSD$ -# PORTNAME= Ogg-Vorbis-Header-PurePerl PORTVERSION= 1.0 @@ -19,7 +15,8 @@ COMMENT= Manipulate / fetch info from Og LIB_DEPENDS= ogg:${PORTSDIR}/audio/libogg \ vorbis:${PORTSDIR}/audio/libvorbis -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Ogg::Vorbis::Header::PurePerl.3 Modified: head/graphics/fotofix/Makefile ============================================================================== --- head/graphics/fotofix/Makefile Wed Sep 11 09:36:48 2013 (r326957) +++ head/graphics/fotofix/Makefile Wed Sep 11 09:54:08 2013 (r326958) @@ -1,9 +1,5 @@ -# New ports collection makefile for: fotofix -# Date created: 7 August 2007 -# Whom: Andrew Pantyukhin -# +# Created by: Andrew Pantyukhin # $FreeBSD$ -# PORTNAME= fotofix PORTVERSION= 0.01.1.79 @@ -19,7 +15,8 @@ RUN_DEPENDS= p5-Prima>=1.21:${PORTSDIR}/ IPA>=1.03:${PORTSDIR}/graphics/IPA USE_BZIP2= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run NO_BUILD= yes PLIST_FILES= bin/${PORTNAME} Modified: head/graphics/p5-Convert-Color/Makefile ============================================================================== --- head/graphics/p5-Convert-Color/Makefile Wed Sep 11 09:36:48 2013 (r326957) +++ head/graphics/p5-Convert-Color/Makefile Wed Sep 11 09:54:08 2013 (r326958) @@ -13,7 +13,8 @@ RUN_DEPENDS= \ p5-List-UtilsBy>0:${PORTSDIR}/devel/p5-List-UtilsBy BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Convert::Color.3 \ Convert::Color::CMY.3 \ Modified: head/graphics/p5-Geo-EOP/Makefile ============================================================================== --- head/graphics/p5-Geo-EOP/Makefile Wed Sep 11 09:36:48 2013 (r326957) +++ head/graphics/p5-Geo-EOP/Makefile Wed Sep 11 09:54:08 2013 (r326958) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Geo-EOP -# Date created: 23 January 2009 -# Whom: Wen Heping -# +# Created by: Wen Heping # $FreeBSD$ -# PORTNAME= Geo-EOP PORTVERSION= 0.13 @@ -22,6 +18,7 @@ RUN_DEPENDS= p5-Geo-GML>=0.12:${PORTSDIR MAN3= Geo::EOP::Util.3 Geo::EOP.3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include Modified: head/graphics/p5-Geo-GML/Makefile ============================================================================== --- head/graphics/p5-Geo-GML/Makefile Wed Sep 11 09:36:48 2013 (r326957) +++ head/graphics/p5-Geo-GML/Makefile Wed Sep 11 09:54:08 2013 (r326958) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Geo-GML -# Date created: 11 January 2009 -# Whom: Wen Heping -# +# Created by: Wen Heping # $FreeBSD$ -# PORTNAME= Geo-GML PORTVERSION= 0.15 @@ -22,6 +18,7 @@ RUN_DEPENDS= p5-Log-Report>=0.18:${PORTS MAN3= Geo::GML.3 Geo::GML::Util.3 Geo::GML::GeoPoint.3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include Modified: head/graphics/p5-Geo-Gpx/Makefile ============================================================================== --- head/graphics/p5-Geo-Gpx/Makefile Wed Sep 11 09:36:48 2013 (r326957) +++ head/graphics/p5-Geo-Gpx/Makefile Wed Sep 11 09:54:08 2013 (r326958) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Geo-Gpx -# Date created: 10 March 2009 -# Whom: Wen Heping -# +# Created by: Wen Heping # $FreeBSD$ -# PORTNAME= Geo-Gpx PORTVERSION= 0.26 @@ -26,6 +22,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= Geo::Gpx.3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include Modified: head/graphics/p5-Image-Grab/Makefile ============================================================================== --- head/graphics/p5-Image-Grab/Makefile Wed Sep 11 09:36:48 2013 (r326957) +++ head/graphics/p5-Image-Grab/Makefile Wed Sep 11 09:54:08 2013 (r326958) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Image-Grab -# Date created: 8 April 2001 -# Whom: Anatoliy Dmytriyev -# +# Created by: Anatoliy Dmytriyev # $FreeBSD$ -# PORTNAME= Image-Grab PORTVERSION= 1.4.2 @@ -21,7 +17,8 @@ BUILD_DEPENDS= p5-URI>=0:${PORTSDIR}/net p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure CONFIGURE_ENV= ${ECHO_CMD} "N" | MAN3= Image::Grab.3 Modified: head/graphics/p5-Image-Size/Makefile ============================================================================== --- head/graphics/p5-Image-Size/Makefile Wed Sep 11 09:36:48 2013 (r326957) +++ head/graphics/p5-Image-Size/Makefile Wed Sep 11 09:54:08 2013 (r326958) @@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= tolid@tolid.eu.org COMMENT= Perl5 module to determine the size of images in several common formats -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= imgsize.1 MAN3= Image::Size.3 Modified: head/x11-fm/p5-PerlFM/Makefile ============================================================================== --- head/x11-fm/p5-PerlFM/Makefile Wed Sep 11 09:36:48 2013 (r326957) +++ head/x11-fm/p5-PerlFM/Makefile Wed Sep 11 09:54:08 2013 (r326958) @@ -1,9 +1,5 @@ -# New ports collection makefile for: x11-fm/p5-PerlFM -# Date created: 2009-10-19 -# Whom: Zane C, Bowers -# +# Created by: Zane C, Bowers # $FreeBSD$ -# PORTNAME= PerlFM PORTVERSION= 0.2.0 @@ -26,7 +22,8 @@ BUILD_DEPENDS= p5-Gtk2>=1.060:${PORTSDIR p5-Dir-Watch>=0.0.0:${PORTSDIR}/devel/p5-Dir-Watch RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= PerlFM.3