diff options
author | recht <recht@pkgsrc.org> | 2003-08-23 16:41:58 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2003-08-23 16:41:58 +0000 |
commit | 04d3f5a17572aa56478cd2d4655d1351b7fe3449 (patch) | |
tree | 913cc3f39c91dcb9ab54933b1a2a032ba6b1e7de /sysutils/xmbmon | |
parent | 824986cd8044ec84b12acfc80cde9126de5a571c (diff) | |
download | pkgsrc-04d3f5a17572aa56478cd2d4655d1351b7fe3449.tar.gz |
Update {x}mbmon to 2.03.
changes since 2.01:
* Genesys Logic GL512SM and GL520SM sensors are supported.
* Intel ICH5 SMBus access supported.
* LM85, Analog Devices ADM1024/1025/1027/ADT7463,
and SMSC EMC6D10X sensors are supported.
* Analog Devices ADM1020/1021/1023 temperature sensors are supported.
* A log standing bug from version 2.00 in the treatment of
fan-divisor for the IT87xxF sensor chip is fixed.
* NetBSD/OpenBSD support is added (by a contribution of a patch
given by Stephan Eisvogel). "./configure; make" just works.
* The AMD8111 and NVidia nForce2 SMBus access is supported
(by information from Alex van Kaam).
* National Semiconductor LM90 temperature sensor is supported.
* Winbond W83L784R, W83L785R, W83L785TS-S sensors are supported.
* The case of two sensor chips are supported.
* Others: Fixing small bugs, clean-up the code.
Diffstat (limited to 'sysutils/xmbmon')
-rw-r--r-- | sysutils/xmbmon/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/xmbmon/Makefile b/sysutils/xmbmon/Makefile index 5e464052d91..fd64853de6e 100644 --- a/sysutils/xmbmon/Makefile +++ b/sysutils/xmbmon/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/05/28 07:25:41 agc Exp $ +# $NetBSD: Makefile,v 1.2 2003/08/23 16:42:00 recht Exp $ # .include "../../sysutils/mbmon/Makefile.common" -PKGNAME= xmbmon-201 +PKGNAME= xmbmon-203 COMMENT= X11-based motherboard monitoring utility |