summaryrefslogtreecommitdiff
path: root/databases/p5-RRD-Simple
diff options
context:
space:
mode:
authorpettai <pettai>2010-05-15 05:52:32 +0000
committerpettai <pettai>2010-05-15 05:52:32 +0000
commit9ac843a59c83879d6ca43ba0025fefa1aad24ee2 (patch)
tree76274174bb5599bc29416d5d3570cf6e7de82153 /databases/p5-RRD-Simple
parent291aa01f2b9c19aa5df4d3158bf3da8c29a6cb1c (diff)
downloadpkgsrc-9ac843a59c83879d6ca43ba0025fefa1aad24ee2.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/p5-RRD-Simple')
-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