Commit Graph

4 Commits

Author SHA1 Message Date
jasper
89d2dfc0ef - update to ffi-1.0.9
ok jeremy@
2011-08-18 09:49:12 +00:00
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
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