aboutsummaryrefslogtreecommitdiff
path: root/lang/ruby_static
Commit message (Collapse)AuthorAgeFilesLines
* Update ruby to the 1.6.5 release.Akinori MUSHA2001-09-191-1/+0
| | | | Notes: svn path=/head/; revision=47989
* Do not static link everything (including libc) but just compile inAkinori MUSHA2001-09-172-5/+20
| | | | | | | | some dynamic modules, and leave a knob which links everything as before (-DSTATIC). Notes: svn path=/head/; revision=47906
* Now Ruby 1.7 has fnmatch out-of-the-box.Akinori MUSHA2001-06-211-2/+4
| | | | Notes: svn path=/head/; revision=44286
* Compile ruby-fnmatch in.Akinori MUSHA2001-06-111-0/+2
| | | | Notes: svn path=/head/; revision=43807
* Introduce RUBY_DEFALUT_VER to choose a default version of ruby to use.Akinori MUSHA2001-06-042-3/+12
| | | | | | | | | Introduce RUBY_R in preparation for ruby_r & ruby_r-devel ports. Define RUBY_CONFIGURE_ARGS. Notes: svn path=/head/; revision=43490
* Support installing multiple versions of ruby_s. (You'll have ruby16_sAkinori MUSHA2001-05-061-3/+4
| | | | | | | and ruby17_s, and ruby_s as a symlink to either) Notes: svn path=/head/; revision=42335
* Do not link libc_r when it is unnecessary.Akinori MUSHA2001-04-011-0/+1
| | | | Notes: svn path=/head/; revision=40698
* Add lang/ruby_static, the statically linked version of the "ruby"Akinori MUSHA2001-02-193-0/+71
executable, with some basic extensions compiled in. This is added so people can use ruby even in an emergency. Notes: svn path=/head/; revision=38488