summaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-11-14 03:28:56 +0000
committersteve <steve@FreeBSD.org>1999-11-14 03:28:56 +0000
commit75bae2b1a2d19fc462b7f006689488470235637a (patch)
tree8339f3331332e0b27589c6c3412aa0ac86ec545e /sysutils
parent6b77d6e51047d99d41a8efed09c04cf9b40908ab (diff)
downloadFreeBSD-ports-75bae2b1a2d19fc462b7f006689488470235637a.zip
FreeBSD-ports-75bae2b1a2d19fc462b7f006689488470235637a.tar.gz
Initial import of healthd version 0.1.
A daemon to montior vital motherboard parameters. PR: 14495 Submitted by: James E. Housley <housley@thehousleys.net>
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/healthd/Makefile18
-rw-r--r--sysutils/healthd/distinfo1
-rw-r--r--sysutils/healthd/pkg-comment1
-rw-r--r--sysutils/healthd/pkg-descr10
-rw-r--r--sysutils/healthd/pkg-plist2
5 files changed, 32 insertions, 0 deletions
diff --git a/sysutils/healthd/Makefile b/sysutils/healthd/Makefile
new file mode 100644
index 0000000..0a3f46c
--- /dev/null
+++ b/sysutils/healthd/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: healthd
+# Version required: 0.1
+# Date created: 24 October 1999
+# Whom: jim@thehousleys.net
+#
+# $FreeBSD$
+#
+
+DISTNAME= healthd-0.1
+CATEGORIES= sysutils
+MASTER_SITES= http://www.thehousleys.net/healthd/
+
+MAINTAINER= jim@thehousleys.net
+
+HAS_CONFIGURE= yes
+CONFIGURE_ARGS= --exec-prefix=${PREFIX}
+
+.include <bsd.port.mk>
diff --git a/sysutils/healthd/distinfo b/sysutils/healthd/distinfo
new file mode 100644
index 0000000..f919c85
--- /dev/null
+++ b/sysutils/healthd/distinfo
@@ -0,0 +1 @@
+MD5 (healthd-0.1.tar.gz) = f03c4af9c3e6b195eab9a516e65e42d2
diff --git a/sysutils/healthd/pkg-comment b/sysutils/healthd/pkg-comment
new file mode 100644
index 0000000..5a62845
--- /dev/null
+++ b/sysutils/healthd/pkg-comment
@@ -0,0 +1 @@
+A daemon to monitor vital motherboard parameters
diff --git a/sysutils/healthd/pkg-descr b/sysutils/healthd/pkg-descr
new file mode 100644
index 0000000..c8d9bda
--- /dev/null
+++ b/sysutils/healthd/pkg-descr
@@ -0,0 +1,10 @@
+This is a deamon the uses the LM78/79 or WINBond hardware monitor chips
+to warn the operator when something is out of range. The software is
+capable of monitoring up to 3 tempuratures, 3 fan speeds and 7 voltages.
+The configuration file specifies which functions are active and their
+acceptable ranges.
+
+WWW: http://thehousleys.net/healthd/
+
+- Jim
+jim@thehousleys.net
diff --git a/sysutils/healthd/pkg-plist b/sysutils/healthd/pkg-plist
new file mode 100644
index 0000000..5c3593c
--- /dev/null
+++ b/sysutils/healthd/pkg-plist
@@ -0,0 +1,2 @@
+bin/healthd
+etc/healthd.conf.sample
OpenPOWER on IntegriCloud