From owner-cvs-all@FreeBSD.ORG Thu Aug 24 11:13:52 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 4CFB516A506; Thu, 24 Aug 2006 11:13:52 +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 1BE6E43D4C; Thu, 24 Aug 2006 11:13:52 +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 k7OBDpWE062944; Thu, 24 Aug 2006 11:13:51 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7OBDpQ0062943; Thu, 24 Aug 2006 11:13:51 GMT (envelope-from miwi) Message-Id: <200608241113.k7OBDpQ0062943@repoman.freebsd.org> From: Martin Wilke Date: Thu, 24 Aug 2006 11:13:51 +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-mgmt Makefile ports/net-mgmt/p5-Nagios-Plugin 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: Thu, 24 Aug 2006 11:13:52 -0000 miwi 2006-08-24 11:13:51 UTC FreeBSD ports repository Modified files: net-mgmt Makefile Added files: net-mgmt/p5-Nagios-Plugin Makefile distinfo pkg-descr pkg-plist Log: Object oriented helper routines for your Nagios plugin: This is the place for common routines when writing Nagios plugins. The idea is to make it as easy as possible for developers to conform to the plugin guidelines (http://nagiosplug.sourceforge.net/developer-guidelines.html). WWW: http://search.cpan.org/dist/Nagios-Plugins/ PR: ports/102391 Submitted by: Gerrit Beine Approved by: krion (mentor) Revision Changes Path 1.82 +1 -0 ports/net-mgmt/Makefile 1.1 +41 -0 ports/net-mgmt/p5-Nagios-Plugin/Makefile (new) 1.1 +3 -0 ports/net-mgmt/p5-Nagios-Plugin/distinfo (new) 1.1 +7 -0 ports/net-mgmt/p5-Nagios-Plugin/pkg-descr (new) 1.1 +10 -0 ports/net-mgmt/p5-Nagios-Plugin/pkg-plist (new)