diff options
author | petef <petef@FreeBSD.org> | 2002-03-03 10:52:56 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2002-03-03 10:52:56 +0800 |
commit | cd5ae8ebabf138fe59128411f83131a2bf7d1856 (patch) | |
tree | b75fd65d47319d1af669314669f18651283bdb07 /sysutils | |
parent | 439eb859ff524a8f762d572fc97b13691fb95270 (diff) | |
download | freebsd-ports-gnome-cd5ae8ebabf138fe59128411f83131a2bf7d1856.tar.gz freebsd-ports-gnome-cd5ae8ebabf138fe59128411f83131a2bf7d1856.tar.zst freebsd-ports-gnome-cd5ae8ebabf138fe59128411f83131a2bf7d1856.zip |
Add wots 1.22, system log watch/alert utility, similar to swatch,
written in Perl.
PR: 32379
Submitted by: Bruce M. Simpson <bruce.m.simpson@hushmail.com>
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/wots/Makefile | 30 | ||||
-rw-r--r-- | sysutils/wots/distinfo | 1 | ||||
-rw-r--r-- | sysutils/wots/pkg-comment | 1 | ||||
-rw-r--r-- | sysutils/wots/pkg-descr | 7 | ||||
-rw-r--r-- | sysutils/wots/pkg-plist | 1 |
6 files changed, 41 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index cc3f24754c77..bc564dfd24b9 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -204,6 +204,7 @@ SUBDIR += wmpccard SUBDIR += wmtop SUBDIR += wmzazof + SUBDIR += wots SUBDIR += x86info SUBDIR += xbatt SUBDIR += xbattbar diff --git a/sysutils/wots/Makefile b/sysutils/wots/Makefile new file mode 100644 index 000000000000..bafa2ff8a15e --- /dev/null +++ b/sysutils/wots/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: wots +# Date created: 26-Nov-2001 +# Whom: Bruce M. Simpson <bruce.m.simpson@hushmail.com> +# +# $FreeBSD$ +# + +PORTNAME= wots +PORTVERSION= 1.22 +CATEGORIES= sysutils security +MASTER_SITES= http://www.hpcc.uh.edu/~tonyc/tools/ + +MAINTAINER= bruce.m.simpson@hushmail.com + +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Mail/Send.pm:${PORTSDIR}/mail/p5-Mail-Tools \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor +RUN_DEPENDS= ${BUILD_DEPENDS} + +USE_PERL5= yes +HAS_CONFIGURE= yes +CONFIGURE_SCRIPT= Configure +CONFIGURE_ARGS+= --perl=${PERL} +NO_BUILD= yes + +MAN1= wots.1 + +post-extract: + @${CHMOD} a+x ${WRKSRC}/Configure + +.include <bsd.port.mk> diff --git a/sysutils/wots/distinfo b/sysutils/wots/distinfo new file mode 100644 index 000000000000..ac77ad98cb1d --- /dev/null +++ b/sysutils/wots/distinfo @@ -0,0 +1 @@ +MD5 (wots-1.22.tar.gz) = a646b8505ab75235430c98dea8b13c5e diff --git a/sysutils/wots/pkg-comment b/sysutils/wots/pkg-comment new file mode 100644 index 000000000000..4fe33dc65e8b --- /dev/null +++ b/sysutils/wots/pkg-comment @@ -0,0 +1 @@ +System log watch/alert utility, similar to swatch, written in Perl diff --git a/sysutils/wots/pkg-descr b/sysutils/wots/pkg-descr new file mode 100644 index 000000000000..edd7cbcd0d89 --- /dev/null +++ b/sysutils/wots/pkg-descr @@ -0,0 +1,7 @@ +This is a port of wots, a Perl script for monitoring multiple system +logfiles and allowing actions to be carried out upon regexps being matched. +wots is able to alert the administrator using email, can perform syntax +coloring of messages (for use with roottail or, better still, in a small +'always-on-top' rxvt window - or, as I prefer, on a dedicated vty). + +- Bruce <bruce.m.simpson@hushmail.com> diff --git a/sysutils/wots/pkg-plist b/sysutils/wots/pkg-plist new file mode 100644 index 000000000000..854de4cf6375 --- /dev/null +++ b/sysutils/wots/pkg-plist @@ -0,0 +1 @@ +bin/wots |