diff options
author | pi <pi@FreeBSD.org> | 2016-01-23 04:41:16 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2016-01-23 04:41:16 +0800 |
commit | 2131654dc78f3083ac6120666c23e92ce7dc1d69 (patch) | |
tree | 966157b026c6d77c114a6173c32fc7db3ae70705 /sysutils | |
parent | 7279e6af94fe79385681d07504213054ad02cd6f (diff) | |
download | freebsd-ports-gnome-2131654dc78f3083ac6120666c23e92ce7dc1d69.tar.gz freebsd-ports-gnome-2131654dc78f3083ac6120666c23e92ce7dc1d69.tar.zst freebsd-ports-gnome-2131654dc78f3083ac6120666c23e92ce7dc1d69.zip |
sysutils/bsdhwmon: 20150429 -> 20151206
- move distsite to github
- Add support for X7DVL-3 X7DVL-3 X7DCL
PR: 206390
Submitted by: Jeremy Chadwick <jdc@koitsu.org> (maintainer)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/bsdhwmon/Makefile | 9 | ||||
-rw-r--r-- | sysutils/bsdhwmon/distinfo | 4 | ||||
-rw-r--r-- | sysutils/bsdhwmon/pkg-descr | 23 |
3 files changed, 9 insertions, 27 deletions
diff --git a/sysutils/bsdhwmon/Makefile b/sysutils/bsdhwmon/Makefile index 4eedd2b865ea..ef7a5d554d38 100644 --- a/sysutils/bsdhwmon/Makefile +++ b/sysutils/bsdhwmon/Makefile @@ -2,13 +2,18 @@ # $FreeBSD$ PORTNAME= bsdhwmon -PORTVERSION= 20150429 +PORTVERSION= 20151206 CATEGORIES= sysutils -MASTER_SITES= http://bsdhwmon.koitsu.org/dist/ MAINTAINER= jdc@koitsu.org COMMENT= Hardware sensor monitoring utility for FreeBSD +LICENSE= BSD2CLAUSE + +USE_GITHUB= yes +GH_ACCOUNT= koitsu +GH_TAGNAME= 9aec193 + PLIST_FILES= sbin/bsdhwmon man/man8/bsdhwmon.8.gz OPTIONS_DEFINE= DEBUG diff --git a/sysutils/bsdhwmon/distinfo b/sysutils/bsdhwmon/distinfo index 75df707a65aa..71c0693022de 100644 --- a/sysutils/bsdhwmon/distinfo +++ b/sysutils/bsdhwmon/distinfo @@ -1,2 +1,2 @@ -SHA256 (bsdhwmon-20150429.tar.gz) = fe57dbea2b67531cb4802b5c99afc301b9305de8af7ec1f79d7b2f898a116c18 -SIZE (bsdhwmon-20150429.tar.gz) = 21352 +SHA256 (koitsu-bsdhwmon-20151206-9aec193_GH0.tar.gz) = 7f4f2ee617cc0ee6e94bd6689778d9b3304ef4997a3253f7de42bb770f3b8a72 +SIZE (koitsu-bsdhwmon-20151206-9aec193_GH0.tar.gz) = 21149 diff --git a/sysutils/bsdhwmon/pkg-descr b/sysutils/bsdhwmon/pkg-descr index 665bf6ead2a3..f2720cae3de4 100644 --- a/sysutils/bsdhwmon/pkg-descr +++ b/sysutils/bsdhwmon/pkg-descr @@ -2,27 +2,4 @@ bsdhwmon is a program for FreeBSD for monitoring hardware sensors (fans, temperatures, voltages, chassis intrusion, and more) on commerical-grade server hardware. -bsdhwmon is developed with a very different mentality compared to other -hardware monitoring software: - -* Written with stability and production environments in mind -* Intended for use with server products (currently Supermicro, but can be - extended to others that have proper SMBIOS identification data) -* Uses SMBus (smb(4) driver) exclusively, significantly decreasing risks - and CPU usage compared to classic LPC I/O -* Based primarily on documentation provided by motherboard/server vendors, - combined with documentation from chipset manufacturers -* Identifies hardware via strict SMBIOS data matching; device "probing" is - avoided to minimise false positives and thus risks -* Full tested on both i386 and amd64 systems across multiple versions of - FreeBSD (legacy and present-day) -* Written entirely in C -* No reliance on third-party libraries or tools (e.g. autotools, libtool, - etc.) -* Very simple and clean code -- heavily commented, well-documented, built - with -Werror -Wall and similar flags -* Occasionally tested under valgrind -* Open-source, released under the 2-clause BSD license - -WWW: http://bsdhwmon.koitsu.org/ WWW: http://github.com/koitsu/bsdhwmon |