summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorpettai <pettai@pkgsrc.org>2010-05-15 05:52:32 +0000
committerpettai <pettai@pkgsrc.org>2010-05-15 05:52:32 +0000
commit42b4b86935c09d1fbf7b2c6755be29c8bf8d4961 (patch)
tree76274174bb5599bc29416d5d3570cf6e7de82153 /databases
parent8aca8dfe5c0604281f3a1a4e96649f91af0be229 (diff)
downloadpkgsrc-42b4b86935c09d1fbf7b2c6755be29c8bf8d4961.tar.gz
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.
Diffstat (limited to 'databases')
-rw-r--r--databases/p5-RRD-Simple/DESCR10
-rw-r--r--databases/p5-RRD-Simple/Makefile27
-rw-r--r--databases/p5-RRD-Simple/distinfo5
3 files changed, 42 insertions, 0 deletions
diff --git a/databases/p5-RRD-Simple/DESCR b/databases/p5-RRD-Simple/DESCR
new file mode 100644
index 00000000000..ba8d048a9b5
--- /dev/null
+++ b/databases/p5-RRD-Simple/DESCR
@@ -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.
diff --git a/databases/p5-RRD-Simple/Makefile b/databases/p5-RRD-Simple/Makefile
new file mode 100644
index 00000000000..613fb8a6d52
--- /dev/null
+++ b/databases/p5-RRD-Simple/Makefile
@@ -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"
diff --git a/databases/p5-RRD-Simple/distinfo b/databases/p5-RRD-Simple/distinfo
new file mode 100644
index 00000000000..b2ad9b6161b
--- /dev/null
+++ b/databases/p5-RRD-Simple/distinfo
@@ -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