| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Discussed with: pgollucci, stas
Notes:
svn path=/head/; revision=265881
|
|
|
|
|
|
|
|
|
| |
Prompted by: distilator
With Hat: ruby@
Sponsored by: RideCharge Inc. / TaxiMagic
Notes:
svn path=/head/; revision=263313
|
|
|
|
|
|
|
|
|
|
|
|
| |
[RG aka rubygems.org]
PR: ports/147005
Submitted by: pgollucci (myself)
Approved by: portmgr (pav)
With Hat: ruby@
Notes:
svn path=/head/; revision=255136
|
|
|
|
| |
Notes:
svn path=/head/; revision=244355
|
|
|
|
|
|
|
|
|
| |
PR: ports/135352
Submitted by: pgollucci
Approved by: glarkin (mentor)
Notes:
svn path=/head/; revision=235436
|
|
|
|
|
|
|
| |
Approved by: tabthorpe (mentor)
Notes:
svn path=/head/; revision=234716
|
|
|
|
|
|
|
|
| |
PR: 132649
Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer)
Notes:
svn path=/head/; revision=230162
|
|
|
|
|
|
|
|
| |
PR: 131764
Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer)
Notes:
svn path=/head/; revision=228680
|
|
|
|
|
|
|
|
| |
PR: ports/127736
Submitted by: maintainer (Alexander Logvinov)
Notes:
svn path=/head/; revision=221107
|
|
|
|
|
|
|
|
| |
PR: ports/124381
Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer)
Notes:
svn path=/head/; revision=214976
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
| |
PR: 118574
Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer)
Notes:
svn path=/head/; revision=203682
|
|
|
|
|
|
|
|
| |
PR: 116426
Submitted by: Alexander Logvinov <ports@logvinov.com>
Notes:
svn path=/head/; revision=199790
|
|
|
|
|
|
|
|
| |
PR: 114609
Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer)
Notes:
svn path=/head/; revision=195710
|
|
|
|
|
|
|
|
| |
PR: 112879
Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer)
Notes:
svn path=/head/; revision=191993
|
|
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
|