From 7fb6585a7ff1150e38322e967680e9a1c302a31c Mon Sep 17 00:00:00 2001 From: cpiazza Date: Mon, 27 Sep 1999 17:18:48 +0000 Subject: 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 --- sysutils/lmmon/Makefile | 25 +++++++++++++++++++++++++ sysutils/lmmon/distinfo | 1 + sysutils/lmmon/pkg-comment | 1 + sysutils/lmmon/pkg-descr | 6 ++++++ sysutils/lmmon/pkg-plist | 1 + 5 files changed, 34 insertions(+) create mode 100644 sysutils/lmmon/Makefile create mode 100644 sysutils/lmmon/distinfo create mode 100644 sysutils/lmmon/pkg-comment create mode 100644 sysutils/lmmon/pkg-descr create mode 100644 sysutils/lmmon/pkg-plist (limited to 'sysutils/lmmon') diff --git a/sysutils/lmmon/Makefile b/sysutils/lmmon/Makefile new file mode 100644 index 00000000000..66650fbc25c --- /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 +# +# $FreeBSD$ +# + +DISTNAME= lmmon-0.50 +CATEGORIES= sysutils +MASTER_SITES= http://www.fxp.org/~jedgar/ + +MAINTAINER= jedgar@fxp.org + +MAN8= lmmon.8 +MANCOMPRESSED= yes + +.include + +.if ${OSVERSION} < 400000 +pre-fetch: +BROKEN="This port uses the intpm controller which is only available in FreeBSD 4.0+" +.endif + +.include diff --git a/sysutils/lmmon/distinfo b/sysutils/lmmon/distinfo new file mode 100644 index 00000000000..c482b2db4d1 --- /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 00000000000..a47f52bd613 --- /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 00000000000..f12bcc01e82 --- /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 00000000000..da4db99b0ae --- /dev/null +++ b/sysutils/lmmon/pkg-plist @@ -0,0 +1 @@ +bin/lmmon -- cgit