pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ruby-rb-inotify devel/ruby-rb-inotify:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/51dd64199e64
branches:  trunk
changeset: 321085:51dd64199e64
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Mar 16 14:03:13 2019 +0000

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

 devel/ruby-rb-inotify/DESCR    |   6 ++++++
 devel/ruby-rb-inotify/Makefile |  14 ++++++++++++++
 devel/ruby-rb-inotify/PLIST    |  22 ++++++++++++++++++++++
 devel/ruby-rb-inotify/distinfo |   6 ++++++
 4 files changed, 48 insertions(+), 0 deletions(-)

diffs (64 lines):

diff -r 9dc26d4fa00d -r 51dd64199e64 devel/ruby-rb-inotify/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-rb-inotify/DESCR       Sat Mar 16 14:03:13 2019 +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 9dc26d4fa00d -r 51dd64199e64 devel/ruby-rb-inotify/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-rb-inotify/Makefile    Sat Mar 16 14:03:13 2019 +0000
@@ -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@localhost
+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 -r 9dc26d4fa00d -r 51dd64199e64 devel/ruby-rb-inotify/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-rb-inotify/PLIST       Sat Mar 16 14:03:13 2019 +0000
@@ -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 -r 9dc26d4fa00d -r 51dd64199e64 devel/ruby-rb-inotify/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-rb-inotify/distinfo    Sat Mar 16 14:03:13 2019 +0000
@@ -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



Home | Main Index | Thread Index | Old Index