k8temp is a utility to read the on-die temperature sensors provided by
AMD K8 processors, including most Athlon 64's and Opterons. WWW: http://hur.st/k8temp/ PR: ports/117405 Submitted by: Thomas Hurst <tom at hur.st>
This commit is contained in:
parent
6e2b683f7e
commit
2b1158890c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=201910
4 changed files with 34 additions and 0 deletions
|
@ -322,6 +322,7 @@
|
||||||
SUBDIR += jps
|
SUBDIR += jps
|
||||||
SUBDIR += jtop
|
SUBDIR += jtop
|
||||||
SUBDIR += k3b
|
SUBDIR += k3b
|
||||||
|
SUBDIR += k8temp
|
||||||
SUBDIR += kcpuload
|
SUBDIR += kcpuload
|
||||||
SUBDIR += kcube
|
SUBDIR += kcube
|
||||||
SUBDIR += kdeadmin3
|
SUBDIR += kdeadmin3
|
||||||
|
|
26
sysutils/k8temp/Makefile
Normal file
26
sysutils/k8temp/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
# New ports collection makefile for: k8temp
|
||||||
|
# Date created: 21 October 2007
|
||||||
|
# Whom: Thomas Hurst <tom@hur.st>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= k8temp
|
||||||
|
PORTVERSION= 0.1.1
|
||||||
|
CATEGORIES= sysutils
|
||||||
|
MASTER_SITES= http://hur.st/k8temp/
|
||||||
|
|
||||||
|
MAINTAINER= tom@hur.st
|
||||||
|
COMMENT= Athlon 64 and Opteron on-die temperature reader
|
||||||
|
|
||||||
|
MAN8= k8temp.8
|
||||||
|
|
||||||
|
PLIST_FILES= sbin/k8temp
|
||||||
|
|
||||||
|
do-install:
|
||||||
|
${INSTALL_PROGRAM} ${WRKSRC}/k8temp ${PREFIX}/sbin
|
||||||
|
.if !defined(NOPORTDOCS)
|
||||||
|
${INSTALL_MAN} ${WRKSRC}/k8temp.8 ${PREFIX}/man/man8
|
||||||
|
.endif
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
sysutils/k8temp/distinfo
Normal file
3
sysutils/k8temp/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
MD5 (k8temp-0.1.1.tar.gz) = eed1645460d6919f8f70a9d7f4929907
|
||||||
|
SHA256 (k8temp-0.1.1.tar.gz) = 8907f5ea821dba4a47ec47ca0b80d3b770333e41e348b59136a618f709f934f9
|
||||||
|
SIZE (k8temp-0.1.1.tar.gz) = 3439
|
4
sysutils/k8temp/pkg-descr
Normal file
4
sysutils/k8temp/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
k8temp is a utility to read the on-die temperature sensors provided by
|
||||||
|
AMD K8 processors, including most Athlon 64's and Opterons.
|
||||||
|
|
||||||
|
WWW: http://hur.st/k8temp/
|
Loading…
Reference in a new issue