summaryrefslogtreecommitdiff
path: root/sysutils/ruby-directory-watcher/DESCR
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2008-04-04 15:20:53 +0000
committerjlam <jlam@pkgsrc.org>2008-04-04 15:20:53 +0000
commitb3b980cd1798f29e0db7d214d106d6123c055065 (patch)
treec2aa0c2085d3bb1eea53eca2f69a4b609988ae32 /sysutils/ruby-directory-watcher/DESCR
parent24452c40fe7fcb1fcaaad767ee27d0dbcf97b27a (diff)
downloadpkgsrc-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/DESCR5
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.