You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
19 lines
941 B
Plaintext
19 lines
941 B
Plaintext
PortSystem 1.0
|
|
PortGroup ruby 1.0
|
|
|
|
ruby.setup {io-reactor IO-Reactor} 0.0.6 basic_install.rb {README examples test.rb}
|
|
license {Ruby GPL-2}
|
|
maintainers nomaintainer
|
|
description Pure-ruby implementation of asynchronous multiplexed IO Reactor.
|
|
long_description This module is a pure-Ruby implementation of an asynchronous \
|
|
multiplexed IO Reactor which is based on the Reactor design \
|
|
pattern found in Pattern-Oriented Software Architecture, Volume \
|
|
2: Patterns for Concurrent and Networked Objects. It allows \
|
|
a single thread to demultiplex and dispatch events from one or \
|
|
more IO objects to the appropriate handler.
|
|
checksums md5 323e4d8bf8214596800d5427c450d9e8
|
|
homepage http://www.deveiate.org/code/IO-Reactor.html
|
|
master_sites http://www.deveiate.org/code/
|
|
platforms any
|
|
supported_archs noarch
|