pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/swatch Imported swatch.
details: https://anonhg.NetBSD.org/pkgsrc/rev/11361cd9f37a
branches: trunk
changeset: 519410:11361cd9f37a
user: rillig <rillig%pkgsrc.org@localhost>
date: Mon Oct 02 19:53:17 2006 +0000
description:
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:
sysutils/swatch/DESCR | 6 ++++++
sysutils/swatch/Makefile | 22 ++++++++++++++++++++++
sysutils/swatch/PLIST | 1 +
sysutils/swatch/distinfo | 5 +++++
4 files changed, 34 insertions(+), 0 deletions(-)
diffs (50 lines):
diff -r 56d192366857 -r 11361cd9f37a sysutils/swatch/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/swatch/DESCR Mon Oct 02 19:53:17 2006 +0000
@@ -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 -r 56d192366857 -r 11361cd9f37a sysutils/swatch/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/swatch/Makefile Mon Oct 02 19:53:17 2006 +0000
@@ -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@localhost
+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 -r 56d192366857 -r 11361cd9f37a sysutils/swatch/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/swatch/PLIST Mon Oct 02 19:53:17 2006 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/10/02 19:53:17 rillig Exp $
diff -r 56d192366857 -r 11361cd9f37a sysutils/swatch/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/swatch/distinfo Mon Oct 02 19:53:17 2006 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index