pkgsrc/sysutils/gamin/PLIST
jlam fd8c570e13 Import gamin-0.1.5 as sysutils/gamin.
Gamin is a file and directory monitoring system defined to be a subset
of the FAM (File Alteration Monitor) system.

The main goals of the project are:

   1. Minimize the security model of FAM -- the daemon runs under the
      user account.
   2. Simplify the code base, dropping some of the most exotic features
      of FAM.
   3. Provide an API and ABI compatible replacement for FAM.
   4. Try to fix some other issues like resource consumption.
2005-08-10 21:01:51 +00:00

31 lines
902 B
Text

@comment $NetBSD: PLIST,v 1.1.1.1 2005/08/10 21:01:51 jlam Exp $
include/fam.h
lib/libfam.la
lib/libgamin-1.la
lib/libgamin_shared.a
lib/pkgconfig/gamin.pc
libexec/gam_server
share/doc/gamin/FAQ.html
share/doc/gamin/callbacks.gif
share/doc/gamin/client_server.gif
share/doc/gamin/config.html
share/doc/gamin/contacts.html
share/doc/gamin/debug.html
share/doc/gamin/debugging.txt
share/doc/gamin/devel.html
share/doc/gamin/differences.html
share/doc/gamin/downloads.html
share/doc/gamin/gamin-api.xml
share/doc/gamin/gamin-refs.xml
share/doc/gamin/gamin.html
share/doc/gamin/index.html
share/doc/gamin/internals.html
share/doc/gamin/news.html
share/doc/gamin/overview.html
share/doc/gamin/python.html
share/doc/gamin/security.html
share/doc/gamin/server_structs.gif
share/doc/gamin/socket.txt
share/doc/gamin/using.html
@dirrm share/doc/gamin
@unexec ${RMDIR} -p %D/lib/pkgconfig 2>/dev/null || ${TRUE}