aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-10-21 06:34:46 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-10-21 06:34:46 +0000
commite7ce5a642be6f622d3de3415792ddfd845bd169d (patch)
tree6574612179496f53d9335ce4dd399a5a352c5c9e /sysutils
parentcc3404401c2b96361c2315c53a8ffb2b3cda7c46 (diff)
downloadports-e7ce5a642be6f622d3de3415792ddfd845bd169d.tar.gz
ports-e7ce5a642be6f622d3de3415792ddfd845bd169d.zip
Update to version 0.55
PR: 14414 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=22553
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/lmmon/Makefile20
-rw-r--r--sysutils/lmmon/distinfo2
-rw-r--r--sysutils/lmmon/pkg-comment2
-rw-r--r--sysutils/lmmon/pkg-descr18
4 files changed, 29 insertions, 13 deletions
diff --git a/sysutils/lmmon/Makefile b/sysutils/lmmon/Makefile
index ee14eddc8373..479cfdcca811 100644
--- a/sysutils/lmmon/Makefile
+++ b/sysutils/lmmon/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: lmmon
-# Version required: 0.52
+# Version required: 0.55
# Date created: 24 September 1999
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
#
# $FreeBSD$
#
-DISTNAME= lmmon-0.52
+DISTNAME= lmmon-0.55
CATEGORIES= sysutils
MASTER_SITES= http://www.fxp.org/~jedgar/
@@ -15,10 +15,16 @@ MAINTAINER= jedgar@fxp.org
MAN8= lmmon.8
MANCOMPRESSED= yes
-.include <bsd.port.pre.mk>
-
-.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 <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/sysutils/lmmon/distinfo b/sysutils/lmmon/distinfo
index 3e3e79dceac2..72151acc772d 100644
--- a/sysutils/lmmon/distinfo
+++ b/sysutils/lmmon/distinfo
@@ -1 +1 @@
-MD5 (lmmon-0.52.tar.gz) = 6c642fe27353873b1b232cbf399be7fd
+MD5 (lmmon-0.55.tar.gz) = 97fa9b0e26dea53923a6fa194a7128a4
diff --git a/sysutils/lmmon/pkg-comment b/sysutils/lmmon/pkg-comment
index a47f52bd6135..53d6768653d0 100644
--- a/sysutils/lmmon/pkg-comment
+++ b/sysutils/lmmon/pkg-comment
@@ -1 +1 @@
-Display information gathered from LM78/79 chipsets
+Display information gathered from MB power management controller
diff --git a/sysutils/lmmon/pkg-descr b/sysutils/lmmon/pkg-descr
index 5c6e18d176e7..dadc50d2d80c 100644
--- a/sysutils/lmmon/pkg-descr
+++ b/sysutils/lmmon/pkg-descr
@@ -1,6 +1,16 @@
lmmon
-This program displays information gathered from LM78/79 chipsets
-onboard many motherboard. 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). Displayed values
+include fan speeds, motherboard temperature, and various
+voltages. By default it cycles once per second using a curses-
+based display.
+
+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