---
name: libinotify
version: 20110829
origin: devel/libinotify
comment: Kevent based inotify compatible library
arch: freebsd:9:x86:64
www: https://github.com/dmatveev/libinotify-kqueue
maintainer: ports@FreeBSD.org
prefix: /usr/local
licenselogic: single
licenses: [MIT]
flatsize: 33723
desc: "This library provides inotify-compatible interface for applications,\nthat
  need to monotor changes happening in a filesystem.  It can be useful\nwhen porting
  Linux applications, which often use inotify interface.\n\nThe IN_OPEN, IN_CLOSE_WRITE
  and IN_CLOSE_NOWRITE events are not yet\nimplemented, so the relevant tests are
  known to fail.\n\nAuthor:\tDmitry Matveev <me@dmitrymatveev.co.uk>\nWWW: https://github.com/dmatveev/libinotify-kqueue\n"
categories: [devel]
files:
  /usr/local/include/sys/inotify.h: 1ea2c2b78a3b3971e5a83a184237d1e5fe58f88aa0fa485d7890bde7b242d826
  /usr/local/lib/libinotify.so: '-'
  /usr/local/lib/libinotify.so.0: 8beb2e98652c9575dae49e12aeefa07bddfa2b7f96a61c72e0c99cf86d5a97c8
  /usr/local/share/licenses/libinotify-20110829/LICENSE: 8a9617637463b68fc0584861100926c56e2af396c013024314c285549b9c9642
  /usr/local/share/licenses/libinotify-20110829/MIT: 3507caa9b70264bdbe49eff56f570238ee9294ead5d32982e642c249e3053bd4
  /usr/local/share/licenses/libinotify-20110829/catalog.mk: dd49c046cd07890d4de88f0243efad75229d4b7488ade8a591f4df94ffb3a6a1
directories:
  /usr/local/share/licenses/libinotify-20110829/: n
  /usr/local/share/licenses/: y
  /usr/local/include/sys/: n
scripts:
  post-install: |
    /sbin/ldconfig -m /usr/local/lib
    cd /usr/local
  pre-deinstall: |
    /sbin/ldconfig -R
    cd /usr/local
  post-deinstall: |
    cd /usr/local
message: |2+

  ============================================================================
  You might want to consider increasing the kern.maxfiles tunable if you plan
  to use this library for applications that need to monitor activity of a lot
  of files.

  For a typical desktop, add the following line to /boot/loader.conf, then
  reboot the system:

      kern.maxfiles="25000"
  =============================================================================

