From owner-cvs-ports@FreeBSD.ORG Sun Nov 5 16:59:47 2006 Return-Path: X-Original-To: cvs-ports@FreeBSD.org 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 72FBB16A412; Sun, 5 Nov 2006 16:59:47 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 679B443D6D; Sun, 5 Nov 2006 16:59:45 +0000 (GMT) (envelope-from alepulver@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 kA5Gxj5q019419; Sun, 5 Nov 2006 16:59:45 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA5GxjQM019418; Sun, 5 Nov 2006 16:59:45 GMT (envelope-from alepulver) Message-Id: <200611051659.kA5GxjQM019418@repoman.freebsd.org> From: Alejandro Pulver Date: Sun, 5 Nov 2006 16:59:44 +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/sysutils Makefile ports/sysutils/xsi Makefile distinfo pkg-descr pkg-install pkg-plist ports/sysutils/xsi/files xsi.in X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 05 Nov 2006 16:59:47 -0000 alepulver 2006-11-05 16:59:44 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/xsi Makefile distinfo pkg-descr pkg-install pkg-plist sysutils/xsi/files xsi.in Log: XSI is a system monitoring daemon that replies to network queries with XML-encoded system information and statistics. This data can then be analyzed, graphed or otherwise presented by a front-end. It is BSD-licensed and free for anyone to use for any purpose. WWW: http://xsi.kolabore.ath.cx/index.html PR: ports/104611 Submitted by: Tom McLaughlin Revision Changes Path 1.851 +1 -0 ports/sysutils/Makefile 1.1 +44 -0 ports/sysutils/xsi/Makefile (new) 1.1 +3 -0 ports/sysutils/xsi/distinfo (new) 1.1 +23 -0 ports/sysutils/xsi/files/xsi.in (new) 1.1 +6 -0 ports/sysutils/xsi/pkg-descr (new) 1.1 +37 -0 ports/sysutils/xsi/pkg-install (new) 1.1 +8 -0 ports/sysutils/xsi/pkg-plist (new)