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...

Andrej Zverev az at FreeBSD.org
Wed Sep 11 11:44:45 UTC 2013


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 <mjl at luckie.org.nz>
-#
+# Created by: Matthew Luckie <mjl at luckie.org.nz>
 # $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 <johnjen at reynoldsnet.org>
-#
+# Created by: John Reynolds <johnjen at reynoldsnet.org>
 # $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 <bsd.port.mk>

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 <rafan at infor.org>
-#
+# Created by: Rong-En Fan <rafan at infor.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Color-Rgb
 PORTVERSION=	1.4
@@ -14,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	rafan at 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 <bsd.port.mk>

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 <skreuzer at FreeBSD.org>
-#
+# Created by: Steven Kreuzer <skreuzer at FreeBSD.org>
 # $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 <snowfly at yuntech.edu.tw>
-#
+# Created by: Tsung-Han Yeh <snowfly at yuntech.edu.tw>
 # $FreeBSD$
-#
 
 PORTNAME=	Image-MetaData-JPEG
 PORTVERSION=	0.153
@@ -14,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	snowfly at 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 <bsd.port.mk>

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 at vvelox.net
-#
+# Created by: vvelox at 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 <ychsiao at ychsiao.org>
-#
+# Created by: Yuan-Chung Hsiao <ychsiao at ychsiao.org>
 # $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 <gslin at gslin.org>
-#
+# Created by: Gea-Suan Lin <gslin at gslin.org>
 # $FreeBSD$
-#
 
 PORTNAME=	SVG-DOM2
 PORTVERSION=	1.00
@@ -15,7 +11,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	gslin at 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 <umeno at rr.iij4u.or.jp>
-#
+# Created by: UMENO Takashi <umeno at rr.iij4u.or.jp>
 # $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|<ming.h>|<ming/ming.h>|g' ${WRKSRC}/*.c ${WRKSRC}/configure


More information about the svn-ports-all mailing list