From owner-cvs-ports@FreeBSD.ORG Tue Mar 2 07:54:06 2004 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1449116A516; Tue, 2 Mar 2004 07:54:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E63843D2F; Tue, 2 Mar 2004 07:54:06 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i22Fs5Ge044428; Tue, 2 Mar 2004 07:54:05 -0800 (PST) (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i22Fs5Wg044427; Tue, 2 Mar 2004 07:54:05 -0800 (PST) (envelope-from mat) Message-Id: <200403021554.i22Fs5Wg044427@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 2 Mar 2004 07:54:05 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils Makefile ports/sysutils/munin-node Makefile distinfo pkg-deinstall pkg-descr pkg-install pkg-plist patch-Makefile.config patch-munin-node.conf.in pkg-message X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Mar 2004 15:54:06 -0000 mat 2004/03/02 07:54:05 PST FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/munin-node Makefile distinfo pkg-deinstall pkg-descr pkg-install pkg-plist sysutils/munin-node/files munin-node.sh patch-Makefile.config patch-munin-node.conf.in pkg-message Log: Add Munin network-wide graphing framework (node) This is the node part. It is used on all machines Munin shall watch. PR: ports/62479 Submitted by: Lupe Christoph Revision Changes Path 1.504 +1 -0 ports/sysutils/Makefile 1.1 +58 -0 ports/sysutils/munin-node/Makefile (new) 1.1 +2 -0 ports/sysutils/munin-node/distinfo (new) 1.1 +26 -0 ports/sysutils/munin-node/files/munin-node.sh (new) 1.1 +72 -0 ports/sysutils/munin-node/files/patch-Makefile.config (new) 1.1 +11 -0 ports/sysutils/munin-node/files/patch-munin-node.conf.in (new) 1.1 +12 -0 ports/sysutils/munin-node/files/pkg-message (new) 1.1 +61 -0 ports/sysutils/munin-node/pkg-deinstall (new) 1.1 +13 -0 ports/sysutils/munin-node/pkg-descr (new) 1.1 +88 -0 ports/sysutils/munin-node/pkg-install (new) 1.1 +60 -0 ports/sysutils/munin-node/pkg-plist (new)