summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLadislav Hagara2011-05-13 17:47:25 +0200
committerLadislav Hagara2011-05-13 17:47:25 +0200
commit869701c673ac68577cf921d4b7288318006e752c (patch)
treec72a0382a507caed3eb403cf0dd70de11c94c495
parentc76dc46cc8d66c72b10d57ff5bbaee26ce4101bc (diff)
x11/psensor: new spell, GTK application for monitoring hardware sensors
-rw-r--r--ChangeLog3
-rwxr-xr-xx11/psensor/DEPENDS4
-rwxr-xr-xx11/psensor/DETAILS15
-rw-r--r--x11/psensor/HISTORY2
4 files changed, 24 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3791c020af..aff0097c64 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2011-05-13 Ladislav Hagara <hgr@vabo.cz>
+ * x11/psensor: new spell, application for monitoring hardware sensors
+
2011-05-12 Jeremy Blosser <jblosser-smgl@firinn.org>
* security/snoopy: new spell, log all execve() calls to syslog
diff --git a/x11/psensor/DEPENDS b/x11/psensor/DEPENDS
new file mode 100755
index 0000000000..324de4bc67
--- /dev/null
+++ b/x11/psensor/DEPENDS
@@ -0,0 +1,4 @@
+depends lm_sensors &&
+depends gtk+2 &&
+
+optional_depends hddtemp "" "" "to monitor hard drive temperature"
diff --git a/x11/psensor/DETAILS b/x11/psensor/DETAILS
new file mode 100755
index 0000000000..84a5b423dc
--- /dev/null
+++ b/x11/psensor/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=psensor
+ VERSION=0.6.1.9
+ PATCHLEVEL=0
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://wpitchoune.net/psensor/files/$SOURCE
+ SOURCE_HASH=sha512:71ca77e499ea54677fbbc991bf67a1e94a182aa80900a1ad7c52a285d84856040cd562ba795a5facc9497f3a72e9935d50152427a1b0737483f89fb491c29263
+ WEB_SITE=http://wpitchoune.net/blog/?page_id=109
+ ENTERED=20110513
+ LICENSE[0]=GPL
+ SHORT="GTK application for monitoring hardware sensors"
+cat << EOF
+Psensor is a GTK application for monitoring hardware sensors,
+including temperatures and fan speeds.
+EOF
diff --git a/x11/psensor/HISTORY b/x11/psensor/HISTORY
new file mode 100644
index 0000000000..bc3d0e89de
--- /dev/null
+++ b/x11/psensor/HISTORY
@@ -0,0 +1,2 @@
+2011-05-13 Ladislav Hagara <hgr@vabo.cz>
+ * DETAILS, DEPENDS: spell created, version 0.6.1.9