Bug 17641 - new port: sysutils/heat
Summary: new port: sysutils/heat
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-03-28 17:30 UTC by yoshi
Modified: 2000-05-07 14:23 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description yoshi 2000-03-28 17:30:02 UTC
	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 <yoshi@parodius.com>
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 <bsd.port.mk>
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  <untested>
X  * Winbond 83627HF <untested>
X  * Winbond 83782D
X  * Winbond 83783S  <untested>
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---

Fix: 

Not applicable.
How-To-Repeat: 
	Not applicable.
Comment 1 Chris D.Faulhaber freebsd_committer freebsd_triage 2000-05-07 14:23:06 UTC
State Changed
From-To: open->closed

Committed, thanks!