1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

New port, heat, which allows you to monitor the thermal aspects

measured by the Winbond chipset on your motherboard.  It also
supports the ability to monitor fans, and provides workarounds
for known bugs with certain motherboard models.

PR:		17641
Submitted by:	Jeremy Chadwick <yoshi@parodius.com>
This commit is contained in:
Chris D. Faulhaber 2000-05-07 12:54:56 +00:00
parent 027b790450
commit 9567f89a98
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=28332
7 changed files with 49 additions and 0 deletions

View File

@ -40,6 +40,7 @@
SUBDIR += gtop
SUBDIR += guitar
SUBDIR += healthd
SUBDIR += heat
SUBDIR += idled
SUBDIR += ipsc
SUBDIR += lavaps

21
sysutils/heat/Makefile Normal file
View File

@ -0,0 +1,21 @@
# New ports collection makefile for: heat
# Date created: 28 March 2000
# Whom: Jeremy Chadwick <yoshi@parodius.com>
#
# $FreeBSD$
PORTNAME= heat
PORTVERSION= 1.0
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.parodius.com/pub/heat/
MAINTAINER= yoshi@parodius.com
BIN1= heat
do-install:
.for i in ${BIN1}
${INSTALL_PROGRAM} ${WRKSRC}/${i} ${PREFIX}/bin/${i}
.endfor
.include <bsd.port.mk>

1
sysutils/heat/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (heat-1.0.tar.gz) = 0da4d35913f8b4b8c48ea423012a21b9

View File

@ -0,0 +1,11 @@
--- Makefile.orig Wed Jan 5 09:57:53 2000
+++ Makefile Sun May 7 08:45:50 2000
@@ -1,7 +1,7 @@
#
# Makefile
#
-CC = gcc
+CC?= gcc
CFLAGS += -Wall -Wunused -Wstrict-prototypes
#
# __for debugging__

View File

@ -0,0 +1 @@
A thermal/fan monitoring application for Winbond-based motherboards

13
sysutils/heat/pkg-descr Normal file
View File

@ -0,0 +1,13 @@
heat allows you to monitor the thermal aspects measured by the
Winbond chipset on your motherboard. It also supports the
ability to monitor fans, and provides workarounds for known bugs
with certain motherboard models. It does not monitor voltages
(yet).
Currently, the only supported chipsets are the following:
* Winbond 83781D <untested>
* Winbond 83627HF <untested>
* Winbond 83782D
* Winbond 83783S <untested>
- yoshi@parodius.com

1
sysutils/heat/pkg-plist Normal file
View File

@ -0,0 +1 @@
bin/heat