diff options
author | wen <wen@pkgsrc.org> | 2016-08-13 00:44:00 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2016-08-13 00:44:00 +0000 |
commit | 83af7d6f15e00a99a4f288a5c928073f89b75351 (patch) | |
tree | 6e91e1444488051bce54417e3d0a8cbb8f49296d /graphics | |
parent | a8532407656b91cf9a429cc673ca42b2a39b992e (diff) | |
download | pkgsrc-83af7d6f15e00a99a4f288a5c928073f89b75351.tar.gz |
Update to 1.53
Upstream changes:
1.53 08 Jul 2016
- Fix 'Illegal division by zero' when x_min_value and x_max_value
are defined and x_tick_number set to 'auto' RT#73185
Thanks to Bob Rogers, https://github.com/ruz/GDGraph/pull/12
1.52 28 Jan 2016
- y1_min_range and y2_min_range instead of min_range_1 and min_range_2,
niether were documented before.
- Update documentation in regards to all *_min_range options available.
1.51 27 Dec 2015
- fix shadows rendering on cumulative bar charts
thanks to https://github.com/Tordek
see https://github.com/ruz/GDGraph/pull/4
1.50 27 Dec 2015
- run samples as part of test suite to make sure no sample crashes
thanks to https://github.com/tynovsky
- properly define test requirements using newer MakeMaker
1.49 11 Mar 2015
- fix to Z-axis color filling in 3D pie charts (Debian Bug #489184)
- bump ExtUtils::MakeMaker dependency
- tiny improvement in the code of the samples
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-GDGraph/Makefile | 6 | ||||
-rw-r--r-- | graphics/p5-GDGraph/distinfo | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/graphics/p5-GDGraph/Makefile b/graphics/p5-GDGraph/Makefile index cc865e122f6..e4d1c32025c 100644 --- a/graphics/p5-GDGraph/Makefile +++ b/graphics/p5-GDGraph/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.30 2016/06/08 19:23:53 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2016/08/13 00:44:00 wen Exp $ -DISTNAME= GDGraph-1.48 +DISTNAME= GDGraph-1.53 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GD/} MAINTAINER= damon@brodiefamily.org HOMEPAGE= http://search.cpan.org/dist/GDGraph/ COMMENT= GDGraph is a package to generate charts, using Lincoln Stein's GD.pm +LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-GD>=1.18:../../graphics/p5-GD DEPENDS+= p5-GDTextUtil>=0.80:../../graphics/p5-GDTextUtil diff --git a/graphics/p5-GDGraph/distinfo b/graphics/p5-GDGraph/distinfo index f18288711f8..08ad168c475 100644 --- a/graphics/p5-GDGraph/distinfo +++ b/graphics/p5-GDGraph/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2015/11/03 21:34:12 agc Exp $ +$NetBSD: distinfo,v 1.8 2016/08/13 00:44:00 wen Exp $ -SHA1 (GDGraph-1.48.tar.gz) = c6223781e3f3b7a1fe5a7d6b29f2c668196fb838 -RMD160 (GDGraph-1.48.tar.gz) = 829f84bab2b50f9e13ee94ca24bca2dbd5d5e4d9 -SHA512 (GDGraph-1.48.tar.gz) = 1b72b0f647dbf79a358fdf49d10f5a016a075bbf257116f120af1874efc5615917d164d95d6125c7534e3fb14050127acbd5c2fb9f5bb745997e9401c7822040 -Size (GDGraph-1.48.tar.gz) = 156383 bytes +SHA1 (GDGraph-1.53.tar.gz) = 03bc00c10e5a2e1357c04489d4ca5092fd139098 +RMD160 (GDGraph-1.53.tar.gz) = 027680b651c0c2a6f734e4abf5833d8aeafaef24 +SHA512 (GDGraph-1.53.tar.gz) = b22a8cfae9717170b7a4dad9fef8b6b534958987c98645efc006024bb06058c147d2c7815771f7611b3dcc2c4e5edb22132f22705dc1cf6c77f0616103141915 +Size (GDGraph-1.53.tar.gz) = 156777 bytes |