Path to this page:
./
wip/fswatch,
Cross-platform file change monitor with multiple backends
Branch: CURRENT,
Version: 1.12.0,
Package name: fswatch-1.12.0,
Maintainer: pkgsrc-usersfswatch is a file change monitor that receives notifications when the contents
of the specified files or directories are modified.
fswatch implements four kinds of monitors:
A monitor based on the File System Events API of Apple OS X.
A monitor based on kqueue, supported on most *BSD systems, including OS X.
A monitor based on inotify, a Linux kernel subsystem.
A monitor which periodically stats the file system, which works anywhere
stat (2) can be used.
Required to build:[
pkgtools/cwrappers]
Master sites:
RMD160: 832857a8280041be0976e93695615ebcc62c735e
Filesize: 801.456 KB
Version history: (Expand)
- (2024-09-19) Package has been reborn
- (2024-09-15) Package deleted from pkgsrc
- (2023-02-13) Package has been reborn
- (2020-09-29) Package has been reborn
- (2020-09-29) Package deleted from pkgsrc
- (2020-01-02) Package has been reborn
CVS history: (Expand)
2015-06-04 12:14:50 by Thomas Klausner | Files touched by this commit (5) |
Log message:
Fix TODOs by not installing shell scripts and putting OSX specific file
in separate PLIST.
|
2015-05-10 09:41:59 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Add a missing build dependency and some TODOs.
|
2015-05-08 00:25:32 by jonthn | Files touched by this commit (4) |
Log message:
Import fswatch-1.4.6 as wip/fswatch.
fswatch is a file change monitor that receives notifications when the contents
of the specified files or directories are modified.
fswatch implements four kinds of monitors:
A monitor based on the File System Events API of Apple OS X.
A monitor based on kqueue, supported on most *BSD systems, including OS X.
A monitor based on inotify, a Linux kernel subsystem.
A monitor which periodically stats the file system, which works anywhere
stat (2) can be used.
|