Commit graph

310 commits

Author SHA1 Message Date
Caleb Land
303370b6ce Fix ghostscript if jpeg7 is already installed
Closes Homebrew/homebrew#56

If jpeg7 is already installed when you try to install ghostscript there is a
compilation error.

The answer is to move the included jpeg6 source directory out of the way,
download jpeg7, and create a link to the jpeg7 source inside of the
ghostscript source... ghostscript is none the wiser.
2009-09-29 23:34:16 +01:00
Max Howell
d4201d1c27 Removing skip_clean? didn't break gawk for me 2009-09-29 23:33:22 +01:00
Max Howell
46ba3e04a2 Readline is keg only, so use its prefix
The pkg-config stuff should not be necessary as our pkg-config includes our path already.
2009-09-29 23:33:22 +01:00
Jacob Harris
43800d5dad Added BerkeleyDB formula 2009-09-29 23:33:22 +01:00
David Höppner
8363fe20ad GNU Guile formula
Guile is a library designed to help programmers create flexible applications. Using Guile
in an application allows programmers to write plug-ins, or modules (there are many names,
but the concept is essentially the same) and users to use them to have an application fit
their needs.
2009-09-29 23:33:22 +01:00
Adam Vandenberg
2d406986aa Formula for GMP
GMP is a free library for arbitrary precision arithmetic, operating on
signed integers, rational numbers, and floating point numbers. There is
no practical limit to the precision except the ones implied by the available
memory in the machine GMP runs on. GMP has a rich set of functions, and the
functions have a regular interface.
2009-09-29 23:33:22 +01:00
David Höppner
9aaa8458d0 Boehm-Demers-Weiser garbage collector formula
The Boehm-Demers-Weiser conservative garbage collector can be used as a garbage collecting
replacement for C malloc or C++ new. It allows you to allocate memory basically as you
normally would, without explicitly deallocating memory that is no longer useful. The collector
automatically recycles memory when it determines that it can no longer be otherwise accessed.

Adam Vandenberg:
    Update bdw-gc formula for 10.6
2009-09-29 23:33:22 +01:00
Adam Vandenberg
952a362dcf Bump Neon version and add --with-ssl 2009-09-29 23:33:22 +01:00
Adam Vandenberg
7b1365f6cb Formula for rogue. 2009-09-29 23:33:22 +01:00
Adam Vandenberg
f1872a1b4a Formula for the Hercules emulator.
Hercules is an open source software implementation of the mainframe
System/370 and ESA/390 architectures, in addition to the new 64-bit
z/Architecture.
2009-09-29 23:33:22 +01:00
Adam Vandenberg
85aff083b1 Formula for Lynx web browser
Lynx is a fully-featured World Wide Web (WWW) browser for users on Unix,
VMS, and other platforms running cursor-addressable, character-cell
terminals or emulators. That includes vt100 terminals, other character-
cell displays, and vt100 emulators such as Kermit or Procomm running on PCs
or Macs.
2009-09-29 23:33:22 +01:00
Adam Vandenberg
c9102b9222 Formula for VICE family of Commodore emulators. 2009-09-29 23:33:22 +01:00
Adam Vandenberg
a1f9648ef5 Formula for xu4 (Ultima 4 engine) 2009-09-29 23:33:22 +01:00
Adam Vandenberg
b739ba9613 Formula for SDL_mixer 2009-09-29 23:33:22 +01:00
Adam Vandenberg
5b067d5c95 SDL now copies Objective-C support files.
Mac OS X projects that use SDL through Objective-C may
require the "SDLmain" support files.

Since these are not strictly header files, they are not
installed into include by default, so we put them in our
libexec folder.
2009-09-29 23:33:22 +01:00
Paul J. Davis
b7a6a4420d Tweak the var/(lib|log) directories.
It appears as though Homebrew is aggressively removing empty
directories. I just created empty files to keep these alive so that
CouchDB would't choke on startup. I'm tired, otherwise I'd see if I
could use skip_clean? to skip removing the empty dirs.

Thanks to Kamal for fixing the initial log directory mixup.

Signed-Off-By: Adam Vandenberg <flangy@gmail.com>

Update Couchdb formula now that skip_clean? can test empty folders.
2009-09-29 23:32:58 +01:00
Adam Vandenberg
d9ff0da134 Update homepage for libffi. 2009-09-29 23:32:56 +01:00
Patrick Elder
6fa83618a9 Added unixOBDC formula 2009-09-29 23:32:51 +01:00
JD Harrington
278e6e7cf7 Formula for id3lib 3.8.3 2009-09-29 23:30:20 +01:00
Liam Cooke
8fdd59fcf7 Rsync formula (3.0.6; 10.5 comes with 2.6.9) 2009-09-29 23:30:20 +01:00
Joe Shaw
7afc8e5dbe Add a formula for gawk 2009-09-29 23:30:20 +01:00
Adam Vandenberg
75d0d0a42f Update nginx to 0.7.62
The previous fix to do this actually /downgraded/ it to 0.7.2.
2009-09-29 23:30:20 +01:00
Clinton R. Nixon
5c3c0c5f33 Ragel formula 2009-09-29 23:30:13 +01:00
Adam Vandenberg
813becf8fc Pathname can now identify -src versions, remove version from Omega. 2009-09-29 23:29:57 +01:00
Kieran Pilkington
c7856955e2 Zebra 2.0.41 formula
A high-performance, general-purpose structured text indexing and retrieval
engine.
2009-09-29 16:26:38 +01:00
Kieran Pilkington
1bf2879268 YAZ 3.0.48 formula
A programmers’ toolkit supporting the development of Z39.50/SRW/SRU clients
and servers.
2009-09-29 16:26:38 +01:00
Kieran Pilkington
6248d3c1e5 Imagemagick 6.5.6-5 2009-09-29 16:26:38 +01:00
Kieran Pilkington
9db4af3d7a Don't assume /usr/local in postgresql formula
Adding user creation commands, and adding note about aliasing commands.
Formula working nicely now :-D

Adding note about postgres gem to avoid conflicts (took me a while to figure
out)
2009-09-29 16:26:37 +01:00
Kieran Pilkington
779a6f5fd0 Fixing vorbis-tools formula
The ogg and vorbis formulas didn't exist (libogg, libvorbis do though).
2009-09-29 16:26:37 +01:00
Kieran Pilkington
6435ba7d0b Fixing asciidoc formula (the url was not accessible) 2009-09-29 16:26:37 +01:00
Max Howell
e802b7f00b FIX SDL closes Homebrew/homebrew#42
Don't use LLVM to compile this code.
2009-09-29 15:46:34 +01:00
Olivier ROUX
6656f2f05e bchunk formula
binchunker converts a CD image in a ".bin / .cue" format (sometimes ".raw /
.cue") to a set of .iso and .cdr tracks.
2009-09-29 15:46:34 +01:00
Olivier ROUX
16b038ced8 mmv formula
mmv is a program to move/copy/append/link multiple files according to a set of
wildcard patterns. This multiple action is performed safely, i.e. without any
unexpected deletion of files due to collisions of target names with existing
filenames or with other target names.
2009-09-29 15:46:34 +01:00
Alexander Solovyov
2a0717ad1b libyaml formula
LibYAML is a YAML 1.1 parser and emitter written in C.
2009-09-29 15:46:34 +01:00
Will Boyce
8ebf0faef3 Irssi with ssl, ipv6 and perl support 2009-09-29 15:46:34 +01:00
Max Howell
45fb79a4cb Fix ack download location
This should be more reliable, still, he could rebase!
2009-09-29 15:46:34 +01:00
Max Howell
f159b3b33a Build Ghostscript in reasonable time
Relevent to issue Homebrew/homebrew#56
2009-09-29 14:23:00 +01:00
Paul J. Davis
67a660976c Tokyo Cabinet formula
Tokyo Cabinet: a modern implementation of DBM. Written by Mikio
Hirabayashi who is also the author of HyperEstraier and QDBM. Supports
hash table, B+tree, or fixed-length array databases of key/value pairs.

Signed-off-by: Max Howell <max@methylblue.com>

I changed the filename as policy is to hyphen separate if the actual name is
space separated. I plan to add functionality so if the user types a common
alias, it is recognised, as I understand that using hyphens in this case would
be unusual.

Also removed the md5 as only one of sha1 and md5 is checked. And correct me if
I'm wrong but two hashes seems unnecessary.
2009-09-28 00:20:51 +01:00
David Reynolds
d770081479 mtr formula
mtr combines the functionality of the 'traceroute' and 'ping' programs in a
single network diagnostic tool.
2009-09-28 00:20:51 +01:00
Luke Amdor
d1fabf2f51 Added formula for clojure-1.0.0 2009-09-28 00:20:50 +01:00
Caleb Land
688c12c727 Fix Spidermonkey formula
The Spidermonkey makefiles hardcoded the compilers that are used. Which broke
when used with gcc 4.2 cflags.
2009-09-28 00:20:50 +01:00
Basil Shkara
359aac3799 Added cscope formula. 2009-09-27 10:02:56 +10:00
Mike Enriquez
29493012e0 Fix postgresql build
Signed-off-by: Max Howell <max@methylblue.com>

I amended it slightly from the original patch: f91a542e8f07323bca00da3de4eee7060e8122a7

Fixes Homebrew/homebrew#38
2009-09-25 19:41:54 +01:00
Adam Vandenberg
75db7c7025 Formula for frotz 2009-09-25 19:22:02 +01:00
Adam Vandenberg
d4861ed55d Formula for Omega (roguelike)
The class roguelike game.
2009-09-25 19:22:02 +01:00
Adam Vandenberg
60c1ef1065 Formula for Angband 2009-09-25 19:22:02 +01:00
Adam Vandenberg
aa64e4da67 Fix Nethack formula.
* Create the empty save folder on install.
* Deparallelize the build, since the master build runs a bunch of
  nested makes, and we want the products to come out in-order.
2009-09-25 19:22:02 +01:00
Adam Vandenberg
0d67a67a86 Bump MysqlConnectorC to 6.0.2 2009-09-25 19:22:01 +01:00
Adam Vandenberg
bdfce6e834 Bump MySQL to 5.1.39 2009-09-25 19:22:01 +01:00
Adam Vandenberg
b1167cfc4b Fix name of libunistring, libidn and cluence classes 2009-09-25 19:22:01 +01:00