From owner-cvs-all@FreeBSD.ORG Sat Aug 5 10:53:21 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC4A516A4DE; Sat, 5 Aug 2006 10:53:21 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 800D243D46; Sat, 5 Aug 2006 10:53:21 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k75ArLoH049283; Sat, 5 Aug 2006 10:53:21 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k75ArLwo049282; Sat, 5 Aug 2006 10:53:21 GMT (envelope-from miwi) Message-Id: <200608051053.k75ArLwo049282@repoman.freebsd.org> From: Martin Wilke Date: Sat, 5 Aug 2006 10:53:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net Makefile ports/net/p5-RRD-Simple Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Aug 2006 10:53:21 -0000 miwi 2006-08-05 10:53:21 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/p5-RRD-Simple Makefile distinfo pkg-descr pkg-plist Log: 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) Revision Changes Path 1.1713 +1 -0 ports/net/Makefile 1.1 +33 -0 ports/net/p5-RRD-Simple/Makefile (new) 1.1 +3 -0 ports/net/p5-RRD-Simple/distinfo (new) 1.1 +11 -0 ports/net/p5-RRD-Simple/pkg-descr (new) 1.1 +3 -0 ports/net/p5-RRD-Simple/pkg-plist (new)