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>
This commit is contained in:
Pete Fritchman 2002-03-03 02:52:56 +00:00
parent ac9afd9537
commit d6a666d5be
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=55438
6 changed files with 41 additions and 0 deletions

View File

@ -204,6 +204,7 @@
SUBDIR += wmpccard
SUBDIR += wmtop
SUBDIR += wmzazof
SUBDIR += wots
SUBDIR += x86info
SUBDIR += xbatt
SUBDIR += xbattbar

30
sysutils/wots/Makefile Normal file
View File

@ -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>

1
sysutils/wots/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (wots-1.22.tar.gz) = a646b8505ab75235430c98dea8b13c5e

View File

@ -0,0 +1 @@
System log watch/alert utility, similar to swatch, written in Perl

7
sysutils/wots/pkg-descr Normal file
View File

@ -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>

1
sysutils/wots/pkg-plist Normal file
View File

@ -0,0 +1 @@
bin/wots