Commit graph

9045 commits

Author SHA1 Message Date
Robert Shaw
20e19f6bbd perforce-server 2011.1/428451
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-17 10:27:14 -07:00
Bruno Santos
8a3c43c9e0 ntfs-3g: add support script and instructions for automounting
The support script will set the permissions for the current logged in
user, otherwise it will set them for the user that installed ntfs-3g.
The automount support script is based on the information provided at
http://fernandoff.posterous.com/ntfs-write-support-on-osx-lion-with-ntfs-3g-f

Closes Homebrew/homebrew#10959.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2012-03-17 11:42:33 -05:00
Adam Vandenberg
e58cd4d573 Minuit2 5.28.00
Minuit2 is a numerical function minimization library
2012-03-17 09:41:08 -07:00
Jack Nagel
a52ab0c49d bsdmake is a build-time dep
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-17 11:16:45 -05:00
Adam Vandenberg
bda46f6642 nethack: take credit for all the patching 2012-03-17 08:53:40 -07:00
Jack Nagel
14a6d0e2ee cdecl: needs -std=gnu89
cdecl uses "restrict" as a variable name, but "restrict" is a keyword
in C99.

Fixes Homebrew/homebrew#11005.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-17 10:38:55 -05:00
seph
4756a71f05 mobile-shell 1.0
Closes Homebrew/homebrew#10911.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-17 08:37:12 -07:00
Alexis Hildebrandt
751536fee0 minicom 2.6.1
Closes Homebrew/homebrew#11000.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-17 08:33:34 -07:00
Alexis Hildebrandt
5c62e05995 ktoblzcheck 1.3.7
Closes Homebrew/homebrew#11001.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-17 08:33:16 -07:00
Alexis Hildebrandt
1174ac71b4 haproxy 1.4.20
Closes Homebrew/homebrew#11002.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-17 08:32:04 -07:00
Doc Walker
13a36dcbd0 git-extras 1.5.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-17 08:31:34 -07:00
poppen
8b71b8cd86 duply 1.5.5.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-16 23:27:19 -07:00
Adam Vandenberg
a61549ee51 Remove ninja.
Moving this head-only formula to homebrew-alt.
2012-03-16 22:09:22 -07:00
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