diff options
author | wen <wen> | 2012-09-15 15:12:20 +0000 |
---|---|---|
committer | wen <wen> | 2012-09-15 15:12:20 +0000 |
commit | 80ef76e21c59bdc1c92f033d7c755f92d0913ed6 (patch) | |
tree | 4fb055a0c310d3805d0159c6dc3f6af1906e8dd5 /graphics | |
parent | 3bc32f89da8dc803fdee677a20cc99a275f5e639 (diff) | |
download | pkgsrc-80ef76e21c59bdc1c92f033d7c755f92d0913ed6.tar.gz |
Updated to 2.4.5
Upstream changes:
2.4.5 Typo in _draw_x_ticks corrected
Methods scalar_png(), scalar_jpeg() corrected for result.
Test routine t/scalarImage.t added
Chart.pod corrected
2.4.4 The brush styles to points and linespoints are extended.
Not only circles represent the points but a number of different
brush styles, linke donut, Star and so on.
2.4.3 Corrections to imagemap production in Composite.pm and Lines.pm
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-Chart/Makefile | 9 | ||||
-rw-r--r-- | graphics/p5-Chart/distinfo | 8 |
2 files changed, 7 insertions, 10 deletions
diff --git a/graphics/p5-Chart/Makefile b/graphics/p5-Chart/Makefile index 8f810706ceb..57d06e32c90 100644 --- a/graphics/p5-Chart/Makefile +++ b/graphics/p5-Chart/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2011/08/16 21:53:41 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2012/09/15 15:12:20 wen Exp $ -DISTNAME= Chart-2.4.2 +DISTNAME= Chart-2.4.5 PKGNAME= p5-${DISTNAME} CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Chart/} @@ -12,14 +12,11 @@ LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir -DEPENDS+= p5-GD>=1.20:../../graphics/p5-GD +DEPENDS+= p5-GD>=2.0:../../graphics/p5-GD USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Chart/.packlist -post-extract: - ${CHMOD} a-x ${WRKSRC}/Chart/*.pm - .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/p5-Chart/distinfo b/graphics/p5-Chart/distinfo index 1ff9308c82a..e0b966e4940 100644 --- a/graphics/p5-Chart/distinfo +++ b/graphics/p5-Chart/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2011/08/16 21:53:41 wiz Exp $ +$NetBSD: distinfo,v 1.5 2012/09/15 15:12:20 wen Exp $ -SHA1 (Chart-2.4.2.tar.gz) = b53247befbeec35a87cc530e1c7fe3ee02aae46b -RMD160 (Chart-2.4.2.tar.gz) = 3dea72077e325b9f06bcff82f6296639bc65c3d8 -Size (Chart-2.4.2.tar.gz) = 822981 bytes +SHA1 (Chart-2.4.5.tar.gz) = c0c92d760a0a0b377ade5b7e6661f70164388e8a +RMD160 (Chart-2.4.5.tar.gz) = 8cc29c6bc221531b7121d0eb16dde5f17e78093a +Size (Chart-2.4.5.tar.gz) = 1478273 bytes |