1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Update to version 0.55

PR:		14414
Submitted by:	maintainer
This commit is contained in:
Chris Piazza 1999-10-21 06:34:46 +00:00
parent cc3404401c
commit e7ce5a642b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22553
4 changed files with 29 additions and 13 deletions

View File

@ -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>

View File

@ -1 +1 @@
MD5 (lmmon-0.52.tar.gz) = 6c642fe27353873b1b232cbf399be7fd
MD5 (lmmon-0.55.tar.gz) = 97fa9b0e26dea53923a6fa194a7128a4

View File

@ -1 +1 @@
Display information gathered from LM78/79 chipsets
Display information gathered from MB power management controller

View File

@ -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