diff options
author | danfe <danfe@FreeBSD.org> | 2008-11-09 22:12:44 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2008-11-09 22:12:44 +0800 |
commit | e6ce9b8d09ffbf85ed57358923a0cfed75db174b (patch) | |
tree | fdc382505dac98131ac8ecf7c3713c6926de311d /sysutils | |
parent | 9ab33331c9a6ef4c4adb025ebef36def5b0680ba (diff) | |
download | freebsd-ports-gnome-e6ce9b8d09ffbf85ed57358923a0cfed75db174b.tar.gz freebsd-ports-gnome-e6ce9b8d09ffbf85ed57358923a0cfed75db174b.tar.zst freebsd-ports-gnome-e6ce9b8d09ffbf85ed57358923a0cfed75db174b.zip |
- Correctly assign RUN_DEPENDS, otherwise dependency on Perl interpreter
would be recorded twice
- Use official project name here and there
- Drop old-school attribution from the pkg-descr
- Canonicalize Makefile header
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/wots/Makefile | 8 | ||||
-rw-r--r-- | sysutils/wots/pkg-descr | 9 |
2 files changed, 7 insertions, 10 deletions
diff --git a/sysutils/wots/Makefile b/sysutils/wots/Makefile index 2fe0ef54cfe5..d01b5a54b774 100644 --- a/sysutils/wots/Makefile +++ b/sysutils/wots/Makefile @@ -1,6 +1,6 @@ -# New ports collection makefile for: wots -# Date created: 26-Nov-2001 -# Whom: Bruce M Simpson <bms@FreeBSD.org> +# New ports collection makefile for: WOTS +# Date created: 26-Nov-2001 +# Whom: Bruce M Simpson <bms@FreeBSD.org> # # $FreeBSD$ # @@ -16,7 +16,7 @@ COMMENT= System log watch/alert utility, similar to swatch, written in Perl BUILD_DEPENDS= ${SITE_PERL}/Mail/Send.pm:${PORTSDIR}/mail/p5-Mail-Tools \ ${SITE_PERL}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PERL5= yes HAS_CONFIGURE= yes diff --git a/sysutils/wots/pkg-descr b/sysutils/wots/pkg-descr index e0201aab13c0..f791f1b3b1df 100644 --- a/sysutils/wots/pkg-descr +++ b/sysutils/wots/pkg-descr @@ -1,8 +1,5 @@ -This is a port of wots, a Perl script for monitoring multiple system +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 +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 -bms@spc.org +'always-on-top' rxvt window -- or, as I prefer, on a dedicated vty). |