aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-parsetree
Commit message (Collapse)AuthorAgeFilesLines
* - Fix plist after ruby update by generating it dynamically.Stanislav Sedov2009-02-142-206/+5
| | | | Notes: svn path=/head/; revision=228255
* - Update to 3.0.3Cheng-Lung Sung2009-02-043-276/+163
| | | | Notes: svn path=/head/; revision=227580
* - 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 2.1.1Cheng-Lung Sung2008-01-303-6/+7
| | | | | | | | | Changes: PR: ports/119087 Submitted by: TAKATSU Tomonari <tota_AT_rtfm dot jp> Notes: svn path=/head/; revision=206435
* - Update to 2.0.2Cheng-Lung Sung2007-10-153-21/+19
| | | | Notes: svn path=/head/; revision=201474
* - Update to 2.0.1Cheng-Lung Sung2007-08-223-50/+59
| | | | Notes: svn path=/head/; revision=198098
* - update dependency, with hoe-1.2.1 will not buildCheng-Lung Sung2007-08-141-1/+1
| | | | Notes: svn path=/head/; revision=197612
* - Update to 2.0.0Cheng-Lung Sung2007-08-023-89/+142
| | | | Notes: svn path=/head/; revision=196931
* - Update to 1.7.1Cheng-Lung Sung2007-07-023-14/+20
| | | | Notes: svn path=/head/; revision=194608
* - incorrect commentCheng-Lung Sung2007-04-131-1/+1
| | | | | | | PointyHat to: myself Notes: svn path=/head/; revision=189886
* ParseTree is a C extension (using RubyInline) that extractsCheng-Lung Sung2007-04-134-0/+286
the parse tree for an entire class or a specific method and returns it as a s-expression (aka sexp) using ruby's arrays, strings, symbols, and integers. WWW: http://rubyforge.org/projects/parsetree/ Notes: svn path=/head/; revision=189884