[ 原始碼: fswatch ]
套件: fswatch (1.11.2+repack-10)
fswatch 的相關超連結
Trisquel 的資源:
下載原始碼套件 fswatch:
- [fswatch_1.11.2+repack-10.dsc]
- [fswatch_1.11.2+repack.orig.tar.gz]
- [fswatch_1.11.2+repack-10.debian.tar.xz]
維護者:
Original Maintainer:
- Alf Gaida
外部的資源:
- 主頁 [emcrisostomo.github.io]
相似套件:
file change monitor based on inotify
fswatch is a file change monitor that receives notifications when the contents of the specified files or directories are modified. fswatch implements four kinds of monitors:
* A monitor based on the File System Events API of Apple OS X. * A monitor based on kqueue, an event notification interface introduced in FreeBSD 4.1 and supported on most *BSD systems (including OS X). * A monitor based on inotify, a Linux kernel subsystem that reports file system changes to applications. * A monitor based on File Events Notification, a Solaris/Illumos kernel API that reports file events. * A monitor which periodically stats the file system, saves file modification times in memory and manually calculates file system changes, which can work on any operating system where stat (2) can be used.
fswatch should build and work correctly on any system shipping either of the aforementioned APIs
其他與 fswatch 有關的套件
|
|
|
-
- dep: libc6 (>= 2.14) [amd64]
- GNU C Library: Shared libraries
同時作為一個虛擬套件由這些套件提供: libc6-udeb
- dep: libc6 (>= 2.4) [i386]
-
- dep: libfswatch9 (>= 1.11.2)
- file change monitor based on inotify (library)
-
- dep: libgcc1 (>= 1:3.0)
- GCC support library
-
- dep: libstdc++6 (>= 5.2)
- GNU Standard C++ Library v3