diff options
author | recht <recht@pkgsrc.org> | 2004-07-19 10:10:30 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-07-19 10:10:30 +0000 |
commit | 06ef2f1131b35673bf75186043740b65aa40ab80 (patch) | |
tree | d6273181a9fd0d55a394d1fab3785eba9fb64a8c | |
parent | 319e353c7156e0b95a33a304cba1a971c57b77fe (diff) | |
download | pkgsrc-06ef2f1131b35673bf75186043740b65aa40ab80.tar.gz |
update xmbmon to 2.04
patch provided by Sergio Jimenez in PR 26356
* The modified BSD license is set from this version.
* Logging facility in the daemon mode is included (but unabled
in default, contribution by David Quattlebaum ).
* IIR low path filter smoothing method is included for plotting
graphs in xmbmon (contribution by Takayuki Hosoda).
* Manual files are contributed by Nicolas Rueff .
* Winbond W83791D, W83627THF chips are supported.
* Initialization of ADM9240 chip for some Intel motherboards
(by Alex Vasylenko).
* SMBus access of ALI1533/1543 chipset (Aladdin IV, V)
is supported.
* ISA access of 2nd and 3rd temperatures for Winbond chips fails
in most of motherboard. Due to this problem, fraction of these
temperatures is always 0.5. This "bug" is fixed now.
* Others: Fixing small bugs.
-rw-r--r-- | sysutils/xmbmon/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/xmbmon/Makefile b/sysutils/xmbmon/Makefile index fbe919d1b4a..8920c4989b6 100644 --- a/sysutils/xmbmon/Makefile +++ b/sysutils/xmbmon/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2004/04/07 13:59:40 recht Exp $ +# $NetBSD: Makefile,v 1.5 2004/07/19 10:10:30 recht Exp $ # .include "../../sysutils/mbmon/Makefile.common" -PKGNAME= xmbmon-203 -PKGREVISION= 1 +PKGNAME= xmbmon-204 COMMENT= X11-based motherboard monitoring utility |