1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/devel/libinotify/pkg-descr
Stanislav Sedov 67aae8e25d - Add libinotify, a inotify-compatible file monitoring library, based
on kevent(2).

  Author: Dmitry Matveev <me@dmitrymatveev.co.uk>
  WWW: https://github.com/dmatveev/libinotify-kqueue
2011-08-30 05:33:21 +00:00

10 lines
434 B
Plaintext

This library provides inotify-compatible interface for applications,
that need to monotor changes happening in a filesystem. It can be useful
when porting Linux applications, which often use inotify interface.
The IN_OPEN, IN_CLOSE_WRITE and IN_CLOSE_NOWRITE events are not yet
implemented, so the relevant tests are known to fail.
Author: Dmitry Matveev <me@dmitrymatveev.co.uk>
WWW: https://github.com/dmatveev/libinotify-kqueue