aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/filewatcherd
Commit message (Collapse)AuthorAgeFilesLines
* Update ports in the remaining categories to not use GH_COMMIT.mat2015-05-082-4/+2
| | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight
* Really fix pkg-messagebapt2014-02-141-1/+1
| | | | | Submitted by: Natacha Porté (maintainer) Pointyhat to: bapt
* Fix licensebapt2014-02-142-8/+6
| | | | | | | Fix pkg-message Do not show message in post-install, the stage is already taking care of doing it Approved by: Natacha Porte <natbsd@instinctive.eu>
* Update to version 1.0-beta2bapt2013-10-032-8/+7
| | | | | | | | Fix build without gcc Support staging PR: ports/182225 Submitted by: Natacha Porté <natbsd@instinctive.eu> (maintainer, upstream)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | sysutils)
* filewatcherd is a daemon inspired by cron, that run commands based on filewg2013-08-236-0/+95
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/ PR: ports/181485 Submitted by: Natacha Porté <natbsd instinctive.eu>