pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/p5-GDGraph
Module Name: pkgsrc
Committed By: wen
Date: Sat Aug 13 00:44:00 UTC 2016
Modified Files:
pkgsrc/graphics/p5-GDGraph: Makefile distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/graphics/p5-GDGraph/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/graphics/p5-GDGraph/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/p5-GDGraph/Makefile
diff -u pkgsrc/graphics/p5-GDGraph/Makefile:1.30 pkgsrc/graphics/p5-GDGraph/Makefile:1.31
--- pkgsrc/graphics/p5-GDGraph/Makefile:1.30 Wed Jun 8 19:23:53 2016
+++ pkgsrc/graphics/p5-GDGraph/Makefile Sat Aug 13 00:44:00 2016
@@ -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@localhost
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
Index: pkgsrc/graphics/p5-GDGraph/distinfo
diff -u pkgsrc/graphics/p5-GDGraph/distinfo:1.7 pkgsrc/graphics/p5-GDGraph/distinfo:1.8
--- pkgsrc/graphics/p5-GDGraph/distinfo:1.7 Tue Nov 3 21:34:12 2015
+++ pkgsrc/graphics/p5-GDGraph/distinfo Sat Aug 13 00:44:00 2016
@@ -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
Home |
Main Index |
Thread Index |
Old Index