summaryrefslogtreecommitdiff
path: root/sysutils/swatch
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2012-12-16 17:55:24 +0000
committerwiz <wiz@pkgsrc.org>2012-12-16 17:55:24 +0000
commit5e419781b460574250b7acabd0c8c993aed6ca51 (patch)
tree6d76918cfdcdb8724d6c8075b4ea287e2616eb84 /sysutils/swatch
parentfde3e2e734e9d7122b6b64556d4e3701ae4c9044 (diff)
downloadpkgsrc-5e419781b460574250b7acabd0c8c993aed6ca51.tar.gz
- Update `DESCR' file (text taken from old / new `HOMEPAGE' home
page, but slightly modified (e.g., minus typos); - update `HOMEPAGE'; - add `LICENSE'. From Bug Hunting.
Diffstat (limited to 'sysutils/swatch')
-rw-r--r--sysutils/swatch/DESCR10
-rw-r--r--sysutils/swatch/Makefile5
2 files changed, 7 insertions, 8 deletions
diff --git a/sysutils/swatch/DESCR b/sysutils/swatch/DESCR
index c1eb3a3c0e0..45c24422c9a 100644
--- a/sysutils/swatch/DESCR
+++ b/sysutils/swatch/DESCR
@@ -1,6 +1,4 @@
-Swatch was originally written to actively monitor messages as they are
-written to a log file via the UNIX syslog utility. For a simple
-demonstration type "perl swatch --examine=FILENAME" with FILENAME being
-the file that you would like to see the contents of. All this example
-will do is demonstrate the different text modes that are available with
-to the echo action.
+swatch (The Simple WATCHdog) started out as the "simple watchdog"
+for actively monitoring log files produced by UNIX' syslog facility.
+It has since been evolving into a utility that can monitor just
+about any type of log.
diff --git a/sysutils/swatch/Makefile b/sysutils/swatch/Makefile
index 7c7b4614007..282230dcd4b 100644
--- a/sysutils/swatch/Makefile
+++ b/sysutils/swatch/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2012/10/23 19:51:25 asau Exp $
+# $NetBSD: Makefile,v 1.9 2012/12/16 17:55:24 wiz Exp $
#
DISTNAME= swatch-3.2.1
@@ -7,8 +7,9 @@ CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=swatch/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://swatch.sourceforge.net/
+HOMEPAGE= http://sourceforge.net/projects/swatch/
COMMENT= Simple log file watcher
+LICENSE= gnu-gpl-v2 # or later
DEPENDS+= p5-Date-Calc>=0:../../devel/p5-Date-Calc
DEPENDS+= p5-Date-Manip>=0:../../devel/p5-Date-Manip