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
This commit is contained in:
parent
e32bfa9df0
commit
b2d0ec1aca
2 changed files with 8 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue