From 1de3b49b5bd100e25df2d67ff112b8b71b97513c Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Sun, 29 Nov 2009 18:01:23 +0000 Subject: FreeBSD only command line tool to display CPU temp and battery infos. WWW: http://rhaamo.li/hwstat/ PR: ports/140997 Submitted by: Marc Lagrange --- sysutils/hwstat/Makefile | 21 +++++++++++++++++++++ sysutils/hwstat/distinfo | 3 +++ sysutils/hwstat/pkg-descr | 3 +++ 3 files changed, 27 insertions(+) create mode 100644 sysutils/hwstat/Makefile create mode 100644 sysutils/hwstat/distinfo create mode 100644 sysutils/hwstat/pkg-descr (limited to 'sysutils/hwstat') 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 +# +# $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 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/ -- cgit v1.2.3