Index: head/sysutils/healthd/Makefile =================================================================== --- head/sysutils/healthd/Makefile (revision 34076) +++ head/sysutils/healthd/Makefile (revision 34077) @@ -1,33 +1,52 @@ # New ports collection makefile for: healthd # Date created: 15 November 1999 # Whom: jim@thehousleys.net # # $FreeBSD$ # 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."; \ ${INSTALL_SCRIPT} -m 751 ${WRKSRC}/healthd.sh ${PREFIX}/etc/rc.d/healthd.sh; \ fi @if [ ! -f ${PREFIX}/etc/healthd.conf ]; then \ ${ECHO} "Installing ${PREFIX}/etc/healthd.conf configuration file."; \ ${ECHO} "It is recommended you edit this file to match your system"; \ ${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 Property changes on: head/sysutils/healthd/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.14 \ No newline at end of property +1.15 \ No newline at end of property Index: head/sysutils/healthd/distinfo =================================================================== --- head/sysutils/healthd/distinfo (revision 34076) +++ head/sysutils/healthd/distinfo (revision 34077) @@ -1 +1 @@ -MD5 (healthd-0.6.0.tar.gz) = 1794abe0ccc90e6ab6a099a5f43bef0f +MD5 (healthd-0.6.1.tar.gz) = b7a2fc1e10e5d66d193bf68f33ead274 Property changes on: head/sysutils/healthd/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/sysutils/healthd/pkg-descr =================================================================== --- head/sysutils/healthd/pkg-descr (revision 34076) +++ head/sysutils/healthd/pkg-descr (revision 34077) @@ -1,14 +1,14 @@ -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 networked computer. The healthd deamon's network connection is protected by libwrap and /etc/hosts.allow. WWW: http://healthd.thehousleys.net/ - Jim jim@thehousleys.net Property changes on: head/sysutils/healthd/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property