Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 May 2000 00:07:12 -0700 (PDT)
From:      mmuir@es.co.nz
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/18642: Update port sysutils/wmhm
Message-ID:  <20000518070712.14B321F99@mike.dhis.org>

next in thread | raw e-mail | index | archive | help

>Number:         18642
>Category:       ports
>Synopsis:       Update port sysutils/wmhm
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 18 00:10:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Mike C. Muir
>Release:        FreeBSD 4.0-STABLE i386
>Organization:
n/a
>Environment:
FreeBSD 4.0-STABLE
>Description:
	Version 1.44
        * re-wrote cpu reading to display cpu_0 and cpu_1 in their own panel,
          the temperature bar graph wont be replaced by a cpu temp; as it was originally.
        * -D is deprecated, use -C now, and all available cpu temperature readings 
          will be displayed on the CPU Temperature panel.
        * Fixed 'bouncing' on temp readings which involved an additional low byte
          for +0.5 degrees. (Yes.. I'm mental.. I typo'd += as =+.)
        * Fixed voltage graph for negative voltages, it went the wrong way and 
          no longer does.
        * Fixed voltage graph display when cycling back to v_core. Problem was in 
          a switch(), the user defined voltage was being reset to various values while
          cycling through each voltage display after v_core, within the v_core case, there
          was no default setting for the user defined voltage and it wouldnt get reset.
        * Adjustable visual & audible alarm threshold for motherboard temperature.
          (See wmhm.h and man page)
        * Support for the Abit BP6's unusual ordering of themisitors on the Winbond sensors
          (See wmhm.h)
        * Finally got round to using full ascii rathern than 'degrees'.
>How-To-Repeat:
>Fix:
This diff is for the existing version 1.42 to update to 1.44. This is because my current send-pr
for 1.42->1.43 hasnt gone through yet, so just supercede it.

diff -ruN /usr/ports/sysutils/wmhm/Makefile ./wmhm/Makefile
--- /usr/ports/sysutils/wmhm/Makefile   Wed May 10 19:36:56 2000
+++ ./wmhm/Makefile     Wed May 17 23:55:52 2000
@@ -1,15 +1,16 @@
 # New ports collection makefile for:   wmhm
+# Version required:    1.44
 # Date created:        21 September 1999
 # Whom:                Mike Muir <mmuir@es.co.nz>
 #
-# $FreeBSD: ports/sysutils/wmhm/Makefile,v 1.12 2000/04/22 10:13:41 mharo Exp $
+# $FreeBSD$
 #
 
 PORTNAME=      wmhm
-PORTVERSION=   1.42
+PORTVERSION=   1.44
 CATEGORIES=    sysutils windowmaker
-MASTER_SITES=  http://www.es.co.nz/~mmuir/ \
-               http://muir.dhis.net/wmhm/
+MASTER_SITES=  ftp://muir.yi.org/pub/wmhm/ \
+               http://www.es.co.nz/~mmuir/
 
 MAINTAINER=    mmuir@es.co.nz
 
diff -ruN /usr/ports/sysutils/wmhm/files/md5 ./wmhm/files/md5
--- /usr/ports/sysutils/wmhm/files/md5  Tue Feb 15 10:37:56 2000
+++ ./wmhm/files/md5    Wed May 17 23:35:31 2000
@@ -1 +1 @@
-MD5 (wmhm-1.42.tar.gz) = c1bcb4f04a1fce6cb376747b4696fd1f
+MD5 (wmhm-1.44.tar.gz) = 4b02538328d576f11506199110c9c345
diff -ruN /usr/ports/sysutils/wmhm/pkg/COMMENT ./wmhm/pkg/COMMENT
--- /usr/ports/sysutils/wmhm/pkg/COMMENT        Thu Sep 23 05:37:31 1999
+++ ./wmhm/pkg/COMMENT  Tue May  9 12:05:41 2000
@@ -1 +1 @@
-WindowMaker dockable LM78/LM79 hardware monitor for FreeBSD
+WindowMaker dockable hardware monitor for FreeBSD
diff -ruN /usr/ports/sysutils/wmhm/pkg/DESCR ./wmhm/pkg/DESCR
--- /usr/ports/sysutils/wmhm/pkg/DESCR  Sat Feb 12 08:26:05 2000
+++ ./wmhm/pkg/DESCR    Tue May  9 12:06:30 2000
@@ -1,9 +1,9 @@
-wmhm uses /dev/io OR the SMBus Driver for PIIX4 provided by Takanori Watanabe 
-to gather information from LM78/79 sensors to provide motherboard temperature, 
-cpu temperature, fan speeds, voltages  and a voltmeter in a nice looking 
+wmhm uses /dev/io or the SMBus Driver for PIIX4 provided by Takanori Watanabe 
+to gather information from hardware sensors and provide motherboard temperature, 
+cpu temperature(s), fan speeds, voltages and a voltmeter in a nice looking 
 WindowMaker dock app.
 
-WWW: http://mongol.dhis.net/wmhm/
+WWW: http://muir.yi.org/wmhm/
 
 - mikem
 mmuir@es.co.nz

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000518070712.14B321F99>