aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/fastri.rb
AgeCommit message (Collapse)Author
2013-08-05Remove fastriAdam Vandenberg
Fastri can try to access files outside of the cellar, which it may not have access to. The last upstream change is from 2008, so removing this formula as "unsupported". See https://github.com/mxcl/homebrew/issues/20749 Closes #20749.
2012-09-03Batch convert MD5 formula to SHA1.Mike McQuaid
Closes #14653.
2012-05-14fastri: style nitsJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
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-01Ruby Fastri service and librarySean Wolfe
> The fri executable will run much faster if you install FastRI from a > tarball, since RubyGems introduces a noticeable overhead. Source: http://eigenclass.org/hiki/fastri