pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/ruby-rb-inotify Add ruby-rb-inotify 0.9.5.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d00bb4d48b71
branches:  trunk
changeset: 648269:d00bb4d48b71
user:      taca <taca%pkgsrc.org@localhost>
date:      Fri Mar 13 15:58:33 2015 +0000

description:
Add ruby-rb-inotify 0.9.5.

This is a simple wrapper over the inotify Linux kernel subsystem
(http://en.wikipedia.org/wiki/Inotify) for monitoring changes to files
and directories.

It uses the FFI (http://wiki.github.com/ffi/ffi) gem to avoid having to
compile a C extension.

diffstat:

 sysutils/ruby-rb-inotify/DESCR    |   6 ++++++
 sysutils/ruby-rb-inotify/Makefile |  14 ++++++++++++++
 sysutils/ruby-rb-inotify/PLIST    |  15 +++++++++++++++
 sysutils/ruby-rb-inotify/distinfo |   5 +++++
 4 files changed, 40 insertions(+), 0 deletions(-)

diffs (56 lines):

diff -r e6d4dee063de -r d00bb4d48b71 sysutils/ruby-rb-inotify/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/ruby-rb-inotify/DESCR    Fri Mar 13 15:58:33 2015 +0000
@@ -0,0 +1,6 @@
+This is a simple wrapper over the inotify Linux kernel subsystem
+(http://en.wikipedia.org/wiki/Inotify) for monitoring changes to files
+and directories.
+
+It uses the FFI (http://wiki.github.com/ffi/ffi) gem to avoid having to
+compile a C extension.
diff -r e6d4dee063de -r d00bb4d48b71 sysutils/ruby-rb-inotify/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/ruby-rb-inotify/Makefile Fri Mar 13 15:58:33 2015 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2015/03/13 15:58:33 taca Exp $
+
+DISTNAME=      rb-inotify-0.9.5
+CATEGORIES=    sysutils
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://github.com/nex3/rb-inotify
+COMMENT=       Ruby wrapper for Linux's inotify, using FFI
+LICENSE=       mit
+
+DEPENDS+=      ${RUBY_PKGPREFIX}-ffi>=0.5.0:../../devel/ruby-ffi
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r e6d4dee063de -r d00bb4d48b71 sysutils/ruby-rb-inotify/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/ruby-rb-inotify/PLIST    Fri Mar 13 15:58:33 2015 +0000
@@ -0,0 +1,15 @@
+@comment $NetBSD: PLIST,v 1.1 2015/03/13 15:58:33 taca Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.yardopts
+${GEM_LIBDIR}/MIT-LICENSE
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/VERSION
+${GEM_LIBDIR}/lib/rb-inotify.rb
+${GEM_LIBDIR}/lib/rb-inotify/event.rb
+${GEM_LIBDIR}/lib/rb-inotify/native.rb
+${GEM_LIBDIR}/lib/rb-inotify/native/flags.rb
+${GEM_LIBDIR}/lib/rb-inotify/notifier.rb
+${GEM_LIBDIR}/lib/rb-inotify/watcher.rb
+${GEM_LIBDIR}/rb-inotify.gemspec
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r e6d4dee063de -r d00bb4d48b71 sysutils/ruby-rb-inotify/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/ruby-rb-inotify/distinfo Fri Mar 13 15:58:33 2015 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2015/03/13 15:58:33 taca Exp $
+
+SHA1 (rb-inotify-0.9.5.gem) = 52c673c2f546aab1958d19db6bdf2d1a7cbe34f1
+RMD160 (rb-inotify-0.9.5.gem) = 67b5e39bad4b5eedc0b445d36d84657fa886db9d
+Size (rb-inotify-0.9.5.gem) = 14336 bytes



Home | Main Index | Thread Index | Old Index