From owner-cvs-all@FreeBSD.ORG Sun Oct 5 14:50:12 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 85ACE10656B3; Sun, 5 Oct 2008 14:50:12 +0000 (UTC) (envelope-from koitsu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7561A8FC13; Sun, 5 Oct 2008 14:50:12 +0000 (UTC) (envelope-from koitsu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m95EoC8C076217; Sun, 5 Oct 2008 14:50:12 GMT (envelope-from koitsu@repoman.freebsd.org) Received: (from koitsu@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m95EoCgA076216; Sun, 5 Oct 2008 14:50:12 GMT (envelope-from koitsu) Message-Id: <200810051450.m95EoCgA076216@repoman.freebsd.org> From: Jeremy Chadwick Date: Sun, 5 Oct 2008 14:50:12 +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/bsdhwmon Makefile distinfo pkg-descr 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: Sun, 05 Oct 2008 14:50:12 -0000 koitsu 2008-10-05 14:50:12 UTC FreeBSD ports repository Added files: sysutils/bsdhwmon Makefile distinfo pkg-descr Log: bsdhwmon(8) is a program for FreeBSD for monitoring hardware sensors (fans, temperatures, voltages, chassis intrusion, and more) on commerical-grade server hardware. bsdhwmon(8) is developed with a very different mentality compared to other softwares: - Written with stability and production datacenter environments in mind - Intended for use with server products (Intel, Supermicro, Tyan, and possibly others) - Solely uses smb(4), significantly decreasing risks and CPU usage - Based heavily on documentation provided from the server and H/W monitoring IC manufacturers - Full tested on both i386 and amd64 systems, using RELENG_6 and RELENG_7 - Written entirely in C - Completely standalone; relies on no third-party libraries or tools (autoconf, etc.) - Very simple and clean code (heavily commented, well-documented, emits no warnings) - Open-source, released under the FreeBSD 2-clause BSD license Revision Changes Path 1.1 +29 -0 ports/sysutils/bsdhwmon/Makefile (new) 1.1 +3 -0 ports/sysutils/bsdhwmon/distinfo (new) 1.1 +20 -0 ports/sysutils/bsdhwmon/pkg-descr (new)