diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-09-27 17:18:48 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-09-27 17:18:48 +0000 |
commit | 7fb6585a7ff1150e38322e967680e9a1c302a31c (patch) | |
tree | f462edd79fe3dd20beba7cce0dee3f53f570d7d8 /sysutils | |
parent | 579baf3414a4ec3b21fca03bf3f42956ed9aafde (diff) | |
download | FreeBSD-ports-7fb6585a7ff1150e38322e967680e9a1c302a31c.zip FreeBSD-ports-7fb6585a7ff1150e38322e967680e9a1c302a31c.tar.gz |
lmmon v0.50
This program displays information gathered from LM78/79 chipsets
onboard many motherboard. Displayed values include fan speeds,
motherboard temperature, and various voltages.
PR: 13938
Submitted by: Chris D. Faulhaber <jedgar@fxp.org>
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/lmmon/Makefile | 25 | ||||
-rw-r--r-- | sysutils/lmmon/distinfo | 1 | ||||
-rw-r--r-- | sysutils/lmmon/pkg-comment | 1 | ||||
-rw-r--r-- | sysutils/lmmon/pkg-descr | 6 | ||||
-rw-r--r-- | sysutils/lmmon/pkg-plist | 1 |
5 files changed, 34 insertions, 0 deletions
diff --git a/sysutils/lmmon/Makefile b/sysutils/lmmon/Makefile new file mode 100644 index 0000000..66650fb --- /dev/null +++ b/sysutils/lmmon/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: lmmon +# Version required: 0.50 +# Date created: 24 September 1999 +# Whom: Chris D. Faulhaber <jedgar@fxp.org> +# +# $FreeBSD$ +# + +DISTNAME= lmmon-0.50 +CATEGORIES= sysutils +MASTER_SITES= http://www.fxp.org/~jedgar/ + +MAINTAINER= jedgar@fxp.org + +MAN8= lmmon.8 +MANCOMPRESSED= yes + +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 400000 +pre-fetch: +BROKEN="This port uses the intpm controller which is only available in FreeBSD 4.0+" +.endif + +.include <bsd.port.post.mk> diff --git a/sysutils/lmmon/distinfo b/sysutils/lmmon/distinfo new file mode 100644 index 0000000..c482b2d --- /dev/null +++ b/sysutils/lmmon/distinfo @@ -0,0 +1 @@ +MD5 (lmmon-0.50.tar.gz) = c24ba0c655c86acd8b704bb075751405 diff --git a/sysutils/lmmon/pkg-comment b/sysutils/lmmon/pkg-comment new file mode 100644 index 0000000..a47f52b --- /dev/null +++ b/sysutils/lmmon/pkg-comment @@ -0,0 +1 @@ +Display information gathered from LM78/79 chipsets diff --git a/sysutils/lmmon/pkg-descr b/sysutils/lmmon/pkg-descr new file mode 100644 index 0000000..f12bcc0 --- /dev/null +++ b/sysutils/lmmon/pkg-descr @@ -0,0 +1,6 @@ +lmmon v0.50 + +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. diff --git a/sysutils/lmmon/pkg-plist b/sysutils/lmmon/pkg-plist new file mode 100644 index 0000000..da4db99 --- /dev/null +++ b/sysutils/lmmon/pkg-plist @@ -0,0 +1 @@ +bin/lmmon |