From 61a88769279e979491424d5b0e8d0f01160a46ec Mon Sep 17 00:00:00 2001 From: cpiazza Date: Thu, 21 Oct 1999 06:35:54 +0000 Subject: Update to version 0.55 PR: 14416 Submitted by: maintainer --- sysutils/wmlmmon/Makefile | 20 +++++++++++++------- sysutils/wmlmmon/distinfo | 2 +- sysutils/wmlmmon/pkg-comment | 2 +- sysutils/wmlmmon/pkg-descr | 18 +++++++++++++----- 4 files changed, 28 insertions(+), 14 deletions(-) diff --git a/sysutils/wmlmmon/Makefile b/sysutils/wmlmmon/Makefile index 75207fc..f2fca28 100644 --- a/sysutils/wmlmmon/Makefile +++ b/sysutils/wmlmmon/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: wmlmmon -# Version required: 0.52 +# Version required: 0.55 # Date created: 24 September 1999 # Whom: Chris D. Faulhaber # # $FreeBSD$ # -DISTNAME= wmlmmon-0.52 +DISTNAME= wmlmmon-0.55 CATEGORIES= sysutils windowmaker MASTER_SITES= http://www.fxp.org/~jedgar/ @@ -19,10 +19,16 @@ USE_X_PREFIX= yes MAN8= wmlmmon.8 MANCOMPRESSED= yes -.include - -.if ${OSVERSION} < 400000 -FORBIDDEN= "This port uses the intpm controller which is only available in FreeBSD 4.0+" +pre-configure: +.if !defined (IO_ONLY) + @${ECHO} + @${ECHO} "Define IO_ONLY (make IO_ONLY=yes) to build with" + @${ECHO} "/dev/io support only." + @${ECHO} +.else + @${ECHO} + @${ECHO} "Building with only /dev/io interface support. + @${ECHO} .endif -.include +.include diff --git a/sysutils/wmlmmon/distinfo b/sysutils/wmlmmon/distinfo index 0b74cfe..8ac288b 100644 --- a/sysutils/wmlmmon/distinfo +++ b/sysutils/wmlmmon/distinfo @@ -1 +1 @@ -MD5 (wmlmmon-0.52.tar.gz) = ae7e52cf36abe3624a95b267ca52ef38 +MD5 (wmlmmon-0.55.tar.gz) = 5156df4822bcc861868d0c1cd24a1c62 diff --git a/sysutils/wmlmmon/pkg-comment b/sysutils/wmlmmon/pkg-comment index 88888b3..9313e61 100644 --- a/sysutils/wmlmmon/pkg-comment +++ b/sysutils/wmlmmon/pkg-comment @@ -1 +1 @@ -WindowMaker dock app to display LM78/79 information +WM dock app to display info from MB power management controllers diff --git a/sysutils/wmlmmon/pkg-descr b/sysutils/wmlmmon/pkg-descr index 9c58a4a..a59ad99 100644 --- a/sysutils/wmlmmon/pkg-descr +++ b/sysutils/wmlmmon/pkg-descr @@ -1,7 +1,15 @@ wmlmmon -This program displays information gathered from LM78/79 chipsets -onboard many motherboards onto a [standard] WindowMaker dock app. -Displayed values include fan speeds, motherboard temperature, -and various voltages. Currently, this is only supported in -FreeBSD 4.0. +This program displays information gathered from a motherboard +power management controller (e.g. LM78/79) onto a [standard] +WindowMaker dock app. Displayed values include fan speeds, +motherboard temperature, and various voltages. + +Currently, the /dev/smb0 interface is only supported in FreeBSD +4.0; however, the /dev/io interface may work with many +motherboards in FreeBSD 3.x and some non-LM78/79 motherboards. + +WWW: http://www.fxp.org/~jedgar/ + +- Chris D. Faulhaber +jedgar@fxp.org -- cgit v1.1