Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Oct 2019 15:26:01 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r513669 - in head/sysutils: . direvent
Message-ID:  <201910031526.x93FQ1X0075736@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Thu Oct  3 15:26:00 2019
New Revision: 513669
URL: https://svnweb.freebsd.org/changeset/ports/513669

Log:
  Add a port of GNU Direvent, a daemon that monitors events in the file
  system directories.
  
  Requested by:	Zeus Panchenko (maintainer)

Added:
  head/sysutils/direvent/
  head/sysutils/direvent/Makefile   (contents, props changed)
  head/sysutils/direvent/distinfo   (contents, props changed)
  head/sysutils/direvent/pkg-descr   (contents, props changed)
  head/sysutils/direvent/pkg-plist   (contents, props changed)
Modified:
  head/sysutils/Makefile

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Thu Oct  3 14:46:00 2019	(r513668)
+++ head/sysutils/Makefile	Thu Oct  3 15:26:00 2019	(r513669)
@@ -240,6 +240,7 @@
     SUBDIR += dim
     SUBDIR += dirdiff
     SUBDIR += direnv
+    SUBDIR += direvent
     SUBDIR += dirvish
     SUBDIR += diskcheckd
     SUBDIR += diskimage-tools

Added: head/sysutils/direvent/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/direvent/Makefile	Thu Oct  3 15:26:00 2019	(r513669)
@@ -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>

Added: head/sysutils/direvent/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/direvent/distinfo	Thu Oct  3 15:26:00 2019	(r513669)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1563035347
+SHA256 (direvent-5.2.tar.gz) = 239822cdda9ecbbbc41a69181b34505b2d3badd4df5367e765a0ceb002883b55
+SIZE (direvent-5.2.tar.gz) = 943503

Added: head/sysutils/direvent/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/direvent/pkg-descr	Thu Oct  3 15:26:00 2019	(r513669)
@@ -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/

Added: head/sysutils/direvent/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/direvent/pkg-plist	Thu Oct  3 15:26:00 2019	(r513669)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910031526.x93FQ1X0075736>