pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/direvent Import direvent-5.0 as sysutils/dire...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cff4e84765ec
branches:  trunk
changeset: 639212:cff4e84765ec
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Sep 08 09:13:02 2014 +0000

description:
Import direvent-5.0 as sysutils/direvent.

Direvent is a directory content watcher daemon, i.e. a program that
monitors a set of directories on the file system and reacts when
their content changes. When a change is detected, the daemon reacts by
invoking an external command configured for that kind of change.

The program aims to provide a uniform and system-independent
command-level interface for file system events.

diffstat:

 sysutils/direvent/DESCR    |   7 +++++++
 sysutils/direvent/Makefile |  17 +++++++++++++++++
 sysutils/direvent/PLIST    |   5 +++++
 sysutils/direvent/distinfo |   5 +++++
 4 files changed, 34 insertions(+), 0 deletions(-)

diffs (50 lines):

diff -r 63bbe113d7db -r cff4e84765ec sysutils/direvent/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/direvent/DESCR   Mon Sep 08 09:13:02 2014 +0000
@@ -0,0 +1,7 @@
+Direvent is a directory content watcher daemon, i.e. a program that
+monitors a set of directories on the file system and reacts when
+their content changes. When a change is detected, the daemon reacts by
+invoking an external command configured for that kind of change.
+
+The program aims to provide a uniform and system-independent
+command-level interface for file system events.
diff -r 63bbe113d7db -r cff4e84765ec sysutils/direvent/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/direvent/Makefile        Mon Sep 08 09:13:02 2014 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2014/09/08 09:13:02 wiz Exp $
+
+DISTNAME=      direvent-5.0
+CATEGORIES=    sysutils
+MASTER_SITES=  ${MASTER_SITE_GNU:=direvent/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://ftp.gnu.org/gnu/direvent/
+COMMENT=       Daemon that monitors file system directories for events
+LICENSE=       gnu-gpl-v3
+
+GNU_CONFIGURE=         yes
+USE_PKGLOCALEDIR=      yes
+TEST_TARGET=           check
+INFO_FILES=            yes
+
+.include "../../mk/bsd.pkg.mk"
diff -r 63bbe113d7db -r cff4e84765ec sysutils/direvent/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/direvent/PLIST   Mon Sep 08 09:13:02 2014 +0000
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1 2014/09/08 09:13:02 wiz Exp $
+bin/direvent
+info/direvent.info
+man/man5/direvent.conf.5
+man/man8/direvent.8
diff -r 63bbe113d7db -r cff4e84765ec sysutils/direvent/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/direvent/distinfo        Mon Sep 08 09:13:02 2014 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2014/09/08 09:13:02 wiz Exp $
+
+SHA1 (direvent-5.0.tar.gz) = 16d495b9fd5e1aa5dad879ddb8acbb453d2d6d36
+RMD160 (direvent-5.0.tar.gz) = 8a3c297c4bc8d1f5a37047de4a24dc8780d225d8
+Size (direvent-5.0.tar.gz) = 742586 bytes



Home | Main Index | Thread Index | Old Index