- 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:
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
|
@ -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
|
||||
|
|
20
devel/rubygem-rb-kqueue/Makefile
Normal file
20
devel/rubygem-rb-kqueue/Makefile
Normal 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>
|
2
devel/rubygem-rb-kqueue/distinfo
Normal file
2
devel/rubygem-rb-kqueue/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rubygem/rb-kqueue-0.2.0.gem) = c30ee45a9095f86bc7e213fe3b2cfff56f78a08f47fae584ff418d84618d5cb8
|
||||
SIZE (rubygem/rb-kqueue-0.2.0.gem) = 14848
|
6
devel/rubygem-rb-kqueue/pkg-descr
Normal file
6
devel/rubygem-rb-kqueue/pkg-descr
Normal 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
|
Loading…
Reference in a new issue