diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2013-08-02 18:52:07 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2013-08-02 18:52:07 +0000 |
commit | 4819ca343bfee8a3b54e7ff3ac26d280d1c1696f (patch) | |
tree | a4a613f80a0e443c044c2319e43ce75e14c50813 /graphics | |
parent | 49b7a7d4a4e27031eeb48b2c26d102a7f8527de9 (diff) | |
download | ports-4819ca343bfee8a3b54e7ff3ac26d280d1c1696f.tar.gz ports-4819ca343bfee8a3b54e7ff3ac26d280d1c1696f.zip |
Notes
Diffstat (limited to 'graphics')
42 files changed, 107 insertions, 155 deletions
diff --git a/graphics/IPA/Makefile b/graphics/IPA/Makefile index bac89da5a714..42331b20060a 100644 --- a/graphics/IPA/Makefile +++ b/graphics/IPA/Makefile @@ -1,10 +1,7 @@ # ex:ts=8 # Ports collection makefile for: ipa -# Date created: Aug 13, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= IPA PORTVERSION= 1.08 @@ -18,7 +15,8 @@ COMMENT= Image Processing Algorithms RUN_DEPENDS= p5-Prima>1.24:${PORTSDIR}/x11-toolkits/p5-Prima BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure INSTALL_TARGET= pure_install MAKE_JOBS_UNSAFE= yes diff --git a/graphics/eps2png/Makefile b/graphics/eps2png/Makefile index b5e766a444fd..41266dc178d5 100644 --- a/graphics/eps2png/Makefile +++ b/graphics/eps2png/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: eps2png -# Date created: 12 February 2001 -# Whom: nik -# +# Created by: nik # $FreeBSD$ -# PORTNAME= eps2png PORTVERSION= 2.7 @@ -16,7 +12,8 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Converts EPS images to PNG USE_GHOSTSCRIPT= yes -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAKE_ARGS= INSTLLSCRIPT="${PREFIX}/bin" MAN1= eps2png.1 diff --git a/graphics/p5-CAD-Drawing/Makefile b/graphics/p5-CAD-Drawing/Makefile index 3a2a2095da4c..4b37ff90dc49 100644 --- a/graphics/p5-CAD-Drawing/Makefile +++ b/graphics/p5-CAD-Drawing/Makefile @@ -32,6 +32,7 @@ MAN3= CAD::Drawing.3 \ CAD::Drawing::Manipulate::Graphics.3 \ CAD::Drawing::Manipulate::Transform.3 -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild .include <bsd.port.mk> diff --git a/graphics/p5-Captcha-reCAPTCHA/Makefile b/graphics/p5-Captcha-reCAPTCHA/Makefile index 22ba87ced745..b33e00fa72e2 100644 --- a/graphics/p5-Captcha-reCAPTCHA/Makefile +++ b/graphics/p5-Captcha-reCAPTCHA/Makefile @@ -17,6 +17,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= Captcha::reCAPTCHA.3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include <bsd.port.mk> diff --git a/graphics/p5-Chart-Clicker/Makefile b/graphics/p5-Chart-Clicker/Makefile index 1640fae55098..f8fcf613248d 100644 --- a/graphics/p5-Chart-Clicker/Makefile +++ b/graphics/p5-Chart-Clicker/Makefile @@ -29,7 +29,8 @@ TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \ p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Chart::Clicker.3 \ Chart::Clicker::Axis.3 \ diff --git a/graphics/p5-Chart/Makefile b/graphics/p5-Chart/Makefile index 4f6bf584b13c..a7aadb12107a 100644 --- a/graphics/p5-Chart/Makefile +++ b/graphics/p5-Chart/Makefile @@ -13,7 +13,8 @@ COMMENT= Perl5 interface to build chart graphics BUILD_DEPENDS= p5-GD>=2:${PORTSDIR}/graphics/p5-GD RUN_DEPENDS= p5-GD>=2:${PORTSDIR}/graphics/p5-GD -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Chart.3 diff --git a/graphics/p5-Color-Library/Makefile b/graphics/p5-Color-Library/Makefile index 814c64125600..1b2db68a89c4 100644 --- a/graphics/p5-Color-Library/Makefile +++ b/graphics/p5-Color-Library/Makefile @@ -19,7 +19,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Most>=0:${PORTSDIR}/devel/p5-Test-Most -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Color::Library.3 \ Color::Library::Color.3 \ diff --git a/graphics/p5-GD-Graph/Makefile b/graphics/p5-GD-Graph/Makefile index c0516483306a..9466f61d2e8f 100644 --- a/graphics/p5-GD-Graph/Makefile +++ b/graphics/p5-GD-Graph/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-GD-Graph -# Date created: 21 February 2000 -# Whom: Dmitry Sivachenko <dima@Chg.RU> -# +# Created by: Dmitry Sivachenko <dima@Chg.RU> # $FreeBSD$ -# PORTNAME= GD-Graph PORTVERSION= 1.44.01 @@ -22,7 +18,8 @@ BUILD_DEPENDS= p5-GD>=0:${PORTSDIR}/graphics/p5-GD \ p5-GD-TextUtil>=0:${PORTSDIR}/graphics/p5-GD-TextUtil RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= GD::Graph.3 \ GD::Graph::Data.3 \ diff --git a/graphics/p5-GD-Graph3d/Makefile b/graphics/p5-GD-Graph3d/Makefile index c201ea05c387..208603fe0c1d 100644 --- a/graphics/p5-GD-Graph3d/Makefile +++ b/graphics/p5-GD-Graph3d/Makefile @@ -14,7 +14,8 @@ COMMENT= Creates 3D charts with GD::Graph and GD BUILD_DEPENDS= p5-GD-Graph>=0:${PORTSDIR}/graphics/p5-GD-Graph RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure USE_DOS2UNIX= lib/GD/Graph3d.pm # pod2man doesn't work without this MAN3= GD::Graph3d.3 diff --git a/graphics/p5-GD-TextUtil/Makefile b/graphics/p5-GD-TextUtil/Makefile index 248cd5b169a3..de086035e5fd 100644 --- a/graphics/p5-GD-TextUtil/Makefile +++ b/graphics/p5-GD-TextUtil/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-GD-TextUtil -# Date created: 21 February 2000 -# Whom: Dmitry Sivachenko <dima@Chg.RU> -# +# Created by: Dmitry Sivachenko <dima@Chg.RU> # $FreeBSD$ -# PORTNAME= GD-TextUtil PORTVERSION= 0.86 @@ -18,9 +14,8 @@ COMMENT= Text utilities for use with GD drawing package RUN_DEPENDS= p5-GD>=0:${PORTSDIR}/graphics/p5-GD -MAKE_JOBS_SAFE= yes - -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= GD::Text.3 GD::Text::Wrap.3 GD::Text::Align.3 diff --git a/graphics/p5-GD-Thumbnail/Makefile b/graphics/p5-GD-Thumbnail/Makefile index d0073002816b..5cf379da081b 100644 --- a/graphics/p5-GD-Thumbnail/Makefile +++ b/graphics/p5-GD-Thumbnail/Makefile @@ -13,7 +13,8 @@ COMMENT= Thumbnail maker for GD BUILD_DEPENDS= p5-GD>=0:${PORTSDIR}/graphics/p5-GD RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= GD::Thumbnail.3 diff --git a/graphics/p5-GD/Makefile b/graphics/p5-GD/Makefile index 3df65c492a68..9240b98106f5 100644 --- a/graphics/p5-GD/Makefile +++ b/graphics/p5-GD/Makefile @@ -13,9 +13,8 @@ COMMENT= Perl5 interface to Gd Graphics Library version2 LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd -MAKE_JOBS_SAFE= yes - -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure CONFIGURE_ARGS= -options "JPEG,FT,XPM,GIF,PNG" \ -lib_gd_path ${LOCALBASE} -lib_ft_path} \ -lib_png_path ${LOCALBASE} -lib_zlib_path diff --git a/graphics/p5-Geo-KML/Makefile b/graphics/p5-Geo-KML/Makefile index 06f1a19f659d..0be406829b09 100644 --- a/graphics/p5-Geo-KML/Makefile +++ b/graphics/p5-Geo-KML/Makefile @@ -19,6 +19,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= Geo::KML.3 Geo::KML::Util.3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include <bsd.port.mk> diff --git a/graphics/p5-Geo-Point/Makefile b/graphics/p5-Geo-Point/Makefile index c51bc6d21698..febd7ac44350 100644 --- a/graphics/p5-Geo-Point/Makefile +++ b/graphics/p5-Geo-Point/Makefile @@ -17,6 +17,7 @@ RUN_DEPENDS= p5-Geo-Distance>=0.06:${PORTSDIR}/math/p5-Geo-Distance \ MAN3= Geo::Point.3 Geo::Shape.3 Geo::Surface.3 \ Geo::Line.3 Geo::Proj.3 Geo::Space.3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include <bsd.port.mk> diff --git a/graphics/p5-Geometry-Primitive/Makefile b/graphics/p5-Geometry-Primitive/Makefile index 0de230852e44..21698efd6901 100644 --- a/graphics/p5-Geometry-Primitive/Makefile +++ b/graphics/p5-Geometry-Primitive/Makefile @@ -1,9 +1,6 @@ # Ports collection makefile for: Geometry-Primitive -# Date created: 2008/08/30 -# Whom: chinsan -# +# Created by: chinsan # $FreeBSD$ -# PORTNAME= Geometry-Primitive PORTVERSION= 0.22 @@ -22,7 +19,8 @@ RUN_DEPENDS= p5-Check-ISA>=0.04:${PORTSDIR}/devel/p5-Check-ISA \ p5-MooseX-Storage>=0.17:${PORTSDIR}/devel/p5-MooseX-Storage BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= Geometry::Primitive.3 \ Geometry::Primitive::Arc.3 \ diff --git a/graphics/p5-Graph-ReadWrite/Makefile b/graphics/p5-Graph-ReadWrite/Makefile index a93b23d5ca49..9cde30eae777 100644 --- a/graphics/p5-Graph-ReadWrite/Makefile +++ b/graphics/p5-Graph-ReadWrite/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Graph-ReadWrite -# Date created: 2004-08-12 -# Whom: arved -# +# Created by: arved # $FreeBSD$ -# PORTNAME= Graph-ReadWrite PORTVERSION= 2.03 @@ -20,7 +16,8 @@ BUILD_DEPENDS= p5-Graph>=0.50:${PORTSDIR}/math/p5-Graph \ p5-XML-Writer>=0:${PORTSDIR}/textproc/p5-XML-Writer RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Graph::Reader.3 \ Graph::Reader::Dot.3 \ diff --git a/graphics/p5-GraphViz-Data-Structure/Makefile b/graphics/p5-GraphViz-Data-Structure/Makefile index c6093170c94d..2497333ea588 100644 --- a/graphics/p5-GraphViz-Data-Structure/Makefile +++ b/graphics/p5-GraphViz-Data-Structure/Makefile @@ -14,7 +14,8 @@ BUILD_DEPENDS= p5-GraphViz>=0:${PORTSDIR}/graphics/p5-GraphViz \ ${LOCALBASE}/bin/dot:${PORTSDIR}/graphics/graphviz RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= GraphViz::Data::Structure.3 diff --git a/graphics/p5-GraphViz-Traverse/Makefile b/graphics/p5-GraphViz-Traverse/Makefile index 004cbc663559..13c8ad92781c 100644 --- a/graphics/p5-GraphViz-Traverse/Makefile +++ b/graphics/p5-GraphViz-Traverse/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-GraphViz-Traverse -# Date created: 02 Jun 2006 -# Whom: Aaron Dalton <aaron@FreeBSD.org> -# +# Created by: Aaron Dalton <aaron@FreeBSD.org> # $FreeBSD$ -# PORTNAME= GraphViz-Traverse PORTVERSION= 0.02 @@ -18,10 +14,9 @@ COMMENT= Build a GraphViz object via callback traversal BUILD_DEPENDS= p5-GraphViz>=0:${PORTSDIR}/graphics/p5-GraphViz RUN_DEPENDS:= ${BUILD_DEPENDS} -MAKE_JOBS_SAFE= yes - MAN3= GraphViz::Traverse.3 GraphViz::Traverse::Filesystem.3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include <bsd.port.mk> diff --git a/graphics/p5-GraphViz/Makefile b/graphics/p5-GraphViz/Makefile index 33135877f585..7bcee51de638 100644 --- a/graphics/p5-GraphViz/Makefile +++ b/graphics/p5-GraphViz/Makefile @@ -18,7 +18,8 @@ RUN_DEPENDS= p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run \ p5-XML-Twig>=0:${PORTSDIR}/textproc/p5-XML-Twig \ dot:${PORTSDIR}/graphics/graphviz -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Devel::GraphVizProf.3 \ GraphViz.3 \ diff --git a/graphics/p5-Graphics-Color/Makefile b/graphics/p5-Graphics-Color/Makefile index 15d847b2c3f2..f1c3dc4fdada 100644 --- a/graphics/p5-Graphics-Color/Makefile +++ b/graphics/p5-Graphics-Color/Makefile @@ -1,9 +1,6 @@ # Ports collection makefile for: p5-Graphics-Color -# Date created: 2008/08/30 -# Whom: chinsan -# +# Created by: chinsan # $FreeBSD$ -# PORTNAME= Graphics-Color PORTVERSION= 0.29 @@ -25,7 +22,8 @@ BUILD_DEPENDS= p5-Color-Library>=0.02:${PORTSDIR}/graphics/p5-Color-Library \ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Number-Delta>=0:${PORTSDIR}/devel/p5-Test-Number-Delta -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= Graphics::Color.3 \ Graphics::Color::CMYK.3 \ diff --git a/graphics/p5-Graphics-ColorNames-WWW/Makefile b/graphics/p5-Graphics-ColorNames-WWW/Makefile index 845fe2f7118d..11a328c5548f 100644 --- a/graphics/p5-Graphics-ColorNames-WWW/Makefile +++ b/graphics/p5-Graphics-ColorNames-WWW/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Graphics-ColorNames-WWW -# Date created: 2008-07-31 -# Whom: Tomoyuki Sakurai <cherry@trombik.org> -# +# Created by: Tomoyuki Sakurai <cherry@trombik.org> # $FreeBSD$ -# PORTNAME= Graphics-ColorNames-WWW PORTVERSION= 1.13 @@ -18,7 +14,8 @@ RUN_DEPENDS= p5-Graphics-ColorNames>=0.32:${PORTSDIR}/graphics/p5-Graphics-Color BUILD_DEPENDS:= ${RUN_DEPENDS} BUILD_DEPENDS+= p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Graphics::ColorNames::CSS.3 \ Graphics::ColorNames::IE.3 \ diff --git a/graphics/p5-Graphics-ColorNames/Makefile b/graphics/p5-Graphics-ColorNames/Makefile index 88bdc8a3c794..341514e656dd 100644 --- a/graphics/p5-Graphics-ColorNames/Makefile +++ b/graphics/p5-Graphics-ColorNames/Makefile @@ -15,7 +15,8 @@ BUILD_DEPENDS= p5-Module-Load>=0.10:${PORTSDIR}/devel/p5-Module-Load \ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Graphics::ColorNames.3 \ Graphics::ColorNames::HTML.3 \ diff --git a/graphics/p5-Graphics-Primitive-Driver-Cairo/Makefile b/graphics/p5-Graphics-Primitive-Driver-Cairo/Makefile index eca85a75680b..0457c7f6b8b0 100644 --- a/graphics/p5-Graphics-Primitive-Driver-Cairo/Makefile +++ b/graphics/p5-Graphics-Primitive-Driver-Cairo/Makefile @@ -1,9 +1,6 @@ # Ports collection makefile for: p5-Graphics-Primitive-Driver-Cairo -# Date created: 2008/08/30 -# Whom: chinsan -# +# Created by: chinsan # $FreeBSD$ -# PORTNAME= Graphics-Primitive-Driver-Cairo PORTVERSION= 0.44 @@ -24,7 +21,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Graphics-Color>=0:${PORTSDIR}/graphics/p5-Graphics-Color -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Graphics::Primitive::Driver::Cairo.3 \ Graphics::Primitive::Driver::Cairo::TextLayout.3 diff --git a/graphics/p5-Graphics-Primitive/Makefile b/graphics/p5-Graphics-Primitive/Makefile index eedd108eaab5..6879cd8f2b11 100644 --- a/graphics/p5-Graphics-Primitive/Makefile +++ b/graphics/p5-Graphics-Primitive/Makefile @@ -1,9 +1,6 @@ # Ports collection makefile for: p5-Graphics-Primitive -# Date created: 2008/08/30 -# Whom: chinsan -# +# Created by: chinsan # $FreeBSD$ -# PORTNAME= Graphics-Primitive PORTVERSION= 0.61 @@ -24,7 +21,8 @@ RUN_DEPENDS= p5-Forest>=0.06:${PORTSDIR}/devel/p5-Forest \ p5-MooseX-Storage>=0.17:${PORTSDIR}/devel/p5-MooseX-Storage BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= Graphics::Primitive.3 \ Graphics::Primitive::Aligned.3 \ diff --git a/graphics/p5-Image-Caa/Makefile b/graphics/p5-Image-Caa/Makefile index e27c09681bb5..1fd734bc2251 100644 --- a/graphics/p5-Image-Caa/Makefile +++ b/graphics/p5-Image-Caa/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Image-Caa -# Date created: 2006-08-24 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= Image-Caa PORTVERSION= 1.01 @@ -17,7 +13,8 @@ COMMENT= Colored ASCII Art RUN_DEPENDS= p5-Curses>=0:${PORTSDIR}/devel/p5-Curses BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Image::Caa.3 diff --git a/graphics/p5-Image-Compare/Makefile b/graphics/p5-Image-Compare/Makefile index 5b84e6fcfdd1..227944af9370 100644 --- a/graphics/p5-Image-Compare/Makefile +++ b/graphics/p5-Image-Compare/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Image-Compare -# Date created: 2006-07-23 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= Image-Compare PORTVERSION= 0.9 @@ -23,7 +19,8 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \ p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Image::Compare.3 \ Image::Compare::AVG_THRESHOLD.3 \ diff --git a/graphics/p5-Image-IPTCInfo/Makefile b/graphics/p5-Image-IPTCInfo/Makefile index 56baf249e8ba..9561b210cd84 100644 --- a/graphics/p5-Image-IPTCInfo/Makefile +++ b/graphics/p5-Image-IPTCInfo/Makefile @@ -10,8 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension for extracting IPTC image meta-data -PERL_CONFIGURE= yes -USES= shebangfix +USES= perl5 shebangfix +USE_PERL5= configure SHEBANG_FILES= demo.pl MAN3= Image::IPTCInfo.3 diff --git a/graphics/p5-Image-Imlib2/Makefile b/graphics/p5-Image-Imlib2/Makefile index f5a5bbd3fd79..598d3411d5ed 100644 --- a/graphics/p5-Image-Imlib2/Makefile +++ b/graphics/p5-Image-Imlib2/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Image-Imlib2 -# Date created: September 11th, 2003 -# Whom: Erwin Lansing <erwin@FreeBSD.org> -# +# Created by: Erwin Lansing <erwin@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Image-Imlib2 PORTVERSION= 2.03 @@ -17,7 +13,8 @@ COMMENT= Perl interface to the Imlib2 image library BUILD_DEPENDS+= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild USE_EFL= imlib2 MAN3= Image::Imlib2.3 diff --git a/graphics/p5-Image-Info/Makefile b/graphics/p5-Image-Info/Makefile index 2687cf73933e..9e4ae20bc421 100644 --- a/graphics/p5-Image-Info/Makefile +++ b/graphics/p5-Image-Info/Makefile @@ -18,7 +18,8 @@ BUILD_DEPENDS= p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String \ p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Bundle::Image::Info::Everything.3 \ Bundle::Image::Info::PNG.3 \ diff --git a/graphics/p5-Image-PBMlib/Makefile b/graphics/p5-Image-PBMlib/Makefile index f2984f11ee6a..2ec0eb698875 100644 --- a/graphics/p5-Image-PBMlib/Makefile +++ b/graphics/p5-Image-PBMlib/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Image-PBMlib -# Date created: 2006-11-12 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= Image-PBMlib PORTVERSION= 2.00 @@ -18,7 +14,8 @@ COMMENT= Helper functions for PBM/PGM/PPM image file formats LICENSE= ART10 GPLv1 LICENSE_COMB= dual -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Image::PBMlib.3 diff --git a/graphics/p5-Image-Pngslimmer/Makefile b/graphics/p5-Image-Pngslimmer/Makefile index d9a6ec99b4e4..28720f11a88a 100644 --- a/graphics/p5-Image-Pngslimmer/Makefile +++ b/graphics/p5-Image-Pngslimmer/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Image-Pngslimmer -# Date Created: 2007/02/12 -# Whom: chinsan -# +# Created by: chinsan # $FreeBSD$ -# PORTNAME= Image-Pngslimmer PORTVERSION= 0.30 @@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Slims (dynamically created) PNGs -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Image::Pngslimmer.3 diff --git a/graphics/p5-Imager-QRCode/Makefile b/graphics/p5-Imager-QRCode/Makefile index 13cf56ba9d56..0933c2678541 100644 --- a/graphics/p5-Imager-QRCode/Makefile +++ b/graphics/p5-Imager-QRCode/Makefile @@ -16,7 +16,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} MAKE_JOBS_UNSAFE= yes -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure CFLAGS+= -I${LOCALBASE}/include MAN3= Imager::QRCode.3 diff --git a/graphics/p5-Imager/Makefile b/graphics/p5-Imager/Makefile index 4df4f86f6877..f9f64130caae 100644 --- a/graphics/p5-Imager/Makefile +++ b/graphics/p5-Imager/Makefile @@ -23,7 +23,8 @@ LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2 \ TEST_DEPENDS= p5-CPAN-Meta>=0:${PORTSDIR}/devel/p5-CPAN-Meta \ p5-Inline>=0:${PORTSDIR}/devel/p5-Inline -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure CONFIGURE_ENV= IM_CFLAGS="${CFLAGS}" \ IM_INCPATH=${LOCALBASE}/include \ IM_LIBPATH=${LOCALBASE}/lib diff --git a/graphics/p5-Layout-Manager/Makefile b/graphics/p5-Layout-Manager/Makefile index 589494b3bda7..d8cdaa653072 100644 --- a/graphics/p5-Layout-Manager/Makefile +++ b/graphics/p5-Layout-Manager/Makefile @@ -1,9 +1,6 @@ # Ports collection makefile for: Layout-Manager -# Date created: 2008/08/30 -# Whom: chinsan -# +# Created by: chinsan # $FreeBSD$ -# PORTNAME= Layout-Manager PORTVERSION= 0.34 @@ -24,7 +21,8 @@ BUILD_DEPENDS= p5-Moose>=0.54:${PORTSDIR}/devel/p5-Moose \ p5-Graphics-Primitive>=0.34:${PORTSDIR}/graphics/p5-Graphics-Primitive RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= Layout::Manager.3 \ Layout::Manager::Absolute.3 \ diff --git a/graphics/p5-OpenGL/Makefile b/graphics/p5-OpenGL/Makefile index 0f1ab0583537..04b1ff4daa7c 100644 --- a/graphics/p5-OpenGL/Makefile +++ b/graphics/p5-OpenGL/Makefile @@ -1,10 +1,7 @@ # ex:ts=8 # Ports collection makefile for: p5-OpenGL -# Date created: Jan 7, 2003 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= OpenGL PORTVERSION= 0.66 @@ -22,7 +19,8 @@ USE_DISPLAY= requires an X server for configure stage MANUAL_PACKAGE_BUILD= fails to start X server on pointyhat CONFIGURE_ARGS= interface=GLUT -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure USE_DISPLAY= yes USE_GL= glut diff --git a/graphics/p5-SVG-Metadata/Makefile b/graphics/p5-SVG-Metadata/Makefile index a1d9961425fa..695ec8185e1b 100644 --- a/graphics/p5-SVG-Metadata/Makefile +++ b/graphics/p5-SVG-Metadata/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-SVG-Metadata -# Date created: 2005-03-13 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# +# Created by: Michael Johnson <ahze@FreeBSD.org> # $FreeBSD$ -# PORTNAME= SVG-Metadata PORTVERSION= 0.28 @@ -17,7 +13,8 @@ COMMENT= Perl module to capture metadata info about an SVG file BUILD_DEPENDS= xml_grep:${PORTSDIR}/textproc/p5-XML-Twig RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= svg_validate.1 svg_annotate.1 MAN3= SVG::Metadata.3 diff --git a/graphics/p5-SWF-Builder/Makefile b/graphics/p5-SWF-Builder/Makefile index 24e2222a0028..f5e1ce1f5c2f 100644 --- a/graphics/p5-SWF-Builder/Makefile +++ b/graphics/p5-SWF-Builder/Makefile @@ -15,7 +15,8 @@ BUILD_DEPENDS= p5-SWF-File>=0:${PORTSDIR}/graphics/p5-SWF-File \ p5-Font-TTF>=0:${PORTSDIR}/x11-fonts/p5-Font-TTF RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure USE_DOS2UNIX= yes MAN3= SWF::Builder.3 SWF::Builder::ActionScript.3 \ diff --git a/graphics/p5-SWF-File/Makefile b/graphics/p5-SWF-File/Makefile index 68ca8bd49c3d..4ad9fe6941c0 100644 --- a/graphics/p5-SWF-File/Makefile +++ b/graphics/p5-SWF-File/Makefile @@ -15,7 +15,8 @@ COMMENT= Manipulating Flash movie (SWF) files RUN_DEPENDS= p5-Data-TemporaryBag>=0:${PORTSDIR}/devel/p5-Data-TemporaryBag BUILD_DEPENDS= p5-Data-TemporaryBag>=0:${PORTSDIR}/devel/p5-Data-TemporaryBag -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure USE_DOS2UNIX= yes MAN3= SWF::BinStream.3 SWF::BinStream::Codec.3 \ diff --git a/graphics/p5-Sane/Makefile b/graphics/p5-Sane/Makefile index 885d0d026aea..249e53b03ba2 100644 --- a/graphics/p5-Sane/Makefile +++ b/graphics/p5-Sane/Makefile @@ -1,9 +1,6 @@ # Ports collection makefile for: Sane -# Date created: 2009/01/12 -# Whom: chinsan -# +# Created by: chinsan # $FreeBSD$ -# PORTNAME= Sane PORTVERSION= 0.05 @@ -18,7 +15,8 @@ BUILD_DEPENDS= p5-ExtUtils-Depends>=0:${PORTSDIR}/devel/p5-ExtUtils-Depends \ p5-ExtUtils-PkgConfig>=0:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig \ ${LOCALBASE}/bin/sane-config:${PORTSDIR}/graphics/sane-backends -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Sane.3 diff --git a/graphics/p5-Tk-JPEG-Lite/Makefile b/graphics/p5-Tk-JPEG-Lite/Makefile index 26906c473140..b95d0b405bc7 100644 --- a/graphics/p5-Tk-JPEG-Lite/Makefile +++ b/graphics/p5-Tk-JPEG-Lite/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Tk-JPEG-Lite -# Date created: 2004-07-23 -# Whom: Michael Johnson <ahze@ahze.net> -# +# Created by: Michael Johnson <ahze@ahze.net> # $FreeBSD$ -# PORTNAME= Tk-JPEG-Lite PORTVERSION= 2.01403 @@ -19,7 +15,8 @@ BUILD_DEPENDS= p5-Tk>=0:${PORTSDIR}/x11-toolkits/p5-Tk LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= tkjpeg-lite.1 MAN3= Tk::JPEG::Lite.3 diff --git a/graphics/p5-VCG/Makefile b/graphics/p5-VCG/Makefile index c53a57ae65d9..f36524e1085e 100644 --- a/graphics/p5-VCG/Makefile +++ b/graphics/p5-VCG/Makefile @@ -1,10 +1,7 @@ # ex:ts=8 # Ports collection makefile for: p5-VCG -# Date created: Mar 30, 2003 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= VCG PORTVERSION= 0.5 @@ -21,7 +18,8 @@ BUILD_DEPENDS= p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run RUN_DEPENDS:= ${BUILD_DEPENDS} \ xvcg:${PORTSDIR}/graphics/vcg -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= VCG.3 diff --git a/graphics/p5-Visio/Makefile b/graphics/p5-Visio/Makefile index 7f60807240f9..f238abfc16a5 100644 --- a/graphics/p5-Visio/Makefile +++ b/graphics/p5-Visio/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Visio -# Date Created: 2006/08/15 -# Whom: chinsan <chinsan.tw@gmail.com> -# +# Created by: chinsan <chinsan.tw@gmail.com> # $FreeBSD$ -# PORTNAME= Visio PORTVERSION= 1.010 @@ -17,7 +13,8 @@ COMMENT= Perl extension manipulating XML based Visio files BUILD_DEPENDS= p5-Log-Log4perl>=0:${PORTSDIR}/devel/p5-Log-Log4perl \ p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Visio.3 Visio::Hyperlink.3 Visio::Layout.3 Visio::Line.3 \ Visio::Master.3 Visio::Page.3 Visio::PageProps.3 \ |