From a6f9551ae0f67817e816acd098d44c20be9d8402 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Sat, 5 Aug 2006 10:53:21 +0000 Subject: 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. WWW: http://search.cpan.org/dist/RRD-Simple/ PR: ports/101073 Submitted by: chinsan Approved by: krion (mentor) --- net/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'net/Makefile') diff --git a/net/Makefile b/net/Makefile index 9bcf1afa2beb..984f342e2b6a 100644 --- a/net/Makefile +++ b/net/Makefile @@ -501,6 +501,7 @@ SUBDIR += p5-Parallel-Pvm SUBDIR += p5-PlRPC SUBDIR += p5-RPC-XML + SUBDIR += p5-RRD-Simple SUBDIR += p5-ResourcePool-Resource-Net-LDAP SUBDIR += p5-ResourcePool-Resource-SOAP-Lite SUBDIR += p5-SOAP -- cgit v1.2.3