From 798bb9f123ce81a01394696bb261a68180494125 Mon Sep 17 00:00:00 2001 From: sobomax Date: Tue, 11 Sep 2001 08:09:05 +0000 Subject: Remove ports/sysutils/heat - it is no longer being maintained by authors. Submitted by: maintainer --- sysutils/Makefile | 1 - sysutils/heat/Makefile | 21 --------------------- sysutils/heat/distinfo | 1 - sysutils/heat/files/patch-aa | 28 ---------------------------- sysutils/heat/pkg-comment | 1 - sysutils/heat/pkg-descr | 13 ------------- sysutils/heat/pkg-plist | 1 - 7 files changed, 66 deletions(-) delete mode 100644 sysutils/heat/Makefile delete mode 100644 sysutils/heat/distinfo delete mode 100644 sysutils/heat/files/patch-aa delete mode 100644 sysutils/heat/pkg-comment delete mode 100644 sysutils/heat/pkg-descr delete mode 100644 sysutils/heat/pkg-plist (limited to 'sysutils') diff --git a/sysutils/Makefile b/sysutils/Makefile index b2cebac..7477285 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -69,7 +69,6 @@ SUBDIR += guitar SUBDIR += gupsc SUBDIR += healthd - SUBDIR += heat SUBDIR += idled SUBDIR += installwatch SUBDIR += ipa diff --git a/sysutils/heat/Makefile b/sysutils/heat/Makefile deleted file mode 100644 index 2353c8d..0000000 --- a/sysutils/heat/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# New ports collection makefile for: heat -# Date created: 28 March 2000 -# Whom: Jeremy Chadwick -# -# $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 diff --git a/sysutils/heat/distinfo b/sysutils/heat/distinfo deleted file mode 100644 index a785d92..0000000 --- a/sysutils/heat/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (heat-1.0.tar.gz) = 0da4d35913f8b4b8c48ea423012a21b9 diff --git a/sysutils/heat/files/patch-aa b/sysutils/heat/files/patch-aa deleted file mode 100644 index 6fd6e95..0000000 --- a/sysutils/heat/files/patch-aa +++ /dev/null @@ -1,28 +0,0 @@ ---- Makefile.orig Wed Jan 5 08:57:53 2000 -+++ Makefile Sun Aug 6 20:47:07 2000 -@@ -1,12 +1,15 @@ - # - # Makefile - # --CC = gcc -+CC?= gcc - CFLAGS += -Wall -Wunused -Wstrict-prototypes - # - # __for debugging__ - # CFLAGS += -pipe -g -m486 -Wall -Werror -Wunused -Wstrict-prototypes - -+.if $(ARCH) == "alpha" -+LDFLAGS+= -lio -+.endif - - BIN = heat - -@@ -19,7 +22,7 @@ - $(CC) $(CFLAGS) -c main.c - - main: main.o winbond.o -- $(CC) main.o winbond.o -o $(BIN) -+ $(CC) main.o winbond.o -o $(BIN) $(LDFLAGS) - strip $(BIN) - - clean: diff --git a/sysutils/heat/pkg-comment b/sysutils/heat/pkg-comment deleted file mode 100644 index 7d2949a..0000000 --- a/sysutils/heat/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A thermal/fan monitoring application for Winbond-based motherboards diff --git a/sysutils/heat/pkg-descr b/sysutils/heat/pkg-descr deleted file mode 100644 index 6b3a042..0000000 --- a/sysutils/heat/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -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 - * Winbond 83627HF - * Winbond 83782D - * Winbond 83783S - -- yoshi@parodius.com diff --git a/sysutils/heat/pkg-plist b/sysutils/heat/pkg-plist deleted file mode 100644 index a6cd46a..0000000 --- a/sysutils/heat/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/heat -- cgit v1.1