Date: Wed, 11 Sep 2013 09:54:08 +0000 (UTC) From: Andrej Zverev <az@FreeBSD.org> 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... Message-ID: <201309110954.r8B9s8Qc000193@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <philip@paeps.cx> -# +# Created by: Philip Paeps <philip@paeps.cx> # $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 <alex@bsdguru.org> -# +# Created by: Aleksander Fafula <alex@bsdguru.org> # $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 <kuriyama@FreeBSD.org> -# # $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 <tjs@cdpa.nsysu.edu.tw> -# +# Created by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> # $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 <leo@florida.sarang.net> -# +# Created by: Leo Kim <leo@florida.sarang.net> # $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 <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $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 <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $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 <dominique.goncalves@gmail.com> -# +# Created by: Dominique Goncalves <dominique.goncalves@gmail.com> # $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 <infofarmer@FreeBSD.org> -# +# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> # $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 <wenheping@gmail.com> -# +# Created by: Wen Heping <wenheping@gmail.com> # $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 <bsd.port.mk> 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 <wenheping@gmail.com> -# +# Created by: Wen Heping <wenheping@gmail.com> # $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 <bsd.port.mk> 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 <wenheping@gmail.com> -# +# Created by: Wen Heping <wenheping@gmail.com> # $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 <bsd.port.mk> 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 <tolid@plab.ku.dk> -# +# Created by: Anatoliy Dmytriyev <tolid@plab.ku.dk> # $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 <vvelox@vvelox.net> -# +# Created by: Zane C, Bowers <vvelox@vvelox.net> # $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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309110954.r8B9s8Qc000193>