summaryrefslogtreecommitdiff
path: root/sysutils
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
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')
-rw-r--r--sysutils/ruby-directory-watcher/DESCR5
-rw-r--r--sysutils/ruby-directory-watcher/Makefile12
-rw-r--r--sysutils/ruby-directory-watcher/PLIST17
-rw-r--r--sysutils/ruby-directory-watcher/distinfo5
4 files changed, 39 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.
diff --git a/sysutils/ruby-directory-watcher/Makefile b/sysutils/ruby-directory-watcher/Makefile
new file mode 100644
index 00000000000..6b9e2f8555a
--- /dev/null
+++ b/sysutils/ruby-directory-watcher/Makefile
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:20:53 jlam Exp $
+
+DISTNAME= directory_watcher-1.1.1
+PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/g}
+CATEGORIES= sysutils
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://rubyforge.org/projects/codeforpeople/
+COMMENT= FAM-like facility for Ruby
+
+.include "../../misc/rubygems/rubygem.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/sysutils/ruby-directory-watcher/PLIST b/sysutils/ruby-directory-watcher/PLIST
new file mode 100644
index 00000000000..1fa9781ee02
--- /dev/null
+++ b/sysutils/ruby-directory-watcher/PLIST
@@ -0,0 +1,17 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/04/04 15:20:53 jlam Exp $
+${GEM_HOME}/cache/directory_watcher-${PKGVERSION}.gem
+${GEM_LIBDIR}/History.txt
+${GEM_LIBDIR}/Manifest.txt
+${GEM_LIBDIR}/README.txt
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/lib/directory_watcher.rb
+${GEM_LIBDIR}/tasks/annotations.rake
+${GEM_LIBDIR}/tasks/doc.rake
+${GEM_LIBDIR}/tasks/gem.rake
+${GEM_LIBDIR}/tasks/manifest.rake
+${GEM_LIBDIR}/tasks/rubyforge.rake
+${GEM_LIBDIR}/tasks/setup.rb
+${GEM_HOME}/specifications/directory_watcher-${PKGVERSION}.gemspec
+@dirrm ${GEM_LIBDIR}/tasks
+@dirrm ${GEM_LIBDIR}/lib
+@dirrm ${GEM_LIBDIR}
diff --git a/sysutils/ruby-directory-watcher/distinfo b/sysutils/ruby-directory-watcher/distinfo
new file mode 100644
index 00000000000..cc421501071
--- /dev/null
+++ b/sysutils/ruby-directory-watcher/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/04/04 15:20:53 jlam Exp $
+
+SHA1 (directory_watcher-1.1.1.gem) = e2e7eb05d10ee65b4eb78ca15983eed193551b78
+RMD160 (directory_watcher-1.1.1.gem) = 5896cfe21faf37e5fa5411d5767e59a5b7c1efd6
+Size (directory_watcher-1.1.1.gem) = 13824 bytes