diff options
author | jlam <jlam@pkgsrc.org> | 2008-04-04 15:20:53 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2008-04-04 15:20:53 +0000 |
commit | b3b980cd1798f29e0db7d214d106d6123c055065 (patch) | |
tree | c2aa0c2085d3bb1eea53eca2f69a4b609988ae32 /sysutils/ruby-directory-watcher/DESCR | |
parent | 24452c40fe7fcb1fcaaad767ee27d0dbcf97b27a (diff) | |
download | pkgsrc-b3b980cd1798f29e0db7d214d106d6123c055065.tar.gz |
Initial import of ruby18-directory-watcher-1.1.1 as
sysutils/ruby-directory-watcher.
The directory watcher operates by scanning a directory at some interval
and generating a list of files based on a user-supplied glob pattern.
As the file list changes from one interval to the next, events are
generated and dispatched to registered observers. Three types of
events are supported -- added, modified, and removed.
Diffstat (limited to 'sysutils/ruby-directory-watcher/DESCR')
-rw-r--r-- | sysutils/ruby-directory-watcher/DESCR | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sysutils/ruby-directory-watcher/DESCR b/sysutils/ruby-directory-watcher/DESCR new file mode 100644 index 00000000000..6ac8c16936a --- /dev/null +++ b/sysutils/ruby-directory-watcher/DESCR @@ -0,0 +1,5 @@ +The directory watcher operates by scanning a directory at some interval +and generating a list of files based on a user-supplied glob pattern. +As the file list changes from one interval to the next, events are +generated and dispatched to registered observers. Three types of +events are supported -- added, modified, and removed. |