From 377d24bff70c2ec96f7e51424f2488adc9941008 Mon Sep 17 00:00:00 2001 From: cpiazza Date: Mon, 27 Sep 1999 17:20:05 +0000 Subject: wmlmmon v0.50 This program displays information gathered from LM78/79 chipsets onboard many motherboards onto a [standard] WindowMaker dock app. Displayed values include fan speeds, motherboard temperature, and various voltages. PR: 13939 Submitted by: Chris D. Faulhaber --- sysutils/wmlmmon/Makefile | 32 ++++++++++++++++++++++++++++++++ sysutils/wmlmmon/distinfo | 1 + sysutils/wmlmmon/pkg-comment | 1 + sysutils/wmlmmon/pkg-descr | 7 +++++++ sysutils/wmlmmon/pkg-plist | 1 + 5 files changed, 42 insertions(+) create mode 100644 sysutils/wmlmmon/Makefile create mode 100644 sysutils/wmlmmon/distinfo create mode 100644 sysutils/wmlmmon/pkg-comment create mode 100644 sysutils/wmlmmon/pkg-descr create mode 100644 sysutils/wmlmmon/pkg-plist diff --git a/sysutils/wmlmmon/Makefile b/sysutils/wmlmmon/Makefile new file mode 100644 index 0000000..272f346 --- /dev/null +++ b/sysutils/wmlmmon/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: wmlmmon +# Version required: 0.50 +# Date created: 24 September 1999 +# Whom: Chris D. Faulhaber +# +# $FreeBSD$ +# + +DISTNAME= wmlmmon-0.50 +CATEGORIES= sysutils windowmaker +MASTER_SITES= http://www.fxp.org/~jedgar/ + +MAINTAINER= jedgar@fxp.org + +LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm + +USE_X_PREFIX= yes + +MAN8= wmlmmon.8 +MANCOMPRESSED= yes + +.include + +.if ${OSVERSION} < 400000 +pre-fetch: + @${ECHO} + @${ECHO} "This port uses the intpm controller which" + @${ECHO} "is only available in FreeBSD 4.0-CURRENT." + @${ECHO} +.endif + +.include diff --git a/sysutils/wmlmmon/distinfo b/sysutils/wmlmmon/distinfo new file mode 100644 index 0000000..e1fd178 --- /dev/null +++ b/sysutils/wmlmmon/distinfo @@ -0,0 +1 @@ +MD5 (wmlmmon-0.50.tar.gz) = 84eff963812bd5c7dfb3ef0c473934d1 diff --git a/sysutils/wmlmmon/pkg-comment b/sysutils/wmlmmon/pkg-comment new file mode 100644 index 0000000..88888b3 --- /dev/null +++ b/sysutils/wmlmmon/pkg-comment @@ -0,0 +1 @@ +WindowMaker dock app to display LM78/79 information diff --git a/sysutils/wmlmmon/pkg-descr b/sysutils/wmlmmon/pkg-descr new file mode 100644 index 0000000..2119629 --- /dev/null +++ b/sysutils/wmlmmon/pkg-descr @@ -0,0 +1,7 @@ +wmlmmon v0.50 + +This program displays information gathered from LM78/79 chipsets +onboard many motherboards onto a [standard] WindowMaker dock app. +Displayed values include fan speeds, motherboard temperature, +and various voltages. Currently, this is only supported in +FreeBSD 4.0. diff --git a/sysutils/wmlmmon/pkg-plist b/sysutils/wmlmmon/pkg-plist new file mode 100644 index 0000000..674d6a0 --- /dev/null +++ b/sysutils/wmlmmon/pkg-plist @@ -0,0 +1 @@ +bin/wmlmmon -- cgit v1.1