diff options
author | miwi <miwi@FreeBSD.org> | 2007-06-11 16:29:36 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-06-11 16:29:36 +0800 |
commit | fb2c085a3bb09b3677f5e2c94487131a75b0821d (patch) | |
tree | a596de0f4a2f8d990a67afe53fd88b7a5c466e14 /sysutils/Makefile | |
parent | e8569ee89993b2fdd471988b85ffd33c1ce48c91 (diff) | |
download | freebsd-ports-gnome-fb2c085a3bb09b3677f5e2c94487131a75b0821d.tar.gz freebsd-ports-gnome-fb2c085a3bb09b3677f5e2c94487131a75b0821d.tar.zst freebsd-ports-gnome-fb2c085a3bb09b3677f5e2c94487131a75b0821d.zip |
Perl interface to Gamin (File Access Monitor implementation)
Provides a somewhat higher-level and friendlier interface to the Gamin File
Access Monitor API. This allows one to monitor both local and remote
(NFS-mounted) files and directories for common filesystem events. To do so, you
must register "monitors" on specified pathnames and wait for events to arrive
pertaining to them.
PR: ports/112386
Submitted by: Nick Hibma <n_hibma at freebsd.org>
Thanks to: clsung for helping
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 3d9127f5dc7e..932b34ad132c 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -455,6 +455,7 @@ SUBDIR += p5-Stat-lsMode SUBDIR += p5-Sys-CpuLoad SUBDIR += p5-Sys-Filesystem + SUBDIR += p5-Sys-Gamin SUBDIR += p5-Sys-Hostname-FQDN SUBDIR += p5-Sys-Hostname-Long SUBDIR += p5-Sys-Utmp |