Commit Graph

4 Commits

Author SHA1 Message Date
jeremy
c167c2addb Bump version to 1.0.6. Fixes building with ruby 1.9.
Add NO_REGRESS while here since the distfile doesn't include
the necessary files (thanks landry@).

OK landry@
2011-03-10 23:51:36 +00:00
jasper
b4c7f57007 - unbreak 2011-01-02 13:20:53 +00:00
jasper
472039e4f4 - add missing dependencies
- extend platform ifdefs to fix build on mip64(el), and several others too
2010-12-27 18:58:40 +00:00
jeremy
1fed8cfbd5 Import ruby-ffi 0.6.3
Ruby-FFI is a ruby extension for programmatically loading dynamic
libraries, binding functions within them, and calling those functions
from Ruby code. Moreover, a Ruby-FFI extension works without changes on
Ruby and JRuby.

* It has a very intuitive DSL
* It supports all C native types
* It supports C structs (also nested), enums and global variables
* It supports callbacks
* It has smart methods to handle memory management of pointers and
  structs
2010-12-20 18:04:16 +00:00