diff options
author | rillig <rillig@pkgsrc.org> | 2006-10-02 19:53:17 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-10-02 19:53:17 +0000 |
commit | 985408394971a74e1674fc8d42b03a8b7ed3c7b4 (patch) | |
tree | a98a5296fa5ce054106eabf706efcbfb4a1b1f32 /sysutils | |
parent | 7467307c69984c122731609470868c57b8843b9a (diff) | |
download | pkgsrc-985408394971a74e1674fc8d42b03a8b7ed3c7b4.tar.gz |
Imported swatch.
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.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/swatch/DESCR | 6 | ||||
-rw-r--r-- | sysutils/swatch/Makefile | 22 | ||||
-rw-r--r-- | sysutils/swatch/PLIST | 1 | ||||
-rw-r--r-- | sysutils/swatch/distinfo | 5 |
4 files changed, 34 insertions, 0 deletions
diff --git a/sysutils/swatch/DESCR b/sysutils/swatch/DESCR new file mode 100644 index 00000000000..c1eb3a3c0e0 --- /dev/null +++ b/sysutils/swatch/DESCR @@ -0,0 +1,6 @@ +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. diff --git a/sysutils/swatch/Makefile b/sysutils/swatch/Makefile new file mode 100644 index 00000000000..5e1450a5ad8 --- /dev/null +++ b/sysutils/swatch/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/10/02 19:53:17 rillig Exp $ +# + +DISTNAME= swatch-3.2.1 +CATEGORIES= sysutils +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=swatch/} + +MAINTAINER= rillig@NetBSD.org +HOMEPAGE= http://swatch.sourceforge.net/ +COMMENT= Simple log file watcher + +DEPENDS+= p5-Date-Calc>=0:../../devel/p5-Date-Calc +DEPENDS+= p5-Date-Manip>=0:../../devel/p5-Date-Manip +DEPENDS+= p5-File-Tail>=0:../../misc/p5-File-Tail +DEPENDS+= p5-Time-HiRes>=1.12:../../time/p5-Time-HiRes +DEPENDS+= p5-TimeDate>=0:../../time/p5-TimeDate + +PERL5_PACKLIST= auto/swatch/.packlist +USE_LANGUAGES= # none + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/sysutils/swatch/PLIST b/sysutils/swatch/PLIST new file mode 100644 index 00000000000..2015dea8d7c --- /dev/null +++ b/sysutils/swatch/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/10/02 19:53:17 rillig Exp $ diff --git a/sysutils/swatch/distinfo b/sysutils/swatch/distinfo new file mode 100644 index 00000000000..a5938f88aa6 --- /dev/null +++ b/sysutils/swatch/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/10/02 19:53:17 rillig Exp $ + +SHA1 (swatch-3.2.1.tar.gz) = e3117104947a7f3ee26e26ea691f7942cbb8ec67 +RMD160 (swatch-3.2.1.tar.gz) = 7bbe75f6c6c6f08b60c6e77cdddfb96881d5ae4b +Size (swatch-3.2.1.tar.gz) = 31039 bytes |