From de261c21582b5151ec0ec54f0e6d8aefdf22d584 Mon Sep 17 00:00:00 2001 From: "James E. Housley" Date: Sat, 21 Oct 2000 17:47:40 +0000 Subject: Update to version 0.6.1 --- sysutils/healthd/Makefile | 23 +++++++++++++++++++++-- sysutils/healthd/distinfo | 2 +- sysutils/healthd/pkg-descr | 8 ++++---- 3 files changed, 26 insertions(+), 7 deletions(-) (limited to 'sysutils') diff --git a/sysutils/healthd/Makefile b/sysutils/healthd/Makefile index 354800ae5cff..39fbaf797ee9 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 diff --git a/sysutils/healthd/distinfo b/sysutils/healthd/distinfo index 508d96952b87..79545433e21a 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 8d369b93ad01..5a2ccc365571 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 -- cgit v1.2.3