From owner-freebsd-ports Tue Oct 19 7:40: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 39C9A172B3 for ; Tue, 19 Oct 1999 07:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA53949; Tue, 19 Oct 1999 07:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from pawn.primelocation.net (pawn.primelocation.net [205.161.238.235]) by hub.freebsd.org (Postfix) with ESMTP id E93F114EC2 for ; Tue, 19 Oct 1999 07:38:20 -0700 (PDT) (envelope-from jedgar@pawn.primelocation.net) Received: by pawn.primelocation.net (Postfix, from userid 1003) id 831B59B22; Tue, 19 Oct 1999 10:38:19 -0400 (EDT) Message-Id: <19991019143819.831B59B22@pawn.primelocation.net> Date: Tue, 19 Oct 1999 10:38:19 -0400 (EDT) From: jedgar@fxp.org Reply-To: jedgar@fxp.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/14414: Update port: sysutils/lmmon Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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 # # $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 - -.if ${OSVERSION} < 400000 -FORBIDDEN= "This port uses the intpm controller which is only available in FreeBSD 4.0+" -.endif - -.include +.include 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