From owner-svn-ports-head@FreeBSD.ORG Wed Sep 11 11:44:45 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 991B27E9; Wed, 11 Sep 2013 11:44:45 +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 6B57926E1; Wed, 11 Sep 2013 11:44:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8BBijQl046252; Wed, 11 Sep 2013 11:44:45 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8BBifO2046214; Wed, 11 Sep 2013 11:44:41 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309111144.r8BBifO2046214@svn.freebsd.org> From: Andrej Zverev Date: Wed, 11 Sep 2013 11:44:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326963 - in head/graphics: asciio cuttlefish imageindex npretty p5-Cairo p5-Captcha-reCAPTCHA-Mailhide p5-Color-Rgb p5-GD-Graph-ohlc p5-Geo-Proj4 p5-Image-ExifTool p5-Image-ExifTool-de... 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 11:44:45 -0000 Author: az Date: Wed Sep 11 11:44:41 2013 New Revision: 326963 URL: http://svnweb.freebsd.org/changeset/ports/326963 Log: - convert to the new perl5 framework - trim Makefile header Approved by: portmgr (bapt@, blanket) Modified: head/graphics/asciio/Makefile (contents, props changed) head/graphics/cuttlefish/Makefile (contents, props changed) head/graphics/imageindex/Makefile (contents, props changed) head/graphics/npretty/Makefile (contents, props changed) head/graphics/p5-Cairo/Makefile head/graphics/p5-Captcha-reCAPTCHA-Mailhide/Makefile (contents, props changed) head/graphics/p5-Color-Rgb/Makefile (contents, props changed) head/graphics/p5-GD-Graph-ohlc/Makefile (contents, props changed) head/graphics/p5-Geo-Proj4/Makefile (contents, props changed) head/graphics/p5-Image-ExifTool-devel/Makefile head/graphics/p5-Image-ExifTool/Makefile head/graphics/p5-Image-Heatmap/Makefile (contents, props changed) head/graphics/p5-Image-Math-Constrain/Makefile (contents, props changed) head/graphics/p5-Image-MetaData-JPEG/Makefile (contents, props changed) head/graphics/p5-Image-Scale/Makefile head/graphics/p5-Imager-AverageGray/Makefile (contents, props changed) head/graphics/p5-Imager-Graph/Makefile head/graphics/p5-SVG-DOM2/Makefile (contents, props changed) head/graphics/zphoto/Makefile (contents, props changed) Modified: head/graphics/asciio/Makefile ============================================================================== --- head/graphics/asciio/Makefile Wed Sep 11 11:34:44 2013 (r326962) +++ head/graphics/asciio/Makefile Wed Sep 11 11:44:41 2013 (r326963) @@ -33,7 +33,8 @@ BUILD_DEPENDS= p5-Directory-Scratch>=0:$ p5-Check-ISA>=0:${PORTSDIR}/devel/p5-Check-ISA RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= App::Asciio::setup::import_export::perl.3 \ App::Asciio.3 \ Modified: head/graphics/cuttlefish/Makefile ============================================================================== --- head/graphics/cuttlefish/Makefile Wed Sep 11 11:34:44 2013 (r326962) +++ head/graphics/cuttlefish/Makefile Wed Sep 11 11:44:41 2013 (r326963) @@ -1,9 +1,5 @@ -# Ports collection Makefile for: cuttlefish -# Date created: 20 March 2006 -# Whom: Matthew Luckie -# +# Created by: Matthew Luckie # $FreeBSD$ -# PORTNAME= cuttlefish PORTVERSION= 1.3 @@ -18,7 +14,8 @@ RUN_DEPENDS+= p5-GD>=0:${PORTSDIR}/graph convert:${PORTSDIR}/graphics/ImageMagick \ gifsicle:${PORTSDIR}/graphics/gifsicle -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run NO_BUILD= yes IMAGES= caida_logo.gif caida_logo_gray.gif \ Modified: head/graphics/imageindex/Makefile ============================================================================== --- head/graphics/imageindex/Makefile Wed Sep 11 11:34:44 2013 (r326962) +++ head/graphics/imageindex/Makefile Wed Sep 11 11:44:41 2013 (r326963) @@ -1,9 +1,5 @@ -# New ports collection makefile for: imageindex -# Date created: Sat Sep 7 15:53:33 MST 2002 -# Whom: John Reynolds -# +# Created by: John Reynolds # $FreeBSD$ -# PORTNAME= imageindex PORTVERSION= 1.1 @@ -21,7 +17,8 @@ RUN_DEPENDS= \ ${LOCALBASE}/bin/mplayer:${PORTSDIR}/multimedia/mplayer \ p5-Image-Info>=0:${PORTSDIR}/graphics/p5-Image-Info -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run MAKE_ARGS+= PERLPATH=${PERL} PLIST_FILES= bin/imageindex bin/autocaption Modified: head/graphics/npretty/Makefile ============================================================================== --- head/graphics/npretty/Makefile Wed Sep 11 11:34:44 2013 (r326962) +++ head/graphics/npretty/Makefile Wed Sep 11 11:44:41 2013 (r326963) @@ -18,7 +18,8 @@ RUN_DEPENDS= p5-Image-ExifTool>=0:${PORT LIB_DEPENDS+= Magick.*:${PORTSDIR}/graphics/ImageMagick NO_BUILD= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run post-patch: @ ${REINPLACE_CMD} -e "s|/etc/|${PREFIX}/etc/|" ${WRKSRC}/npretty.pl Modified: head/graphics/p5-Cairo/Makefile ============================================================================== --- head/graphics/p5-Cairo/Makefile Wed Sep 11 11:34:44 2013 (r326962) +++ head/graphics/p5-Cairo/Makefile Wed Sep 11 11:44:41 2013 (r326963) @@ -20,7 +20,8 @@ LIB_DEPENDS= cairo:${PORTSDIR}/graphics/ TEST_DEPENDS= p5-Font-FreeType>=0:${PORTSDIR}/print/p5-Font-FreeType \ p5-Test-Number-Delta>=1:${PORTSDIR}/devel/p5-Test-Number-Delta -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Cairo.3 Modified: head/graphics/p5-Captcha-reCAPTCHA-Mailhide/Makefile ============================================================================== --- head/graphics/p5-Captcha-reCAPTCHA-Mailhide/Makefile Wed Sep 11 11:34:44 2013 (r326962) +++ head/graphics/p5-Captcha-reCAPTCHA-Mailhide/Makefile Wed Sep 11 11:44:41 2013 (r326963) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Captcha-reCAPTCHA-Mailhide -# Date created: 7 January 2009 -# Whom: gerard -# +# Created by: gerard # $FreeBSD$ -# PORTNAME= Captcha-reCAPTCHA-Mailhide PORTVERSION= 0.94 @@ -22,6 +18,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= Captcha::reCAPTCHA::Mailhide.3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include Modified: head/graphics/p5-Color-Rgb/Makefile ============================================================================== --- head/graphics/p5-Color-Rgb/Makefile Wed Sep 11 11:34:44 2013 (r326962) +++ head/graphics/p5-Color-Rgb/Makefile Wed Sep 11 11:44:41 2013 (r326963) @@ -1,9 +1,5 @@ -# New ports collection makefile for: graphics/p5-Color-Rgb -# Date created: Sep 17 2004 -# Whom: Rong-En Fan -# +# Created by: Rong-En Fan # $FreeBSD$ -# PORTNAME= Color-Rgb PORTVERSION= 1.4 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= rafan@FreeBSD.org COMMENT= Simple rgb.txt parsing class -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Color::Rgb.3 Modified: head/graphics/p5-GD-Graph-ohlc/Makefile ============================================================================== --- head/graphics/p5-GD-Graph-ohlc/Makefile Wed Sep 11 11:34:44 2013 (r326962) +++ head/graphics/p5-GD-Graph-ohlc/Makefile Wed Sep 11 11:44:41 2013 (r326963) @@ -15,7 +15,8 @@ BUILD_DEPENDS= p5-GD-Graph>=0:${PORTSDIR p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= GD::Graph::candlesticks.3 \ GD::Graph::ohlc.3 Modified: head/graphics/p5-Geo-Proj4/Makefile ============================================================================== --- head/graphics/p5-Geo-Proj4/Makefile Wed Sep 11 11:34:44 2013 (r326962) +++ head/graphics/p5-Geo-Proj4/Makefile Wed Sep 11 11:44:41 2013 (r326963) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Geo-Proj4 -# Date created: 27 January 2006 -# Whom: Eric Stith -# +# Created by: Eric Stith # $FreeBSD$ -# PORTNAME= Geo-Proj4 PORTVERSION= 1.04 @@ -19,6 +15,7 @@ LIB_DEPENDS= proj:${PORTSDIR}/graphics/p MAN3= Geo::Proj4.3 CONFIGURE_ENV= GEOPROJ_FWTOOLS_DIR=${LOCALBASE} MAKE_ENV= INC=-I${LOCALBASE}/include -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include Modified: head/graphics/p5-Image-ExifTool-devel/Makefile ============================================================================== --- head/graphics/p5-Image-ExifTool-devel/Makefile Wed Sep 11 11:34:44 2013 (r326962) +++ head/graphics/p5-Image-ExifTool-devel/Makefile Wed Sep 11 11:44:41 2013 (r326963) @@ -16,7 +16,8 @@ LICENSE_COMB= dual CONFLICTS= p5-Image-ExifTool-[0-9]* -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= exiftool.1 MAN3= File::RandomAccess.3 Image::ExifTool.3 \ Modified: head/graphics/p5-Image-ExifTool/Makefile ============================================================================== --- head/graphics/p5-Image-ExifTool/Makefile Wed Sep 11 11:34:44 2013 (r326962) +++ head/graphics/p5-Image-ExifTool/Makefile Wed Sep 11 11:44:41 2013 (r326963) @@ -25,7 +25,8 @@ LICENSE_COMB= dual CONFLICTS= p5-Image-ExifTool-devel-[0-9]* -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MANTAGS= AES AFCP AIFF APE APP12 ASF BMP BigTIFF BuildTagLookup \ BZZ Canon CanonCustom CanonRaw CanonVRD Casio Charset \ Modified: head/graphics/p5-Image-Heatmap/Makefile ============================================================================== --- head/graphics/p5-Image-Heatmap/Makefile Wed Sep 11 11:34:44 2013 (r326962) +++ head/graphics/p5-Image-Heatmap/Makefile Wed Sep 11 11:44:41 2013 (r326963) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Image-Heatmap -# Date created: 2009-07-20 -# Whom: Steven Kreuzer -# +# Created by: Steven Kreuzer # $FreeBSD$ -# PORTNAME= Image-Heatmap PORTVERSION= 0.565 @@ -21,7 +17,8 @@ LICENSE= ART20 GPLv1 RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick WRKSRC= ${WRKDIR}/${PORTNAME} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Image::Heatmap.3 Modified: head/graphics/p5-Image-Math-Constrain/Makefile ============================================================================== --- head/graphics/p5-Image-Math-Constrain/Makefile Wed Sep 11 11:34:44 2013 (r326962) +++ head/graphics/p5-Image-Math-Constrain/Makefile Wed Sep 11 11:44:41 2013 (r326963) @@ -13,7 +13,8 @@ COMMENT= Scaling math used in image size BUILD_DEPENDS= p5-PathTools>=3.25:${PORTSDIR}/devel/p5-PathTools RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Image::Math::Constrain.3 Modified: head/graphics/p5-Image-MetaData-JPEG/Makefile ============================================================================== --- head/graphics/p5-Image-MetaData-JPEG/Makefile Wed Sep 11 11:34:44 2013 (r326962) +++ head/graphics/p5-Image-MetaData-JPEG/Makefile Wed Sep 11 11:44:41 2013 (r326963) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Image-MetaData-JPEG -# Date created: 2006-08-05 -# Whom: Tsung-Han Yeh -# +# Created by: Tsung-Han Yeh # $FreeBSD$ -# PORTNAME= Image-MetaData-JPEG PORTVERSION= 0.153 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= snowfly@yuntech.edu.tw COMMENT= Perl extension for showing/modifying JPEG (meta)data] -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Image::MetaData::JPEG.3 \ Image::MetaData::JPEG::MakerNotes.3 \ Modified: head/graphics/p5-Image-Scale/Makefile ============================================================================== --- head/graphics/p5-Image-Scale/Makefile Wed Sep 11 11:34:44 2013 (r326962) +++ head/graphics/p5-Image-Scale/Makefile Wed Sep 11 11:44:41 2013 (r326963) @@ -20,6 +20,7 @@ TEST_DEPENDS= p5-Test-NoWarnings>=0:${PO MAN3= Image::Scale.3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include Modified: head/graphics/p5-Imager-AverageGray/Makefile ============================================================================== --- head/graphics/p5-Imager-AverageGray/Makefile Wed Sep 11 11:34:44 2013 (r326962) +++ head/graphics/p5-Imager-AverageGray/Makefile Wed Sep 11 11:44:41 2013 (r326963) @@ -1,9 +1,5 @@ -# New ports collection makefile for: graphics/p5-Imager/AverageGray -# Date created: 2009-10-24 -# Whom: vvelox@vvelox.net -# +# Created by: vvelox@vvelox.net # $FreeBSD$ -# PORTNAME= Imager-AverageGray PORTVERSION= 0.0.0 @@ -17,7 +13,8 @@ COMMENT= Finds the average gray for a Im RUN_DEPENDS= p5-Imager>=0:${PORTSDIR}/graphics/p5-Imager -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Imager::AverageGray.3 Modified: head/graphics/p5-Imager-Graph/Makefile ============================================================================== --- head/graphics/p5-Imager-Graph/Makefile Wed Sep 11 11:34:44 2013 (r326962) +++ head/graphics/p5-Imager-Graph/Makefile Wed Sep 11 11:44:41 2013 (r326963) @@ -1,9 +1,5 @@ -# New ports collection makefile for: graphics/p5-Imager-Graph -# Date created: 11 Feb 2005 -# Whom: Yuan-Chung Hsiao -# +# Created by: Yuan-Chung Hsiao # $FreeBSD$ -# PORTNAME= Imager-Graph PORTVERSION= 0.10 @@ -17,7 +13,8 @@ COMMENT= Perl extension for producing Gr BUILD_DEPENDS= p5-Imager>=0.75:${PORTSDIR}/graphics/p5-Imager RUN_DEPENDS= p5-Imager>=0.75:${PORTSDIR}/graphics/p5-Imager -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Imager::Graph.3 \ Imager::Graph::Area.3 \ Modified: head/graphics/p5-SVG-DOM2/Makefile ============================================================================== --- head/graphics/p5-SVG-DOM2/Makefile Wed Sep 11 11:34:44 2013 (r326962) +++ head/graphics/p5-SVG-DOM2/Makefile Wed Sep 11 11:44:41 2013 (r326963) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-SVG-DOM2 -# Date created: 2006-07-14 -# Whom: Gea-Suan Lin -# +# Created by: Gea-Suan Lin # $FreeBSD$ -# PORTNAME= SVG-DOM2 PORTVERSION= 1.00 @@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= gslin@gslin.org COMMENT= SVG extension to the popular XML::DOM2 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= SVG::DOM2.3 SVG::DOM2::Attribute::Transform.3 \ SVG::DOM2::Element::Document.3 SVG::DOM2::Element::Shape.3 \ Modified: head/graphics/zphoto/Makefile ============================================================================== --- head/graphics/zphoto/Makefile Wed Sep 11 11:34:44 2013 (r326962) +++ head/graphics/zphoto/Makefile Wed Sep 11 11:44:41 2013 (r326963) @@ -1,9 +1,5 @@ -# New ports collection makefile for: zphoto -# Date created: 19 Jul 2002 -# Whom: UMENO Takashi -# +# Created by: UMENO Takashi # $FreeBSD$ -# PORTNAME= zphoto PORTVERSION= 1.2 @@ -38,7 +34,8 @@ CONFIGURE_ARGS+= --disable-wx CONFIGURE_ARGS+= --disable-zip .endif USE_GMAKE= yes -USE_PERL5_BUILD=yes +USES= perl5 +USE_PERL5= build post-patch: @${REINPLACE_CMD} -e 's|||g' ${WRKSRC}/*.c ${WRKSRC}/configure