./sysutils/libgamin, File alteration monitor

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.1.10nb1, Package name: libgamin-0.1.10nb1, Maintainer: pkgsrc-users

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.


Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 638.078 KB

Version history: (Expand)


CVS history: (Expand)


   2018-01-07 14:04:44 by Roland Illig | Files touched by this commit (583)
Log message:
Fix indentation in buildlink3.mk files.

The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was
reviewed manually.

There are some .include lines that still are indented with zero spaces
although the surrounding .if is indented. This is existing practice.
   2014-09-10 17:59:34 by Jonathan Perkin | Files touched by this commit (6)
Log message:
Expand --version-script removals for SunOS back out into package Makefiles
rather than trying to consolidate into a single fnmatch.  There aren't that
many of them, and it will aid the integration of cwrappers which doesn't
support globs.
   2010-04-18 20:22:43 by Julio M. Merino Vidal | Files touched by this commit (5)
Log message:
Add support for the debug option to the libgamin and gamin packages.
This is off by default so no need to bump the revision numbers.
   2009-06-14 20:16:23 by Joerg Sonnenberger | Files touched by this commit (225)
Log message:
Remove @dirrm entries from PLISTs
   2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252)
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
   2009-03-17 14:34:06 by Jared D. McNeill | Files touched by this commit (6)
Log message:
Fix socket credentials issue on NetBSD, and PATCHDIR typo in shared
Makefile. Bump both PKGREVISIONs.
   2009-03-16 14:06:46 by Matthias Scheler | Files touched by this commit (1)
Log message:
Fix build problem under Mac OS X.
   2009-03-15 22:29:14 by Jared D. McNeill | Files touched by this commit (4) | Imported package
Log message:
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.