pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-rb-kqueue



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Jan  9 15:52:34 UTC 2017

Added Files:
        pkgsrc/devel/ruby-rb-kqueue: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/ruby-rb-kqueue/DESCR \
    pkgsrc/devel/ruby-rb-kqueue/Makefile pkgsrc/devel/ruby-rb-kqueue/PLIST \
    pkgsrc/devel/ruby-rb-kqueue/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-kqueue/DESCR
diff -u /dev/null pkgsrc/devel/ruby-rb-kqueue/DESCR:1.1
--- /dev/null   Mon Jan  9 15:52:34 2017
+++ pkgsrc/devel/ruby-rb-kqueue/DESCR   Mon Jan  9 15:52:33 2017
@@ -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.
Index: pkgsrc/devel/ruby-rb-kqueue/Makefile
diff -u /dev/null pkgsrc/devel/ruby-rb-kqueue/Makefile:1.1
--- /dev/null   Mon Jan  9 15:52:34 2017
+++ pkgsrc/devel/ruby-rb-kqueue/Makefile        Mon Jan  9 15:52:33 2017
@@ -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"
Index: pkgsrc/devel/ruby-rb-kqueue/PLIST
diff -u /dev/null pkgsrc/devel/ruby-rb-kqueue/PLIST:1.1
--- /dev/null   Mon Jan  9 15:52:34 2017
+++ pkgsrc/devel/ruby-rb-kqueue/PLIST   Mon Jan  9 15:52:33 2017
@@ -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
Index: pkgsrc/devel/ruby-rb-kqueue/distinfo
diff -u /dev/null pkgsrc/devel/ruby-rb-kqueue/distinfo:1.1
--- /dev/null   Mon Jan  9 15:52:34 2017
+++ pkgsrc/devel/ruby-rb-kqueue/distinfo        Mon Jan  9 15:52:33 2017
@@ -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