Sat Sep 15 15:12:20 2012 UTC ()
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


(wen)
diff -r1.12 -r1.13 pkgsrc/graphics/p5-Chart/Makefile
diff -r1.4 -r1.5 pkgsrc/graphics/p5-Chart/distinfo

cvs diff -r1.12 -r1.13 pkgsrc/graphics/p5-Chart/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/p5-Chart/Makefile 2011/08/16 21:53:41 1.12
+++ pkgsrc/graphics/p5-Chart/Makefile 2012/09/15 15:12:20 1.13
@@ -1,25 +1,22 @@ @@ -1,25 +1,22 @@
1# $NetBSD: Makefile,v 1.12 2011/08/16 21:53:41 wiz Exp $ 1# $NetBSD: Makefile,v 1.13 2012/09/15 15:12:20 wen Exp $
2 2
3DISTNAME= Chart-2.4.2 3DISTNAME= Chart-2.4.5
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= graphics perl5 5CATEGORIES= graphics perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Chart/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Chart/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://search.cpan.org/~chartgrp/ 9HOMEPAGE= http://search.cpan.org/~chartgrp/
10COMMENT= Perl5 charting library 10COMMENT= Perl5 charting library
11LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
12 12
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14 14
15DEPENDS+= p5-GD>=1.20:../../graphics/p5-GD 15DEPENDS+= p5-GD>=2.0:../../graphics/p5-GD
16 16
17USE_LANGUAGES= # empty 17USE_LANGUAGES= # empty
18 18
19PERL5_PACKLIST= auto/Chart/.packlist 19PERL5_PACKLIST= auto/Chart/.packlist
20 20
21post-extract: 
22 ${CHMOD} a-x ${WRKSRC}/Chart/*.pm 
23 
24.include "../../lang/perl5/module.mk" 21.include "../../lang/perl5/module.mk"
25.include "../../mk/bsd.pkg.mk" 22.include "../../mk/bsd.pkg.mk"

cvs diff -r1.4 -r1.5 pkgsrc/graphics/p5-Chart/distinfo (expand / switch to unified diff)

--- pkgsrc/graphics/p5-Chart/distinfo 2011/08/16 21:53:41 1.4
+++ pkgsrc/graphics/p5-Chart/distinfo 2012/09/15 15:12:20 1.5
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.4 2011/08/16 21:53:41 wiz Exp $ 1$NetBSD: distinfo,v 1.5 2012/09/15 15:12:20 wen Exp $
2 2
3SHA1 (Chart-2.4.2.tar.gz) = b53247befbeec35a87cc530e1c7fe3ee02aae46b 3SHA1 (Chart-2.4.5.tar.gz) = c0c92d760a0a0b377ade5b7e6661f70164388e8a
4RMD160 (Chart-2.4.2.tar.gz) = 3dea72077e325b9f06bcff82f6296639bc65c3d8 4RMD160 (Chart-2.4.5.tar.gz) = 8cc29c6bc221531b7121d0eb16dde5f17e78093a
5Size (Chart-2.4.2.tar.gz) = 822981 bytes 5Size (Chart-2.4.5.tar.gz) = 1478273 bytes