diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2019-10-03 15:26:00 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2019-10-03 15:26:00 +0000 |
commit | c9738a8634767c312c92e4d5996fe35b3ac149d5 (patch) | |
tree | c2fb67b2bb57d07c9e6d1b88b771cbb93728d4d5 /sysutils/direvent | |
parent | ec2c2c0cd4854a1b0aa631dbe2ec298e2c42b857 (diff) |
Notes
Diffstat (limited to 'sysutils/direvent')
-rw-r--r-- | sysutils/direvent/Makefile | 26 | ||||
-rw-r--r-- | sysutils/direvent/distinfo | 3 | ||||
-rw-r--r-- | sysutils/direvent/pkg-descr | 16 | ||||
-rw-r--r-- | sysutils/direvent/pkg-plist | 16 |
4 files changed, 61 insertions, 0 deletions
diff --git a/sysutils/direvent/Makefile b/sysutils/direvent/Makefile new file mode 100644 index 000000000000..bf0094a8f7d5 --- /dev/null +++ b/sysutils/direvent/Makefile @@ -0,0 +1,26 @@ +# Created by: Alexey Dokuchaev <danfe@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= direvent +PORTVERSION= 5.2 +CATEGORIES= sysutils +MASTER_SITES= GNU + +MAINTAINER= zeus@gnu.org.ua +COMMENT= Per-directory file system event monitor + +LICENSE= GPLv3+ + +USES= gmake +GNU_CONFIGURE= yes +TEST_TARGET= check + +INFO= ${PORTNAME} + +OPTIONS_DEFINE= NLS +OPTIONS_SUB= yes + +NLS_USES= gettext-runtime +NLS_CONFIGURE_OFF= --disable-nls + +.include <bsd.port.mk> diff --git a/sysutils/direvent/distinfo b/sysutils/direvent/distinfo new file mode 100644 index 000000000000..f8f57d0350b5 --- /dev/null +++ b/sysutils/direvent/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1563035347 +SHA256 (direvent-5.2.tar.gz) = 239822cdda9ecbbbc41a69181b34505b2d3badd4df5367e765a0ceb002883b55 +SIZE (direvent-5.2.tar.gz) = 943503 diff --git a/sysutils/direvent/pkg-descr b/sysutils/direvent/pkg-descr new file mode 100644 index 000000000000..9b20394f3363 --- /dev/null +++ b/sysutils/direvent/pkg-descr @@ -0,0 +1,16 @@ +GNU Direvent is a daemon that monitors file system directories for events, +such as creating, deleting or modifying files. It can be configured to +monitor different sets of directories for different events. When an event +is detected, direvent(8) calls an external program associated with it, +supplying it with the information about the event and the location within +the file system where it occurred. + +GNU Direvent provides an easy way to configure the system to react +immediately if certain files undergo changes. This may be helpful, for +example, to track changes in important configuration files. + +The program aims to provide a uniform and system-independent command-level +interface for file system events. The current version is known to work on +GNU/Linux and BSD systems (FreeBSD, NetBSD, OpenBSD, Darwin). + +WWW: https://www.gnu.org.ua/software/direvent/ diff --git a/sysutils/direvent/pkg-plist b/sysutils/direvent/pkg-plist new file mode 100644 index 000000000000..42cd3d5a3136 --- /dev/null +++ b/sysutils/direvent/pkg-plist @@ -0,0 +1,16 @@ +bin/direvent +man/man5/direvent.conf.5.gz +man/man8/direvent.8.gz +%%NLS%%share/locale/da/LC_MESSAGES/direvent.mo +%%NLS%%share/locale/de/LC_MESSAGES/direvent.mo +%%NLS%%share/locale/eo/LC_MESSAGES/direvent.mo +%%NLS%%share/locale/es/LC_MESSAGES/direvent.mo +%%NLS%%share/locale/fr/LC_MESSAGES/direvent.mo +%%NLS%%share/locale/hu/LC_MESSAGES/direvent.mo +%%NLS%%share/locale/nl/LC_MESSAGES/direvent.mo +%%NLS%%share/locale/pl/LC_MESSAGES/direvent.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/direvent.mo +%%NLS%%share/locale/sr/LC_MESSAGES/direvent.mo +%%NLS%%share/locale/sv/LC_MESSAGES/direvent.mo +%%NLS%%share/locale/uk/LC_MESSAGES/direvent.mo +%%NLS%%share/locale/vi/LC_MESSAGES/direvent.mo |