aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-eventmachine
Commit message (Collapse)AuthorAgeFilesLines
* - Re-assign all my ruby* ports to ruby@Alexander Logvinov2010-12-081-1/+1
| | | | | | | Discussed with: pgollucci, stas Notes: svn path=/head/; revision=265881
* - Mass fixup of WWW: lines pkg-descr based on rubygems.org Homepage meta infoPhilip M. Gollucci2010-10-201-1/+1
| | | | | | | | | Prompted by: distilator With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic Notes: svn path=/head/; revision=263313
* - Mass conversion of RF -> RG for MASTER_SITE for rubygem- portsPhilip M. Gollucci2010-05-261-1/+1
| | | | | | | | | | | | [RG aka rubygems.org] PR: ports/147005 Submitted by: pgollucci (myself) Approved by: portmgr (pav) With Hat: ruby@ Notes: svn path=/head/; revision=255136
* - Update to 0.12.10Alexander Logvinov2009-11-172-4/+4
| | | | Notes: svn path=/head/; revision=244355
* - Update to 0.12.8Alexander Logvinov2009-06-082-4/+4
| | | | | | | | | PR: ports/135352 Submitted by: pgollucci Approved by: glarkin (mentor) Notes: svn path=/head/; revision=235436
* Change MAINTAINER on my ports to my FreeBSD email addressAlexander Logvinov2009-05-281-1/+1
| | | | | | | Approved by: tabthorpe (mentor) Notes: svn path=/head/; revision=234716
* - Update to 0.12.6Martin Wilke2009-03-152-5/+4
| | | | | | | | PR: 132649 Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer) Notes: svn path=/head/; revision=230162
* - Update to 0.12.4Martin Wilke2009-02-192-12/+6
| | | | | | | | PR: 131764 Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer) Notes: svn path=/head/; revision=228680
* - Update to 0.12.2Cheng-Lung Sung2008-10-023-606/+12
| | | | | | | | PR: ports/127736 Submitted by: maintainer (Alexander Logvinov) Notes: svn path=/head/; revision=221107
* Update to 0.12.0Wesley Shields2008-06-163-226/+242
| | | | | | | | PR: ports/124381 Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer) Notes: svn path=/head/; revision=214976
* - Add ruby 1.9 supportStanislav Sedov2008-04-061-3/+4
| | | | | | | | | | | | | | | | | - 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@ Notes: svn path=/head/; revision=210636
* - Update to 0.10.0Martin Wilke2007-12-143-223/+301
| | | | | | | | PR: 118574 Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer) Notes: svn path=/head/; revision=203682
* - Update to 0.9.0Martin Wilke2007-09-203-118/+283
| | | | | | | | PR: 116426 Submitted by: Alexander Logvinov <ports@logvinov.com> Notes: svn path=/head/; revision=199790
* - Update to 0.8.0Martin Wilke2007-07-163-72/+87
| | | | | | | | PR: 114609 Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer) Notes: svn path=/head/; revision=195710
* - Update to 0.7.2Martin Wilke2007-05-273-109/+139
| | | | | | | | PR: 112879 Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer) Notes: svn path=/head/; revision=191993
* EventMachine implements a fast, single-threaded engine for arbitrary networkMartin Wilke2007-04-154-0/+330
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> Notes: svn path=/head/; revision=190018