pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/ruby-directory-watcher Initial import of ruby...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5e5f6e76caf5
branches:  trunk
changeset: 540512:5e5f6e76caf5
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Fri Apr 04 15:20:53 2008 +0000

description:
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:

 sysutils/ruby-directory-watcher/DESCR    |   5 +++++
 sysutils/ruby-directory-watcher/Makefile |  12 ++++++++++++
 sysutils/ruby-directory-watcher/PLIST    |  17 +++++++++++++++++
 sysutils/ruby-directory-watcher/distinfo |   5 +++++
 4 files changed, 39 insertions(+), 0 deletions(-)

diffs (55 lines):

diff -r 65a1d01de79b -r 5e5f6e76caf5 sysutils/ruby-directory-watcher/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/ruby-directory-watcher/DESCR     Fri Apr 04 15:20:53 2008 +0000
@@ -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 -r 65a1d01de79b -r 5e5f6e76caf5 sysutils/ruby-directory-watcher/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/ruby-directory-watcher/Makefile  Fri Apr 04 15:20:53 2008 +0000
@@ -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@localhost
+HOMEPAGE=      http://rubyforge.org/projects/codeforpeople/
+COMMENT=       FAM-like facility for Ruby
+
+.include "../../misc/rubygems/rubygem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 65a1d01de79b -r 5e5f6e76caf5 sysutils/ruby-directory-watcher/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/ruby-directory-watcher/PLIST     Fri Apr 04 15:20:53 2008 +0000
@@ -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 -r 65a1d01de79b -r 5e5f6e76caf5 sysutils/ruby-directory-watcher/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/ruby-directory-watcher/distinfo  Fri Apr 04 15:20:53 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index