diff options
| author | Ask Solem | 2009-09-01 15:05:18 +0200 |
|---|---|---|
| committer | Max Howell | 2009-09-03 16:34:35 +0100 |
| commit | 21df479f1b8ff6c9497afe0c0f435fa9051966e4 (patch) | |
| tree | 918f2f8c47d9293c165d7886103387c04642dbcf | |
| parent | ba8ba4c4516ea337910eca02c17ae879ae095cb6 (diff) | |
| download | brew-21df479f1b8ff6c9497afe0c0f435fa9051966e4.tar.bz2 | |
Thrift formula
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.
| -rw-r--r-- | Library/Homebrew/formula.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index 0d9503599..a13ed3866 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -94,6 +94,7 @@ class Formula when %r[^svn://] then SubversionDownloadStrategy when %r[^git://] then GitDownloadStrategy when %r[^http://(.+?\.)?googlecode\.com/svn] then SubversionDownloadStrategy + when %r[^http://svn.apache.org/repos/] then SubversionDownloadStrategy else HttpDownloadStrategy end end |
