pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ruby-rb-kqueue Add ruby-rb-kqueue 0.2.4.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6706185378f8
branches:  trunk
changeset: 356984:6706185378f8
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon Jan 09 15:52:33 2017 +0000

description:
Add ruby-rb-kqueue 0.2.4.

This is a simple wrapper over the kqueue (supported on FreeBSD, NetBSD,
OpenBSD, and Darwin).  It uses the FFI gem to avoid having to compile a C
extension.

API documentation is available on rdoc.info:
http://rdoc.info/projects/mat813/rb-kqueue.

diffstat:

 devel/ruby-rb-kqueue/DESCR    |   6 ++++++
 devel/ruby-rb-kqueue/Makefile |  14 ++++++++++++++
 devel/ruby-rb-kqueue/PLIST    |  24 ++++++++++++++++++++++++
 devel/ruby-rb-kqueue/distinfo |   6 ++++++
 4 files changed, 50 insertions(+), 0 deletions(-)

diffs (66 lines):

diff -r 1c59f5c24c8a -r 6706185378f8 devel/ruby-rb-kqueue/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-rb-kqueue/DESCR        Mon Jan 09 15:52:33 2017 +0000
@@ -0,0 +1,6 @@
+This is a simple wrapper over the kqueue (supported on FreeBSD, NetBSD,
+OpenBSD, and Darwin).  It uses the FFI gem to avoid having to compile a C
+extension.
+
+API documentation is available on rdoc.info:
+http://rdoc.info/projects/mat813/rb-kqueue.
diff -r 1c59f5c24c8a -r 6706185378f8 devel/ruby-rb-kqueue/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-rb-kqueue/Makefile     Mon Jan 09 15:52:33 2017 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2017/01/09 15:52:33 taca Exp $
+
+DISTNAME=      rb-kqueue-0.2.4
+CATEGORIES=    devel
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/mat813/rb-kqueue
+COMMENT=       Ruby wrapper for BSD's kqueue, 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 1c59f5c24c8a -r 6706185378f8 devel/ruby-rb-kqueue/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-rb-kqueue/PLIST        Mon Jan 09 15:52:33 2017 +0000
@@ -0,0 +1,24 @@
+@comment $NetBSD: PLIST,v 1.1 2017/01/09 15:52:33 taca Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.gitignore
+${GEM_LIBDIR}/.yardopts
+${GEM_LIBDIR}/Gemfile
+${GEM_LIBDIR}/MIT-LICENSE
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/VERSION
+${GEM_LIBDIR}/lib/rb-kqueue.rb
+${GEM_LIBDIR}/lib/rb-kqueue/event.rb
+${GEM_LIBDIR}/lib/rb-kqueue/native.rb
+${GEM_LIBDIR}/lib/rb-kqueue/native/flags.rb
+${GEM_LIBDIR}/lib/rb-kqueue/queue.rb
+${GEM_LIBDIR}/lib/rb-kqueue/version.rb
+${GEM_LIBDIR}/lib/rb-kqueue/watcher.rb
+${GEM_LIBDIR}/lib/rb-kqueue/watcher/file.rb
+${GEM_LIBDIR}/lib/rb-kqueue/watcher/process.rb
+${GEM_LIBDIR}/lib/rb-kqueue/watcher/read_write.rb
+${GEM_LIBDIR}/lib/rb-kqueue/watcher/signal.rb
+${GEM_LIBDIR}/lib/rb-kqueue/watcher/socket_read_write.rb
+${GEM_LIBDIR}/lib/rb-kqueue/watcher/timer.rb
+${GEM_LIBDIR}/rb-kqueue.gemspec
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r 1c59f5c24c8a -r 6706185378f8 devel/ruby-rb-kqueue/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-rb-kqueue/distinfo     Mon Jan 09 15:52:33 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/01/09 15:52:33 taca Exp $
+
+SHA1 (rb-kqueue-0.2.4.gem) = 2e72ccedad2011480bd466ba04d8861842d0573c
+RMD160 (rb-kqueue-0.2.4.gem) = 81a580db6dc6f321d033bac058c49d7e54428d82
+SHA512 (rb-kqueue-0.2.4.gem) = 23abc6582a8d96376dc3e572e341ff2a510f5cd033bae0ec04d434bac7c57c89ec50663c5920a6df9a057675ce26704e7d10f5b447bde0afb7f4e38ca66253c2
+Size (rb-kqueue-0.2.4.gem) = 16384 bytes



Home | Main Index | Thread Index | Old Index