RRD::Simple provides a simple interface to RRDTool's RRDs module.
This module does not currently offer fetch method that is available in the RRDs module. It does however create RRD files with a sensible set of default RRA (Round Robin Archive) definitions, and can dynamically add new data source names to an existing RRD file. This module is ideal for quick and simple storage of data within an RRD file if you do not need to, nor want to, bother defining custom RRA definitions.
This commit is contained in:
parent
8aca8dfe5c
commit
42b4b86935
3 changed files with 42 additions and 0 deletions
10
databases/p5-RRD-Simple/DESCR
Normal file
10
databases/p5-RRD-Simple/DESCR
Normal file
|
@ -0,0 +1,10 @@
|
|||
RRD::Simple provides a simple interface to RRDTool's RRDs module.
|
||||
This module does not currently offer fetch method that is
|
||||
available in the RRDs module. It does however create RRD files
|
||||
with a sensible set of default RRA (Round Robin Archive)
|
||||
definitions, and can dynamically add new data source names to an
|
||||
existing RRD file.
|
||||
|
||||
This module is ideal for quick and simple storage of data within
|
||||
an RRD file if you do not need to, nor want to, bother defining
|
||||
custom RRA definitions.
|
27
databases/p5-RRD-Simple/Makefile
Normal file
27
databases/p5-RRD-Simple/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2010/05/15 05:52:32 pettai Exp $
|
||||
|
||||
DISTNAME= RRD-Simple-1.44
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= perl5 databases
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/N/NI/NICOLAW/}
|
||||
|
||||
MAINTAINER= rhaen@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/RRD-Simple/
|
||||
COMMENT= RRD::Simple implementation for Perl
|
||||
LICENSE= apache-2.0
|
||||
|
||||
BUILD_DEPENDS+= p5-Test-Pod>=1.26:../../devel/p5-Test-Pod
|
||||
BUILD_DEPENDS+= p5-Pod-Coverage>=0.18:../../textproc/p5-Pod-Coverage
|
||||
BUILD_DEPENDS+= p5-Test-Pod-Coverage>=1.08:../../devel/p5-Test-Pod-Coverage
|
||||
BUILD_DEPENDS+= p5-Test-Deep>=0.096:../../devel/p5-Test-Deep
|
||||
|
||||
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
PERL5_MODULE_TYPE= Module::Build
|
||||
PERL5_PACKLIST= auto/RRD/Simple/.packlist
|
||||
MAKE_PARAMS+= < /dev/null
|
||||
|
||||
.include "../../databases/rrdtool/buildlink3.mk"
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
databases/p5-RRD-Simple/distinfo
Normal file
5
databases/p5-RRD-Simple/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2010/05/15 05:52:32 pettai Exp $
|
||||
|
||||
SHA1 (RRD-Simple-1.44.tar.gz) = 8322e3d6b5a3dde21215b678de2dfc3fe4c3b61f
|
||||
RMD160 (RRD-Simple-1.44.tar.gz) = 7c96faf862ac509d5abf5a3b418cc8b337e43269
|
||||
Size (RRD-Simple-1.44.tar.gz) = 303444 bytes
|
Loading…
Reference in a new issue