summaryrefslogtreecommitdiff
path: root/devel/ruby-inline
AgeCommit message (Collapse)AuthorFilesLines
2008-06-22Update ruby-inline pacakge to 3.7.0.taca3-10/+7
=== 3.7.0 / 2008-06-09 * 1 major enhancements: * Removed inline_package in favor of hoe's packaging. * 2 minor enhancements: * Switched from warn/exit to abort to fix buffering for error messages. * Improved some error messages. * 2 bug fixes: * Fixes for rubinius. * Fixes for 1.9.
2008-04-04Initial import of ruby18-inline-3.6.7 as devel/ruby-inline.jlam4-0/+47
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.