summaryrefslogtreecommitdiff
path: root/sysutils/gamin/PLIST
diff options
context:
space:
mode:
authorjlam <jlam>2005-08-10 21:01:51 +0000
committerjlam <jlam>2005-08-10 21:01:51 +0000
commit57ccd312d37f1d85a6c031677a4746ed188e8ee4 (patch)
treeee02984f0f4d1518797dfd4331de6a67471120c1 /sysutils/gamin/PLIST
parent2a40524a6f4b28d757c473596abf366be3ac56ab (diff)
downloadpkgsrc-57ccd312d37f1d85a6c031677a4746ed188e8ee4.tar.gz
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.
Diffstat (limited to 'sysutils/gamin/PLIST')
-rw-r--r--sysutils/gamin/PLIST31
1 files changed, 31 insertions, 0 deletions
diff --git a/sysutils/gamin/PLIST b/sysutils/gamin/PLIST
new file mode 100644
index 00000000000..3cb3494da03
--- /dev/null
+++ b/sysutils/gamin/PLIST
@@ -0,0 +1,31 @@
+@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}