Commit Graph

4 Commits

Author SHA1 Message Date
jeremy
cb1c9c889a Update plists for most ruby ports after changes to ruby.port.mk.
Requested as a separate commit by landry@.

OK landry@
2010-11-08 23:24:39 +00:00
bernd
9c09ae333d Update to ruby-rubyinline-3.8.3. 2009-08-20 22:38:48 +00:00
pirofti
45eb6c89ef Update to 3.8.1.
Okay bernd@.
2008-10-30 14:00:07 +00:00
bernd
9294003e79 Initial import of ruby-rubyinline-3.6.7.
Ruby Inline is an analog to Perl's Inline::C. Out of the box, it
allows you to embed C/++ external module code in your ruby script
directly. By writing simple builder classes, you can teach how to cope
with new languages (fortran, perl, whatever). The code is compiled and
run on the fly when needed.

Using the package_inline tool Inline allows you to package up your
inlined object code for distribution to systems without a compiler.
2008-04-19 18:34:08 +00:00