- 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)
This commit is contained in:
parent
4b0c6f7957
commit
ad76c7db52
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=290573
3 changed files with 10 additions and 15 deletions
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue