summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2019-03-16 14:03:13 +0000
committertaca <taca@pkgsrc.org>2019-03-16 14:03:13 +0000
commit9aca43dbd8a578b68403a5045e09ef061ac7a478 (patch)
tree7d7bf9a56f7a085179de181d1613f5064ec672fc /devel
parent3e139b5e225ee2df387af0b631dba16accbfd001 (diff)
downloadpkgsrc-9aca43dbd8a578b68403a5045e09ef061ac7a478.tar.gz
devel/ruby-rb-inotify:
Move sysutils/ruby-rb-inotify to devel since this is a similar library like ruby-rb-fsevent and ruby-rb-kqueue.
Diffstat (limited to 'devel')
-rw-r--r--devel/ruby-rb-inotify/DESCR6
-rw-r--r--devel/ruby-rb-inotify/Makefile14
-rw-r--r--devel/ruby-rb-inotify/PLIST22
-rw-r--r--devel/ruby-rb-inotify/distinfo6
4 files changed, 48 insertions, 0 deletions
diff --git a/devel/ruby-rb-inotify/DESCR b/devel/ruby-rb-inotify/DESCR
new file mode 100644
index 00000000000..2cded79c5c1
--- /dev/null
+++ b/devel/ruby-rb-inotify/DESCR
@@ -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 --git a/devel/ruby-rb-inotify/Makefile b/devel/ruby-rb-inotify/Makefile
new file mode 100644
index 00000000000..1781e406dd1
--- /dev/null
+++ b/devel/ruby-rb-inotify/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2019/03/16 14:03:13 taca Exp $
+
+DISTNAME= rb-inotify-0.10.0
+CATEGORIES= sysutils
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= https://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 --git a/devel/ruby-rb-inotify/PLIST b/devel/ruby-rb-inotify/PLIST
new file mode 100644
index 00000000000..cef3a6361dd
--- /dev/null
+++ b/devel/ruby-rb-inotify/PLIST
@@ -0,0 +1,22 @@
+@comment $NetBSD: PLIST,v 1.1 2019/03/16 14:03:13 taca Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.gitignore
+${GEM_LIBDIR}/.travis.yml
+${GEM_LIBDIR}/.yardopts
+${GEM_LIBDIR}/Gemfile
+${GEM_LIBDIR}/LICENSE.md
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/lib/rb-inotify.rb
+${GEM_LIBDIR}/lib/rb-inotify/errors.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/version.rb
+${GEM_LIBDIR}/lib/rb-inotify/watcher.rb
+${GEM_LIBDIR}/rb-inotify.gemspec
+${GEM_LIBDIR}/spec/inotify_spec.rb
+${GEM_LIBDIR}/spec/notifier_spec.rb
+${GEM_LIBDIR}/spec/spec_helper.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff --git a/devel/ruby-rb-inotify/distinfo b/devel/ruby-rb-inotify/distinfo
new file mode 100644
index 00000000000..53e5cbbc95f
--- /dev/null
+++ b/devel/ruby-rb-inotify/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/03/16 14:03:13 taca Exp $
+
+SHA1 (rb-inotify-0.10.0.gem) = 1d6d5102fb6c5c8d688e7d3bff9bc96cb6861908
+RMD160 (rb-inotify-0.10.0.gem) = 7219334d8dea50edc2c9e07fdc970cf5e7800228
+SHA512 (rb-inotify-0.10.0.gem) = 16aa7fb21e5ed713335e583299cfc72676e3ef66de3d349f74a14885b88020b79e031839b193dc140036a0b6539a45ef3a0c3c6027a7211508d388137d22a13b
+Size (rb-inotify-0.10.0.gem) = 15872 bytes