Commit graph

1058 commits

Author SHA1 Message Date
Dan Larkin
fa4c3fe45b add leiningen formula, a build tool for clojure 2009-12-22 04:01:25 +00:00
Max Howell
5f42ead729 Install haproxy to the right prefix
Also correct CFLAGS, CC, etc.
2009-12-22 03:30:20 +00:00
Lon Baker
710403e25c Add haproxy 1.3.22 formula 2009-12-22 03:28:59 +00:00
Lon Baker
8dc4c742df Update ruby to 1.9.1-p376 release
This is a security release.
2009-12-22 03:28:59 +00:00
Stephen Caudill
d00f962386 Use mysql's database location as WorkingDirectory 2009-12-22 02:52:05 +00:00
Stephen Caudill
325ea268c2 Chomp newlines in system output 2009-12-22 02:52:05 +00:00
Michael Shapiro
592aeee2e2 Ettercap-ng: http://ettercap.sourceforge.net/ 0.7.3
Depends on libnet, there's a forumla for it on my libnet branch.
2009-12-22 02:15:28 +00:00
Michael Shapiro
9a729da44f LibNet: http://github.com/sam-github/libnet/tree/master/libnet/
Required by ettercap-ng
2009-12-22 02:15:17 +00:00
Max Howell
f31f154d89 Fix --intel switch
Also renamed --universal, but the --intel switch still works.
2009-12-21 23:31:19 +00:00
Max Howell
096c3f3bfd Install info pages to correct place 2009-12-21 18:51:30 +00:00
Adam Vandenberg
95c87110df Update libgcrypt to 1.4.5. 2009-12-21 18:51:26 +00:00
Adam Vandenberg
a5246c8ef4 Update rlwrap to 0.33 2009-12-21 18:41:15 +00:00
Adam Vandenberg
02d23d15af Update libssh2 to 1.2.2 2009-12-21 18:41:15 +00:00
Adam Vandenberg
4139352243 Reformat libogg and libvorbis 2009-12-21 18:41:14 +00:00
Adam Vandenberg
750676682e Add mt-daapd aka Firefly Media Server. 2009-12-21 18:41:14 +00:00
Adam Vandenberg
a47c12f22a Add gdbm 1.8.3 2009-12-21 18:41:14 +00:00
Adam Vandenberg
0a3b8d35ac Update bazaar to 2.0.3 2009-12-21 18:41:14 +00:00
Adam Vandenberg
70e23a69a4 Update tig to 0.15 2009-12-21 18:41:13 +00:00
Max Howell
d1b1170512 If the download is a .jar, don't unzip it
Also remove special casing for two existing jar formula.
2009-12-21 18:39:01 +00:00
Max Howell
4b5e064d94 Go won't install with multiple make jobs
Fixes Homebrew/homebrew#237.
2009-12-21 18:00:18 +00:00
Felix Geisendörfer
65a4af0e23 Added node head version 2009-12-21 18:00:17 +00:00
Max Howell
f64c2df613 Install bdb docs to correct location 2009-12-21 18:00:13 +00:00
Max Howell
c7cc6b7ade Berkeley takes far too long with -O4
Fixes Homebrew/homebrew#230.

Also add the common 'db' alias.
2009-12-21 17:33:59 +00:00
Caleb Tennis
d5f87b5d07 Bump the ec2-api-tools version to 46266
Closes Homebrew/homebrew#232.
2009-12-21 17:31:24 +00:00
Max Howell
b3ebd2df7b A test to check that jruby installed correctly 2009-12-21 17:00:10 +00:00
Scott Barron
3f7a79a990 The jruby-src doesn't seem to work with an installation like this, but the -bin does 2009-12-21 11:25:01 -05:00
Johnathon Hornbeck
4210425140 updating node to 0.1.22 2009-12-19 20:04:01 +00:00
Max Howell
4d4fdd906b Only apply 64 bit flag where it makes sense 2009-12-19 19:52:22 +00:00
Drew Hess
60c6d78b88 Updated to chicken 4.3.0. 2009-12-19 18:42:41 +00:00
Drew Hess
7789e35105 Added formula for ipmitool. 2009-12-19 18:42:41 +00:00
Drew Hess
84edc0d513 Formula for Scheme 48. 2009-12-19 18:42:40 +00:00
Daniel Schobel
081bb11d3f Updated Wireshark to 1.0.10 2009-12-19 18:40:38 +00:00
Martin Kuehl
990237b7d3 Fix case of README.Debian.
The 'Debian' part is capitalized, using the lowercase variant breaks on
case-sensitive volumes.
2009-12-19 17:58:48 +00:00
Martin Kuehl
87468c842d Fix MD5 checksum for Yajl 1.0.7 2009-12-19 17:58:40 +00:00
joewilliams
5bb0c81faa wrangler upgrade and fix
Fixes Homebrew/homebrew#219
2009-12-19 16:43:39 +00:00
Max Howell
d238cf7455 Some cleanup
When there are paths, we should use the comma-deliminated form of system to ensure spaces don't muck things up.

Suggest the user use the HOMEBREW_PREFIX rather than the keg directory as this way upgrades won't break the configuration.
2009-12-19 15:37:36 +00:00
Joel Chippindale
6101f4ed38 Add ruby-odbc formula 2009-12-19 15:25:42 +00:00
Joel Chippindale
3f89e19d3b Fix args for ruby-enterprise-edition formula
Without this change the following error was output for my homebrew location

==> /installer --auto /Users/joel/.homebrew/Cellar/ruby-enterprise-edition/2009.10 --no-tcmalloc -c --enable-shared
invalid option: --auto /Users/joel/.homebrew/Cellar/ruby-enterprise-edition/2009.10
2009-12-19 15:25:41 +00:00
Jason Baker
8ffbfc764c Add Yeti formula
Signed-Off-By: Max Howell <max@methylblue.com>

The chmod is unrequired, Homebrew does that for you.

Also used full paths to ant as we prefer to be sure about which version of tools we are using.

Fix the yeti script, as write doesn't eval DATA.read by default, and I think
possibly it would be a bad idea, unless we only do it when DATA is passed (not DATA.read as we can't detect that).
2009-12-19 15:04:15 +00:00
Istvan Hoka
53fcec6428 Updated MongoDB to 1.2.0 2009-12-19 15:04:15 +00:00
Theo
19e5b6700e Pig formula 2009-12-18 21:07:13 +01:00
Theo
16521ce873 Hadoop formula 2009-12-18 21:07:06 +01:00
Theo
fc5c3929bd Fixed Scala formula: remove *.bat from bin 2009-12-18 18:59:01 +01:00
Theo
f8207cb00c Fixed JRuby formula: no compilation & less crud
There's no need to build JRuby, it's already compiled out of the box.
The code that cleaned out non-darwin native libraries was broken, but no more.
2009-12-18 18:58:40 +01:00
Adam Vandenberg
9baec62958 Use --enable-multibyte in Readline. 2009-12-17 19:19:33 +00:00
Adam Vandenberg
33fc9469c6 Update Lua to install pkg-config info. 2009-12-17 19:19:24 +00:00
Adam Vandenberg
e507f87618 Update Lighttpd to 1.4.25 2009-12-17 19:17:50 +00:00
Max Howell
cdfeba8349 Bump Git to 1.6.5.7 2009-12-17 19:17:50 +00:00
Max Howell
c202c88dc9 Abuse depends on libvorbis and needs ENV.x11
The X11 dep is for libGL, the vorbis for at least the configure step.
2009-12-17 16:15:41 +00:00
Ben Cochran
295f883eb5 Use the release version for Go 2009-12-17 15:03:02 +00:00
Max Howell
cf0431ba0f ncursesw won't build with LLVM anymore seemingly
Fixes Homebrew/homebrew#209.
2009-12-17 14:58:35 +00:00
Max Howell
676693a93c htop doesn't seem to require ncursesw
otool -L showed it linked to the system version, and it compiled without ncursesw installed.
2009-12-17 14:58:10 +00:00
Joe
ea6e75a29f Skip clean all of ocaml
Fixes Homebrew/homebrew#188.

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

I tested just cleaning lib and the test cases still didn't work.
2009-12-17 13:44:39 +00:00
Joe
279c7d8b1b added skip clean 2009-12-16 12:42:36 -08:00
Max Howell
ff08853e2e Revert "Aspell compiles with newer LLVM."
This reverts commit f34d241fa1b43742416192e31271ed80ac427803.

Doesn't seemingly build with LLVM for some people.
2009-12-16 19:24:37 +00:00
raja
599f8bbd8c Updated Sphinx Search to v0.9.9 2009-12-12 12:44:44 -06:00
Tim Buchwaldt
1129e9ee6a Updated to CouchDB 0.10.1 2009-12-12 16:36:36 +00:00
elliottcable
91b325e41b Upgrading Node.js to v0.1.21 2009-12-12 16:35:27 +00:00
Adam Vandenberg
d9d6b404cc Reformat zsh 2009-12-12 16:24:19 +00:00
Adam Vandenberg
3a4d582a27 Reformat Tig. 2009-12-12 16:24:19 +00:00
Adam Vandenberg
aa2e2aad60 Reformat Sshfs. 2009-12-12 16:24:19 +00:00
Adam Vandenberg
5d772fde05 Reformat Python, use post-fix if 2009-12-12 16:24:19 +00:00
Adam Vandenberg
1b77b7d50f Reformat portaudio 2009-12-12 16:24:19 +00:00
Adam Vandenberg
83fe664f1f Reformat Pipe Viewer. 2009-12-12 16:24:19 +00:00
Adam Vandenberg
8685725011 Reformat lua formula. 2009-12-12 16:24:18 +00:00
Adam Vandenberg
5275791adc Reformat libwmf 2009-12-12 16:24:18 +00:00
Adam Vandenberg
87278e5a24 Reformat gawk 2009-12-12 16:24:18 +00:00
Adam Vandenberg
c3e09028c3 Reformat factor 2009-12-12 16:24:18 +00:00
Adam Vandenberg
b486e5bd31 Reformat dcraw. 2009-12-12 16:24:18 +00:00
Adam Vandenberg
14ab169b57 Reformat Cscope. 2009-12-12 16:24:18 +00:00
Adam Vandenberg
81884b9efb Reformat chicken 2009-12-12 16:24:18 +00:00
Adam Vandenberg
bb67f6c976 Reformat ccache 2009-12-12 16:24:18 +00:00
Adam Vandenberg
d930fbc664 Reformat cadaver. 2009-12-12 16:24:18 +00:00
Adam Vandenberg
17bd7fc2a4 Reformat c-ares 2009-12-12 16:24:18 +00:00
Adam Vandenberg
89e3678bfd Reformat Binutils 2009-12-12 16:24:18 +00:00
Adam Vandenberg
0839c5f323 Reformat BdwGc. 2009-12-12 16:24:18 +00:00
Adam Vandenberg
7d886d13ed Reformat antiword. 2009-12-12 16:24:17 +00:00
Adam Vandenberg
f939f08225 Reformat adamem 2009-12-12 16:24:17 +00:00
Adam Vandenberg
778f4c7e4f Add formula for xz.
XZ Utils is free general-purpose data compression software with high compression ratio.
2009-12-12 16:24:17 +00:00
Adam Vandenberg
fac8a63810 Add formula for resty and jsawk
resty and jsawk are command-line scripts useful for testing REST/JSON APIs.
2009-12-12 16:24:17 +00:00
Adam Vandenberg
345c48e31c Add formula for Visual Boy Advance
VBA is a GB/GBC/GBA emulator.
Patched to compile on 64-bit Apples.
2009-12-12 16:24:17 +00:00
Adam Vandenberg
58e309a8a7 Add formula for SNOBOL4.
SNOBOL4 (StriNg Oriented and symBOlic Language) is a language for text
processing, pattern matching, and much more, first designed and
implemented at Bell Telephone Laboratories, Inc. (BTL) in the 1970's.
2009-12-12 16:24:17 +00:00
Adam Vandenberg
f8fa135f0e Add formula for Regina-Rexx language.
Regina-Rexx is an implementation of the REXX scripting language.
2009-12-12 16:24:17 +00:00
Adam Vandenberg
26c98e5db5 Add formula for OOREXX
OOREXX is Object Oriented REXX, an implementation of the REXX
scripting language.
2009-12-12 16:24:17 +00:00
Adam Vandenberg
862e1304e7 Update yajl to 1.0.7 2009-12-12 16:24:17 +00:00
Adam Vandenberg
e970302ee7 Update Vice to use stable revision 2009-12-12 16:24:17 +00:00
Adam Vandenberg
872f50ac61 Update Sqlite to 3.6.20 2009-12-12 16:24:17 +00:00
Adam Vandenberg
6de5e0c42e Update AsciiDoc to 8.5.1 2009-12-12 16:24:16 +00:00
Adam Vandenberg
b7f59e349e Update ActiveMQ to 5.3.0 2009-12-12 16:24:16 +00:00
Adam Vandenberg
bdbf86f553 Libxml2 compiles with newer LLVM. 2009-12-12 16:24:16 +00:00
Adam Vandenberg
5bb86bda93 Aspell compiles with newer LLVM. 2009-12-12 16:24:16 +00:00
Adam Vandenberg
30bff2f380 OpenTyrian - vertical shooter. 2009-12-12 16:24:16 +00:00
Adam Vandenberg
d087f25361 Update SDL libraries. 2009-12-12 16:24:16 +00:00
Adam Vandenberg
d6f7814ecc memcached 1.4.4 2009-12-12 16:24:16 +00:00
Adam Vandenberg
a09370a31f libevent 1.4.13; fix Mac Pro compilation 2009-12-12 16:24:16 +00:00
Adam Vandenberg
bfcfd573b1 Remove duplication of Jar name in Jython. 2009-12-12 16:24:16 +00:00
Adam Vandenberg
38460e637f Use extracted download strategy. 2009-12-12 16:24:16 +00:00
Adam Vandenberg
a7cad4cf94 Update git to 1.6.5.4 2009-12-12 16:24:14 +00:00
Adam Vandenberg
7b68d9b5c8 Fix gmp formula for 10.5 / MacPro. 2009-12-12 16:24:14 +00:00
Max Howell
4fe480d877 aka Node.js 2009-12-12 16:24:04 +00:00
Max Howell
44e1100d30 Ghostscript now defaults to not being a dep
Rationale: experience suggests people don't use this part much if at all, and it is the cause of almost all issues against this formula.

Include it as a dep with --with-ghostscript
2009-12-12 16:23:04 +00:00
Max Howell
00647b07f0 aka libmad 2009-12-12 16:23:03 +00:00
Max Howell
b0713a8f01 Use SF gateway url for id3v2 2009-12-12 16:23:03 +00:00
Joshua Peek
3f691f9adb New version of hub has an install rake task 2009-12-11 10:50:15 -06:00
Joshua Peek
b2df608d27 Use path.install dsl for hub formula 2009-12-11 10:26:08 -06:00
Joshua Peek
87ef75bc24 hub formula 2009-12-11 10:13:57 -06:00
Max Howell
6f5b324fad Fix qt.rb line 56 2009-12-07 17:42:40 +00:00
Max Howell
522c1651cc Fix mplayer formula; Fixes Homebrew/homebrew#172
This is horrible in that I had to disable all optimisations and mplayer is the kind of tool that really gets a boost out of them!

I hope they release another tarball soon.
2009-12-07 15:32:40 +00:00
Michael Dwan
eba764decb Updating mongodb to version 1.1.4 2009-12-06 18:55:01 -06:00
Florian Sowade
a3f48460bf Use Homebrew CFLAGS in ohcount formula
ohcount sefaults with optimisation enabled, so
I set it to -O0 manually.
2009-12-06 15:35:23 +00:00
Florian Sowade
b0636b5edd Formula for ohcount
Ohcount is the source code line counter that
powers Ohloh. Ohcount supports over 70 popular
programming languages, and has been used to count
over 6 billion lines of code by 300,000
developers!
2009-12-06 15:35:23 +00:00
Florian Sowade
fa8d0f3a93 Bump wget from 1.11.4 to 1.12 2009-12-06 15:31:58 +00:00
Max Howell
79ae5bb593 Add regression test function
Nothing runs it yet, but we can add plumbing later.
2009-12-06 15:30:23 +00:00
Max Howell
488a0c69f5 Update Erlang manuals to R13B03 2009-12-06 15:30:04 +00:00
Max Howell
f7881114f3 Fix Erlang crypto plugin 2009-12-06 15:29:16 +00:00
Michael Malone
94d1324b98 Added Forumla for building ngrep. 2009-12-06 13:57:07 +00:00
Pierre Riteau
694debf0a7 Fix require in FreeImage formula 2009-12-06 12:07:42 +01:00
Max Howell
e2f188c040 ENV.libxml2 seemingly required for some people 2009-12-05 19:09:16 +00:00
Mike Arthur
8c057bdc3c Add Akonadi formula and dependencies. 2009-12-05 19:09:16 +00:00
Max Howell
4731d17805 DRY out the X11 detection code 2009-12-05 19:09:15 +00:00
Mike Arthur
4c1c677fee Standardise on d-bus.rb
Improve dbus formula.

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

The patch was merged upstream.

The launchctl stuff apparently didn't work properly.
2009-12-05 19:09:07 +00:00
Mike Arthur
2d750c3893 Add shared-mime-info formula. 2009-12-05 18:26:47 +00:00
Ben Blackburne
1fd4f3c876 Fossil version bump
Old version 404s
2009-12-05 18:14:59 +00:00
Stephen Caudill
590f13efd1 Allow REE to be built shared 2009-12-05 18:09:20 +00:00
Eric Cosselman
aeef3e509f fix for irssi perl support 2009-12-05 17:58:25 +00:00
Paul J. Davis
a3646446cf New formula for Google's V8 JavaScript engine.
The visibility=default flag will cause me nightmares.
2009-12-05 17:55:40 +00:00
Paul J. Davis
a31d3d7e95 Adding a formula for GNU Portable Threads. 2009-12-05 17:50:31 +00:00
Tom Lieber
6604c77827 added libsndfile package
Signed-off-by: Max Howell <max@methylblue.com>

Added md5 and removed cmake cruft.
2009-12-05 17:49:08 +00:00
Markus Prinz
8179c9cf63 Add Clang as an option to LLVM formula 2009-12-05 17:43:46 +00:00
Markus Prinz
a05c9051d1 Update LLVM formula to 2.6 2009-12-05 17:43:46 +00:00
doppler
c3c004354d Tweak libqrencode formula to require pkg-config 2009-12-05 17:42:56 +00:00
Alkesh Vaghmaria
9e2cfe703c corkscrew 2009-12-05 17:40:09 +00:00
Max Howell
40148999b4 Add missing md5 and homepage, install manpages to correct location 2009-12-05 17:39:20 +00:00
Matthieu
326c218e6c cmatrix is a terminal screensaver 2009-12-05 17:36:45 +00:00
Mihai Anca
6357959947 Added ccd2iso 0.3 2009-12-05 17:09:49 +00:00
Max Howell
17cf787a7d Install manpages to correct location 2009-12-05 17:00:13 +00:00
Dan Walters
cb2b22085e poppler 0.12.2
Poppler is a PDF rendering library based on the xpdf-3.0 code base.  It comes with several utilities, including pdftotext and pdftohtml.
2009-12-05 17:00:13 +00:00
Dan Walters
90e57c8319 cabextract v1.2
cabextract is Free Software for extracting Microsoft cabinet files, also called .CAB files, on UNIX or UNIX-like systems.
2009-12-05 17:00:13 +00:00
Dan Walters
c334c5d01b usbmuxd v1.0.0-rc2
USB Multiplex Daemon. This bit of software is in charge of talking to your iPhone or iPod Touch over USB and coordinating access to its services by other applications.
2009-12-05 17:00:09 +00:00
Dan Walters
2eacd177ba Update to node.js v0.1.20. 2009-12-05 16:44:04 +00:00
Dan Walters
c34a3e3c42 duplicity 0.6.62
Duplicity backs directories by producing encrypted tar-format volumes and uploading them to a remote or local file server.
2009-12-05 16:43:35 +00:00
Dan Walters
b2ead90632 iodine 0.5.2
iodine lets you tunnel IPv4 data through a DNS server.
2009-12-05 16:43:07 +00:00
Dan Walters
0eb3086eb5 Add formula for id3v2. 2009-12-05 16:43:07 +00:00
Dan Walters
d9f0201329 New formula for FreeImage. 2009-12-05 16:43:07 +00:00
Johannes Beigel
d632c42657 added formula for re2c 2009-12-05 16:42:25 +00:00
Daniel Huckstep
d41f07ca50 V8 Javascript Engine formula 2009-12-05 16:42:17 +00:00
Justin Weiss
0004d67e9f msmtp formula.
An SMTP client with a sendmail compatible interface.
2009-12-05 16:35:36 +00:00
Markus Heberling
042a722cf1 Added formula for dns2tcp 2009-12-05 16:33:37 +00:00
Daniel Schobel
c5e79ad5cf Add Midnight Commander formula
Signed-off-by: Max Howell <max@methylblue.com>

Renamed from mc to midnight-commander, added mc alias.
2009-12-05 16:32:56 +00:00
Max Howell
0dd19547c9 Use OS X provided libpng
And remove some unecessary configure flags.
2009-12-05 16:17:58 +00:00
Travis Cline
26d898ba29 Added gdal formula.
GDAL is a translator library for raster geospatial data formats.
2009-12-05 16:12:51 +00:00
Dan Peterson
1dd4eaac0a add picocom 2009-12-05 16:11:12 +00:00
Ben Bleything
6c4eabdf9e Par 1.52
par is a paragraph reformatter, vaguely similar to fmt, but better.
2009-12-05 16:08:24 +00:00
Ben Bleything
0b94132a72 Unison 2.32.52
The smart file synchronizer
2009-12-05 16:08:20 +00:00
Max Howell
13f4edebf4 Force IO to install into the prefix of our choosing 2009-12-05 15:59:37 +00:00
Jordan Bracco
3558cc3b95 Formula for Bazaar (bzr)
Fixes Homebrew/homebrew#152
2009-12-05 15:59:37 +00:00
Jordan Bracco
ddff4910f4 lockrun formula; Run cron job with overrun protection 2009-12-05 15:59:37 +00:00
Jordan Bracco
d0f3ae2056 Gist formula 2009-12-05 15:59:37 +00:00
Jordan Bracco
c677ba65d9 ii; minimalist FIFO and filesystem-based IRC client 2009-12-05 15:59:31 +00:00
Jordan Bracco
fc83afbff1 io language 2009-12-05 15:58:20 +00:00
Jordan Bracco
d86604247d Cowsay & Cowthink \o/ 2009-12-05 15:58:18 +00:00
Jordan Bracco
9401acd220 Formula for ctorrent bittorent client. 2009-12-05 15:58:13 +00:00
Jean-Sébastien Ney
acce27e5e1 Add swfmill formulla 2009-12-05 15:20:38 +00:00
Mike Arthur
b3900f37dd Be nicer to Sourceforge by using their gateway server
Thus we download from the best mirror always.
2009-12-05 15:09:31 +00:00
David Reynolds
142acd7252 Adding wakeonlan recipe 2009-12-05 14:45:51 +00:00
David Reynolds
7777efda59 Install the git completion file into etc/bash_completion.d 2009-12-05 14:44:47 +00:00
Adam Vandenberg
c3d2f48092 Fix gnu-smalltalk library for Snow Leopard.
Fixes Homebrew/homebrew#123
2009-12-05 14:39:10 +00:00
Florian Sowade
69937d0367 Bump boost from 1.40.0 to 1.41.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>

Signed-off-by: Max Howell <max@methylblue.com>
2009-12-05 14:39:06 +00:00
Max Howell
5e0b7baf1a Fixes broken SubversionDownloadStrategy
Being able to commit parts of diffs can bite you if you aren't careful.
2009-12-04 18:16:32 +00:00
Ash Berlin
fcfb4ddc60 Add patch for boost to fix 64bit boost-test issue
Without this fix applied using the test framework will yield a double free error at exit time.
2009-12-04 18:03:26 +00:00
Ash Berlin
1887903494 bump spidermonkey to a recent revision
This gives us tracemonkey/JIT capable version. As the comment says, there are no proper releases
2009-12-04 18:03:26 +00:00
Ash Berlin
a9067976ad keg-only autoconf 2.13
Spidermonkey needs version 2.13 to configure repository versions -- more recent versions of autoconf (like those that ship with OSX) dont work.

This formula based on the Macports version.
2009-12-04 18:03:08 +00:00
Ash Berlin
e6a5f79b68 premake 4.1.2
A minimalisitc autoconf/cmake like tool that uses lua for its input files.
2009-12-04 18:03:02 +00:00
Ash Berlin
2fda8fe5b1 cmake 2.8.0
Update to latest version released 2009/11/04
2009-12-04 18:02:28 +00:00
Max Howell
0531c8081f Some more aliases 2009-12-04 14:16:45 +00:00
Max Howell
d169330668 Install Fish docs; fixes Homebrew/homebrew#154 2009-12-04 14:16:45 +00:00
Max Howell
6abe5a023f Fix mpg123 on Snow Leopard
Also correctly applies optimisations based on chip and that.
2009-12-04 14:16:04 +00:00
Niket Patel
a0fa11152f 1.9.2 seems to solve problem on 32 bit macbook 2009-12-04 12:31:46 +00:00
David Höppner
4b403c4bf6 jruby: Fixes Homebrew/homebrew#173 2009-12-03 14:18:53 +01:00
David Höppner
4ed522289a vala: update to version 0.7.8 2009-12-03 14:07:28 +01:00
Max Howell
f4f7a93c2f Fixes Homebrew/homebrew#125 2009-12-02 15:23:22 +00:00
Max Howell
6e9ff4ea95 Fix Parrot on Leopard; Fixes Homebrew/homebrew#146 2009-12-02 15:18:02 +00:00
Alex Payne
a68f29efea update to current stable version of Scala: 2.7.7 2009-12-02 13:10:13 +00:00
Jannis Leidel
c961a0ffdc Added pip and setuptools formula
As discussed on IRC this simplifies the Python
packaging strategy of Homebrew. It's a modified
version of the hints given on http://bit.ly/HomebrewPython
and renders them unnecessary.

setuptools and pip will be installed separately
from Python's site-packages (e.g.
"#{prefix}/lib/pip") but will install other
packages in the Python's site-packages directory
and *not* inside their own directories.

In case the Python brew is removed or unlinked
all packages installed with pip will be removed
or unlinked, too. When using the non-framework
install of Python (e.g. not the OS X' default)
these restrictions also apply in case of the
installation of a new version of Python.
2009-12-02 12:53:00 +00:00
Jannis Leidel
b26ccf67fd Added uWSGI formula
"uWSGI is a fast (pure C), self-healing, developer-friendly
WSGI server, aimed for professional python webapps
deployment and development."
2009-12-02 12:53:00 +00:00
Jannis Leidel
92208a2938 Added xapian formula
Xapian is a highly adaptable toolkit which allows developers to easily
add advanced indexing and search facilities to their own applications.
It supports the Probabilistic Information Retrieval model and also
supports a rich set of boolean query operators.

This includes the xapian bindings for PHP, Ruby, Java and Python.
2009-12-02 12:53:00 +00:00
Jannis Leidel
71d2b0881e Added woof formula.
Woof (Web Offer One File) is a small simple stupid
webserver that can easily be invoked on a single
file or dir, just do a

     $ woof filename

and tell the recipient the URL woof spits out.
When he got that file, woof will quit and
everything is done.
2009-12-02 12:53:00 +00:00
Jannis Leidel
38836535a9 Added iftop formula.
"iftop does for network usage what top does for
CPU usage. It listens to network traffic on a
named interface and displays a table of current
bandwidth usage by pairs of hosts."
2009-12-02 12:53:00 +00:00
Max Howell
afe6d84351 Warn users that gems can be troublesome with our formula 2009-12-02 12:41:23 +00:00
Max Howell
3d5c44bdae Revert "Don't install gem or rake"
This reverts commit d0ed812b3dfa94507ac3c6c9b4a8ec54c1f3251f.

Fixes Homebrew/homebrew#129
2009-12-02 12:37:30 +00:00
Max Howell
93fd38bbed Depend on subversion for Leopard; Fixes Homebrew/homebrew#87
The Subversion bundled with Leopard doesn't export externals, so the build fails.
2009-12-02 12:26:51 +00:00
Max Howell
49fb8a1b96 Make icu4c keg-only
Fixes Homebrew/homebrew#167.
2009-12-02 11:38:57 +00:00
Max Howell
6e317a6d4d Actually, only CouchDB depends on icu4c 2009-12-02 11:38:15 +00:00
Max Howell
962171cd3b Update SDL_mixer to 1.2.11
Fixes Homebrew/homebrew#147
2009-12-02 11:07:59 +00:00
Max Howell
b272c2060e Advise user that mtr may require sudo
See Homebrew/homebrew#166
2009-12-02 10:53:09 +00:00
Jannis Leidel
9f9d9e2bb1 Don't install the mtr binary in bin/ additionally
Fixes Homebrew/homebrew#166
2009-12-02 10:50:55 +00:00
Max Howell
34919867ff Use a stable revision
This one built on 10.6, not tested on 10.5.
2009-12-02 10:38:41 +00:00
Max Howell
e286e8dce3 Use a stable commit
I picked the one from before the point that configure broke.

Git blame ftw.
2009-12-02 10:38:26 +00:00
Max Howell
8d8005612c Put more aliases in the formula 2009-12-02 09:45:15 +00:00
Max Howell
e6ea7003c7 Rename gprolog.rb gnu-prolog.rb
As per our naming policies.
2009-12-01 12:07:34 +00:00
Kieran Pilkington
d0d3ba31ee Fixes Ghostscript formula when Jasper is installed
Fixes Homebrew/homebrew#113.
2009-12-01 12:07:34 +00:00
Michael Shapiro
5dd7e4c73a Updating MySQL formula to 5.1.41 (5.1.39 completely fails)
Appears to patch, compile and function fine, though I've done no serious testing.
2009-12-01 12:07:34 +00:00
Max Howell
60d6bf144d Google App Engine formula 2009-12-01 12:07:34 +00:00
Max Howell
9c80d32be7 Erlang R13B03
Remove the __END__ patch as it is now fixed.

Removed some patches that make no sense for us.
2009-12-01 12:07:33 +00:00
Adam Vandenberg
2b36b9de74 Add alias to libmikmod 2009-11-19 14:03:07 -08:00
Adam Vandenberg
e441192b74 Add alias support to formulae
* brew install will find an aliased formula
* aliases are searched against
* warn when creating a new formula that has an existing alias.

If Subversion has an alias "svn", then warn when the user tries to
create a new formula "svn". The formula can still be created, though
the user should make sure it's not a duplicate of the existing
aliased one.

Subversion and Objective-Caml formulas get some alises here, so we have
something to test against.
2009-11-19 14:03:07 -08:00
Adam Vandenberg
38f9ae9fac Fix quoting in gnu-tar formula. 2009-11-18 15:47:13 -08:00
Luke Amdor
31130182ff Updated jruby to 1.4.0
Adam V: Also, remove non-Darwin native libs.
2009-11-18 10:09:21 -08:00
Adam Vandenberg
ac18f90be7 ScummVM 1.0 2009-11-18 08:57:04 -08:00
Adam Vandenberg
8c62f12ba5 Git 1.6.5.3 2009-11-18 08:40:50 -08:00
Adam Vandenberg
fb6b08aa52 Formula for GNU Prolog 2009-11-17 10:29:10 -08:00
Adam Vandenberg
711f45bf15 In honor of Go, added formula for Algol 68 Genie.
See: http://www.cowlark.com/2009-11-15-go/
2009-11-16 17:47:31 -08:00
Adam Vandenberg
e535eeece6 JRuby - only keep darwin native libraries. 2009-11-16 13:08:46 -08:00
Adam Vandenberg
5bd3708abf Update Wine to 1.1.33 2009-11-16 13:08:46 -08:00
Adam Vandenberg
51c6628f08 Update mpg123 to 1.9.1 and fix it for 10.5 2009-11-16 13:08:46 -08:00
Adam Vandenberg
0ce9a7ebc2 FileZilla 3.3.0.1
FileZilla is a free (GPL) FTP (and other file protocol) client.

Note: This formula is not yet compiling on Snow Leopard
2009-11-16 13:08:32 -08:00
Adam Vandenberg
28ab97e6b0 Updated GnuTLS to 2.8.5
Previous version didn't compile on Snow Leopard.
TODO: Enable Guile support if requested, or if Guile has previously
been installed. I'll leave it for any Guile users out there to provide
a patch.
2009-11-16 13:08:31 -08:00
Adam Vandenberg
45cf693db8 wxWidgets - use bz2 download. 2009-11-13 20:30:58 -08:00
Kieran Pilkington
c31abccaee wxWidgets for Mac
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2009-11-13 20:30:58 -08:00
Adam Vandenberg
88efb5d5dc pkg-config - modernize properties. 2009-11-13 20:30:57 -08:00
Adam Vandenberg
335906c1de Ctags - remove quotes from mandir 2009-11-13 20:30:57 -08:00
Antonio Touriño
61bb2dc7d6 Fixed MongoDB::Hardware error on mongodb install 2009-11-11 19:17:00 -05:00
Max Howell
2cdecae27b Go formula
New language from Google.
2009-11-11 23:05:04 +00:00
Max Howell
716dae1d28 Don't install gem or rake
Because the system comes with them. Having two of these is just complicated.
They are both gems themselves, so gem that is already installed manages them.

Optional flag to install them anyway.
2009-11-11 23:04:56 +00:00
Gavin Heavyside
a7bb2f5ade Bump libtiff from 3.9.1 to 3.9.2 2009-11-11 22:38:10 +00:00
Gavin Heavyside
9ba1d74882 New formula for doxygen, patched to build on Snow Leopard 2009-11-11 21:51:44 +00:00
Gavin Heavyside
0ad887ad98 Formula for the Shapefile C library
This doesn't have a configure script, and the Makefile is basic. Installation
steps are based on the macports portfile.

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

Replaced most system calls with Ruby equivalents.
2009-11-11 21:50:01 +00:00
Alexander Solovyov
17b742601c fix download paths for mhash and mpg123 2009-11-11 22:54:11 +02:00
Alexander Solovyov
9f9d644e47 add plist to memcached 2009-11-11 22:54:11 +02:00
Jannis Leidel
b8149ef225 Fixed rabbitmq formula
Fixes Homebrew/homebrew#127
2009-11-11 19:59:41 +00:00
elliottcable
13ea796ab5 Cleaning breaks out the v8 symbols in Node.js, which are necessary to build .node extensions. 2009-11-11 19:18:56 +00:00
elliottcable
2abc8af6bd Applied Mark Norman Francis’ patch to fix the [Deprecated] warnings from Java 2009-11-11 19:18:55 +00:00
Erik Kastner
5dd78de1af removing two dependencies from swftools - thanks juni0r 2009-11-11 19:15:24 +00:00
pedro
8723167641 Updating node.rb and mongodb.rb Formulas to latest version. 2009-11-11 19:12:50 +00:00
Gavin Heavyside
c4ce764b43 on 10.6.2 pv won't build successfully with llvm 2009-11-11 19:11:13 +00:00
Gavin Heavyside
ec31bc9999 split command and arguments to system call 2009-11-11 19:07:45 +00:00
Ben Olive
bd4e1d3a9f Groovy formula
Groovy is an agile dynamic language for the Java Platform.
2009-11-11 18:58:36 +00:00
Max Howell
eb73bc8aa0 Fixes Homebrew/homebrew#126; configure breaks with 64 bit kernel 2009-11-11 17:29:35 +00:00
Faisal N. Jawdat
f59a7ed021 ruby formula forces gcc, to work around llvm breakage 2009-11-09 15:44:39 -08:00
Max Howell
69ed3c7a3b Really use a working mirror this time
This one is what MacPorts use so I'm guessing it works for real.
2009-11-09 22:22:55 +00:00
Adam Vandenberg
9a6f81de28 Add formula for dtach. 2009-11-09 18:35:39 +00:00
Adam Vandenberg
db8fd004fd Formula for Adamem emulator. 2009-11-09 18:35:39 +00:00
Adam Vandenberg
1ede1683cc MongoDB - add --32bit option to force 32 bits; don't strip binaries. 2009-11-09 18:35:39 +00:00
Adam Vandenberg
6a79c428ff GNU Grep 2.5.4
This is newer than the OS X provided Grep, and has new features required by
the nice_find plugin for TextMate:

    http://github.com/briancollins/nice_find

"OS X grep doesn't support --exclude-dir and --exclude only works on filenames"
2009-11-09 18:35:39 +00:00
Kieran Pilkington
3e600f64bd Libxml2
Providing a keg only version of libxml2. The one provided by Mac is old and doesn't contain some files used by some games.
2009-11-09 18:31:52 +00:00
Kieran Pilkington
7dc61cafff Update Nspr 2009-11-09 18:25:09 +00:00
Kieran Pilkington
9c430f9d83 Enet 2009-11-09 18:25:08 +00:00
Max Howell
d876c0add6 Let's have an Erlang without serious performance issues
Fixes Homebrew/homebrew#120
2009-11-09 17:56:16 +00:00
Charles Dale
ec51a25a89 Fix malloc crash due to case-insensitive filesystem per http://trac.macports.org/changeset/56880 2009-11-09 14:29:34 +11:00
Max Howell
10206ee74d Update playdar to erlang build 2009-11-08 22:00:03 +00:00