diff options
author | miwi <miwi@FreeBSD.org> | 2009-11-30 02:01:23 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-11-30 02:01:23 +0800 |
commit | 18cbf7d92d2276f9469cb32ed13e9d91c4bdd33e (patch) | |
tree | 2c98223d12cee94fb82aca4fd0b571865333a22a /sysutils/hwstat | |
parent | cd36982ccc8ad9f0399324b1aaf5ed5aa1adea90 (diff) | |
download | freebsd-ports-gnome-18cbf7d92d2276f9469cb32ed13e9d91c4bdd33e.tar.gz freebsd-ports-gnome-18cbf7d92d2276f9469cb32ed13e9d91c4bdd33e.tar.zst freebsd-ports-gnome-18cbf7d92d2276f9469cb32ed13e9d91c4bdd33e.zip |
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>
Diffstat (limited to 'sysutils/hwstat')
-rw-r--r-- | sysutils/hwstat/Makefile | 21 | ||||
-rw-r--r-- | sysutils/hwstat/distinfo | 3 | ||||
-rw-r--r-- | sysutils/hwstat/pkg-descr | 3 |
3 files changed, 27 insertions, 0 deletions
diff --git a/sysutils/hwstat/Makefile b/sysutils/hwstat/Makefile new file mode 100644 index 000000000000..ba808c694997 --- /dev/null +++ b/sysutils/hwstat/Makefile @@ -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> diff --git a/sysutils/hwstat/distinfo b/sysutils/hwstat/distinfo new file mode 100644 index 000000000000..c7fbd53714f1 --- /dev/null +++ b/sysutils/hwstat/distinfo @@ -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 diff --git a/sysutils/hwstat/pkg-descr b/sysutils/hwstat/pkg-descr new file mode 100644 index 000000000000..51ec25aebf24 --- /dev/null +++ b/sysutils/hwstat/pkg-descr @@ -0,0 +1,3 @@ +FreeBSD only command line tool to display CPU temp and battery infos. + +WWW: http://rhaamo.li/hwstat/ |