aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-rack
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to 0.3.0.Jun Kuriyama2008-08-273-241/+282
| | | | | | | | PR: ports/126878 Submitted by: clsung Notes: svn path=/head/; revision=219345
* - 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
* Rack provides an minimal interface between webservers supporting RubyJun Kuriyama2007-12-134-0/+415
and Ruby frameworks. WWW: http://rack.rubyforge.org/ Notes: svn path=/head/; revision=203429