summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2014-09-08 09:13:02 +0000
committerwiz <wiz>2014-09-08 09:13:02 +0000
commit46d0a7aa1c5bf159d04532f5db036000d3163985 (patch)
treedc2088f954f795d0e2ce0b2b8009a73e5fbce4e9
parent2483506fd53ac0319b3c31df27427c6f9eb0083d (diff)
downloadpkgsrc-46d0a7aa1c5bf159d04532f5db036000d3163985.tar.gz
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.
-rw-r--r--sysutils/direvent/DESCR7
-rw-r--r--sysutils/direvent/Makefile17
-rw-r--r--sysutils/direvent/PLIST5
-rw-r--r--sysutils/direvent/distinfo5
4 files changed, 34 insertions, 0 deletions
diff --git a/sysutils/direvent/DESCR b/sysutils/direvent/DESCR
new file mode 100644
index 00000000000..e60056022de
--- /dev/null
+++ b/sysutils/direvent/DESCR
@@ -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 --git a/sysutils/direvent/Makefile b/sysutils/direvent/Makefile
new file mode 100644
index 00000000000..b79751a3cb5
--- /dev/null
+++ b/sysutils/direvent/Makefile
@@ -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
+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 --git a/sysutils/direvent/PLIST b/sysutils/direvent/PLIST
new file mode 100644
index 00000000000..80a7c6999a1
--- /dev/null
+++ b/sysutils/direvent/PLIST
@@ -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 --git a/sysutils/direvent/distinfo b/sysutils/direvent/distinfo
new file mode 100644
index 00000000000..8d77e9f94c0
--- /dev/null
+++ b/sysutils/direvent/distinfo
@@ -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