aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-02-07 07:32:54 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-02-07 07:32:54 +0000
commitad76c7db5285cf5831d59e435dfe10de2f8ed0dd (patch)
treed2d0465e22c9e952f05a01b9287b32cd3e462e31 /graphics
parent4b0c6f7957a3588eb4d5f25f19ac40ad87821a27 (diff)
downloadports-ad76c7db5285cf5831d59e435dfe10de2f8ed0dd.tar.gz
ports-ad76c7db5285cf5831d59e435dfe10de2f8ed0dd.zip
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/p5-SVG-Graph/Makefile17
-rw-r--r--graphics/p5-SVG-Graph/distinfo4
-rw-r--r--graphics/p5-SVG-Graph/pkg-plist4
3 files changed, 10 insertions, 15 deletions
diff --git a/graphics/p5-SVG-Graph/Makefile b/graphics/p5-SVG-Graph/Makefile
index 293281eaee44..677b61efbddd 100644
--- a/graphics/p5-SVG-Graph/Makefile
+++ b/graphics/p5-SVG-Graph/Makefile
@@ -1,4 +1,3 @@
-# vim:ts=8
# New ports collection makefile for: p5-SVG-Graph
# Date created: 25 November 2004
# Whom: Fernan Aguero <fernan@iib.unsam.edu.ar>
@@ -7,24 +6,24 @@
#
PORTNAME= SVG-Graph
-PORTVERSION= 0.02
+PORTVERSION= 0.04
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= CPAN:CJFIELDS
PKGNAMEPREFIX= p5-
MAINTAINER= fernan@iib.unsam.edu.ar
COMMENT= Visualize your data in Scalable Vector Graphics (SVG) format
-BUILD_DEPENDS= ${SITE_PERL}/SVG.pm:${PORTSDIR}/textproc/p5-SVG \
- ${SITE_PERL}/Statistics/Descriptive.pm:${PORTSDIR}/math/p5-Statistics-Descriptive \
- ${SITE_PERL}/Tree/DAG_Node.pm:${PORTSDIR}/devel/p5-Tree-DAG_Node \
- ${SITE_PERL}/Math/Spline.pm:${PORTSDIR}/math/p5-Math-Spline \
- ${SITE_PERL}/Math/Derivative.pm:${PORTSDIR}/math/p5-Math-Derivative
+BUILD_DEPENDS= p5-Math-Spline>=0:${PORTSDIR}/math/p5-Math-Spline \
+ p5-SVG>=0:${PORTSDIR}/textproc/p5-SVG \
+ p5-Statistics-Descriptive>=0:${PORTSDIR}/math/p5-Statistics-Descriptive \
+ p5-Tree-DAG_Node>=0:${PORTSDIR}/devel/p5-Tree-DAG_Node
+RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+PERL_MODBUILD= yes
MAN3= SVG::Graph.3 \
- SVG::Frame.3 \
SVG::Graph::Data.3 \
SVG::Graph::Data::Datum.3 \
SVG::Graph::Data::Node.3 \
diff --git a/graphics/p5-SVG-Graph/distinfo b/graphics/p5-SVG-Graph/distinfo
index 652ee1d9b9a6..f35f4b47f180 100644
--- a/graphics/p5-SVG-Graph/distinfo
+++ b/graphics/p5-SVG-Graph/distinfo
@@ -1,2 +1,2 @@
-SHA256 (SVG-Graph-0.02.tar.gz) = 0de0dfd6c2c6a5fa952e9cc5f56077851fcaea338e1d13915458b351b37061bc
-SIZE (SVG-Graph-0.02.tar.gz) = 85270
+SHA256 (SVG-Graph-0.04.tar.gz) = 02aa78f5f4912837d56ad885730377c17f3154823296e99fbc0d529a0d483dac
+SIZE (SVG-Graph-0.04.tar.gz) = 96082
diff --git a/graphics/p5-SVG-Graph/pkg-plist b/graphics/p5-SVG-Graph/pkg-plist
index 5db3cbfaf4e6..2f67ac8da129 100644
--- a/graphics/p5-SVG-Graph/pkg-plist
+++ b/graphics/p5-SVG-Graph/pkg-plist
@@ -1,5 +1,3 @@
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/SVG/Graph/.packlist
-%%SITE_PERL%%/SVG/Frame.pm
%%SITE_PERL%%/SVG/Graph.pm
%%SITE_PERL%%/SVG/Graph/Data.pm
%%SITE_PERL%%/SVG/Graph/Frame.pm
@@ -19,8 +17,6 @@
%%SITE_PERL%%/SVG/Graph/Glyph/tree.pm
%%SITE_PERL%%/SVG/Graph/Glyph/heatmap.pm
%%SITE_PERL%%/SVG/Graph/Glyph/scatter.pm
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SVG/Graph
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SVG
@dirrm %%SITE_PERL%%/SVG/Graph/Data
@dirrm %%SITE_PERL%%/SVG/Graph/Glyph
@dirrm %%SITE_PERL%%/SVG/Graph