diff options
author | kevlo <kevlo@FreeBSD.org> | 2001-09-16 17:04:59 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2001-09-16 17:04:59 +0000 |
commit | ef6bd7c6b5e1ce3dd26be0206cef7ab1367e1191 (patch) | |
tree | bd9b961da6fc35589fbb7798021cb793c4f1ea64 /sysutils | |
parent | 5184e1c94c0526ad9dd4120e6a6e14277ae35376 (diff) | |
download | FreeBSD-ports-ef6bd7c6b5e1ce3dd26be0206cef7ab1367e1191.zip FreeBSD-ports-ef6bd7c6b5e1ce3dd26be0206cef7ab1367e1191.tar.gz |
Initial import of logmon-0.3.3.
Logmon will monitor one or more log files, updating when more data is
available ala 'tail -f' , within a common terminal window via a "split window".
User can scroll up/down/left/right through all the windows.
PR: 30516
Submitted by: Gea-Suan Lin <gslin@infomath.math.nctu.edu.tw>
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/logmon/Makefile | 23 | ||||
-rw-r--r-- | sysutils/logmon/distinfo | 1 | ||||
-rw-r--r-- | sysutils/logmon/pkg-comment | 1 | ||||
-rw-r--r-- | sysutils/logmon/pkg-descr | 12 | ||||
-rw-r--r-- | sysutils/logmon/pkg-plist | 1 |
6 files changed, 39 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 7477285..ff2c535 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -80,6 +80,7 @@ SUBDIR += libretto-config SUBDIR += lmmon SUBDIR += log_analysis + SUBDIR += logmon SUBDIR += logrotate SUBDIR += logtool SUBDIR += lsmlib diff --git a/sysutils/logmon/Makefile b/sysutils/logmon/Makefile new file mode 100644 index 0000000..6829ce2 --- /dev/null +++ b/sysutils/logmon/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: logmon +# Date created: 12 September 2001 +# Whom: Gea-Suan Lin (gslin@ccca.nctu.edu.tw) +# +# $FreeBSD$ +# + +PORTNAME= logmon +PORTVERSION= 0.3.3 +CATEGORIES= sysutils +MASTER_SITES= http://www.edespot.com/plaidhat/code/LogMon/ +DISTNAME= LogMon-${PORTVERSION} +EXTRACT_SUFX= .src.tgz + +MAINTAINER= gslin@ccca.nctu.edu.tw + +GNU_CONFIGURE= yes +USE_GMAKE= yes + +do-install: + @${INSTALL_PROGRAM} ${WRKSRC}/LogMon ${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/sysutils/logmon/distinfo b/sysutils/logmon/distinfo new file mode 100644 index 0000000..0ceab27 --- /dev/null +++ b/sysutils/logmon/distinfo @@ -0,0 +1 @@ +MD5 (LogMon-0.3.3.src.tgz) = 7ca7ff5715bde733d01ee7e63fa931c7 diff --git a/sysutils/logmon/pkg-comment b/sysutils/logmon/pkg-comment new file mode 100644 index 0000000..bce073c --- /dev/null +++ b/sysutils/logmon/pkg-comment @@ -0,0 +1 @@ +An ncurses-based split window log monitoring program diff --git a/sysutils/logmon/pkg-descr b/sysutils/logmon/pkg-descr new file mode 100644 index 0000000..6e475ea --- /dev/null +++ b/sysutils/logmon/pkg-descr @@ -0,0 +1,12 @@ +This program will monitor one or more log files, updating when more data is +available ala 'tail -f' , within a common terminal window via a "split window". +User can scroll up/down/left/right through all the windows. A header displays +each frames file name, and number of lines in the file. Very usefull when +watching several log files at the same time. I've tested this under Linux, but +it should work under other Unices. Please let me know if you get it working on +another OS. + +WWW: http://www.edespot.com/plaidhat/code/LogMon/ + +- Gea-Suan Lin + gslin@ccca.nctu.edu.tw diff --git a/sysutils/logmon/pkg-plist b/sysutils/logmon/pkg-plist new file mode 100644 index 0000000..b7df867 --- /dev/null +++ b/sysutils/logmon/pkg-plist @@ -0,0 +1 @@ +bin/LogMon |