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 Added graphics/p5-RRDTool-OO-0.14



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c1e6424e99e6
branches:  trunk
changeset: 514043:c1e6424e99e6
user:      abs <abs%pkgsrc.org@localhost>
date:      Wed Jun 07 11:50:51 2006 +0000

description:
Added graphics/p5-RRDTool-OO-0.14

RRDTool::OO is an object-oriented interface to Tobi Oetiker's round
robin database tool rrdtool. It uses rrdtool's RRDs module to get
access to rrdtool's shared library.

RRDTool::OO tries to marry rrdtool's database engine with the
dwimminess and whipuptitude Perl programmers take for granted.
Using RRDTool::OO abstracts away implementation details of the RRD
engine, uses easy to memorize named parameters and sets meaningful
defaults for parameters not needed in simple cases. For the
experienced user, however, it provides full access to rrdtool's
API. (Please check "Development Status" to verify how much of it
has been implemented yet, though, since this module is under
development :).

diffstat:

 graphics/p5-RRDTool-OO/DESCR    |  13 +++++++++++++
 graphics/p5-RRDTool-OO/Makefile |  17 +++++++++++++++++
 graphics/p5-RRDTool-OO/PLIST    |   1 +
 graphics/p5-RRDTool-OO/distinfo |   5 +++++
 4 files changed, 36 insertions(+), 0 deletions(-)

diffs (52 lines):

diff -r 04b0ba317ff3 -r c1e6424e99e6 graphics/p5-RRDTool-OO/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/p5-RRDTool-OO/DESCR      Wed Jun 07 11:50:51 2006 +0000
@@ -0,0 +1,13 @@
+RRDTool::OO is an object-oriented interface to Tobi Oetiker's round
+robin database tool rrdtool. It uses rrdtool's RRDs module to get
+access to rrdtool's shared library.
+
+RRDTool::OO tries to marry rrdtool's database engine with the
+dwimminess and whipuptitude Perl programmers take for granted.
+Using RRDTool::OO abstracts away implementation details of the RRD
+engine, uses easy to memorize named parameters and sets meaningful
+defaults for parameters not needed in simple cases. For the
+experienced user, however, it provides full access to rrdtool's
+API. (Please check "Development Status" to verify how much of it
+has been implemented yet, though, since this module is under
+development :).
diff -r 04b0ba317ff3 -r c1e6424e99e6 graphics/p5-RRDTool-OO/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/p5-RRDTool-OO/Makefile   Wed Jun 07 11:50:51 2006 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/06/07 11:50:51 abs Exp $
+
+DISTNAME=      RRDTool-OO-0.14
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    graphics perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MS/MSCHILLI/}
+
+MAINTAINER=    abs%absd.org@localhost
+HOMEPAGE=      http://search.cpan.org/~mschilli/RRDTool-OO/
+COMMENT=       Object-oriented interface to RRDTool
+
+DEPENDS+=      rrdtool-[0-9]*:../../databases/rrdtool
+
+PERL5_PACKLIST=                auto/RRDTool/OO/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 04b0ba317ff3 -r c1e6424e99e6 graphics/p5-RRDTool-OO/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/p5-RRDTool-OO/PLIST      Wed Jun 07 11:50:51 2006 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/06/07 11:50:51 abs Exp $
diff -r 04b0ba317ff3 -r c1e6424e99e6 graphics/p5-RRDTool-OO/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/p5-RRDTool-OO/distinfo   Wed Jun 07 11:50:51 2006 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/06/07 11:50:51 abs 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



Home | Main Index | Thread Index | Old Index