summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-11-29 18:01:23 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-11-29 18:01:23 +0000
commit1de3b49b5bd100e25df2d67ff112b8b71b97513c (patch)
tree641db5e44d7801b0879d5ec1411f42b525c876fe /sysutils
parentNew port: japanese/font-mona-ipa, a combined TrueType font of (diff)
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>
Notes
Notes: svn path=/head/; revision=244988
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/Makefile1
-rw-r--r--sysutils/hwstat/Makefile21
-rw-r--r--sysutils/hwstat/distinfo3
-rw-r--r--sysutils/hwstat/pkg-descr3
4 files changed, 28 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index 041a21e4e648..a4d78c11cd1a 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -351,6 +351,7 @@
SUBDIR += hpacucli
SUBDIR += htop
SUBDIR += httplog
+ SUBDIR += hwstat
SUBDIR += i855vidctl10
SUBDIR += iat
SUBDIR += idled
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/