diff options
author | alepulver <alepulver@FreeBSD.org> | 2006-11-06 00:59:44 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2006-11-06 00:59:44 +0800 |
commit | 40618bb702a2866587434607a355568d6aef6876 (patch) | |
tree | 2a158011da2eb153e9e43d6ac2529aa1ad791e5a /sysutils/Makefile | |
parent | d9a1ee09b31c4bf95bb58e294df9dd1ac7630739 (diff) | |
download | freebsd-ports-graphics-40618bb702a2866587434607a355568d6aef6876.tar.gz freebsd-ports-graphics-40618bb702a2866587434607a355568d6aef6876.tar.zst freebsd-ports-graphics-40618bb702a2866587434607a355568d6aef6876.zip |
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 <tmclaugh at FreeBSD.org>
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 4d0a3c834cc..573fde01503 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -718,6 +718,7 @@ SUBDIR += xosview SUBDIR += xperfmon SUBDIR += xperfmon3 + SUBDIR += xsi SUBDIR += xstow SUBDIR += xsu SUBDIR += xsysinfo |