| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
PR: 136737
Submitted by: pgollucci
Notes:
svn path=/head/; revision=238493
|
|
|
|
| |
Notes:
svn path=/head/; revision=228255
|
|
|
|
| |
Notes:
svn path=/head/; revision=227580
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
| |
Changes:
PR: ports/119087
Submitted by: TAKATSU Tomonari <tota_AT_rtfm dot jp>
Notes:
svn path=/head/; revision=206435
|
|
|
|
| |
Notes:
svn path=/head/; revision=201474
|
|
|
|
| |
Notes:
svn path=/head/; revision=198098
|
|
|
|
| |
Notes:
svn path=/head/; revision=197612
|
|
|
|
| |
Notes:
svn path=/head/; revision=196931
|
|
|
|
| |
Notes:
svn path=/head/; revision=194608
|
|
|
|
|
|
|
| |
PointyHat to: myself
Notes:
svn path=/head/; revision=189886
|
|
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
|