aboutsummaryrefslogtreecommitdiff
path: root/sysutils/incron
Commit message (Collapse)AuthorAgeFilesLines
* Fix error messages on tier-2 archs.Mark Linimon2018-09-261-3/+3
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=480737
* Mark ports broken on mips64 that are already broken on powerpc64. InMark Linimon2018-07-021-0/+2
| | | | | | | | | | | | most cases, the failure mode is the same. Also, mark them broken on mips when necessary. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=473699
* Mark ports broken on powerpc64, categories o-z.Mark Linimon2018-06-181-0/+2
| | | | | | | | | While here, pet portlint and do some other cleanup. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=472699
* Hand over maintainership to the first confirmed user of the new port.Mikhail Teterin2017-11-141-1/+1
| | | | Notes: svn path=/head/; revision=454181
* Add the service-start script graciouslyMikhail Teterin2017-11-142-0/+31
| | | | | | | | | Submitted by: Johan Hendriks (Do not know, how it escaped me to make one up myself.) Notes: svn path=/head/; revision=454178
* Upgrade to the new upstream version, which includes my PR explicitlyMikhail Teterin2017-11-142-5/+5
| | | | | | | | | | | | including <stdlib.h> for the sake of daemon(3). Somehow this is not necessary on 12.x, where I was testing. The upstream was remarkably quick to merge the PR. Reported by: pkg-fallout@ Notes: svn path=/head/; revision=454159
* Fix a typo in comment.Mikhail Teterin2017-11-131-1/+1
| | | | | | | Reported by: adamw Notes: svn path=/head/; revision=454098
* Add port of Linux incron(d) -- the daemon can watchMikhail Teterin2017-11-134-0/+55
multiple paths and do things, when any filesystem changes are detected. Written for Linux' inotify, it was ported using the libinotify. Sponsored by: Virtual Estates, Inc. Notes: svn path=/head/; revision=454094