a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $
PortSystem 1.0
PortGroup ruby 1.0
ruby.setup {io-reactor IO-Reactor} 0.0.6 basic_install.rb {README examples test.rb}
maintainers nomaintainer@macports.org
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 darwin