Commit graph

9008 commits

Author SHA1 Message Date
Yogesh Girdhar
2b64269a58 opencv patched to compile with clang
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-16 22:06:16 -07:00
Adam Vandenberg
37511bd570 fix some wrapper scripts 2012-03-16 21:59:28 -07:00
Adam Vandenberg
71f3c18bfc Remove bashreduce.
Moving this head-only formula to homebrew-alt.
2012-03-16 21:58:26 -07:00
Trevor Muñoz
16386daced Jing 20091111
Jing is a tool for validating XML documents according to RelaxNG schema.
Manual can be found at: http://www.thaiopensource.com/relaxng/jing.html

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-16 21:56:28 -07:00
Trevor Muñoz
406ba06726 Trang 20091111
Trang is a schema converter for XML. Trang can convert between
RelaxNG (XML syntax), RelaxNG Compact, XML DTDs, W3C XML
Schemas.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-16 21:53:37 -07:00
Adam Vandenberg
c5e4bc3619 Octave 3.6.0
Closes Homebrew/homebrew#10907.
2012-03-16 21:51:15 -07:00
nibbles 2bits
078c2b6264 mkclean: fix compile with XCode-4.3
Fixes compiler error with mkclean-0.8.6 and XCode-4.3+ due to a
hardcoded /Developer and macosx-version-min.  Those are set to the
optimal value by default.

- inreplace was failing due to unnoticed fix upstream.
- remove inreplace
- patch if MacOS.prefer_64_bit, don't set SDK path or min version.

Reported upstream, noted in formula.
https://sourceforge.net/tracker/?func=detail&aid=3505611&group_id=68739&atid=522228

Closes Homebrew/homebrew#10970.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-16 22:17:46 -05:00
nibbles 2bits
be22982889 mkvalidator: fix compile error with XCode-4.3
Mkvalidator suffers the same problems as mkclean, a hardcoded
path to /Developer and a version-min=10.6.  This removes a broken
inreplace, adds a patch to not force an SDK path on 64bit systems
nor a minimum version.  Unreported, but identical to mkclean that
was reported.  Fixes compile errors on Lion.

Closes Homebrew/homebrew#10971.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-16 22:17:45 -05:00
James Pearson
8c21427fa0 tidyp: use https for GitHub download
Closes Homebrew/homebrew#10974.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-16 18:12:46 -07:00
Robert Tully
a0f2d706ec ruby: Remove unrecognised configure flags.
Removed --disable-debug and --disable-dependency-tracking, which the configure script does not recognise.

Closes Homebrew/homebrew#10982.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-16 18:12:32 -07:00
Adam Vandenberg
e48205876e Re-add redland
Closes Homebrew/homebrew#10985.
2012-03-16 18:08:08 -07:00
Hans-Peter Suter
d330f77cf3 QuickFIX 1.13.3
QuickFIX is a full-featured open source FIX engine, currently compatible
with the FIX 4.0-5.0 spec.

Closes Homebrew/homebrew#8962.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-16 18:03:12 -07:00
Adam Vandenberg
efc62756c2 Remove pyp
pyp is now available on pypi:
http://pypi.python.org/pypi/pyp/2.11

It can be installed with pip or easy_install.

Closes Homebrew/homebrew#10986.
2012-03-16 17:51:07 -07:00
Jose Diaz-Gonzalez
990c33e2a0 Remove PHP formula from homebrew.
Refs Homebrew/homebrew#10673. Closes Homebrew/homebrew#10957.

Signed-off-by: Max Howell <max@methylblue.com>
2012-03-16 22:43:06 +00:00
Charlie Sharpsteen
5342e947ed R: Update to 2.14.2
Also updated R bash completion script to latest version.
2012-03-16 15:40:08 -07:00
Jack Nagel
22ddda9864 Explicitly set OBJC in the environment
Fixes Homebrew/homebrew#10951.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-16 16:36:17 -05:00
Jack Nagel
f0ab6455bb Depend on bsdmake where necessary
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-16 16:19:07 -05:00
Jack Nagel
763d838875 New formula: bsdmake
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-16 16:19:04 -05:00
Lee Mallabone
b0401b4f47 dovecot 2.1.3
Upgrades dovecot to the latest stable version. Upgrading from 2.0 is
"mostly compatible" with the following points of note:
    http://wiki2.dovecot.org/Upgrading/2.1

Closes Homebrew/homebrew#10990.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-16 16:02:45 -05:00
Misty De Meo
99b8d3fb2d ffmbc 0.7-rc6 2012-03-16 09:46:31 -05:00
Misty De Meo
dc2747d1ca coffee-script: Fix typo in requirements 2012-03-16 09:27:40 -05:00
Adam Vandenberg
bfea4abf9b Python 3: use distribute 0.6.25. 2012-03-16 07:15:34 -07:00
Stian Eikeland
16033e5f5e tinc 1.0.17
update tinc to v1.0.17

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-16 07:14:44 -07:00
Jannis Leidel
542e39c553 Python: use distribute 0.6.25.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-16 07:14:05 -07:00
Adam Vandenberg
6f7f9f3b8d coffee-script: also check if node is installed w/ brew 2012-03-16 07:12:19 -07:00
Zhitong He
ff85052ea5 nu 2.0.1
Closes Homebrew/homebrew#9539.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-15 21:11:29 -07:00
Leon Zhang
1c2e55247c highlight 3.8
Also, fix compiling against lua for non-/usr/local/ installs.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-15 20:55:36 -07:00
John Harrison
a78cbc496a libtiff: add --universal
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-15 20:49:06 -07:00
Tom Saeger
f14b5d30d0 squirrel 3.0.2
Also added pkg-config libsquirrel.pc

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-15 20:46:30 -07:00
Jaeho Shin
01fa1137a4 miniupnpc: fix for non-/usr/local Homebrew
When installed from Homebrew that's not on /usr/local, dyld complains it
can't find libminiupnpc.8.dylib.  Fixed this by passing absolute path to
-Wl,-install_name when linking.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-15 20:42:06 -07:00
Robert Tully
740cfc03b0 gtmess 0.9.7
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-15 20:30:22 -07:00
Seyi Ogunyemi
0b326b3b12 smlnj 110.74
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-15 20:26:13 -07:00
Adam Vandenberg
8c13b4178b SpiderMonkey: remove an inreplace
This does not seem to be needed in 1.8.5, at least on
Snow Leopard and above.

Closes Homebrew/homebrew#10574.
2012-03-15 20:23:08 -07:00
Dusty Leary
a21714e88f zookeeper: make C binding optional
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-15 20:21:31 -07:00
Mark Simpson
5000205428 Lifelines 3.0.63 - a curses based geneology tool
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-15 20:19:39 -07:00
Brad Ackerman
6a38fe07bf osm2pgsql: add optional dep on protobuf-c
Also, use a Postgresql requirement

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-15 20:14:47 -07:00
Jack Nagel
b0a3b9eaf2 play: fix audit warning
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-15 22:08:17 -05:00
Adam Vandenberg
d4467e89e4 Play: use block form 2012-03-15 19:48:40 -07:00
Georg Kreimer
ebbdf347d6 Play 2.0
Version 1.2.4 can be installed from Homebrew-alt:

brew install https://raw.github.com/adamv/homebrew-alt/master/versions/play12.rb

Closes Homebrew/homebrew#10923.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-15 19:45:07 -07:00
Elliot Saba
76a16bb26a Tesseract: add explicit leptonica include path
Fixes compilation for non-/usr/local/ HOMEBREW installs.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-15 19:41:28 -07:00
Adam Vandenberg
11ffea11e7 freerdp: fix audit warning 2012-03-15 19:36:58 -07:00
Ricardo Oliveira
d0a72aeca6 gst-plugins-bad: use the right compiler
Closes Homebrew/homebrew#10973.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-15 21:35:12 -05:00
James G. Kim
53eef79bab CouchDB: use git repo and fix SpiderMonkey include path
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-15 19:32:49 -07:00
Jack Nagel
3dd3e677d0 ftimes: remove openssl dep
The dep on openssl is unconditional and undocumented; the ftimes docs
seem to indicate that 0.9.7f is sufficient which would make it
unnecessary even on Leopard.

Also fix a couple of style nits.

Closes Homebrew/homebrew#10953.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-15 21:31:52 -05:00
MHC12
107961afeb mpg123 1.13.6
Closes Homebrew/homebrew#10968.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-15 18:30:23 -07:00
Michael Huynh
77210000c2 gabedit 2.4.0
Gabedit is a Graphical User Interface for Gamess-US, Gaussian, Molcas,
Molpro, MPQC, OpenMopac, Orca, PC Gamess and Q-Chem computational
chemistry packages.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-15 18:21:46 -07:00
Jack Nagel
cc638908c8 mysql: prune clang-isms from mysql_config --cflags
Closes Homebrew/homebrew#10549.
cf Homebrew/homebrew#10842.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-15 20:05:00 -05:00
Ben Lovett
76e9c99b04 pdksh 5.2.14
Closes Homebrew/homebrew#10593.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-15 18:01:36 -07:00
Trevor Wennblom
a9813fa385 phyml 20110919
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-15 17:58:03 -07:00
Bernhard Miklautz
9f3a3a17fa freerdp 1.0.0
FreeRDP is a free implementation of the Remote Desktop Protocol (RDP).
Version 1.0.0 is complete rewrite and has a lot of new features.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-15 17:52:24 -07:00