Path to this page:
./
devel/ruby-rb-kqueue,
Ruby wrapper for BSDs kqueue, using FFI
Branch: CURRENT,
Version: 0.2.8,
Package name: ruby31-rb-kqueue-0.2.8,
Maintainer: pkgsrc-usersThis 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.
Required to run:[
devel/ruby-ffi]
Master sites:
Filesize: 19 KB
Version history: (Expand)
- (2023-02-09) Updated to version: ruby31-rb-kqueue-0.2.8
- (2022-02-12) Updated to version: ruby27-rb-kqueue-0.2.8
- (2021-08-31) Updated to version: ruby27-rb-kqueue-0.2.7
- (2021-05-04) Updated to version: ruby26-rb-kqueue-0.2.6
- (2021-02-05) Updated to version: ruby26-rb-kqueue-0.2.5
- (2017-11-23) Package has been reborn
CVS history: (Expand)
2022-02-12 14:08:51 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/ruby-rb-kqueue: update to 0.2.8
No change log nor release note, here are quote from commit logs.
0.2.8 (2022-02-07)
* Fix wrong number of arguments (given 1, expected 0) (ArgumentError)
* Make id optional
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2021-05-04 16:56:15 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
devel/ruby-rb-kqueue: update to 0.2.6
0.2.6 (2021-04-14)
* Fix top level exception on unexpected event.
|
2021-02-05 18:07:35 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
devel/ruby-rb-kqueue: add USE_LANGUAGES
* Add "USE_LANGUAGES= # none".
|
2017-06-04 18:11:29 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update ruby-rb-kqueue to 0.2.5.
0.2.5 (2017/05/16)
* Use types in agreement with the event.h of native operating systems.
* Use EVFILT_ flags in agreement with the event.h of native operating systems.
* Add RSpec development dependency.
* Generate initial RSpec config.
* [WIP] Write basic tests for KQueue::Queue#watch_file.
|
2017-01-09 16:52:34 by Takahiro Kambe | Files touched by this commit (4) |
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.
|