mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 05:10:29 -04:00
FreeBSD only command line tool to display CPU temp and battery infos.
WWW: http://rhaamo.li/hwstat/ PR: ports/140997 Submitted by: Marc Lagrange <rhaamo at gruik.at>
This commit is contained in:
parent
152ccefb84
commit
1de3b49b5b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=244988
4 changed files with 28 additions and 0 deletions
|
@ -351,6 +351,7 @@
|
||||||
SUBDIR += hpacucli
|
SUBDIR += hpacucli
|
||||||
SUBDIR += htop
|
SUBDIR += htop
|
||||||
SUBDIR += httplog
|
SUBDIR += httplog
|
||||||
|
SUBDIR += hwstat
|
||||||
SUBDIR += i855vidctl10
|
SUBDIR += i855vidctl10
|
||||||
SUBDIR += iat
|
SUBDIR += iat
|
||||||
SUBDIR += idled
|
SUBDIR += idled
|
||||||
|
|
21
sysutils/hwstat/Makefile
Normal file
21
sysutils/hwstat/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# New ports collection makefile for: hwstat
|
||||||
|
# Date created: 29 nov 2009
|
||||||
|
# Whom: Marc Lagrange <rhaamo@gruik.at>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= hwstat
|
||||||
|
PORTVERSION= 0.5.1
|
||||||
|
CATEGORIES= sysutils
|
||||||
|
MASTER_SITES= http://rhaamo.li/hwstat/
|
||||||
|
|
||||||
|
MAINTAINER= rhaamo@gruik.at
|
||||||
|
COMMENT= Command line tool to display CPU temp and battery infos
|
||||||
|
|
||||||
|
PLIST_FILES= bin/hwstat
|
||||||
|
|
||||||
|
MAN1= hwstat.1
|
||||||
|
MANCOMPRESSED= yes
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
sysutils/hwstat/distinfo
Normal file
3
sysutils/hwstat/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
MD5 (hwstat-0.5.1.tar.gz) = ae460c0c3b7c2098e5fe39a8313c5e70
|
||||||
|
SHA256 (hwstat-0.5.1.tar.gz) = 506b8f2ec6ce4a950626440cdde0f7d652b507a82006bc19890f63b74356508a
|
||||||
|
SIZE (hwstat-0.5.1.tar.gz) = 8957
|
3
sysutils/hwstat/pkg-descr
Normal file
3
sysutils/hwstat/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
FreeBSD only command line tool to display CPU temp and battery infos.
|
||||||
|
|
||||||
|
WWW: http://rhaamo.li/hwstat/
|
Loading…
Add table
Reference in a new issue