aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/thrift.rb
AgeCommit message (Collapse)Author
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-02-18Fix thrift when ghc is installedGeorge Kulakowski
Thrift wants to install various language bindings. Per homebrew policy, all of these are by default disabled. However, the Haskell bindings were overlooked, because it does not attempt to build them unless ghc is installed. This commit lets thrift build when the ghc brew is installed. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-01-20Fix thrift parallelism.Mike McQuaid
Closes #3896.
2010-10-30thrift - reformatAdam Vandenberg
2010-10-30thrift - configure switch changedAdam Vandenberg
Fixes #2952
2010-10-25update thrift to v 0.5Adam Coffman
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-27Upgraded to thrift 0.4.0Johan Oskarsson
Signed-off-by: David Höppner <0xffea@gmail.com> * remove version var
2010-08-21bumped thrift version to 0.3.0Bas Kok
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
2010-03-28Don't install Thrift scripting bindingsMax Howell
You can install them with easy_install/gem. I confess I don't know if these are worse? But they install outside the Homebrew prefix (/Library/Ruby etc.) so it's against policy. We could add a flag for it though if this method is better.
2010-03-28Added support for Thrift 0.2.0Johan Oskarsson
2010-03-07String.undent for prettier HEREDOCsMax Howell
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-10-12fix thrift formulaRenaud (Nel) Morvan
Dependency to boost c++ lib was missing and thrift cannot be built without
2009-09-03Thrift formulaAsk Solem
Thrift is a software framework for scalable cross-language services development. It combines a powerful software stack with a code generation engine to build services that work efficiently and seamlessly between C++, Java, Python, PHP, and Ruby. Thrift was developed at Facebook and released as open source.