pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ruby-rb-inotify
Module Name: pkgsrc
Committed By: taca
Date: Sat Mar 16 14:03:13 UTC 2019
Added Files:
pkgsrc/devel/ruby-rb-inotify: DESCR Makefile PLIST distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/ruby-rb-inotify/DESCR \
pkgsrc/devel/ruby-rb-inotify/Makefile pkgsrc/devel/ruby-rb-inotify/PLIST \
pkgsrc/devel/ruby-rb-inotify/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/devel/ruby-rb-inotify/DESCR
diff -u /dev/null pkgsrc/devel/ruby-rb-inotify/DESCR:1.1
--- /dev/null Sat Mar 16 14:03:13 2019
+++ pkgsrc/devel/ruby-rb-inotify/DESCR Sat Mar 16 14:03:13 2019
@@ -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.
Index: pkgsrc/devel/ruby-rb-inotify/Makefile
diff -u /dev/null pkgsrc/devel/ruby-rb-inotify/Makefile:1.1
--- /dev/null Sat Mar 16 14:03:13 2019
+++ pkgsrc/devel/ruby-rb-inotify/Makefile Sat Mar 16 14:03:13 2019
@@ -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"
Index: pkgsrc/devel/ruby-rb-inotify/PLIST
diff -u /dev/null pkgsrc/devel/ruby-rb-inotify/PLIST:1.1
--- /dev/null Sat Mar 16 14:03:13 2019
+++ pkgsrc/devel/ruby-rb-inotify/PLIST Sat Mar 16 14:03:13 2019
@@ -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
Index: pkgsrc/devel/ruby-rb-inotify/distinfo
diff -u /dev/null pkgsrc/devel/ruby-rb-inotify/distinfo:1.1
--- /dev/null Sat Mar 16 14:03:13 2019
+++ pkgsrc/devel/ruby-rb-inotify/distinfo Sat Mar 16 14:03:13 2019
@@ -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