- Add rubygem-rb-kqueue 0.2.0

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

WWW: https://github.com/mat813/rb-kqueue
RG:  https://rubygems.org/gems/rb-kqueue
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2013-03-14 20:21:53 +00:00
parent 6e64eb4b40
commit 8b5bb5e7fc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=314182
4 changed files with 29 additions and 0 deletions

View file

@ -4084,6 +4084,7 @@
SUBDIR += rubygem-rascut
SUBDIR += rubygem-rash
SUBDIR += rubygem-rb-inotify
SUBDIR += rubygem-rb-kqueue
SUBDIR += rubygem-rcov
SUBDIR += rubygem-rdoc
SUBDIR += rubygem-require_all

View file

@ -0,0 +1,20 @@
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= rb-kqueue
PORTVERSION= 0.2.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ruby wrapper for BSD kqueue, using FFI
LICENSE= MIT
RUN_DEPENDS= rubygem-ffi>=0.5.0:${PORTSDIR}/devel/rubygem-ffi
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (rubygem/rb-kqueue-0.2.0.gem) = c30ee45a9095f86bc7e213fe3b2cfff56f78a08f47fae584ff418d84618d5cb8
SIZE (rubygem/rb-kqueue-0.2.0.gem) = 14848

View file

@ -0,0 +1,6 @@
This is a simple wrapper over the kqueue BSD event notification interface
(supported on FreeBSD, NetBSD, OpenBSD, and Darwin). It uses the FFI gem to
avoid having to compile a C extension.
WWW: https://github.com/mat813/rb-kqueue
RG: https://rubygems.org/gems/rb-kqueue