aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-json
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.5.3Philip M. Gollucci2011-06-252-3/+3
| | | | | | | | With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic Notes: svn path=/head/; revision=276256
* - Update to 1.5.2Philip M. Gollucci2011-06-232-3/+3
| | | | | | | | With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic Notes: svn path=/head/; revision=276156
* - Update to 1.5.1Cheng-Lung Sung2011-02-222-3/+3
| | | | Notes: svn path=/head/; revision=269464
* - Update to 1.4.6Philip M. Gollucci2010-12-172-3/+3
| | | | | | | | With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic Notes: svn path=/head/; revision=266459
* - Update to 1.4.5Philip M. Gollucci2010-12-122-3/+3
| | | | | | | | With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic Notes: svn path=/head/; revision=266093
* - Update to 1.4.4Philip M. Gollucci2010-12-102-4/+3
| | | | | | | | | | | Required by rubygem-ohai-0.5.4_1 Reported by: pointyhat via pav With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic Notes: svn path=/head/; revision=266009
* With portmgr hat, reassign these from clsung (who is apparently havingMark Linimon2010-12-071-1/+1
| | | | | | | email troubles) to ruby@. Notes: svn path=/head/; revision=265809
* - 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
* - Update to 1.2.4Cheng-Lung Sung2010-07-122-4/+4
| | | | Notes: svn path=/head/; revision=257668
* - Update to 1.2.0Philip M. Gollucci2010-06-232-4/+4
| | | | | | | | | | | PR: ports/147523 Submitted by: pgollucci (myself) Approved by: maintainer timeout (clsung; 20 days) Feature safe: yes Notes: svn path=/head/; revision=256870
* - 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 1.1.9Cheng-Lung Sung2009-09-022-4/+4
| | | | Notes: svn path=/head/; revision=240688
* - Update to 1.1.7Cheng-Lung Sung2009-07-262-4/+4
| | | | | | | | PR: ports/136735 Submitted by: pgollucci Notes: svn path=/head/; revision=238365
* - Update to 1.1.6Cheng-Lung Sung2009-05-212-5/+5
| | | | | | | | PR: ports/134672 Submitted by: pgollucci Notes: svn path=/head/; revision=234311
* - Update to 1.1.4Cheng-Lung Sung2009-04-242-4/+4
| | | | | | | | PR: ports/133511 Submitted by: pgollucci Notes: svn path=/head/; revision=232644
* - Fix plist after ruby update by generating it dynamically.Stanislav Sedov2009-02-142-467/+2
| | | | Notes: svn path=/head/; revision=228255
* - Update to 1.1.3Cheng-Lung Sung2008-07-282-4/+4
| | | | Notes: svn path=/head/; revision=217739
* - 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 1.1.2Cheng-Lung Sung2007-12-123-112/+118
| | | | Notes: svn path=/head/; revision=203191
* - Fix plistPav Lucistnik2007-11-132-0/+3
| | | | | | | | Reported by: pointyhat Approved by: portmgr (hat) Notes: svn path=/head/; revision=202663
* This library can parse JSON texts and generate them from ruby data structures.Cheng-Lung Sung2007-07-094-0/+484
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/ Notes: svn path=/head/; revision=195276