| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
23 Jun 2011 18:03:54
0.12.10
|
pgollucci  |
- Removing remaining MD5 from rubygem- ports |
08 Dec 2010 23:08:04
0.12.10
|
avl  |
- Re-assign all my ruby* ports to ruby@
Discussed with: pgollucci, stas |
20 Oct 2010 01:35:47
0.12.10
|
pgollucci  |
- Mass fixup of WWW: lines pkg-descr based on rubygems.org Homepage meta info
Prompted by: distilator
With Hat: ruby@
Sponsored by: RideCharge Inc. / TaxiMagic |
26 May 2010 19:51:35
0.12.10
|
pgollucci  |
- Mass conversion of RF -> RG for MASTER_SITE for rubygem- ports
[RG aka rubygems.org]
PR: ports/147005
Submitted by: pgollucci (myself)
Approved by: portmgr (pav)
With Hat: ruby@ |
17 Nov 2009 06:49:26
0.12.10
|
avl  |
- Update to 0.12.10 |
08 Jun 2009 13:30:50
0.12.8
|
avl  |
- Update to 0.12.8
PR: ports/135352
Submitted by: pgollucci
Approved by: glarkin (mentor) |
28 May 2009 20:44:16
0.12.6
|
avl  |
Change MAINTAINER on my ports to my FreeBSD email address
Approved by: tabthorpe (mentor) |
15 Mar 2009 19:49:58
0.12.6
|
miwi  |
- Update to 0.12.6
PR: 132649
Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer) |
19 Feb 2009 20:15:21
0.12.4
|
miwi  |
- Update to 0.12.4
PR: 131764
Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer) |
02 Oct 2008 07:07:09
0.12.2
|
clsung  |
- Update to 0.12.2
PR: ports/127736
Submitted by: maintainer (Alexander Logvinov) |
16 Jun 2008 21: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 08: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 00:54:34
0.9.0
|
miwi  |
- Update to 0.9.0
PR: 116426
Submitted by: Alexander Logvinov <ports@logvinov.com> |
16 Jul 2007 08:52:01
0.8.0
|
miwi  |
- Update to 0.8.0
PR: 114609
Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer) |
27 May 2007 10:40:33
0.7.2
|
miwi  |
- Update to 0.7.2
PR: 112879
Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer) |
15 Apr 2007 18: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> |