Commit graph

142779 commits

Author SHA1 Message Date
Max Howell
0d38b76d7e Remove optimisations fromt mysql_config --cflags
This fixes issues that people were having compiling gems off of the Homebrew mysql installation.
2009-10-09 00:09:05 +01:00
Brian Smyth
29f06d5501 Fondu formula.
A set of programs to interconvert between mac font formats and pfb, ttf,
otf and bdf files on unix.
2009-10-08 13:23:05 -04:00
Caleb Land
4e7720c492 use the same imagemagick mirror as macports
the official imagemagick ftp deletes old releases too quickly
2009-10-06 12:03:50 -04:00
Max Howell
348b3e71dd Fix ImageMagick for non /usr/local installs
Closes Homebrew/homebrew#85. Closes Homebrew/homebrew#86.

Removing .la files is proving problematic in places. But oh well. Homebrew is
all about optimizing init?
2009-10-06 12:18:26 +01:00
Walter McGinnis
a918d70e84 Upgraded to yaz 3.0.49 release. 2009-10-06 12:12:01 +13:00
Max Howell
b70f2a4284 Siege seems to not like an etc that isn't in its prefix 2009-10-04 20:29:54 +01:00
Renaud (Nel) Morvan
e0fa4076c4 fix siege formula
Keg etc folder must exist for the build to succeed
2009-10-04 20:58:15 +02:00
Max Howell
885a173b34 Fixes Homebrew/homebrew#80; mpg123 doesn't build on Snow Leopard 2009-10-04 18:49:29 +01:00
David Reynolds
7d08b506b1 timedog formula
A Perl script that displays the set of files that were saved for any given
backup created by Mac OS X Time Machine.
2009-10-04 18:36:44 +01:00
David Reynolds
47662e332b Making the git formula install the bash completion file 2009-10-04 18:36:44 +01:00
Tom von Schwerdtner
62f7ef29ee Introduce ENV.O2 and use that for the postgresql build
Also only set ARCHFLAGS on non-Core Duo machines... though it seemed to build
fine even with it, it doenst make much sense to me... these changes are kind
of up for debate but it "works for me" this way...

Closes Homebrew/homebrew#75
2009-10-04 18:36:44 +01:00
Tom von Schwerdtner
4662e50595 Postgres doesn't support --disable-dependency-tracking 2009-10-04 18:36:44 +01:00
Piotr Usewicz
6570815c23 Wine formula
Wine Is Not an Emulator
2009-10-04 18:36:44 +01:00
Renaud (Nel) Morvan
81a4b46f31 Siege 2.69 formula
An HTTP load testing and benchmarking utility.
2009-10-04 18:36:44 +01:00
Adam Vandenberg
631cb05451 Updated formula for xu4 (Ultima 4 engine)
It's a lost cause trying to get 1.0beta3 compiling under Snow Leopard,
and the trunk already compiles 64-bit clean, so we might as well
use that.

Note that the DATA patch makes a few changes that are then rewritten
by inreplace. Why not patch clean and not run inreplace later? Because
I'm going to submit the patch back upstream, which should hopefully
allow us to drop it from the formula and only use inreplace to select
our build environment (native arch and framework for either 10.5 or 10.6)
2009-10-04 18:36:44 +01:00
Max Howell
26c79d6530 Simplify couchdb formula 2009-10-04 18:36:44 +01:00
Max Howell
0650354383 Make Spidermonkey work with Couchdb
I had to remove the THREADSAFE flag to make it work.

Couchdb seems the reason to use Spidermonkey at this point. Without these
changes Couchdb would crash hard when loading the Spidermonkey dylib.

If the threadsafety is required then we should look into making a keg-only
Spidermonkey for Couchdb's personal use.

The nspr dependency isn't documented as required, and doesn't seem to make a
difference if it is removed. So I removed it.
2009-10-04 18:36:13 +01:00
Max Howell
a5655419d8 Fixes Homebrew/homebrew#61; Erlang crypto driver fails to load
Turns out the problem was zealous stripping… again.
2009-10-04 17:49:49 +01:00
David Höppner
2273dced6b Vala formula update to new version 2009-10-03 16:51:27 +01:00
David Höppner
b44a496492 Parrot formula
Parrot is a virtual machine designed to efficiently compile
and execute bytecode for dynamic languages. Parrot currently
hosts a variety of language implementations in various stages
of completion, including Tcl, Javascript, Ruby, Lua, Scheme,
PHP, Python, Perl 6, APL, and a .NET bytecode translator.

The parrot binary needs patching to find its library.
2009-10-03 16:51:27 +01:00
David Höppner
8a00d63499 Ircii formula
IrcII is an IRC and ICB console client.
2009-10-03 16:51:27 +01:00
David Höppner
bdfd9a138c Search for pcre also in HOMEBREW_PREFIX
Fixes installing nginx when Homebrew is not in /usr/local

Closes Homebrew/homebrew#76
2009-10-03 16:50:28 +01:00
Tom Taylor
339d725628 osm2pgsql formula
A utility program that converts OpenStreetMap (.OSM) data into a format that can be loaded into PostgreSQL.
2009-10-03 16:31:58 +01:00
Max Howell
caf60a8f4f Remove OpenSSL
We don't want beta libs and Erlang doesn't need it.

Also disabled installation of erlang docs as we just delete them, we need to make the delete step optional.
2009-10-03 16:16:44 +01:00
Robert Iannucci
3b2a1e3add Fix colordiff on OS X 10.6 2009-10-03 15:41:21 +01:00
Adam Vandenberg
e5e0bbfb34 Formula for the side-scoller game 'Abuse'. 2009-10-03 15:36:34 +01:00
Adam Vandenberg
a7c682443d Update SDL_mixer formula.
Use LLVM if available, now that LD flags are set correctly.
2009-10-03 15:36:34 +01:00
Adam Vandenberg
21873120ae Formula for SDL_ttf 2009-10-03 15:36:34 +01:00
Rob Hudson
d10513cab8 [postgis] Added extra needed files to share and bin. 2009-10-03 15:24:31 +01:00
Max Howell
8c0e82e06f Modernise the GRC formula somewhat
This was one of the first ones I wrote, so it lacks some of our more recent touches.
2009-10-03 15:23:45 +01:00
Mark Imbriaco
98dfd1e6e4 Make the elinks formula use gcc-4.2. 2009-10-03 13:28:31 +01:00
Michael Stephens
bd33ce469a GeoIP formula
GeoIP is a C library that enables the user to find geographical and
network information of an IP address.
2009-10-03 13:25:23 +01:00
Ben Alpert
603b7d3119 dcraw formula
An ANSI C program that decodes any raw image from any digital camera.
2009-10-03 13:25:19 +01:00
Ben Alpert
403d4d0771 JPEG formula: remove --disable-debug
I was getting "WARNING: unrecognized options: --disable-debug"
2009-10-02 22:49:03 -06:00
Austin Ziegler
3155fb0f7f Fixing the qt recipe to work without . in PATH. 2009-10-02 20:35:34 +01:00
David Höppner
0878373c99 Openexr formula
OpenEXR is a high dynamic-range (HDR) image file format developed by
Industrial Light & Magic for use in computer imaging applications.
2009-10-02 20:32:40 +01:00
David Höppner
4e942be300 Ilmbase formula 2009-10-02 20:32:40 +01:00
David Höppner
1247b70de2 Jasper formula
The JasPer Project is an open-source initiative to provide a free software-based
reference implementation of the codec specified in the JPEG-2000 Part-1 standard
(i.e., ISO/IEC 15444-1).
2009-10-02 20:32:40 +01:00
Adam Vandenberg
d209221baa Formula.var now means 'HOMEBREW_PREFIX/var', so use that.
Also add comment and slightly reformat.
2009-10-02 20:32:04 +01:00
Max Howell
ea31de16bb Fix Weechat always installing to /usr/local
The WeeChat devs don't know about CMAKE_INSTALL_PREFIX apparently, someone
should tell them. I won't. I plan on just sitting back and shacking my head
side-to-side instead.
2009-10-02 20:01:23 +01:00
Max Howell
98657bf094 HttpDownloadStrategy renamed CurlDownloadStrategy
Because people didn't realise it was actually curl and thus supports eg. ftp too.
2009-10-02 20:01:23 +01:00
Rob Hudson
7a1ecdc5a0 Added postgis recipe, which depends on postgresql, proj and geos. 2009-10-02 11:04:48 -07:00
Robert Iannucci
4c8ff83998 ColorDiff formula
Use latest 1.0.9.  Small patch to tweak with the Makefile.
2009-10-02 16:30:34 +01:00
Robert Iannucci
bf67584091 ccache formula
ccache is a compiler cache. It acts as a caching pre-processor to C/C++
compilers, using the -E compiler switch and a hash to detect when a
compilation can be satisfied from cache. This often results in a 5 to 10 times
speedup in common compilations.
2009-10-02 16:30:34 +01:00
David Höppner
c722f7d554 GNU Emacs formula
GNU Emacs is an extensible, customizable text editor—and more. At
its core is an interpreter for Emacs Lisp, a dialect of the Lisp
programming language with extensions to support text editing.
2009-10-02 16:30:34 +01:00
Clinton R. Nixon
3eb8777506 Fixed issue with Ant formula and File.unlink 2009-10-02 16:30:34 +01:00
Clinton R. Nixon
6a3d8cb06f updated MongoDB formula to version 1.1.1 2009-10-02 16:30:34 +01:00
Raimonds Simanovskis
31f2e1b22c Fix rabbitmq formula
* store RabbitMQ Erlang binaries in lib/rabbitmq/erlang/lib to avoid overwriting of lib/erlang/lib
* add HOMEBREW_PREFIX in RabbitMQ scripts
2009-10-02 16:30:34 +01:00
Adam Vandenberg
80739bd761 Don't force gcc in Aspell, now that LD is set correctly. 2009-10-02 15:33:29 +01:00
Adam Vandenberg
06d167789e Update Python to 2.6.3. 2009-10-02 15:33:29 +01:00