Update to 0.35, from Kai-Uwe Eckhardt <kuehro@gmx.de> in private mail.
0.35 (07/20/2014) (ms) Fix for [rt.cpan.org #97322], now rounding results to cope with floating point inaccuracies in rrdtool. Reported by Andreas König. 0.34 (06/26/2014) (ms) Added disable_rrdtool_tag option as suggested by Sun Guonian. 0.33 (07/08/2013) (ms) Florian Eckert reported that graph() modified 2nd level entries of the options array passed to it. Used Storable::clone in OO.pm to make a deep copy first. 0.32 (03/06/2012) (ms) [rt.cpan.org #63351] Applied modified patch by Jonas Wagner to fix stacked graphs with no legend. (ms) Implements RRDs::xport and returns a Perl structure instead of basic xport array (Remi Ferrand, Fabien Wernli).
This commit is contained in:
parent
7370f888f3
commit
ce77d4ffdb
2 changed files with 7 additions and 8 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.13 2014/05/29 23:36:40 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.14 2015/01/29 20:47:22 wiz Exp $
|
||||
|
||||
DISTNAME= RRDTool-OO-0.31
|
||||
DISTNAME= RRDTool-OO-0.35
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 4
|
||||
CATEGORIES= graphics perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MS/MSCHILLI/}
|
||||
|
||||
|
@ -11,7 +10,7 @@ HOMEPAGE= http://search.cpan.org/~mschilli/RRDTool-OO/
|
|||
COMMENT= Object-oriented interface to RRDTool
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
DEPENDS+= rrdtool>=1.2.0:../../databases/rrdtool
|
||||
DEPENDS+= rrdtool>=1.2.11:../../databases/rrdtool
|
||||
DEPENDS+= p5-Log-Log4perl>=0.4:../../devel/p5-Log-Log4perl
|
||||
|
||||
PERL5_PACKLIST= auto/RRDTool/OO/.packlist
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.5 2010/09/06 11:29:34 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.6 2015/01/29 20:47:22 wiz Exp $
|
||||
|
||||
SHA1 (RRDTool-OO-0.31.tar.gz) = 0b5610a3b786777dde76aadeba036e40b4ab4481
|
||||
RMD160 (RRDTool-OO-0.31.tar.gz) = 1945b3a6386b4bfd302bb5cea725c1316d5a9589
|
||||
Size (RRDTool-OO-0.31.tar.gz) = 40200 bytes
|
||||
SHA1 (RRDTool-OO-0.35.tar.gz) = 101d3cbf2c2056d258b390d201307d72b9a11c6f
|
||||
RMD160 (RRDTool-OO-0.35.tar.gz) = 4e0654f08690347601725b808aeab8387155701e
|
||||
Size (RRDTool-OO-0.35.tar.gz) = 43566 bytes
|
||||
|
|
Loading…
Reference in a new issue