pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/p5-RRDTool-OO - updated to 0.22



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a504d0ed06cf
branches:  trunk
changeset: 544154:a504d0ed06cf
user:      rhaen <rhaen%pkgsrc.org@localhost>
date:      Sun Jul 13 16:04:03 2008 +0000

description:
- updated to 0.22
- added DEPENDs for devel/p5-Log-Log4perl fixes PR pkg/39128

ChangeLog:
0.22 (05/20/2008)
    (ms) Added aberrant behavior detection (hwpredict) with documentation
         and test cases.

0.21 (01/23/2008)
    (ms) Provided backwards compatibility to rrdtool-1.0 for
         draw/type=stack, which now translates to an area with the
         :STACK option.

0.20 (01/22/2008)
    (ms) Bas van der Veen reported that the rrdtool download link
         changed to http://oss.oetiker.ch/rrdtool/pub/rrdtool.tar.gz,
         adapted Makefile.PL.
    (ms) No longer expecting 'Permission denied' to support localized
         OSes.

0.19 (05/12/2007)
    (ms) Added 'strict' mode (defaults to true).
    (ms) Added latest graph parameters from the latest rrdtool release.

0.18 (05/12/2007)
    (ms) Added 'dry mode' patch by Jacquelin Charbonnel.

0.17 (09/10/2006)
    (ms) Changed build command in Makefile.PL to adapt to new
         rrdtool-1.2 directory hierarchy, as suggested by Zac Israel.

0.16 (08/23/2006)
    (ms) Added 'base' option to graph method, as suggested by
         Anton Shevchenko.

0.15 (07/23/2006)
    (ms) Fixed bug with multiple comment lines, of which only the first
         one was printed in the graph. It was introduced in 0.14.
         Thanks to Steve van der Burg for reporting and a patch.

diffstat:

 graphics/p5-RRDTool-OO/Makefile |  5 +++--
 graphics/p5-RRDTool-OO/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 6 deletions(-)

diffs (33 lines):

diff -r 4b006f90c508 -r a504d0ed06cf graphics/p5-RRDTool-OO/Makefile
--- a/graphics/p5-RRDTool-OO/Makefile   Sun Jul 13 15:27:45 2008 +0000
+++ b/graphics/p5-RRDTool-OO/Makefile   Sun Jul 13 16:04:03 2008 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:32 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2008/07/13 16:04:03 rhaen Exp $
 
-DISTNAME=      RRDTool-OO-0.14
+DISTNAME=      RRDTool-OO-0.22
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    graphics perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MS/MSCHILLI/}
@@ -12,6 +12,7 @@
 PKG_DESTDIR_SUPPORT=   user-destdir
 
 DEPENDS+=      rrdtool-[0-9]*:../../databases/rrdtool
+DEPENDS+=      p5-Log-Log4perl>=0.4:../../devel/p5-Log-Log4perl
 
 PERL5_PACKLIST=                auto/RRDTool/OO/.packlist
 
diff -r 4b006f90c508 -r a504d0ed06cf graphics/p5-RRDTool-OO/distinfo
--- a/graphics/p5-RRDTool-OO/distinfo   Sun Jul 13 15:27:45 2008 +0000
+++ b/graphics/p5-RRDTool-OO/distinfo   Sun Jul 13 16:04:03 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2006/06/07 11:50:51 abs Exp $
+$NetBSD: distinfo,v 1.2 2008/07/13 16:04:03 rhaen Exp $
 
-SHA1 (RRDTool-OO-0.14.tar.gz) = 0721aa3accf6f7b2199d496fcf1736ee6f5af417
-RMD160 (RRDTool-OO-0.14.tar.gz) = 2dc3251e7accaa13180ceb7b9a0347333806664e
-Size (RRDTool-OO-0.14.tar.gz) = 28601 bytes
+SHA1 (RRDTool-OO-0.22.tar.gz) = 4bc58e44c7f5a368eb41e26f9506f88632f2f20d
+RMD160 (RRDTool-OO-0.22.tar.gz) = 43dcac3314af5764317d769f71994e171429d7ca
+Size (RRDTool-OO-0.22.tar.gz) = 35839 bytes



Home | Main Index | Thread Index | Old Index