diff options
author | jedgar <jedgar@FreeBSD.org> | 2000-03-08 17:51:03 +0000 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2000-03-08 17:51:03 +0000 |
commit | 74e2afc4ef22ea4afb1b65719c8f7c3757316c89 (patch) | |
tree | f447c1372fe2f45a13ad8f49a56d9cf186a8a4b2 /sysutils/lmmon | |
parent | 0dff3315e81fb9568aaad4beb2161dc12713ac14 (diff) | |
download | FreeBSD-ports-74e2afc4ef22ea4afb1b65719c8f7c3757316c89.zip FreeBSD-ports-74e2afc4ef22ea4afb1b65719c8f7c3757316c89.tar.gz |
Update port to 0.65:
* Add -m flag: produces a very simple output format, suitable for
input to other programs - such as the UCD SNMP Daemon.
By: Kevin Walton <kevinw@demon.net>
Diffstat (limited to 'sysutils/lmmon')
-rw-r--r-- | sysutils/lmmon/Makefile | 6 | ||||
-rw-r--r-- | sysutils/lmmon/distinfo | 2 | ||||
-rw-r--r-- | sysutils/lmmon/pkg-descr | 5 |
3 files changed, 8 insertions, 5 deletions
diff --git a/sysutils/lmmon/Makefile b/sysutils/lmmon/Makefile index f4cef05..d24525d 100644 --- a/sysutils/lmmon/Makefile +++ b/sysutils/lmmon/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: lmmon -# Version required: 0.61 +# Version required: 0.65 # Date created: 24 September 1999 # Whom: Chris D. Faulhaber <jedgar@fxp.org> # # $FreeBSD$ # -DISTNAME= lmmon-0.61 +DISTNAME= lmmon-0.65 CATEGORIES= sysutils MASTER_SITES= http://www.fxp.org/~jedgar/ -MAINTAINER= jedgar@fxp.org +MAINTAINER= jedgar@FreeBSD.org GNU_CONFIGURE= yes MAN8= lmmon.8 diff --git a/sysutils/lmmon/distinfo b/sysutils/lmmon/distinfo index 57bb73c..5f1090b 100644 --- a/sysutils/lmmon/distinfo +++ b/sysutils/lmmon/distinfo @@ -1 +1 @@ -MD5 (lmmon-0.61.tar.gz) = d3c3ef2ffc26a999fd2a392c2e4d9d7e +MD5 (lmmon-0.65.tar.gz) = d7597e5d6bce4022b4f32b2910986c70 diff --git a/sysutils/lmmon/pkg-descr b/sysutils/lmmon/pkg-descr index 60e0ad1..0e8572f 100644 --- a/sysutils/lmmon/pkg-descr +++ b/sysutils/lmmon/pkg-descr @@ -11,7 +11,10 @@ Currently, the /dev/smb0 interface is only supported in FreeBSD /dev/io interface may work with many motherboards in FreeBSD 3.x and some non-LM78/79 motherboards. +In addition, lmmon support simple text output that can be easily +used by external programs (e.g. UCD SNMP Daemon) for monitoring. + WWW: http://www.fxp.org/~jedgar/ - Chris D. Faulhaber -jedgar@fxp.org + <jedgar@FreeBSD.org> |