./sysutils/fam, File Alteration Monitor

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


Branch: CURRENT, Version: 2.7.0nb9, Package name: fam-2.7.0nb9, Maintainer: pkgsrc-users

FAM, the File Alteration Monitor, provides an API which applications
can use to be notified when specific files or directories are changed.

FAM comes in two parts: famd, the daemon which listens for requests and
delivers notification, and libfam, a library which client applications can
use to communicate with FAM.

If the monitored files are mounted from a remote host, the local FAM
will attempt to contact FAM on the remote host, and will pass the requests
on to the remote FAM.

FAM can also notify its clients when a file starts and stops execution.
(The IRIX Interactive Desktop uses this to change a program's icon while
it's running, for example.)

FAM was originally written for IRIX in 1989 by Bruce Karsh, and was
rewritten in 1995 by Bob Miller. This open-source release of FAM builds
and runs on NetBSD, FreeBSD, Linux, and IRIX, and is the same FAM that
will be included with IRIX 6.5.8.

MESSAGE.kqueue [+/-]

Required to build:
[pkgtools/cwrappers]

Master sites: (Expand)

Filesize: 294.896 KB

Version history: (Expand)


CVS history: (Expand)


   2023-09-06 12:50:29 by Paolo Vincenzo Olivo | Files touched by this commit (1)
Log message:
sysutils/fam: fix linking error on Linux for missing standard libraries.
   2023-09-02 17:26:58 by Paolo Vincenzo Olivo | Files touched by this commit (1)
Log message:
sysutils/fam: remove redundant CPP/LDFLAGS.
   2023-08-30 19:56:20 by Paolo Vincenzo Olivo | Files touched by this commit (1)
Log message:
sysutils/fam: Linux build fix.

Sun RPC support in Glibc was deprecated with version 2.32.
The recommended replacement implementation for GNU/Linux is TI-RPC,
available on pkgsrc as devel/libtirpc.
Tested on Slackware 15.0
   2021-10-26 13:20:30 by Nia Alarie | Files touched by this commit (630)
Log message:
sysutils: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 16:58:44 by Nia Alarie | Files touched by this commit (630)
Log message:
sysutils: Remove SHA1 hashes for distfiles
   2019-11-04 22:28:59 by Roland Illig | Files touched by this commit (174)
Log message:
sysutils: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

Manually excluded consolekit and dc-tools since pkglint didn't get the
formatting correct.
   2018-10-01 12:57:37 by Jonathan Perkin | Files touched by this commit (2)
Log message:
fam: rlim_t fixes.
   2018-01-25 11:41:37 by Jonathan Perkin | Files touched by this commit (1)
Log message:
fam: Disable c++11-narrowing on SunOS with clang.