Bug 181485 - [NEW PORT] sysutils/filewatcherd: Daemon that watches files and runs commands when they change
Summary: [NEW PORT] sysutils/filewatcherd: Daemon that watches files and runs commands...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-23 12:50 UTC by Natacha Porté
Modified: 2013-08-23 14:52 UTC (History)
0 users

See Also:


Attachments
file.shar (4.00 KB, text/plain)
2013-08-23 12:50 UTC, Natacha Porté
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Natacha Porté 2013-08-23 12:50:00 UTC
filewatcherd is a daemon inspired by cron, that run commands based on file changes instead of time.

In principle it is similar to incron, but it's simpler, more limited, and does not depend on anything outside of FreeBSD base.

WWW: https://github.com/faelys/filewatcherd

Note: I tried going through redports with it, but something seems broken outside of the port https://redports.org/buildarchive/20130823112101-37091/

Fix: Patch attached with submission follows:
Comment 1 William Grzybowski freebsd_committer freebsd_triage 2013-08-23 14:31:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wg

I'll take it.
Comment 2 William Grzybowski freebsd_committer freebsd_triage 2013-08-23 14:52:51 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!