Subject: CVS commit: wip/fswatch
From: jonthn
Date: 2015-05-08 00:25:32
Message id: E1YqUEo-0002Vk-7V@sfs-ml-2.v29.ch3.sourceforge.com

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.


Files:
RevisionActionfile
1.1addwip/fswatch/DESCR
1.1addwip/fswatch/Makefile
1.1addwip/fswatch/PLIST
1.1addwip/fswatch/distinfo