diff options
author | rhaen <rhaen@pkgsrc.org> | 2008-07-13 16:04:03 +0000 |
---|---|---|
committer | rhaen <rhaen@pkgsrc.org> | 2008-07-13 16:04:03 +0000 |
commit | 01da59536abcc428ebf0b66b1cd846a14b1c37b7 (patch) | |
tree | 7baf3bb84ae0d81e5326586d33cadb47f56c7981 /graphics/p5-RRDTool-OO | |
parent | 765e6cfaa4b7f420b372b905391e188b02ad8664 (diff) | |
download | pkgsrc-01da59536abcc428ebf0b66b1cd846a14b1c37b7.tar.gz |
- 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 (limited to 'graphics/p5-RRDTool-OO')
-rw-r--r-- | graphics/p5-RRDTool-OO/Makefile | 5 | ||||
-rw-r--r-- | graphics/p5-RRDTool-OO/distinfo | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/graphics/p5-RRDTool-OO/Makefile b/graphics/p5-RRDTool-OO/Makefile index 2b726c22eb0..01402df250e 100644 --- a/graphics/p5-RRDTool-OO/Makefile +++ b/graphics/p5-RRDTool-OO/Makefile @@ -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 @@ COMMENT= Object-oriented interface to RRDTool 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 --git a/graphics/p5-RRDTool-OO/distinfo b/graphics/p5-RRDTool-OO/distinfo index 6f3d5ce7b42..105ac002355 100644 --- a/graphics/p5-RRDTool-OO/distinfo +++ b/graphics/p5-RRDTool-OO/distinfo @@ -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 |