| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
28 Jul 2008 10:32:51
1.1.3
|
clsung  |
- Update to 1.1.3 |
06 Apr 2008 09:58:21
1.1.2
|
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@ |
12 Dec 2007 06:49:41
1.1.2
|
clsung  |
- Update to 1.1.2 |
13 Nov 2007 00:10:37
1.1.1_1
|
pav  |
- Fix plist
Reported by: pointyhat
Approved by: portmgr (hat) |
09 Jul 2007 07:47:38
1.1.1
|
clsung  |
This library can parse JSON texts and generate them from ruby data structures.
This port implemented in C and comes with its own unicode conversion functions
and a parser generated by the Ragel State Machine Compiler.
WWW: http://json.rubyforge.org/ |