Commit graph

9313 commits

Author SHA1 Message Date
Mark A. Matienzo
f2e33646e0 afflib 3.7.0
Closes Homebrew/homebrew#11377.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-01 22:53:43 -07:00
Misty De Meo
176c335365 opencolorio: install Python lib to site-packages
Incorporates upstream patches to install the Python library into
site-packages instead of directly into lib/
2012-04-01 18:45:24 -05:00
Nibbles 2bits
15f9fd3f86 New Formula: opencolorio
OpenColorIO (OCIO) is a complete color management solution geared
towards motion picture production with an emphasis on visual effects
and computer animation.  See:  http://opencolorio.org

OCIO is at version 1.0.6 and has been in development since 2003. It
is one of several open source projects actively sponsored by Sony
Imageworks.

OCIO is a new dep for OpenImageIO (OIIO), adding functionality.

OCIO has a built-in test suite that is passes.  There are stable
and head methods available.  It builds using the system OpenGL,
and little-cms2, along with pkg-config and cmake.  An Alias is
added for this formula to ocio.  It has python bindings enabled
with a user option, following the example of vtk.

OCIO head and stable build and run very well on Lion and SL using
all five compilers from XCode-4.3.2, 4.0.2, and CLT-4.3.2, thanks
to patches the devs merged upstream for us.

EDIT: code fix redacted args.
EDIT: shrink formula comments.
EDIT: test against XCode-4.3.1.
EDIT: remove the unnecessary which python-config
EDIT: change to version 1.0.6.  Remove rescue clause.  Tests work.
EDIT: tests pass against XCode-4.3.2.
EDIT: modify the caveats for accuracy using the dev's suggestions.
EDIT: remove the `\n` after the caveat url

Closes Homebrew/homebrew#10669.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2012-04-01 17:55:47 -05:00
Jack Nagel
ac87fc89c6 sphinx: fails with clang
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-01 15:51:32 -05:00
Pascal Bertrand
985d8e8f8f go 1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-01 13:35:26 -07:00
Nibbles 2bits
52ed41a36a New Formula: movgrab
Movgrab is a command line program to download videos from the net.
Given a url, it has the code to handle about 25 different sites.
This version 1.1.9 compiles on Lion and 64bit Snow Leopard.
It will occasionally segfault while running the CLI during a
download, but Colum, the author, has not been able to track it
down as of yet because it is not consistent.  He is lacking a Mac
to test it using gdb and could use help from anyone with experience
in network steams, C, and gdb.

EDIT: moved patches to a DATA block rather than inreplace
EDIT: fix the "inline" issue with c99 & Clang.
EDIT: update from 1.1.8 to 1.1.9.  No changes to patches.
EDIT: all patches including --no-recursion are upstream via email.

This would close Homebrew/homebrew#10074

Closes Homebrew/homebrew#10101.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2012-04-01 15:09:44 -05:00
Jack Nagel
d17fc4ef5e open-scene-graph: fails with clang
Closes Homebrew/homebrew#11348.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-01 14:30:06 -05:00
Jack Nagel
027a707788 emacs: stable fails with clang
Closes Homebrew/homebrew#11265.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-01 14:21:52 -05:00
Jack Nagel
d5a4fc7a7a gecode: fails with clang
Closes Homebrew/homebrew#10882.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-01 14:20:29 -05:00
Jack Nagel
5da6e2d465 simgrid: fails with clang
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-01 12:49:14 -05:00
Jack Nagel
6cb3f4e513 mariadb: fails with clang
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-01 12:48:59 -05:00
Jack Nagel
bb56dd918c crossroads: use new fails_with syntax
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-01 12:48:34 -05:00
Jack Nagel
64afeec6d4 Use new fails_with DSL syntax
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-01 12:39:59 -05:00
Ajai Khattri
851b89f370 mp3cat 0.4
mp3cat allows you to merge/sanitize multiple MP3 files/folders.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-01 10:36:22 -07:00
Oleksii Taran
f14800a769 fann 2.2.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-01 10:33:04 -07:00
Andrea Francia
3438be8671 ndiff 2.00
Closes Homebrew/homebrew#11324.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-01 10:06:12 -07:00
Sorin Ionescu
22a763d423 torsocks: 1.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-01 09:52:46 -07:00
nibbles 2bits
300242e9b5 luajit - fix compile errors with clang, llvm
Luajit 2.0.0beta9 has patches upstream that fix the compile errors
with clang and llvm, thanks to the help of the developer, Paul.
Remove the patches at 2.0.0beta10 due out at the end of April.
All changes were discussed in several emails.  The plan is:

* Change the Hotfix patch to apply only to stable.
* Patch for missing /usr/include/unwind.h on 10.6.8 with clang.
* Patch src/Makefile to not call -dumpspec.  Clang doesn't have it.
* Remove the instruction to the user to `sudo ln -s`.
* Remove the fails_with_llvm.  It compiles against llvm 2336.
* Inreplaces should persist through version updates.
* Respect the developer's choice that optimization is best at -O2.
* Remove the hardcoded -O2 so we can set -O2 or switch to -Og.
* Override the hardcoded CC=gcc.  Use ENV.cc.
* Remove the -march=i686 from CCOPT_X86.  We set accurate march.
* Use args for clarity.
* For debug builds using clang, use -Og.  See clang man page.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-01 09:49:36 -07:00
Steven G. Harms
baa9c89b76 Sphinx 2.0.4
Also adds a workaround for clang/llvm

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-01 09:39:33 -07:00
Bradley J Chambers
95bdde8870 libLAS v1.7.0
Release notes can be found at:
http://lists.osgeo.org/pipermail/liblas-devel/2011-June/001409.html

Closes Homebrew/homebrew#11335.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-01 09:32:35 -07:00
Filip Krikava
a1cea16e42 simgrid 3.6.2
SimGrid is a toolkit that provides core functionalities for the
simulation of distributed applications in heterogeneous distributed
environments. The specific goal of the project is to facilitate research
in the area of parallel and distributed large scale systems, such as
Grids, P2P systems and clouds. Its use cases encompass heuristic
evaluation, application prototyping or even real application development
and tuning. (from the project homepage http://simgrid.gforge.inria.fr/)

Closes Homebrew/homebrew#9809.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-01 08:58:59 -07:00
Thomas Strathmann
aedb5bb550 ipe 7.1.2
Closes Homebrew/homebrew#11364.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-01 08:00:14 -07:00
Christoph Bünte
fa6b6817b5 osmosis 0.40.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-01 07:52:29 -07:00
Thomas Strathmann
79699409fe makeicns 1.4.9
Closes Homebrew/homebrew#11363.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-01 07:28:59 -07:00
Anthony Ramine
5df89ffb45 mariadb 5.3.5
This commit upgrades mariadb's formula to 5.3.5 GA, force use of LLVM
and make it correctly depend on brew's readline.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-01 07:25:17 -07:00
Fábio M. Costa
07b9c36710 Update PhantomJS to 1.5.0.
Use the upstream binaries to avoid building a copy of Qt.

Fixes Homebrew/homebrew#11225.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2012-04-01 15:04:13 +10:00
Adam Vandenberg
95abfe5b41 Remove n2n
n2n is now head-only, and uses an SVN repo with a self-signed cert.
2012-03-31 22:02:50 -07:00
Jason Gessner
3deb687b09 crush-tools 2012-02
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-31 21:58:28 -07:00
Adam Vandenberg
d5f4b26e3e grass 6.4.2 2012-03-31 13:48:30 -07:00
Ulrik Landberg Stephansen
c5ba4c7e70 CurlFtpFS 0.9.2
Closes Homebrew/homebrew#8450.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-31 12:54:15 -07:00
Adam Vandenberg
0666e7422e renameutils: MacPorts patch to use coreutils 2012-03-31 12:10:28 -07:00
Adam Vandenberg
3aaed89061 renameutils 0.11.0 2012-03-31 11:42:55 -07:00
ichizok
2e1e24c5f9 gnu-prolog: support OSX x86-64
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-31 11:32:30 -07:00
Thomas Strathmann
8c31715fc0 dasm 2.20.11
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-31 09:49:01 -07:00
Graham Berks
0efd1368a0 leiningen 1.7.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-31 05:51:12 -07:00
Peter Hellberg
70db788b90 elasticsearch 0.19.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-31 05:47:37 -07:00
Justin de Vesine
e0fcd94c16 Move frobtads and inform6 to homebrew-games
Closes Homebrew/homebrew#11337.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-31 02:13:10 -05:00
Justin de Vesine
a2d17c6ff8 frobtads 1.1 2012-03-30 22:10:39 -07:00
Kim Burgestrand
1f3cd869ea libspotify 11.1.60
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-30 22:06:27 -07:00
quarnster
709fe85d2a bullet 2.80
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-30 22:04:54 -07:00
Adam Vandenberg
1c8a0668c9 frobtads 0.13 2012-03-30 22:03:04 -07:00
Nate Drake
3fadbf9cae Mongoose 3.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-30 22:00:41 -07:00
Libor Wagner
6df478d829 Minisat 2.2.0
"MiniSat is a minimalistic, open-source SAT solver, developed to help
researchers and developers alike to get started on SAT."
[http://minisat.se]

Closes Homebrew/homebrew#8011.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-30 21:56:15 -07:00
Adam Vandenberg
8f36c1b808 node devel 0.7.7 2012-03-30 21:45:08 -07:00
Eli Bishop
62c27f7fbd atlassian-plugin-sdk 3.9.2
Closes Homebrew/homebrew#11329.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-30 21:44:30 -07:00
Julien Ammous
e7511d0a66 crossroads 1.0.1
Closes Homebrew/homebrew#11060.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-30 21:43:54 -07:00
Kenneth Reitz
ad77122db7 New formula: legit
Closes Homebrew/homebrew#11197.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2012-03-30 14:21:40 -05:00
Danilo Tuler
a89f61cf8d Grails 2.0.2
Closes Homebrew/homebrew#11313.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-30 07:31:10 -07:00
Adam Vandenberg
fdeb02f4af coreutils 8.16
Also fix gsha224sum link.

Closes Homebrew/homebrew#11308.
2012-03-30 07:30:22 -07:00
Adam Vandenberg
ca1cec067c redis 2.4.10
Closes Homebrew/homebrew#11310.
2012-03-30 07:23:39 -07:00