From owner-freebsd-ports Tue Mar 28 8:30:13 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D71F337C052 for ; Tue, 28 Mar 2000 08:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA25722; Tue, 28 Mar 2000 08:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from parodius.com (pentarou.parodius.com [205.149.163.62]) by hub.freebsd.org (Postfix) with ESMTP id AAE9237B5D4 for ; Tue, 28 Mar 2000 08:25:56 -0800 (PST) (envelope-from yoshi@parodius.com) Received: (from yoshi@localhost) by parodius.com (8.9.3/8.9.3) id IAA75025; Tue, 28 Mar 2000 08:28:06 -0800 (PST) (envelope-from yoshi) Message-Id: <200003281628.IAA75025@parodius.com> Date: Tue, 28 Mar 2000 08:28:06 -0800 (PST) From: yoshi@parodius.com Reply-To: yoshi@parodius.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17641: ports submission Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17641 >Category: ports >Synopsis: ports submission >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Mar 28 08:30:02 PST 2000 >Closed-Date: >Last-Modified: >Originator: Jeremy Chadwick >Release: FreeBSD 5.0-CURRENT i386 >Organization: Parodius Networking >Environment: Not applicable. >Description: Included here (shar archive) is my console/tty-based thermal statistics monitoring software for Winbond series monitoring chipsets. This software was written for FreeBSD, and is not intended for use with other operating systems. It has been tested on FreeBSD 3.4-STABLE, 4.0-RELEASE, and 5.0-CURRENT (all i386 architecture). Future tests will be applied to 4.0-RELEASE and 5.0-CURRENT only. Development is done on a 5.0-CURRENT (SMP) machine. I am also curious how to go about submitting changing to ports for this port via cvs, so that cvsups will show results and changes when they are committed. What is required for this, and how do I go about it? Contact me via Email if there are problems/questions. Thanks! ---BEGIN SHAR--- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # heat # heat/Makefile # heat/files # heat/files/md5 # heat/pkg # heat/pkg/COMMENT # heat/pkg/DESCR # heat/pkg/PLIST # echo c - heat mkdir -p heat > /dev/null 2>&1 echo x - heat/Makefile sed 's/^X//' >heat/Makefile << 'END-of-heat/Makefile' X# New ports collection makefile for: heat X# Version required: 1.0 X# Date created: 28 March 2000 X# Whom: Jeremy Chadwick X# X XDISTNAME= heat-1.0 XCATEGORIES= sysutils XMASTER_SITES= ftp://ftp.parodius.com/pub/heat/ X XPATCH_SITES= ${MASTER_SITES} X XMAINTAINER= yoshi@parodius.com X XBIN1= heat X Xdo-install: X.for i in ${BIN1} X ${INSTALL_SCRIPT} ${WRKSRC}/${i} ${PREFIX}/bin/${i} X.endfor X X.include END-of-heat/Makefile echo c - heat/files mkdir -p heat/files > /dev/null 2>&1 echo x - heat/files/md5 sed 's/^X//' >heat/files/md5 << 'END-of-heat/files/md5' XMD5 (heat-1.0.tar.gz) = b6042f975a8e7377af38bb0417e10d22 END-of-heat/files/md5 echo c - heat/pkg mkdir -p heat/pkg > /dev/null 2>&1 echo x - heat/pkg/COMMENT sed 's/^X//' >heat/pkg/COMMENT << 'END-of-heat/pkg/COMMENT' XA thermal/fan monitoring application for Winbond-based motherboards END-of-heat/pkg/COMMENT echo x - heat/pkg/DESCR sed 's/^X//' >heat/pkg/DESCR << 'END-of-heat/pkg/DESCR' Xheat allows you to monitor the thermal aspects measured by the XWinbond chipset on your motherboard. It also supports the Xability to monitor fans, and provides workarounds for known bugs Xwith certain motherboard models. It does not monitor voltages X(yet). X XCurrently, the only supported chipsets are the following: X * Winbond 83781D X * Winbond 83627HF X * Winbond 83782D X * Winbond 83783S X X- yoshi@parodius.com END-of-heat/pkg/DESCR echo x - heat/pkg/PLIST sed 's/^X//' >heat/pkg/PLIST << 'END-of-heat/pkg/PLIST' Xbin/heat END-of-heat/pkg/PLIST exit ---END SHAR--- >How-To-Repeat: Not applicable. >Fix: Not applicable. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message