diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2011-03-17 11:37:27 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2011-03-17 11:37:27 +0000 |
commit | 8bdba3cd6f0102419a58a3b960488e9ee94a41f7 (patch) | |
tree | f0794f60c076be4b7b10aa4cde232c2e001d58f6 | |
parent | 914b045fee4224bafdb4ab0014c8e8b6765ca9d0 (diff) | |
download | ports-8bdba3cd6f0102419a58a3b960488e9ee94a41f7.tar.gz ports-8bdba3cd6f0102419a58a3b960488e9ee94a41f7.zip |
Adopt and clean up
Notes
Notes:
svn path=/head/; revision=271085
-rw-r--r-- | sysutils/lmmon/Makefile | 9 | ||||
-rw-r--r-- | sysutils/lmmon/distinfo | 1 | ||||
-rw-r--r-- | sysutils/lmmon/pkg-descr | 6 |
3 files changed, 5 insertions, 11 deletions
diff --git a/sysutils/lmmon/Makefile b/sysutils/lmmon/Makefile index 4b33d19b69b7..64b2df4035df 100644 --- a/sysutils/lmmon/Makefile +++ b/sysutils/lmmon/Makefile @@ -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: diff --git a/sysutils/lmmon/distinfo b/sysutils/lmmon/distinfo index daf7cb315bb8..a3f0d2780f7a 100644 --- a/sysutils/lmmon/distinfo +++ b/sysutils/lmmon/distinfo @@ -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 diff --git a/sysutils/lmmon/pkg-descr b/sysutils/lmmon/pkg-descr index 634c41d357b4..a0bb03ffafd8 100644 --- a/sysutils/lmmon/pkg-descr +++ b/sysutils/lmmon/pkg-descr @@ -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/ |