diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-02-07 15:32:54 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-02-07 15:32:54 +0800 |
commit | 43a3dd0c7ecc7e8deef32c3827fa4a535336ad32 (patch) | |
tree | f57226b8eb47d7b80f8df696e8113dd410b0e746 | |
parent | 860f660c65220988cb661ee687ef33d90978fa94 (diff) | |
download | freebsd-ports-gnome-43a3dd0c7ecc7e8deef32c3827fa4a535336ad32.tar.gz freebsd-ports-gnome-43a3dd0c7ecc7e8deef32c3827fa4a535336ad32.tar.zst freebsd-ports-gnome-43a3dd0c7ecc7e8deef32c3827fa4a535336ad32.zip |
- Update to 0.04
Changes: http://search.cpan.org/dist/SVG-Graph/Changes
PR: ports/164079
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 24 days)
-rw-r--r-- | graphics/p5-SVG-Graph/Makefile | 17 | ||||
-rw-r--r-- | graphics/p5-SVG-Graph/distinfo | 4 | ||||
-rw-r--r-- | graphics/p5-SVG-Graph/pkg-plist | 4 |
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 |