Date: Tue, 19 Oct 1999 10:38:19 -0400 (EDT) From: jedgar@fxp.org To: FreeBSD-gnats-submit@freebsd.org Subject: ports/14414: Update port: sysutils/lmmon Message-ID: <19991019143819.831B59B22@pawn.primelocation.net>
next in thread | raw e-mail | index | archive | help
>Number: 14414 >Category: ports >Synopsis: Update port: sysutils/lmmon >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Oct 19 07:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris D. Faulhaber >Release: FreeBSD 4.0-CURRENT i386 >Organization: BUGO - BSD Users of Orlando >Environment: FreeBSD earth.fxp 4.0-CURRENT FreeBSD 4.0-CURRENT #5: Fri Oct 15 10:13:22 EDT 1999 >Description: Update port: sysutils/lmmon lmmon now uses either /dev/smb* or /dev/io. Tested under FreeBSD 4.0-CURRENT and FreeBSD 3.2-STABLE >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/sysutils/lmmon/Makefile,v retrieving revision 1.4 diff -u -u -r1.4 Makefile --- Makefile 1999/10/10 22:16:26 1.4 +++ Makefile 1999/10/19 14:22:02 @@ -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: ports/sysutils/lmmon/Makefile,v 1.4 1999/10/10 22:16:26 cpiazza Exp $ # -DISTNAME= lmmon-0.52 +DISTNAME= lmmon-0.55 CATEGORIES= sysutils MASTER_SITES= http://www.fxp.org/~jedgar/ @@ -15,10 +15,4 @@ 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+" -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> Index: files/md5 =================================================================== RCS file: /home/ncvs/ports/sysutils/lmmon/files/md5,v retrieving revision 1.2 diff -u -u -r1.2 md5 --- md5 1999/09/28 19:24:43 1.2 +++ md5 1999/10/19 14:22:02 @@ -1 +1 @@ -MD5 (lmmon-0.52.tar.gz) = 6c642fe27353873b1b232cbf399be7fd +MD5 (lmmon-0.55.tar.gz) = 97fa9b0e26dea53923a6fa194a7128a4 Index: pkg/COMMENT =================================================================== RCS file: /home/ncvs/ports/sysutils/lmmon/pkg/COMMENT,v retrieving revision 1.1.1.1 diff -u -u -r1.1.1.1 COMMENT --- COMMENT 1999/09/27 17:18:48 1.1.1.1 +++ COMMENT 1999/10/19 14:22:02 @@ -1 +1 @@ -Display information gathered from LM78/79 chipsets +Display info gathered from MB power management controllers Index: pkg/DESCR =================================================================== RCS file: /home/ncvs/ports/sysutils/lmmon/pkg/DESCR,v retrieving revision 1.2 diff -u -u -r1.2 DESCR --- DESCR 1999/09/28 19:24:43 1.2 +++ DESCR 1999/10/19 14:22:02 @@ -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 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991019143819.831B59B22>