Port details on branch 2024Q3 |
- gamin File and directory monitoring system
- 0.1.10_10 devel =120 0.1.10_10Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2005-04-02 09:09:36
- Last Update: 2023-10-06 17:48:53
- Commit Hash: 9b934eb
- People watching this port, also watch:: libiconv, png, glib, expat, libxml2
- License: not specified in port
- WWW:
- http://people.gnome.org/~veillard/gamin/index.html
- Description:
- Gamin is a file and directory monitoring system defined to be a subset of the
FAM (File Alteration Monitor) system. This is a service provided by a library
which allows to detect when a file or a directory has been modified.
Whereas the FreeBSD port of FAM polls files every few seconds, this port
includes a kqueue(2) backend for immediate notification of most alterations.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS:
- To install the port:
- cd /usr/ports/devel/gamin/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/gamin
- pkg install gamin
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: gamin
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (gamin-0.1.10.tar.gz) = 28085f0ae8be10eab582ff186af4fb0be92cc6c62b5cc19cd09b295c7c2899a1
SIZE (gamin-0.1.10.tar.gz) = 653392
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- msgfmt : devel/gettext-tools
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libintl.so : devel/gettext-runtime
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- This port is required by:
- for Libraries
-
- deskutils/recoll
- devel/codeblocks
- devel/py-fam
- mail/courier
- mail/gnubiff
- mail/sqwebmail
- net/samba416
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for gamin-0.1.10_10:
GAM_POLLER=off: Use gamin's poller instead of kqueue's
LIBINOTIFY=off: Use libinotify as the FAM backend
RUN_AS_EUID=on: Drop privileges to effective user
===> Use 'make config' to modify these settings
- Options name:
- devel_gamin
- USES:
- gettext gnome libtool pathfix pkgconfig
- pkg-message:
- For install:
- Gamin will only provide realtime notification of changes for at most n files,
where n is the minimum value between (kern.maxfiles * 0.7) and
(kern.maxfilesperproc - 200). Beyond that limit, files will be polled.
If you often open several large folders with Nautilus, you might want to
increase the kern.maxfiles tunable (you do not need to set
kern.maxfilesperproc, since it is computed at boot time from kern.maxfiles).
The behavior of gamin can be controlled via the various gaminrc files.
See http://www.gnome.org/~veillard/gamin/config.html on how to create
these files. In particular, if you find gam_server is taking up too much
CPU time polling for changes, something like the following may help
in one of the gaminrc files:
# reduce polling frequency to once per 10 seconds
# for UFS file systems in order to lower CPU load
fsset ufs poll 10
- Master Sites:
|