Commit graph

2933 commits

Author SHA1 Message Date
Adam Vandenberg
806bcd68c5 Winetricks - fixes # 2270 2010-08-24 07:51:49 -07:00
Ali Asad Lotia
85366cf7fc Update skipfish to 1.58b
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-23 18:21:52 -07:00
Jan Berkel
1778bde306 Formula for the stax SDK (stax.net)
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-23 09:17:25 -07:00
Glenn Rempe
5f5b05feba Added installation formula for SSSS (Shamir's Secret Sharing Scheme)
- Updated per requests in the issue comments by adamv
- Updated to pass compiler flag -DNOMLOCK avoiding OS X warning on run.

Signed-off-by: David Höppner <0xffea@gmail.com>

* add CFLAGS so gmp.h is picked up in non /usr/local
2010-08-23 16:22:12 +02:00
David Höppner
057ffdd36d yasm: update version to 1.1.0 2010-08-23 15:26:26 +02:00
David Höppner
0cf2e65138 mawk: silent version update, correct man path 2010-08-23 15:20:07 +02:00
David Höppner
a3a5ae9709 libgee: update version to 0.5.2 2010-08-23 15:16:10 +02:00
David Höppner
05c0610bf6 vala: update to version 0.9.7 2010-08-23 15:13:41 +02:00
David Albert
6442d131dc Updated to latest version of fossil
Signed-off-by: David Höppner <0xffea@gmail.com>
2010-08-23 14:29:32 +02:00
Aku Kotkavuo
242a0294e6 Update formula lighttpd to 1.4.28
Signed-off-by: David Höppner <0xffea@gmail.com>
2010-08-23 14:24:26 +02:00
Adam Vandenberg
576185d345 Define "snow_leopard_64?"
snow_leopard_64? (defined in Hardware) is a short-cut for:
  MACOS_VERSION >= 10.6 and Hardware.is_64_bit?

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-22 20:11:03 -07:00
Steven Lumos
e7351d9722 New formula: pdsh, Parallel Distributed Shell
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-22 18:29:11 -07:00
Seth Falcon
411b029679 Add cpanminus (cpanm)
* install Perl modules more easily than CPAN

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-22 18:25:05 -07:00
Ben Livingood
661f7c7f56 Formula: stgit
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-22 10:50:49 -07:00
Tokuhiro Matsuno
86a42eca19 new formulla: lha for unix
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-21 17:12:27 -07:00
Adam Vandenberg
1f9a0c404f Add erlang 14 as HEAD 2010-08-21 15:56:39 -07:00
Douglas Creager
45ed157c9e Install git-completion into Cellar
The git-completion script isn't really configuration, so it should be
installed into the Cellar, rather than directly into HOMEBREW_PREFIX.
That way it will get upgraded whenever git itself gets upgraded.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-21 14:31:10 -07:00
Adam Vandenberg
4e7f4c2a7e rtmpdump requires newer openssl
Fixes Homebrew/homebrew#2175
2010-08-21 14:28:29 -07:00
Adam Vandenberg
e9acd0eaee OpenSSL 0.9.8o (keg only)
* Compiling some software on 10.5 requires a newer OpenSSL
  than the system provided one.
2010-08-21 14:25:48 -07:00
Eugene Ray
86f464b0c3 adding liboping
* liboping is needed for collectd ping plugin

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-21 14:18:49 -07:00
Enderson Maia
49ce00ed14 New formula: sqsh
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-21 14:13:02 -07:00
Michael Williams
bceac56faf Add a2ps Formula
Anything to Postscript converter for printing text, source, etc.
Homebrew Patches adapted from MacPorts port.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-21 12:28:19 -07:00
Adam Vandenberg
83a38e6350 JRuby 1.5.2 2010-08-21 12:02:52 -07:00
Adam Vandenberg
47c44ace6f Fix audit warnings 2010-08-21 12:01:45 -07:00
Adam Vandenberg
3628ff4b5d tweak macvim 2010-08-21 12:00:39 -07:00
Adam Vandenberg
240d7f208d help2man - remove unused configure switches 2010-08-21 11:28:03 -07:00
Jeff Casimir
5cdf04bca5 ImageMagick 6.6.3-8
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-21 10:48:17 -07:00
Bas Kok
900cce5bbe bumped thrift version to 0.3.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-21 10:45:46 -07:00
Doug Woos
55855f97ac Added --disable-mono to gmime configuration
Without --disable-mono, ./configure errors out trying to find
gtk-sharp. So either mono needs to be a dependency or the mono
bindings need to be disabled. Note that Macports disables the
bindings.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-21 09:19:36 -07:00
Aaron Kuehler
cb620f2192 Upgraded Grails to 1.3.4
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-20 20:26:53 -07:00
Joshua Peek
27d1d47596 Update ruby formula to use standard vendor and site paths
Signed-off-by: Adam Vandenberg <flangy@gmail.com>

* Put these in the HOMEBREW_PREFIX instead of the cellar, along
  with gems.
2010-08-20 19:59:17 -07:00
Stephen Bannasch
bb91fc03c5 universal libffi to work on 10.6 with ffi rubygem
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-20 13:01:47 -07:00
Adam Vandenberg
af2be6daaf ruby - Move gems out of Cellar and into HOMEBREW_PREFIX 2010-08-20 11:51:00 -07:00
Faisal N. Jawdat
e596624af1 --HEAD builds trunk instead of ruby 1.9.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-20 11:50:22 -07:00
Aku Kotkavuo
835715a638 Update formula ruby to 1.9.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>

* Use bz2 instead of tarball
2010-08-20 11:50:11 -07:00
Joshua Peek
79159bdbf1 Update Formula: ruby
Update ruby formula to 1.9.2

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-20 11:50:02 -07:00
Adam Vandenberg
008d4528cd libidl 0.8.14 2010-08-20 09:02:52 -07:00
Benjamin Fritsch
71a5f901dd update node to 0.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-20 07:29:20 -07:00
Jordi Bunster
46e5daebe9 Git 1.7.2.2 2010-08-19 19:53:00 -07:00
Jorge Falcão
5ab623cee1 Updating maven version
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-19 19:45:20 -07:00
Douglas Creager
fff1d074c2 Include bash-completion rules for git-flow
bobthecow has some bash-completion rules for the git-flow toolset.
The formula now installs them.  The rules are installed regardless of
whether bash-completion is installed; if you're not using
bash-completion, you'll just get an extra file lying around in

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-19 14:54:54 -07:00
bkonkle
8f08602c6c Resolved madplay error 'CPU you selected does not support x86-64' on 10.6 i5 machines
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-19 14:53:34 -07:00
Martin Kühl
3cba937679 Update clojure and clojure-contrib to version 1.2.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-19 09:30:01 -07:00
Jan Berkel
51375cc77d New version of AppEngine SDK (1.3.6)
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-19 07:12:03 -07:00
Jesse Storimer
97c4518ae3 Fix typo in postgres formula caveats.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-18 19:59:00 -07:00
Douglas Creager
8835fffce9 Fixing several formulae that fail with LLVM
Specifically: emacs, glib, igraph, and zeromq
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-18 17:14:14 -07:00
Michael Lapinsky
5a6f92a06c Updated formulas with fails_with_llvm
* cdargs
    * pcre

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-18 17:14:07 -07:00
Douglas Creager
dca9cdd58f yaf and silk don't work with LLVM
Both generate linker errors.  Please see issue 2215 [1] for details.

[1] http://github.com/mxcl/homebrew/issues/issue/2215

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-18 13:43:39 -07:00
Justin Woodbridge
ac41b76756 new formulla: ocrad
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-18 09:34:48 -07:00
Luke Gallagher
a93a75e4d3 Add sshguard 1.5rc4
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-18 09:32:03 -07:00