diff options
author | jedgar <jedgar@FreeBSD.org> | 2000-05-07 12:54:56 +0000 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2000-05-07 12:54:56 +0000 |
commit | a2dd312bd404684ac7551d5f9f33a4592529bb90 (patch) | |
tree | 84c7f1cc1247ee9ef38957677e3c2a6ae0d55841 /sysutils/heat | |
parent | 7f6585b42522e6167b37ac5218ab5e0afb457efe (diff) | |
download | FreeBSD-ports-a2dd312bd404684ac7551d5f9f33a4592529bb90.zip FreeBSD-ports-a2dd312bd404684ac7551d5f9f33a4592529bb90.tar.gz |
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>
Diffstat (limited to 'sysutils/heat')
-rw-r--r-- | sysutils/heat/Makefile | 21 | ||||
-rw-r--r-- | sysutils/heat/distinfo | 1 | ||||
-rw-r--r-- | sysutils/heat/files/patch-aa | 11 | ||||
-rw-r--r-- | sysutils/heat/pkg-comment | 1 | ||||
-rw-r--r-- | sysutils/heat/pkg-descr | 13 | ||||
-rw-r--r-- | sysutils/heat/pkg-plist | 1 |
6 files changed, 48 insertions, 0 deletions
diff --git a/sysutils/heat/Makefile b/sysutils/heat/Makefile new file mode 100644 index 0000000..2353c8d --- /dev/null +++ b/sysutils/heat/Makefile @@ -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> diff --git a/sysutils/heat/distinfo b/sysutils/heat/distinfo new file mode 100644 index 0000000..a785d92 --- /dev/null +++ b/sysutils/heat/distinfo @@ -0,0 +1 @@ +MD5 (heat-1.0.tar.gz) = 0da4d35913f8b4b8c48ea423012a21b9 diff --git a/sysutils/heat/files/patch-aa b/sysutils/heat/files/patch-aa new file mode 100644 index 0000000..75d2325 --- /dev/null +++ b/sysutils/heat/files/patch-aa @@ -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__ diff --git a/sysutils/heat/pkg-comment b/sysutils/heat/pkg-comment new file mode 100644 index 0000000..7d2949a --- /dev/null +++ b/sysutils/heat/pkg-comment @@ -0,0 +1 @@ +A thermal/fan monitoring application for Winbond-based motherboards diff --git a/sysutils/heat/pkg-descr b/sysutils/heat/pkg-descr new file mode 100644 index 0000000..6b3a042 --- /dev/null +++ b/sysutils/heat/pkg-descr @@ -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 diff --git a/sysutils/heat/pkg-plist b/sysutils/heat/pkg-plist new file mode 100644 index 0000000..a6cd46a --- /dev/null +++ b/sysutils/heat/pkg-plist @@ -0,0 +1 @@ +bin/heat |