Adopt and clean up

This commit is contained in:
Brendan Fabeny 2011-03-17 11:37:27 +00:00
parent 914b045fee
commit 8bdba3cd6f
3 changed files with 5 additions and 11 deletions

View file

@ -9,14 +9,11 @@ PORTNAME= lmmon
PORTVERSION= 0.65
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://www.fxp.org/~jedgar/lmmon/
MASTER_SITES= LOCAL/bf
MAINTAINER= ports@FreeBSD.org
MAINTAINER= bf@FreeBSD.org
COMMENT= Display information gathered from MB power management controller
DEPRECATED= Upstream disapear and distfile is no more available
EXPIRATION_DATE= 2011-05-01
ONLY_FOR_ARCHS= i386 amd64
GNU_CONFIGURE= yes
@ -24,6 +21,8 @@ MAN8= lmmon.8
MANCOMPRESSED= yes
PLIST_FILES= bin/lmmon
LICENSE= BSD
FIXFILES= configure configure.in lmmon.c
post-patch:

View file

@ -1,3 +1,2 @@
MD5 (lmmon-0.65.tar.gz) = d7597e5d6bce4022b4f32b2910986c70
SHA256 (lmmon-0.65.tar.gz) = f3cb5b8e4b21ccffe3d860f6f7c5ec18e0eff812df5963e590e3287c5ef1edd5
SIZE (lmmon-0.65.tar.gz) = 19231

View file

@ -1,6 +1,4 @@
lmmon
This program displays information gathered from a motherboard
lmmon 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-
@ -13,5 +11,3 @@ Currently, the /dev/smb0 interface is only supported in FreeBSD
In addition, lmmon supports simple text output that can be easily
used by external programs (e.g. UCD SNMP Daemon) for monitoring.
WWW: http://www.fxp.org/~jedgar/lmmon/