diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/orca/Makefile | 9 | ||||
-rw-r--r-- | graphics/p5-CAD-Drawing/Makefile | 3 | ||||
-rw-r--r-- | graphics/p5-Geo-EOP/Makefile | 4 | ||||
-rw-r--r-- | graphics/p5-Geo-GML/Makefile | 4 | ||||
-rw-r--r-- | graphics/p5-Geo-Gpx/Makefile | 5 | ||||
-rw-r--r-- | graphics/p5-Geo-KML/Makefile | 4 | ||||
-rw-r--r-- | graphics/p5-Geo-Point/Makefile | 5 | ||||
-rw-r--r-- | graphics/p5-Google-Chart/Makefile | 2 | ||||
-rw-r--r-- | graphics/p5-Image-Grab/Makefile | 6 | ||||
-rw-r--r-- | graphics/p5-Visio/Makefile | 3 |
10 files changed, 16 insertions, 29 deletions
diff --git a/graphics/orca/Makefile b/graphics/orca/Makefile index d8324ade97fc..2b19877fc4bc 100644 --- a/graphics/orca/Makefile +++ b/graphics/orca/Makefile @@ -14,17 +14,10 @@ MASTER_SITES= http://www.orcaware.com/orca/pub/ MAINTAINER= ports@FreeBSD.org COMMENT= Tool for plotting arbitrary data from text files onto a Web server -# needs some happy Perl modules -# I think Data::Dumper is installed as part of the FreeBSD base install -# How can I test for a version of one of these? e.g. Storable.pm should -# be >= version 2.05, p5-TimeDate >=1.40 BUILD_DEPENDS= \ ${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate \ - ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ ${SITE_PERL}/Math/Interpolate.pm:${PORTSDIR}/math/p5-Math-Interpolate \ - ${SITE_PERL}/${PERL_ARCH}/RRDs.pm:${PORTSDIR}/databases/rrdtool\ - ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \ - ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes + ${SITE_PERL}/${PERL_ARCH}/RRDs.pm:${PORTSDIR}/databases/rrdtool HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} --with-html-dir=${PREFIX}/www/data/orca diff --git a/graphics/p5-CAD-Drawing/Makefile b/graphics/p5-CAD-Drawing/Makefile index ee8d96a770a4..924f19a14fd0 100644 --- a/graphics/p5-CAD-Drawing/Makefile +++ b/graphics/p5-CAD-Drawing/Makefile @@ -7,7 +7,7 @@ PORTNAME= CAD-Drawing PORTVERSION= 0.26 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -21,7 +21,6 @@ BUILD_DEPENDS= ${SITE_PERL}/Math/Vec.pm:${PORTSDIR}/math/p5-Math-Vec \ ${SITE_PERL}/${PERL_ARCH}/Image/Magick.pm:${PORTSDIR}/graphics/ImageMagick \ ${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ ${SITE_PERL}/Stream/FileInputStream.pm:${PORTSDIR}/devel/p5-Stream \ - ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \ ${SITE_PERL}/Math/Geometry/Planar.pm:${PORTSDIR}/math/p5-Math-Geometry-Planar RUN_DEPENDS= ${BUILD_DEPENDS} diff --git a/graphics/p5-Geo-EOP/Makefile b/graphics/p5-Geo-EOP/Makefile index 857307a238a2..57c657a5c27a 100644 --- a/graphics/p5-Geo-EOP/Makefile +++ b/graphics/p5-Geo-EOP/Makefile @@ -7,6 +7,7 @@ PORTNAME= Geo-EOP PORTVERSION= 0.13 +PORTREVISION= 1 CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,8 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= wenheping@gmail.com COMMENT= Perl Module to Process Earth Observation Products Meta-data -RUN_DEPENDS= ${SITE_PERL}/Test/Simple.pm:${PORTSDIR}/devel/p5-Test-Simple \ - p5-Geo-GML>=0.12:${PORTSDIR}/graphics/p5-Geo-GML \ +RUN_DEPENDS= p5-Geo-GML>=0.12:${PORTSDIR}/graphics/p5-Geo-GML \ p5-Test-Pod>=1.26:${PORTSDIR}/devel/p5-Test-Pod \ p5-XML-Compile>=0.96:${PORTSDIR}/textproc/p5-XML-Compile \ p5-XML-Compile-Cache>=0.14:${PORTSDIR}/textproc/p5-XML-Compile-Cache diff --git a/graphics/p5-Geo-GML/Makefile b/graphics/p5-Geo-GML/Makefile index ff230f8c3a10..b8d1ea148ee7 100644 --- a/graphics/p5-Geo-GML/Makefile +++ b/graphics/p5-Geo-GML/Makefile @@ -7,6 +7,7 @@ PORTNAME= Geo-GML PORTVERSION= 0.15 +PORTREVISION= 1 CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,8 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= wenheping@gmail.com COMMENT= Perl Module to Process Geography Markup Language -RUN_DEPENDS= ${SITE_PERL}/Test/Simple.pm:${PORTSDIR}/devel/p5-Test-Simple \ - p5-Log-Report>=0.18:${PORTSDIR}/devel/p5-Log-Report \ +RUN_DEPENDS= p5-Log-Report>=0.18:${PORTSDIR}/devel/p5-Log-Report \ p5-Test-Pod>=1.26:${PORTSDIR}/devel/p5-Test-Pod \ p5-XML-Compile>=0.96:${PORTSDIR}/textproc/p5-XML-Compile \ p5-XML-Compile-Cache>=0.14:${PORTSDIR}/textproc/p5-XML-Compile-Cache diff --git a/graphics/p5-Geo-Gpx/Makefile b/graphics/p5-Geo-Gpx/Makefile index 53194719b586..5419b324eecf 100644 --- a/graphics/p5-Geo-Gpx/Makefile +++ b/graphics/p5-Geo-Gpx/Makefile @@ -7,6 +7,7 @@ PORTNAME= Geo-Gpx PORTVERSION= 0.26 +PORTREVISION= 1 CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,10 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= wenheping@gmail.com COMMENT= Perl Module to Create and Parse GPX Files -BUILD_DEPENDS= ${SITE_PERL}/Test/Simple.pm:${PORTSDIR}/devel/p5-Test-Simple \ - p5-TimeDate>0:${PORTSDIR}/devel/p5-TimeDate \ +BUILD_DEPENDS= p5-TimeDate>0:${PORTSDIR}/devel/p5-TimeDate \ p5-HTML-Parser>0:${PORTSDIR}/www/p5-HTML-Parser \ - p5-Scalar-List-Utils>0:${PORTSDIR}/lang/p5-Scalar-List-Utils \ p5-version>0:${PORTSDIR}/devel/p5-version \ p5-ExtUtils-MakeMaker-Coverage>0:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker-Coverage \ p5-Time-Local>0:${PORTSDIR}/devel/p5-Time-Local diff --git a/graphics/p5-Geo-KML/Makefile b/graphics/p5-Geo-KML/Makefile index c3c3497f0a4a..b5e8b292f278 100644 --- a/graphics/p5-Geo-KML/Makefile +++ b/graphics/p5-Geo-KML/Makefile @@ -7,6 +7,7 @@ PORTNAME= Geo-KML PORTVERSION= 0.03 +PORTREVISION= 1 CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,8 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= wenheping@gmail.com COMMENT= Perl Module to Create Google Earth KML/KMZ -RUN_DEPENDS= ${SITE_PERL}/Test/Simple.pm:${PORTSDIR}/devel/p5-Test-Simple \ - p5-Archive-Zip>=1.18:${PORTSDIR}/archivers/p5-Archive-Zip \ +RUN_DEPENDS= p5-Archive-Zip>=1.18:${PORTSDIR}/archivers/p5-Archive-Zip \ p5-Log-Report>=0.18:${PORTSDIR}/devel/p5-Log-Report \ p5-Test-Pod>=1.26:${PORTSDIR}/devel/p5-Test-Pod \ p5-Test-Deep>=0.095:${PORTSDIR}/devel/p5-Test-Deep \ diff --git a/graphics/p5-Geo-Point/Makefile b/graphics/p5-Geo-Point/Makefile index 935ed360e002..8acee3fb955a 100644 --- a/graphics/p5-Geo-Point/Makefile +++ b/graphics/p5-Geo-Point/Makefile @@ -7,6 +7,7 @@ PORTNAME= Geo-Point PORTVERSION= 0.92 +PORTREVISION= 1 CATEGORIES= graphics devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,10 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= wen@FreeBSD.org COMMENT= Perl Module Tries To Abstract Coordinate Systems -RUN_DEPENDS= ${SITE_PERL}/Test/Simple.pm:${PORTSDIR}/devel/p5-Test-Simple \ - p5-Geo-Distance>=0.06:${PORTSDIR}/math/p5-Geo-Distance \ +RUN_DEPENDS= p5-Geo-Distance>=0.06:${PORTSDIR}/math/p5-Geo-Distance \ p5-Geo-Proj4>=1.00:${PORTSDIR}/graphics/p5-Geo-Proj4 \ - p5-Math-Complex>=1.54:${PORTSDIR}/math/p5-Math-Complex \ p5-Math-Polygon>=1.00:${PORTSDIR}/math/p5-Math-Polygon MAN3= Geo::Point.3 Geo::Shape.3 Geo::Surface.3 \ diff --git a/graphics/p5-Google-Chart/Makefile b/graphics/p5-Google-Chart/Makefile index 000d504df544..af9326cac0cd 100644 --- a/graphics/p5-Google-Chart/Makefile +++ b/graphics/p5-Google-Chart/Makefile @@ -7,6 +7,7 @@ PORTNAME= Google-Chart PORTVERSION= 0.05014 +PORTREVISION= 1 CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,7 +18,6 @@ COMMENT= Perl Interface to Google Charts API RUN_DEPENDS= p5-Class-MOP>=0.63:${PORTSDIR}/devel/p5-Class-MOP \ p5-libwww>0:${PORTSDIR}/www/p5-libwww \ p5-Moose>=0.54:${PORTSDIR}/devel/p5-Moose \ - p5-Scalar-List-Utils>0:${PORTSDIR}/lang/p5-Scalar-List-Utils \ p5-URI>0:${PORTSDIR}/net/p5-URI MAN3= Google::Chart.3 Google::Chart::Axis.3 \ diff --git a/graphics/p5-Image-Grab/Makefile b/graphics/p5-Image-Grab/Makefile index 88493c8f6dd7..361d5d5d2881 100644 --- a/graphics/p5-Image-Grab/Makefile +++ b/graphics/p5-Image-Grab/Makefile @@ -7,7 +7,7 @@ PORTNAME= Image-Grab PORTVERSION= 1.4.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,9 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= tolid@plab.ku.dk COMMENT= Perl extension for Grabbing images off the Internet -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ - ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ - ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \ +BUILD_DEPENDS= ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \ ${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \ ${SITE_PERL}/HTML/Tree.pm:${PORTSDIR}/www/p5-HTML-Tree \ ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww diff --git a/graphics/p5-Visio/Makefile b/graphics/p5-Visio/Makefile index 932993c308bc..30db9c4b2679 100644 --- a/graphics/p5-Visio/Makefile +++ b/graphics/p5-Visio/Makefile @@ -14,8 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension mainpulating XML based Visio files -BUILD_DEPENDS= p5-Data-Dumper>=0:${PORTSDIR}/devel/p5-Data-Dumper \ - p5-Log-Log4perl>=0:${PORTSDIR}/devel/p5-Log-Log4perl \ +BUILD_DEPENDS= p5-Log-Log4perl>=0:${PORTSDIR}/devel/p5-Log-Log4perl \ p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML PERL_CONFIGURE= 5.8.1+ |