summaryrefslogtreecommitdiffstats
path: root/sysutils/healthd
diff options
context:
space:
mode:
authorjeh <jeh@FreeBSD.org>2000-10-21 17:47:40 +0000
committerjeh <jeh@FreeBSD.org>2000-10-21 17:47:40 +0000
commit7b68d7c98306d21f9907639f00ed7d6978b5b8ff (patch)
tree0e238693997a2a95c6a90be12d3dbd4932fafb0d /sysutils/healthd
parent1f0f0e872eb01a8d733e595d989ffd5005d9dfe6 (diff)
downloadFreeBSD-ports-7b68d7c98306d21f9907639f00ed7d6978b5b8ff.zip
FreeBSD-ports-7b68d7c98306d21f9907639f00ed7d6978b5b8ff.tar.gz
Update to version 0.6.1
Diffstat (limited to 'sysutils/healthd')
-rw-r--r--sysutils/healthd/Makefile23
-rw-r--r--sysutils/healthd/distinfo2
-rw-r--r--sysutils/healthd/pkg-descr8
3 files changed, 26 insertions, 7 deletions
diff --git a/sysutils/healthd/Makefile b/sysutils/healthd/Makefile
index 354800a..39fbaf7 100644
--- a/sysutils/healthd/Makefile
+++ b/sysutils/healthd/Makefile
@@ -6,18 +6,32 @@
#
PORTNAME= healthd
-PORTVERSION= 0.6.0
-CATEGORIES= sysutils
+PORTVERSION= 0.6.1
+CATEGORIES= sysutils ipv6
MASTER_SITES= http://healthd.thehousleys.net/
MAINTAINER= jeh@FreeBSD.org
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --exec-prefix=${PREFIX}
+#
+# To allow reading the doWarn and doFail scripts remotely uncomment
+# the following line. Enabling the following option might provide
+# information about the configuration of you system.
+#CONFIGURE_ARGS+= --enable-full-config
MAN8= healthd.8 healthdc.8
INSTALL_TARGET= install-all
+PLIST= ${WRKDIR}/PLIST.BASE
+HDDOCDIR= ${PREFIX}/share/doc/healthd
+
+pre-install:
+ @cp ${.CURDIR}/pkg-plist ${WRKDIR}/PLIST.BASE
+.if !defined(NOPORSDOCS)
+ @cat ${.CURDIR}/pkg-plist.doc >> ${WRKDIR}/PLIST.BASE
+.endif
+
post-install:
@if [ ! -f ${PREFIX}/etc/rc.d/healthd.sh ]; then \
${ECHO} "Installing ${PREFIX}/etc/rc.d/healthd.sh startup file."; \
@@ -29,5 +43,10 @@ post-install:
${ECHO} "before running the program."; \
${CP} ${PREFIX}/etc/healthd.conf.sample ${PREFIX}/etc/healthd.conf; \
fi
+.if !defined(NOPORTDOCS)
+ @if ! [ -d ${HDDOCDIR} ]; then ${MKDIR} ${HDDOCDIR}; fi
+ ${INSTALL_DATA} ${WRKSRC}/README ${HDDOCDIR}
+ ${INSTALL_DATA} ${WRKSRC}/PROTOCOL ${HDDOCDIR}
+.endif
.include <bsd.port.mk>
diff --git a/sysutils/healthd/distinfo b/sysutils/healthd/distinfo
index 508d969..7954543 100644
--- a/sysutils/healthd/distinfo
+++ b/sysutils/healthd/distinfo
@@ -1 +1 @@
-MD5 (healthd-0.6.0.tar.gz) = 1794abe0ccc90e6ab6a099a5f43bef0f
+MD5 (healthd-0.6.1.tar.gz) = b7a2fc1e10e5d66d193bf68f33ead274
diff --git a/sysutils/healthd/pkg-descr b/sysutils/healthd/pkg-descr
index 8d369b9..5a2ccc3 100644
--- a/sysutils/healthd/pkg-descr
+++ b/sysutils/healthd/pkg-descr
@@ -1,7 +1,7 @@
-This is a deamon the uses the LM78/79, WINBond 83781/83782/83783 or the
-ASUS AS99127 & AS97127 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
+This is a deamon the uses the LM78/79, WINBond 83781/83782/83783/83626
+or the ASUS 991227 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.
With the healthdc companion program the status can be read from any
OpenPOWER on IntegriCloud