./wip/fswatch, Cross-platform file change monitor with multiple backends

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.12.0, Package name: fswatch-1.12.0, Maintainer: pkgsrc-users

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.


Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: 832857a8280041be0976e93695615ebcc62c735e
Filesize: 801.456 KB

Version history: (Expand)


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.