aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libffi.rb
AgeCommit message (Collapse)Author
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-10-16libffi: version 3.0.9 and other updates.Tianyi Cui
1. switch to a more stable mirror. 2. the patches are not needed any more. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-20universal libffi to work on 10.6 with ffi rubygemStephen Bannasch
Installing the rubygem ffi in the stock Ruby 1.8.7 on MacOS X 10.6.x fails unless libffi is universal. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-07Update formulae for version 0.7Adam Vandenberg
* Use new "url" features * Use keg_only DSL * Use "skip_clean :all" DSL * Whitespace and style cleanups * Make bash invocations less silly * Use new man2-man8 helpers * Remove "FileUtils." since it is included in Formula * Use real names for deps instead of aliases * ENV.x11 now updates path, so remove that from individual brews
2009-10-15s/require 'brewkit'/require 'formula'/gMax Howell
brewkit.rb changes ENV destructively, so lets not do that everytime a formula is required. Now it's possible for other tools to require a formula description without worrying about side-effects.
2009-09-29Update homepage for libffi.Adam Vandenberg
2009-09-16Default to patch level 1Max Howell
Having gone through our patches it's clear that p1 is more standard. Also fixed a bug where returning DATA outside of an array would fail to patch.
2009-09-16Libffi formulaPaul J. Davis
libffi - FFI stands for Foreign Function Interface. A foreign function interface is the popular name for the interface that allows code written in one language to call code written in another language.