| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
16 Jun 2008 22:37:21
0.12.0
|
wxs  |
Update to 0.12.0
PR: ports/124381
Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer) |
06 Apr 2008 09:58:21
0.10.0
|
stas  |
- Add ruby 1.9 support
- Implement new knobs for gems and rake (these are included in
ruby 1.9 distribution already). Also move gem bits from
ruby-gems/Makefile.common to bsd.ruby.mk[1]. Now to depend
on gems or rake you should define USE_RUBYGEMS/USE_RAKE
accordingly. Also RAKE_BIN variable is provided for
pointing to the right rake executable.
- Rewrite RUBY_SCHEBANG in awk to eliminate build dependency
on ruby.
Discussed with: Jonathan Weiss <jw@innerewut.de> [1] (gems maintainer)
Tested by: ports@ |
14 Dec 2007 23:15:08
0.10.0
|
miwi  |
- Update to 0.10.0
PR: 118574
Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer) |
20 Sep 2007 01:54:34
0.9.0
|
miwi  |
- Update to 0.9.0
PR: 116426
Submitted by: Alexander Logvinov <ports@logvinov.com> |
16 Jul 2007 09:52:01
0.8.0
|
miwi  |
- Update to 0.8.0
PR: 114609
Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer) |
27 May 2007 11:40:33
0.7.2
|
miwi  |
- Update to 0.7.2
PR: 112879
Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer) |
15 Apr 2007 19:57:50
0.7.0
|
miwi  |
EventMachine implements a fast, single-threaded engine for arbitrary network
communications. It's extremely easy to use in Ruby. EventMachine wraps all
interactions with IP sockets, allowing programs to concentrate on the
implementation of network protocols. It can be used to create both network
servers and clients. To create a server or client, a Ruby program only needs
to specify the IP address and port, and provide a Module that implements the
communications protocol. Implementations of several standard network protocols
are provided with the package, primarily to serve as examples. The real goal
of EventMachine is to enable programs to easily interface with other programs
using TCP/IP, especially if custom protocols are required.
WWW: http://rubyforge.org/projects/eventmachine
PR: ports/111095
Submitted by: Alexander Logvinov <ports at logvinov.com> |