Port details on branch 2024Q1 |
- rubygem-nio4r Cross-platform asynchronous I/O primitives
- 2.7.4 devel =2 2.7.4Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2014-02-12 15:22:39
- Last Update: 2024-10-30 14:54:55
- Commit Hash: 0d23210
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: rubygems
- License: MIT
- WWW:
- https://github.com/socketry/nio4r
- Description:
- nio4r provides an abstract, cross-platform stateful I/O selector API for Ruby.
I/O selectors are the heart of "reactor"-based event loops, and monitor multiple
I/O objects for various types of readiness, e.g. ready for reading or writing.
The most similar API provided by Ruby today is Kernel.select, however the select
API requires you to pass in arrays of all of the I/O objects you're interested
in every time. nio4r provides a more object-oriented API that lets you register
I/O objects with a selector then handle them when they're selected for various
types of events.
nio4r is modeled after the Java NIO API, but simplified for ease-of-use.
Its goals are:
- Expose high-level interfaces for stateful IO selectors
- Keep the API small to maximize both portability and performance across many
different OSes and Ruby VMs
- Provide inherently thread-safe facilities for working with IO objects
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- rubygem-nio4r>0:devel/rubygem-nio4r
- To install the port:
- cd /usr/ports/devel/rubygem-nio4r/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/rubygem-nio4r
- pkg install rubygem-nio4r
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rubygem-nio4r
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1730296056
SHA256 (rubygem/nio4r-2.7.4.gem) = d95dee68e0bb251b8ff90ac3423a511e3b784124e5db7ff5f4813a220ae73ca9
SIZE (rubygem/nio4r-2.7.4.gem) = 116736
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
- Runtime dependencies:
-
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
- Patch dependencies:
-
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
-
- This port is required by:
- for Run
-
- devel/rubygem-celluloid-io
- www/rubygem-actioncable5
- www/rubygem-actioncable50
- www/rubygem-actioncable52
- www/rubygem-actioncable60
- www/rubygem-actioncable61
- www/rubygem-actioncable70
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- devel_rubygem-nio4r
- USES:
- gem
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|