mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
- Update to 2.71
- Sort *_DEPENDS - Add TEST_DEPENDS - Pet portlint Changes: http://search.cpan.org/dist/Chart-Clicker/Changes
This commit is contained in:
parent
68f62dbd4e
commit
82d8523247
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280973
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= Chart-Clicker
|
||||
PORTVERSION= 2.69
|
||||
PORTVERSION= 2.71
|
||||
CATEGORIES= graphics perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:GPHAT
|
||||
@ -15,24 +15,24 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Powerful, extensible charting
|
||||
|
||||
RUN_DEPENDS= p5-Color-Palette>=0.091400:${PORTSDIR}/graphics/p5-Color-Palette \
|
||||
p5-Color-Scheme>=1.02:${PORTSDIR}/graphics/p5-Color-Scheme \
|
||||
p5-Math-Gradient>=0.04:${PORTSDIR}/math/p5-Math-Gradient \
|
||||
p5-Moose>=0.76:${PORTSDIR}/devel/p5-Moose \
|
||||
p5-MooseX-AttributeHelpers>=0.17:${PORTSDIR}/devel/p5-MooseX-AttributeHelpers \
|
||||
p5-DateTime>=0.47:${PORTSDIR}/devel/p5-DateTime \
|
||||
p5-DateTime-Set>=0.27:${PORTSDIR}/devel/p5-DateTime-Set \
|
||||
p5-Geometry-Primitive>=0.13:${PORTSDIR}/graphics/p5-Geometry-Primitive \
|
||||
p5-Graphics-Color>=0.20:${PORTSDIR}/graphics/p5-Graphics-Color \
|
||||
p5-Graphics-Primitive>=0.42:${PORTSDIR}/graphics/p5-Graphics-Primitive \
|
||||
p5-Graphics-Primitive-Driver-Cairo>=0.39:${PORTSDIR}/graphics/p5-Graphics-Primitive-Driver-Cairo \
|
||||
p5-Layout-Manager>=0.29:${PORTSDIR}/graphics/p5-Layout-Manager
|
||||
LICENSE= ART20 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
RUN_DEPENDS= p5-Color-Scheme>=0:${PORTSDIR}/graphics/p5-Color-Scheme \
|
||||
p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
|
||||
p5-MooseX-AttributeHelpers>=0:${PORTSDIR}/devel/p5-MooseX-AttributeHelpers \
|
||||
p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
|
||||
p5-DateTime-Set>=0:${PORTSDIR}/devel/p5-DateTime-Set \
|
||||
p5-Geometry-Primitive>=0:${PORTSDIR}/graphics/p5-Geometry-Primitive \
|
||||
p5-Graphics-Color>=0:${PORTSDIR}/graphics/p5-Graphics-Color \
|
||||
p5-Graphics-Primitive>=0:${PORTSDIR}/graphics/p5-Graphics-Primitive \
|
||||
p5-Graphics-Primitive-Driver-Cairo>=0:${PORTSDIR}/graphics/p5-Graphics-Primitive-Driver-Cairo \
|
||||
p5-Layout-Manager>=0:${PORTSDIR}/graphics/p5-Layout-Manager
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
LICENSE_COMB= dual
|
||||
LICENSE= ART20 GPLv1
|
||||
TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
|
||||
|
||||
PERL_CONFIGURE= YES
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Chart::Clicker.3 \
|
||||
Chart::Clicker::Axis.3 \
|
||||
@ -61,7 +61,6 @@ MAN3= Chart::Clicker.3 \
|
||||
Chart::Clicker::Renderer::Bar.3 \
|
||||
Chart::Clicker::Renderer::Bubble.3 \
|
||||
Chart::Clicker::Renderer::CandleStick.3 \
|
||||
Chart::Clicker::Renderer::HeatMap.3 \
|
||||
Chart::Clicker::Renderer::Line.3 \
|
||||
Chart::Clicker::Renderer::Pie.3 \
|
||||
Chart::Clicker::Renderer::Point.3 \
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (Chart-Clicker-2.69.tar.gz) = 3e7b65103e86e323ccfc613c218872f29e07baa5c0b08b87ae1d013d777bdeda
|
||||
SIZE (Chart-Clicker-2.69.tar.gz) = 78733
|
||||
SHA256 (Chart-Clicker-2.71.tar.gz) = 93427c5bb12aec03369abf92122e7a30a451e3e49d7900e3a37c1efdc0018448
|
||||
SIZE (Chart-Clicker-2.71.tar.gz) = 66455
|
||||
|
@ -26,14 +26,13 @@
|
||||
%%SITE_PERL%%/Chart/Clicker/Renderer/Bar.pm
|
||||
%%SITE_PERL%%/Chart/Clicker/Renderer/Bubble.pm
|
||||
%%SITE_PERL%%/Chart/Clicker/Renderer/CandleStick.pm
|
||||
%%SITE_PERL%%/Chart/Clicker/Renderer/HeatMap.pm
|
||||
%%SITE_PERL%%/Chart/Clicker/Renderer/Line.pm
|
||||
%%SITE_PERL%%/Chart/Clicker/Renderer/Pie.pm
|
||||
%%SITE_PERL%%/Chart/Clicker/Renderer/Point.pm
|
||||
%%SITE_PERL%%/Chart/Clicker/Renderer/PolarArea.pm
|
||||
%%SITE_PERL%%/Chart/Clicker/Renderer/StackedArea.pm
|
||||
%%SITE_PERL%%/Chart/Clicker/Renderer/StackedBar.pm
|
||||
%%SITE_PERL%%/Chart/Clicker/Tutorial.pod
|
||||
%%SITE_PERL%%/Chart/Clicker/Tutorial.pm
|
||||
@dirrmtry %%SITE_PERL%%/Chart/Clicker/Shape
|
||||
@dirrmtry %%SITE_PERL%%/Chart/Clicker/Renderer
|
||||
@dirrmtry %%SITE_PERL%%/Chart/Clicker/Drawing
|
||||
|
Loading…
Reference in New Issue
Block a user