Commit graph

5 commits

Author SHA1 Message Date
taca
7abe17da9e Update devel/ruby-inline to 3.8.6.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update dependency according to gemspec.

=== 3.8.6 / 2010-09-03

* 1 bug fix:

  * Had to fix the ZenTest dependency to work with the whole 4.x series

=== 3.8.5 / 2010-09-01

* 1 bug fix:

  * Added DLDFLAGS to compiler flags to fix OSX linking on 1.9.2

=== 3.8.4 / 2009-12-09

* 1 bug fix:

  * Clean up example.rb and force removal of ~/.ruby_inline
2010-09-10 05:50:40 +00:00
fhajny
627f7f03a6 Updated ruby-inline to 3.8.3 2009-11-23 13:50:06 +00:00
joerg
bacea7cad5 Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
taca
f5f23857bb Update ruby-inline pacakge to 3.7.0.
=== 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-06-22 16:01:43 +00:00
jlam
7fc806b1b2 Initial import of ruby18-inline-3.6.7 as devel/ruby-inline.
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.
2008-04-04 15:17:28 +00:00