gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r3067: add direvent at 5.0


From: Brandon Invergo
Subject: [Gsrc-commit] trunk r3067: add direvent at 5.0
Date: Fri, 12 Sep 2014 12:15:47 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 3067
revision-id: address@hidden
parent: address@hidden
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Fri 2014-09-12 13:15:32 +0100
message:
  add direvent at 5.0
added:
  gnu/direvent/                  direvent-20140912121522-78ep6752erqp4qxr-1
  gnu/direvent/Makefile          makefile-20140912121522-78ep6752erqp4qxr-2
  gnu/direvent/config.mk         config.mk-20140912121522-78ep6752erqp4qxr-3
  gnu/direvent/gpg-keyring       gpgkeyring-20140912121522-78ep6752erqp4qxr-4
  gnu/direvent/sha256sums        sha256sums-20140912121522-78ep6752erqp4qxr-5
=== added directory 'gnu/direvent'
=== added file 'gnu/direvent/Makefile'
--- a/gnu/direvent/Makefile     1970-01-01 00:00:00 +0000
+++ b/gnu/direvent/Makefile     2014-09-12 12:15:32 +0000
@@ -0,0 +1,47 @@
+# Copyright © 2014 Brandon Invergo <address@hidden>
+#
+# This file is part of GSRC.
+#
+# GSRC is free software: you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# GSRC is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
+# License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GSRC.  If not, see <http://www.gnu.org/licenses/>.
+
+NAME = Direvent
+GARNAME = direvent
+GARVERSION = 5.0
+HOME_URL = http://www.gnu.org/software/direvent/
+DESCRIPTION = Daemon to monitor directories for events such as file removal
+define BLURB
+A daemon that monitors directories for events, such as creating,
+deleting or modifying files. It can monitor different sets of
+directories for different events. When an event is detected, direvent
+calls a specified external program with information about the event,
+such as the location within the file system where it occurred.  Thus,
+"direvent" provides an easy way to react immediately if given files
+undergo changes, for example, to track changes in important system
+configuration files.
+endef
+
+######################################################################
+
+MASTER_SITES = $(MASTER_GNU)
+MASTER_SUBDIR = $(GARNAME)/
+DISTFILES = $(DISTNAME).tar.gz
+SIGFILES = $(DISTNAME).tar.gz.sig
+
+BUILDDEPS =
+LIBDEPS =
+
+######################################################################
+
+include ../../gar.lib/auto.mk
+include config.mk

=== added file 'gnu/direvent/config.mk'
--- a/gnu/direvent/config.mk    1970-01-01 00:00:00 +0000
+++ b/gnu/direvent/config.mk    2014-09-12 12:15:32 +0000
@@ -0,0 +1,4 @@
+## Configuration options for direvent ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== added file 'gnu/direvent/gpg-keyring'
Binary files a/gnu/direvent/gpg-keyring 1970-01-01 00:00:00 +0000 and 
b/gnu/direvent/gpg-keyring        2014-09-12 12:15:32 +0000 differ
=== added file 'gnu/direvent/sha256sums'
--- a/gnu/direvent/sha256sums   1970-01-01 00:00:00 +0000
+++ b/gnu/direvent/sha256sums   2014-09-12 12:15:32 +0000
@@ -0,0 +1,2 @@
+1fbd26ce98a4e752e82c3b5a0ae85d3360f1fb273c5ef373dc1c55e3c30824c4  
download/direvent-5.0.tar.gz
+aa1e0f1100326b3d77eda4b6d2c07633dc2f10f6c12976a089f454e9aec6f55f  
download/direvent-5.0.tar.gz.sig


reply via email to

[Prev in Thread] Current Thread [Next in Thread]