pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/libgamin Break libgamin 0.1.10 out from sysut...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0d2b051a403c
branches: trunk
changeset: 556006:0d2b051a403c
user: jmcneill <jmcneill%pkgsrc.org@localhost>
date: Sun Mar 15 21:29:14 2009 +0000
description:
Break libgamin 0.1.10 out from 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.
This package provides the Gamin libraries.
diffstat:
sysutils/libgamin/DESCR | 13 +++++++++++++
sysutils/libgamin/Makefile | 14 ++++++++++++++
sysutils/libgamin/PLIST | 29 +++++++++++++++++++++++++++++
sysutils/libgamin/buildlink3.mk | 19 +++++++++++++++++++
4 files changed, 75 insertions(+), 0 deletions(-)
diffs (91 lines):
diff -r a5cd2728205b -r 0d2b051a403c sysutils/libgamin/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/libgamin/DESCR Sun Mar 15 21:29:14 2009 +0000
@@ -0,0 +1,13 @@
+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.
+
+This package provides the Gamin libraries.
diff -r a5cd2728205b -r 0d2b051a403c sysutils/libgamin/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/libgamin/Makefile Sun Mar 15 21:29:14 2009 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/03/15 21:29:14 jmcneill Exp $
+
+.include "../../sysutils/gamin/Makefile.common"
+PKGNAME= ${DISTNAME:S/^gamin/lib&/}
+
+CONFIGURE_ARGS+= --enable-libgamin
+
+post-install:
+ ${INSTALL_DATA_DIR} ${DESTDIR}${DOCDIR}
+ cd ${WRKSRC}/doc; for file in *.html *.gif *.txt *.xml; do \
+ ${INSTALL_DATA} $$file ${DESTDIR}${DOCDIR}/$$file; \
+ done
+
+.include "../../mk/bsd.pkg.mk"
diff -r a5cd2728205b -r 0d2b051a403c sysutils/libgamin/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/libgamin/PLIST Sun Mar 15 21:29:14 2009 +0000
@@ -0,0 +1,29 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2009/03/15 21:29:14 jmcneill Exp $
+include/fam.h
+lib/libfam.la
+lib/libgamin-1.la
+lib/libgamin_shared.a
+lib/pkgconfig/gamin.pc
+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
diff -r a5cd2728205b -r 0d2b051a403c sysutils/libgamin/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/libgamin/buildlink3.mk Sun Mar 15 21:29:14 2009 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2009/03/15 21:29:14 jmcneill Exp $
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
+LIBGAMIN_BUILDLINK3_MK:= ${LIBGAMIN_BUILDLINK3_MK}+
+
+.if ${BUILDLINK_DEPTH} == "+"
+BUILDLINK_DEPENDS+= libgamin
+.endif
+
+BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nlibgamin}
+BUILDLINK_PACKAGES+= libgamin
+BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}libgamin
+
+.if ${LIBGAMIN_BUILDLINK3_MK} == "+"
+BUILDLINK_API_DEPENDS.libgamin+= libgamin>=0.1.10
+BUILDLINK_PKGSRCDIR.libgamin?= ../../sysutils/libgamin
+.endif # LIBGAMIN_BUILDLINK3_MK
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
Home |
Main Index |
Thread Index |
Old Index