Commit graph

6643 commits

Author SHA1 Message Date
guns
998cc78052 feh: fix missing fonts issue, update to 1.16
Building feh without PREFIX=... leads to errors about missing fonts,
since the builtin font paths are hardcoded relative to the PREFIX.

The prefix must be supplied during build, and perhaps during install
(which must be done separately since there is no build dependency on
installation).

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-06 22:53:58 -05:00
Joshua Peek
f7cbbefb3d New formula: ruby-build 20110906
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-06 22:49:51 -05:00
Dylan Vassallo
129c680945 szl: depend on pcre
Apparently OS X doesn't include the PCRE headers, which szl's configure
looks for, even though it ends up linking against the system PCRE dylib.

See nginx for similar behavior.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-06 16:59:20 -05:00
Jack Nagel
f10e8aaa88 Revert "gmp: build with ENV.universal_binary"
This broke the build for a lot of people, and since nothing of import
explicitly requires a universal build, I think it's best to just revert
it for now.

Though I would really like to get GMP building universal eventually, so
patches welcome.

This reverts commit c0b2528a705891af3f1be9bc33397a334c903655.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-06 16:23:34 -05:00
Jack Nagel
81a869cfbf pcre 8.13
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-06 14:12:04 -05:00
William Woodall
08e6a89ca9 log4cxx: add --universal option
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-06 13:43:43 -05:00
Mark A. Matienzo
cd5a4c10d6 bagit 3.13
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-06 13:29:15 -05:00
Carlos Borroto
352c8fd1c2 samtools 0.1.18
Install tools in misc/ to bin.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-06 13:27:16 -05:00
Paul Phillips
0a09a0db07 jenkins: Update to 1.428
Also add a --HEAD option.

Closes Homebrew/homebrew#7438.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-06 07:58:43 -07:00
Xiyue Deng
66ed9dd796 libtrace: Update to 3.0.11
Closes Homebrew/homebrew#7446.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-06 07:51:22 -07:00
Xiyue Deng
d7cb0d483a autoconf-archive: Update to 2011.07.17
Closes Homebrew/homebrew#7449.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-06 07:48:49 -07:00
Yasuharu NAKANO
624315f39a groovy: Update to 1.8.2
Closes Homebrew/homebrew#7448.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-06 07:45:51 -07:00
Martin Lau
747008564d Fantom: Update to 1.0.60
Closes Homebrew/homebrew#7452.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-06 07:43:42 -07:00
William Woodall
0c0038264d gtest: Added --universal option
Closes Homebrew/homebrew#7425.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-06 07:34:39 -07:00
Charlie Sharpsteen
f83bf2aaa2 Thrift: Disable Erlang language bindings
Apparently the Erlang bindings don't build reliably either.

Closes Homebrew/homebrew#7427.
2011-09-06 07:20:26 -07:00
Mike McQuaid
65529cc04c Add Qt 4.7.4. 2011-09-06 14:34:24 +01:00
Max Howell
a789361640 libsegsv will not build with LLVM-2335
Fixes Homebrew/homebrew#7451.
2011-09-06 11:21:48 +01:00
Marc
aeea17e372 emacs: quote alias value in caveats
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-05 17:25:15 -05:00
Brian Gernhardt
f8e0e75315 smlnj 110.73
This allows smlnj to be installed on OS X Lion.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-05 17:20:11 -05:00
Ludwig Schwardt
77e0eaa967 sox: add libsndfile as a dependency
By depending on libsndfile, SoX gains the ability to read and write
CAF (Core Audio Format) files, just like the afconvert command-line
utility. CAF is the preferred uncompressed audio file format on iOS
platforms.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-05 17:15:21 -05:00
Carlos Borroto
6c449975cc tophat 1.3.2
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-05 17:09:25 -05:00
Jack Nagel
7c4fb0817c ldapvi: remove unnecessary configure switch
This was actually preventing Homebrew's CFLAGS from being recognized.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-05 17:07:23 -05:00
Zsolt Tripolszky
c7077f6dbf ldapvi: fix namespace clash with Lion's getline()
The patch is in the upstream git repository, so it should be in the next
version. Fixes Homebrew/homebrew#6606.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-05 17:04:58 -05:00
Jack Nagel
c65989248b sphinx: enable libstemmer support
The upstream libstemmer project constantly changes the contents of the
tarball, so doing checksum verification isn't feasible unless we want to
be updating the formula constantly. Thus, use a head-only sub-formula
without a checksum.

Rather than make it an option, I've just set it to always build with
libstemmer per Homebrew/homebrew#5730. We can always add the option later if it's
necessary.

Includes an unrelated fix to put the var directory in
HOMEBREW_PREFIX/var.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-05 16:46:20 -05:00
Martin Schürrer
7cc4c2a812 New formula: apparix
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-05 15:40:12 -05:00
Jack Nagel
d36b433439 wdiff 1.0.0
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-05 15:27:52 -05:00
Aku Kotkavuo
7ab7ddaabc Python 3.2.2
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-05 14:17:46 -05:00
Eric Davis
9540280d23 memcached 1.4.7
Also, update the homepage.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-05 14:17:42 -05:00
Max Howell
b3ccbe8427 Warn user that IO fails to build often
Refs Homebrew/homebrew#7399
2011-09-05 09:44:53 +01:00
Jack Nagel
1bdefb6a42 Clarify fails_with_llvm in bdw-gc and stklos
bdw-gc fails with LLVM build 2335, but stklos shouldn't fail at all
anymore since bdw-gc is now an explicit dependency instead of being
built internally.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-05 03:31:50 -05:00
Jack Nagel
c1c7d3507f strklos: use external bdw-gc
This adds 'bdw-gc' as a dependency and fixes compilation on systems
where ucontext is deprecated. We could just duplicate the fix here, but
listing it as a dependency instead also avoids a symlink race for the
bdw-gc libraries.

Should fix Homebrew/homebrew#7423, for real this time.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-05 03:15:47 -05:00
Jack Nagel
3bc9d509c9 stklos: mark as fails_with_llvm, update to 1.01
Should fix Homebrew/homebrew#7423.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-04 22:41:54 -05:00
Jack Nagel
3e7ef4ccc3 gtest: fix gtest-config --libs invocation
The gtest-config script tries to be clever in determining its install
location, but Homebrew's cellar/prefix and symlinks confuse it. This
works around the 'cleverness' by lying to gtest-config.

Fixes Homebrew/homebrew#7009.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-04 21:34:13 -05:00
Jeffrey Hardy
532d92c5f4 protobuf: fix typo in fails_with_llvm
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-04 21:08:26 -05:00
Jeffrey Hardy
58d5431248 john: fix typo in fails_with_llvm
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-04 21:08:23 -05:00
Diwaker Gupta
ec34df431a Thrift: Update to 0.7.0
Closes Homebrew/homebrew#7319.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-04 17:30:08 -07:00
David Cox
01e487b3da New Formula: AntTweakBar
Closes Homebrew/homebrew#7176.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-04 16:51:03 -07:00
Ryan Senkbeil
b1207ca4a0 New Formula: GrADS
Closes Homebrew/homebrew#6479.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-04 16:27:56 -07:00
Charlie Sharpsteen
3442fa778d John the Ripper: Builds with LLVM >= 2335
Closes Homebrew/homebrew#7405.
2011-09-04 16:11:56 -07:00
Charlie Sharpsteen
d783199aca Protobuf: Builds with LLVM >= 2335 2011-09-04 16:09:08 -07:00
Charlie Sharpsteen
14b117a4f6 Redis: Builds with LLVM >= 2335
Closes Homebrew/homebrew#7393.
Closes Homebrew/homebrew#7416.
2011-09-04 16:05:01 -07:00
Dennis
38e52bf304 QuantLib 1.1
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-04 16:18:45 -05:00
Christian Tietze
98075a3c0d multimarkdown 3.1b1
Permitting a beta version to allow for compatibility with other tools
that rely on MMD.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-04 14:57:25 -05:00
Andy Christianson
3f5ea35a45 New formula: curlpp 0.7.3
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-04 14:34:16 -05:00
Alexis Hildebrandt
017f6387d1 aria2 1.12.1
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-04 14:19:45 -05:00
Alexis Hildebrandt
b2c759e718 ktoblzcheck 1.34
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-04 14:17:59 -05:00
Alexis Hildebrandt
6d68474fe9 haproxy 1.4.16
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-04 14:17:32 -05:00
Alexis Hildebrandt
307be85dd1 dcraw 9.10
Added jasper dependency.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-04 14:15:35 -05:00
Jack Nagel
568be46461 asciidoc: remove unused configure switch
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-04 14:12:43 -05:00
Sven Axelsson
922b350949 asciidoc 8.6.6
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-04 14:12:11 -05:00
Nick Barkas
a88bd352e4 udns 0.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-03 22:35:46 -07:00
Archimedes Trajano
65a1c713cf qrencode: patch for Lion / libpng 1.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-03 19:37:50 -07:00
Adam Vandenberg
8d38e3c6db gd: use alternate mirror; osgeo should be stable 2011-09-03 19:24:46 -07:00
Adam Vandenberg
db860b4f82 beanstalk: apply patch for libevent 2.x 2011-09-03 17:31:17 -07:00
Adam Vandenberg
23cdd5231c libevent 2.0.14 2011-09-03 17:28:07 -07:00
Jens Erat
f1421b24c2 qprint 1.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-03 17:21:33 -07:00
Jack Nagel
cf170f7c05 syslog-ng: fix dyld issue and update to 3.2.4
This includes a patch by @adamv to fix a silly environ/NSGetEnviron
issue, and an additional fix to get the linker to find glib and eventlog
symbols.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-03 17:28:33 -05:00
Adam Vandenberg
cc907b8d32 povray: enable llvm; add test 2011-09-03 14:14:24 -07:00
Jack Nagel
67ca8e2c7f nettle 2.4
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-03 14:35:03 -05:00
Cameron Walters (cee-dub)
4dbdc64830 PostgreSQL: set a StandardErrorPath
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-03 11:59:12 -07:00
Jon Roberts
059325b043 sshguard: added startup plist
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-03 11:56:27 -07:00
Nathan de Vries
1268dc1d2f Mogenerator 1.23.
* Install the Mogenerator default templates & provide instructions for
  copying them into "~/Library/Application Support/mogenerator".

* Force the use of Clang.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-03 11:44:31 -07:00
Franz Bettag
439545fea4 THC Amap 5.4
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-03 11:38:14 -07:00
Birger J. Nordølum
6947acf4ae Wine: fix patch handling
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-03 11:11:51 -07:00
Sean Russell
55553f8a30 wiggle 0.8
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-03 11:10:43 -07:00
Pete Baker
4e59b8ed68 sersniff 0.0.5
sersniff is a simple program to tunnel/sniff between 2 serial ports.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-03 10:16:12 -07:00
Nicholas Hutchinson
cbb9801ffc libmagic 5.0.8
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-03 09:42:10 -07:00
Adam Vandenberg
84d2aa3262 Synfigstudio: fix audit warning 2011-09-03 09:30:21 -07:00
Adam Vandenberg
203d46174f Graphicsmagick: remove old comment 2011-09-03 09:28:56 -07:00
Adam Vandenberg
93eeeb39fc boost: add --without-python option 2011-09-03 09:27:29 -07:00
Charlie Sharpsteen
b7beca252a Octave: Update to 3.4.2
This commit also streamlines the installation process due to changes in
dependencies and contains a fix for Lion BLAS issues.

Closes Homebrew/homebrew#6649.
2011-09-03 09:05:13 -07:00
Charlie Sharpsteen
0cd2a5da06 GraphicsMagick: Build C++ lib by default
Issue Homebrew/homebrew#2950 mentions that the C++ lib was disabled because it caused LLVM
builds to fail. GraphicsMagick has since been flagged as `fails_with_llvm` so
this is a moot point and the increase in build time is negligible. A
`--without-magick-plus-plus` option has been added in case people want a lean
build.

Also removed ENV.O3 since it is pointless when `fails_with_llvm` is in effect.
2011-09-03 09:05:13 -07:00
Charlie Sharpsteen
29acd677ca FLTK: Update to 1.3.0
Also updated HEAD to 1.3.0-r9013.
2011-09-03 09:05:13 -07:00
Alexis Hildebrandt
bd7cd6acbf Update formula: lbdb
Fix install when user has configured Xcode's SYMROOT setting to
point to a custom location instead of the default.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-02 23:22:06 -07:00
Adam Vandenberg
348b2fb487 Python3: fix installation of distribute 2011-09-02 21:22:13 -07:00
Misty De Meo
6958b2db98 SC68 2.2.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-02 19:24:17 -07:00
Adam Vandenberg
46cdc76d88 Cairo: use gcc 4.2 instead of llvm 2011-09-02 19:02:17 -07:00
Second Planet
49267152ac synfigstudio 0.62.02
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-02 15:32:18 -07:00
Jack Nagel
346049b66f New formula: nettle 2.3
Nettle is yet another crypto library. The GnuTLS 3.x series requires it.

Includes an alias for 'libnettle'.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-02 17:25:39 -05:00
Jack Nagel
fdb5de6158 gmp: build with ENV.universal_binary
This is required to build a universal nettle, which is a new library
that is in turn required for the new GnuTLS 3.x series.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-02 17:23:49 -05:00
Adam Vandenberg
1f1a070aa9 authexec: fix audit warning 2011-09-02 15:13:12 -07:00
Ealden Esto E. Escanan
89f238d27c Liquibase 2.0.1
From the Liquibase website: Liquibase is an open source (Apache 2.0 Licensed),
database-independent library for tracking, managing and applying database
changes. It is built on a simple premise: All database changes are stored in
a human readable yet trackable form and checked into source control.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-02 15:11:07 -07:00
Severin Smith
aa69b7940a dfu-util 0.4
Dfu-util is the host side implementation of the DFU 1.0 specification of
the USB forum. DFU is intended to download and upload firmware to
devices connected over USB. It ranges from small devices like micro-
controller boards up to mobile phones. Also used with the Maple
development board and other open source hardware platforms.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-02 15:08:40 -07:00
Adam Vandenberg
d205c72966 Fix plist permissions for Lion 2011-09-02 14:41:57 -07:00
Bert JW Regeer
d64abd588c botan: Fix build on Mac OS X Snow Leopard
On Snow Leopard running a 64 bit OS the Botan configure script will
attempt to build a 32 bit binary using a compiler that can support 64
bit, we have to explicitly state that we want to have 64 bit library
built.

Unfortunately there is no way to build a universal library/binary for
Botan as it currently stands.

This is an oversight on my part, it works without issues on Lion where
it picks up the fact that it is a 64 bit OS correctly and compiles
without issues.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-02 13:56:02 -07:00
Lucas Florio
da6ed80cad New formula: libxslt 1.1.26
Allow a keg-only libxslt because it's need by e.g. the nokogiri gem.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-02 15:45:18 -05:00
Charlie Sharpsteen
39a19ffe86 STar: Remove symlinks conflicting with OS X tar 2011-09-02 13:18:56 -07:00
Jack Nagel
d96187e1a3 bash-completion: fix-up HEAD install
The bash-completion that is installed from head has an entirely new
directory structure. I believe it has some measure of backwards
compatibility in that it will find completion scripts in the old
location, but users still have to source a different file to get it to
actually work, so the caveats have been updated to reflect that.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-02 15:15:46 -05:00
Tobias Steinhoff
76a78bf610 ttytter 1.2.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-02 10:53:04 -07:00
Adam Vandenberg
6af4c86ba5 lbdb: use native sdkroot 2011-09-02 10:50:04 -07:00
Adam Vandenberg
09aa73a2d8 lbdb 0.38 2011-09-02 10:40:35 -07:00
Torsten Curdt
440483392e authexec: update build location
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-02 10:26:44 -07:00
Arthur Barton
8cd8541e9f httpry 0.1.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-02 10:19:58 -07:00
Matthew Callis
29b5135906 WLA DX 9.5a
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-02 10:11:08 -07:00
Diego Zamboni
10f6670cdd cfengine 3.2.0
Cfengine is a configuration-management and automation tool.
This formula uses tokyo-cabinet because cfengine does not compile
cleanly with the Mac OSX-included Berkeley DB.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-02 10:01:41 -07:00
Berk D. Demir
07b96430e4 varnish 3.0.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-02 09:59:37 -07:00
jiayong.ou
3ed9577ab6 iso-codes 3.28
This package aims to provide the list of the country and
language (and currency) names in one place, rather than
repeated in many programs.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-02 09:56:21 -07:00
Chad Remesch
9b86f22435 pngnq: fix compilation on Lion
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-02 09:53:25 -07:00
Chris Griego
fa229633b4 mongodb 2.0.0-rc1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-02 09:48:14 -07:00
Max Howell
c25736beff Don't keg-only libmagic, just delete the 'file' tool
This is libmagic, nobody wants the file command. If they do, they can make a new formula. Though in that case it would be a dupe and we wouldn't want it.

Fixes Homebrew/homebrew#7280.
2011-09-02 12:31:58 +01:00
Jan Lehnardt
56a2d4ceda Bottle icu4c
Closes Homebrew/homebrew#7299.

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

We'll bottle anything that takes ages to build and that is just "infrastructure".
2011-09-02 12:12:30 +01:00
Max Howell
6d5730fa2c Don't fails_with_llvm if MacOS.lion?
Not sure how I failed so badly at logic. This should be rewritten so that the build info has a tested MacOS version too. However it seems unlikely that the same LLVM versions on different platforms would have different compile errors. So we'll risk it, and it'll be informative for us too.
2011-09-02 12:12:30 +01:00
Max Howell
d6f51b68a3 MySQL builds with LLVM; Closes Homebrew/homebrew#7372. 2011-09-02 12:12:30 +01:00
Augie Fackler
40db008ec0 New formula: libutf
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-02 00:04:49 -05:00
Adam Vandenberg
31f572a6ac tinyproxy: clean up and source patches
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-01 23:49:49 -05:00
Jan Berkel
548fd1f359 android-sdk: symlink monkeyrunner tool
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-01 19:08:56 -07:00
Adam Vandenberg
b4e14487e3 pngnq 1.1 2011-09-01 18:59:45 -07:00
Jack Nagel
1e06fe610c ipv6calc: remove unused configure switches
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-01 20:31:37 -05:00
Sudish Joseph
6a73734e89 ipv6calc 0.90.0
http://www.deepspace6.net/projects/ipv6calc.html

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-01 20:26:57 -05:00
Philip Harrison
8c1072f354 jansson 2.1
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-01 19:50:50 -05:00
Jack Nagel
2608cfc44c md5sha1sum: fix binary mis-naming issue
The md5sha1sum configure script looks in PREFIX (/usr/local by default)
to see if there are existing md5sum and sha1sum binaries, and adds the
prefix 'ub' to its own binaries if it finds them. This breaks
compatibility with sloccount, which depends on this specific md5
package. Fix it by passing '--prefix=#{prefix}' to configure.

They will override existing md5sum and sha1sum binaries when linked into
the prefix, but some measure of responsibility has to be on the user.

Fixes Homebrew/homebrew#5472.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-01 19:43:43 -05:00
Adam Vandenberg
19a21ab313 rsyslog: remove trailing whitespace 2011-09-01 17:31:22 -07:00
Bryan Ivory
f110bb2908 CUnit 2.1-2
A new formula for the CUnit unit testing library for C.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-01 17:30:37 -07:00
Adam Vandenberg
89a199c089 rsyslog 5.8.0 2011-09-01 17:24:10 -07:00
Adam Vandenberg
a0e6f0554f PIL: remove 64-bit arch on 32-bit hardware 2011-09-01 17:10:31 -07:00
William Woodall
773723a0de cppunit: add --universal option
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-01 16:24:48 -07:00
Adam Vandenberg
50d2518f96 Python 3: add distribute
Based substantially on a patch by @joshuajabbour

See: https://github.com/mxcl/homebrew/pull/5276
2011-09-01 15:04:59 -07:00
Adam Vandenberg
2a3277ed23 encfs: remove unused configure switch 2011-09-01 13:59:27 -07:00
Adam Vandenberg
c7caa8b936 Python 3: Checks for pkg-config during configure 2011-09-01 13:22:44 -07:00
Adam Vandenberg
11e5b7cc38 Python 3: computed gotos are on by default in 3.2.x 2011-09-01 13:15:04 -07:00
Misty De Meo
1877c4376c sox: Fix compilation with ffmpeg >= 0.7
ffmpeg compilation broke against ffmpeg 0.7; this patch from the
official sox git repo lets it build against the version we use. The
patch should be able to be removed in the next version.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-01 13:00:54 -07:00
Adam Vandenberg
742fe1bde1 Be more explicit about paths in test methods 2011-09-01 13:00:28 -07:00
Adam Vandenberg
3e3a193487 Graphviz: add test 2011-09-01 12:04:27 -07:00
Adam Vandenberg
8e7616d449 Python: edit and add comments 2011-09-01 10:39:02 -07:00
Adam Vandenberg
5c61798a5c Python 2.7.2: use newer distribute 2011-09-01 10:32:48 -07:00
Charlie Sharpsteen
f44ef6862c Wine: Builds with LLVM >= 2336
Closes Homebrew/homebrew#7367.
2011-09-01 10:29:50 -07:00
Christian Romney
be21a9eea8 TopGit 0.8
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-01 10:26:46 -07:00
Adam Vandenberg
370a3be58d xml-coreutils: fix dep name 2011-09-01 10:26:46 -07:00
Christian Romney
38a8a98a65 xml-coreutils 0.8a
command line programs to manipulate XML documents

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-01 10:24:30 -07:00
Adam Vandenberg
7490649a20 slang: remove unused configure switches 2011-09-01 10:24:30 -07:00
include
dcb3d9500c Yubikey tools: libyubikey, ykclient, ykpers
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-01 10:19:11 -07:00
Mark A. Matienzo
3d2d937f06 aimage 3.2.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-01 09:47:49 -07:00
Juxi Leitner
6e51be7bec New Formula: IPopt
IPopt is an interior-point solver for non-linear optimization problems. part of
the COIN-OR project.

Closes Homebrew/homebrew#5856.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-01 09:33:23 -07:00
Max Howell
ca51063656 SDL won't build with newest LLVM-GCC :(
Closes Homebrew/homebrew#7363.
2011-09-01 14:35:33 +01:00
Max Howell
a9c04b1293 ZeroMQ builds with LLVM; Closes Homebrew/homebrew#7361.
I tided up the caveat text too, it was longer than 80 characters.
2011-09-01 13:06:19 +01:00
Max Howell
a7de7cb6c3 LUA builds with LLVM
Closes Homebrew/homebrew#7360.
2011-09-01 12:52:56 +01:00
Max Howell
07d4e60363 slinks builds with LLVM
Closes Homebrew/homebrew#7359.
2011-09-01 11:02:13 +01:00
Max Howell
e2e44ffb82 Allow fails_with_llvm {}
And fix node and ruby to use LLVM without complaint with Xcode 4.1 and Lion.
2011-09-01 10:29:31 +01:00
Max Howell
4bed7b2942 Fix Thrift on Lion
Closes Homebrew/homebrew#6575.
2011-09-01 08:47:45 +01:00
fhemberger
4c0114a3c3 cssembed 0.4.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-31 21:33:50 -07:00
Adam Vandenberg
0961a379e9 scons: always use system Python
Fixes Homebrew/homebrew#5794
2011-08-31 21:26:06 -07:00
Ray Slakinski
92abd7e4ba cast 0.2.0
Cloudkick's Cast - The Open Deployment Platform

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-31 21:25:56 -07:00
Zigang Xiao
c83994a732 New Formula: pngwriter
A C++ library for creating PNG images.

Closes Homebrew/homebrew#6207.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-08-31 19:19:33 -07:00
Felix-Antoine Fortin
8319eaaff0 VTK: Patch to fix compilation on OS X 10.7
Closes Homebrew/homebrew#7132.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-08-31 19:10:40 -07:00
Tim Dysinger
370547149d s3-backer 1.3.2
Signed-off-by: Tim Dysinger <tim@dysinger.net>
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-31 17:16:37 -07:00
Austin Seipp
8b857c6795 luajit2: fix --HEAD build
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-31 16:32:24 -07:00
Ches Martin
5c67dad4d5 lesspipe: add option to enable syntax highlighting
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-31 18:14:17 -05:00
seb
be84777350 tinyproxy 1.8.3
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-31 17:53:23 -05:00
Gary V. Vaughan
665162f7a1 lua: install a dylib rather than a static liblua.
Although other loadable lua modules (such as those from luarocks)
should not link against even a dynamic liblua and tie themselves
to a particular release and runtime (e.g. breaking luajit capability):
Having a statically linked non-pic liblua in the lua binary can
and does cause hard to track memory allocation failure aborts due
to some minutae of the way '-bundle -undefined dynamic_lookup' objects
dlopened by the interpreter interact with the symbols resolved in
the static binary.  The solution is to always build and install
liblua.dylib.

It appears that this issue is confined to Snow Leopard and/or the
version of gcc it ships with.  This thread on the lua list contains
the explanation and patch:

  http://lua-users.org/lists/lua-l/2009-10/msg00145.html

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-31 15:04:48 -07:00
Jari Bakken
c54e6210e3 chromedriver 14.0.813.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-31 14:07:25 -07:00
Trevor Wennblom
abdef17f44 jags: updated to 3.1.0
Closes Homebrew/homebrew#7336.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-08-31 12:37:41 -07:00
Rui Pereira
ac23653faa asciiTeX 0.21
asciiTeX is an ASCII equation renderer with a syntax
similar to LaTeX.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-31 12:35:53 -07:00
Birger J. Nordølum
7f4949c87d GTK+ 2.24.6
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-31 12:19:06 -07:00
Olaf Alders
75845666b9 shell-fm 0.8
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-31 12:17:08 -07:00
Michael Williams
9e46f71abc New formula: qfits
QFits is a library written in C for accessing FITS image files.

Closes Homebrew/homebrew#7270.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-08-31 12:02:46 -07:00
Birger J. Nordølum
b9144bd522 New formula: libunique 1.1.6
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-31 12:50:08 -05:00
Adam Vandenberg
3c7c482715 RabbitMQ 2.6.0 2011-08-31 10:21:41 -07:00
Tymon Tobolski
469d5028b5 scala 2.9.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-31 09:10:51 -07:00
Vaclav Slavik
a01c9ff770 ANTLR: Upgrade to version 3.4
Closes Homebrew/homebrew#7324.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-08-31 07:55:17 -07:00
Mike McQuaid
f05f31d1c1 Add erlang bottle.
Closes Homebrew/homebrew#7297.
2011-08-31 08:57:31 +01:00
Alexei Sholik
d02dbcb655 Python: Add pythonw for non-Framework installs
We hardlink pythonw and pythonw2.7 to python and python2.7 respectively.
They may be used by 3rd party tools (like PyQt4) and, for some reason, python's
install script doesn't provide them when doing a non-framework install.

The man page (which comes with Mac OS X) on pythonw reads:

    As of Python 2.5, python and pythonw are interchangeable; both execute
    Python in the context of an application bundle, which means they have access
    to the Graphical User Interface; thus both can, when properly programmed,
    display windows, dialogs, etc.

See also this discussion https://github.com/mxcl/homebrew/issues/6176.

Hardlinks are placed in the same directory in which python and python2.7 reside
in order to be symlinked to /usr/local/bin as part of the installation process.
This also ensures a clean uninstall of the formula.

Closes Homebrew/homebrew#6248.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-08-30 19:54:16 -07:00
Jack Nagel
2de1eda048 Remove the lzma formula
Rationale: the libraries provided by lzma are provided by the xz
package, so installing both results in a race. Any package that requires
liblzma can get it from xz, which is where new development is taking
place.

The lzma formula is now available in Homebrew-alt.

Closes Homebrew/homebrew#6753.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-30 21:31:42 -05:00
Jack Nagel
4fc93c08c9 gdal: obtain liblzma from XZutils
The lzma package is legacy software (the developer has moved on to
XZutils), so we should use the xz formula to get liblzma.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-30 21:30:18 -05:00
Charlie Sharpsteen
68f3691943 ircII: Needs a serialized install 2011-08-30 19:28:45 -07:00
Nathan de Vries
372f24ae8a LLVM: Add HEAD and don't force use of GCC 4.2.
Closes Homebrew/homebrew#6887.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-08-30 19:17:22 -07:00
Dean Hall
5adf130aef New formula: Star 1.5.1
Star is a very fast, POSIX-compliant tar archiver.

Closes Homebrew/homebrew#6896.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-08-30 18:49:00 -07:00
Jarkko Oranen
f3348e1482 transmission 2.33 (CLI utilities)
Does not build mac or GTK user interfaces; GTK makes no sense
for most people and anyone who wants the Mac UI can just go
download the .app from the website.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-30 20:44:18 -05:00
Richard Osborn
4f63cc29f6 gnu-prolog: use inreplace instead of a patch
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-30 20:20:43 -05:00
Jack Nagel
b2989729dc wget 1.13.3
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-30 20:11:09 -05:00
Trevor Wennblom
d18d46bbf2 bazaar: [bugfix] remove quotes around variable
Closes Homebrew/homebrew#7321.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-08-30 17:48:24 -07:00
David Albert
6df66cd7e5 New Formula: unifdef (keg-only)
Apple's version is quite out of date. There's no version number but man unifdef
says it's from 2002. Version 2.6 shipped in February of this year. Some
software like Gevent(.org) won't compile with the devtools version of unifdef.

Closes Homebrew/homebrew#7283.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-08-30 17:42:10 -07:00
David Albert
953c33cbd0 added unifdef formula
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-08-30 17:35:30 -07:00
Gregory Man
e5e60a55a4 FFmpeg: Added option to install FFmpeg tools
Closes Homebrew/homebrew#7298.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-08-30 17:35:07 -07:00
Thiago Alessio
88a7ab486e Tor: update to version 0.2.2.32
Closes Homebrew/homebrew#7290.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-08-30 17:19:45 -07:00
Trevor Wennblom
f2bb8ccd50 zint 2.4.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-30 15:43:22 -07:00
Trevor Wennblom
4a3720c4b1 openexr 1.7.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-30 15:19:45 -07:00
Trevor Wennblom
9b17504f7b ilmbase 1.0.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-30 15:19:13 -07:00
Adam Vandenberg
99aaa1bd09 c-ares 1.7.5 2011-08-30 15:16:30 -07:00
Kyle Fuller
020435b381 znc 0.200
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-30 15:14:40 -07:00
Robert Shaw
afae92acd7 perforce-server 2010.2/347035
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-30 14:39:47 -07:00
Robert Shaw
c0ba41b190 mkclean 0.8.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-30 14:39:25 -07:00
Robert Shaw
d82d5e3914 mkvalidator 0.3.6
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-30 14:39:06 -07:00
ayn
cffe86acef AtomicParsley: fix checksum
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-30 14:38:17 -07:00
Trevor Wennblom
edab4a366e eigen 3.0.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-30 14:36:57 -07:00
Trevor Wennblom
ecd073b9cd chocolate-doom 1.6.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-30 13:58:27 -07:00
Stuart Glenn
78af280606 New Formula: bbcp
`bbcp` is a remote-copy tool that can transfer large files more efficiently than
`scp` or `rsync` when lots of bandwidth is available.

Closes Homebrew/homebrew#7214.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-08-30 13:57:08 -07:00
Chris Deigan
bf16fa8327 New Formula: GGobi
GGobi is a tool for visualizing trends in datasets with high dimensionality.

Closes Homebrew/homebrew#7291.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-08-30 13:57:07 -07:00
Trevor Wennblom
04aa8e66b7 glew 1.7.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-30 13:54:43 -07:00
Trevor Wennblom
5bcf8891be hatari 1.5.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-30 13:52:13 -07:00
Drew Stephens
c5352fd516 RRDTool: specify mandir
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-30 13:36:28 -07:00
Seth Milliken
06af32b24c revert synergy to 1.3.6p2
Fixes Homebrew/homebrew#7274
Fixes Homebrew/homebrew#7275

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-30 11:38:56 -07:00
ptrv
b9961df5ba unrtf 0.21.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-30 11:26:53 -07:00
Charlie Sharpsteen
832b5ab7a7 AucTeX: Fix caveats
Ending `def caveats` with `puts <<-EOS` causes text to be printed whenever the
formula is imported (which confuses the output of things like `brew audit`). A
plain `<<-EOS` should be used.

Closes Homebrew/homebrew#7303.
2011-08-30 10:00:33 -07:00
Adam Vandenberg
9b0487af96 qhull: fix audit warning 2011-08-30 09:40:48 -07:00
Adam Vandenberg
b3f6a118d8 cdparanoia: fix audit warning 2011-08-30 09:40:32 -07:00
Adam Vandenberg
1f93e8f746 irssi: fix audit warning 2011-08-30 09:40:05 -07:00
Adam Vandenberg
0fe01dcf80 rxvt: fix audit warning 2011-08-30 09:39:36 -07:00
Adam Vandenberg
675643d2a3 binutils: fix audit warning 2011-08-30 09:38:57 -07:00
James Aitken
312bbe0d1e Nginx 1.0.6/1.1.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-30 09:37:09 -07:00
Misty De Meo
3c9c1349ab exiftool 8.63
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-30 09:35:58 -07:00
Rui Pereira
dfde7e7f44 CFitsIO: Add option to install example programs
Added the option --with-examples to the cfitsio formula, that downloads,
compiles and installs some useful programs, like listhead, modhead, etc.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-08-30 01:39:40 -07:00
Jack Nagel
99eb3fc0a9 gmp: improve documentation
Provide a link to some official documentation regarding the 32/64 bit
build logic.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-29 21:22:08 -05:00
Brian Gyss
1225c89506 New Formula: FLANN
Created a formula for flann because it's a required dependency for
PCL (Point Cloud Library), which I'm hoping to add to homebrew.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-08-29 16:56:28 -07:00
MinRK
f11c86a1f0 ZeroMQ: Update to 2.1.9
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-08-29 15:08:20 -07:00
jmsunseri
f3ed7a182d libiconv 1.14
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-29 14:27:56 -05:00
mccraig mccraig of the clan mccraig
da9f9712db libdvdread: add dvdbackup compatibility patch
Required for dvdbackup to build with libdvdread 4.1.3; see
http://dvdbackup.sourceforge.net/

Fixes Homebrew/homebrew#5930 and Homebrew/homebrew#5335.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-29 13:55:53 -05:00
Charlie Sharpsteen
7e120845e3 QHull: Update to 2011.1
Also switched to CMake-based build as the Makefile provided is difficult to use
and requires patching to be compatible with XCode's GCC.
2011-08-29 11:31:45 -07:00
Trevor Wennblom
6b7011d86f TBB: Update to 30_221
tbb version 30_221 - 3.0 update 8 - August 1, 2011

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-08-29 10:42:46 -07:00
Adam Vandenberg
f3217b9052 jmeter 2.5 2011-08-29 09:36:28 -07:00
Chris Griego
fedf64928a MongoDB 2.0.0-rc0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-29 09:33:30 -07:00
mike schueler
25d7abec46 aws-elasticache 1.5.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-29 09:31:36 -07:00
Shlomo Priymak
e753213c7c innotop 1.8.0
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-29 10:41:08 -05:00
mschueler
bb79b8ed38 ec2-api-tools 1.4.4.1
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-29 10:38:02 -05:00
Ali Asad Lotia
078b426020 tig 0.18
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-29 10:24:09 -05:00
Richard Osborn
0d567da312 cdecl: fix build on Lion
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-28 21:26:23 -05:00
Berk D. Demir
311882f26a New formula: spiped
Spiped is a utility for creating symmetrically encrypted and
authenticated pipes between socket addresses, so that one may connect
to one address (e.g., a UNIX socket on localhost) and transparently
have a connection established to another address (e.g., a UNIX socket
on a different system). This is similar to 'ssh -L' functionality, but
does not use SSH and requires a pre-shared symmetric key.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-28 21:05:47 -05:00
Richard Osborn
11545a2ede gnu-prolog: fix build on Lion
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-28 14:25:45 -05:00
Sudish Joseph
ee5e670927 New formula: libxmlsec1
http://www.aleksey.com/xmlsec/

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-27 23:12:12 -05:00
Jack Nagel
c8786d1a74 ftimes: install man page correctly
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-27 22:21:55 -05:00
Jeremy Whitlock
04546d87bc snort 2.9.0.5
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-27 21:25:45 -05:00
Jeremy Whitlock
3c98e07ded daq 0.5
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-27 21:25:36 -05:00
Jack Nagel
bff2cdf858 tarsnap: use liblzma from the 'xz' package
Rationale: the LZMA toolkit was deprecated by its author, who now
maintains XZUtils. XZ includes liblzma; most other package managers use
this version for Tarsnap (even MacPorts!).

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-27 19:50:58 -05:00
Charlie Sharpsteen
8b83b340ea Asymptote: Add a test
The test creates a temporary directory, writes out a simple LaTeX file
containing an Asymptote figure, then tries to compile it.
2011-08-27 13:53:22 -07:00
Brian Gyss
e4828514b6 New formula for CMinpack
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-08-27 13:19:14 -07:00
Charlie Sharpsteen
1c2140d43f Asymptote: Fix installation
Asymptote needs a serialized `make install` or else things fail due to race
conditions.

Also, altered installation so that TeX packages are no long installed to texmf
trees outside of the Asymptote keg---notably:

    /usr/local/texlive/<dist_year>/texmf-local
    ~/Library/texmf

All packages are now installed to HOMEBREW_PREFIX/share/texmf and instructions
for adding this directory to the TeX search path are given in the caveats.
2011-08-27 12:46:35 -07:00
Charlie Sharpsteen
cefcc3a00b Auctex: Serialize installs
`make install` fails randomly if more than one thread is used.
2011-08-27 11:56:18 -07:00
Rui Pereira
e321b2e2dd Re-add auctex 11.86
An extensible package for writing and formatting TEX files in GNU Emacs and
XEmacs.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-08-27 11:54:12 -07:00
Misty De Meo
8dc91cc8da cdparanoia Install libs as keg-only
Our patches to cdparanoia mean that it doesn't build cleanly against
software that expects the standard Linux version. Keeping those libs
around in /usr/local/lib is a problem waiting to happen.

Closes Homebrew/homebrew#7228.

Signed-off-by: Max Howell <max@methylblue.com>
2011-08-27 19:00:44 +01:00
Tzu-ping Chung
58e8c234ca QWT: Modify installation proceedure
The old formula would not generate Makefile correctly if the user configures the system
to use Qt toolchains from Nokia.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-08-27 09:27:39 -07:00
miku
595c04bd6d lsdvd: Update homepage
Previous homepage under http://untrepid.com/acidrip/lsdvd.html is no longer
available.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-08-27 09:18:19 -07:00
Jack Nagel
4ae3f2a817 ccache 3.1.6
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-26 22:58:21 -05:00
Kjell
3c8f29684e imagesnap: use explicit SDK version
The build tries to find the 10.5 SDK by default, so it fails with XCode
4 / Lion.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-26 22:37:07 -05:00
Trevor Wennblom
d4ec37139a zsh: add /etc/shells caveat
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-26 22:20:10 -05:00
Yuumi Yoshida
87b3fcb3eb Gauche 0.9.2
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-26 21:44:21 -05:00
Trevor Wennblom
51e7158de8 discount 2.1.1.3
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-26 21:32:20 -05:00
Trevor Wennblom
ceed4c9c9f oniguruma 5.9.2
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-26 21:31:33 -05:00
Lenny222
762b156454 FFmpeg: upgrade to 0.8.2
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-08-26 13:27:07 -07:00
Rob Hanlon
52b3beb9ad Added Formula for GNU idutils.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-08-26 12:31:27 -07:00
Drew Stephens
27fe913ded Create formula for JSCoverage
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-08-26 12:24:56 -07:00
John Harrison
10df6cd502 Pyside: Fix path to site-packages
Corrected the site-packages paths for pyside and pyside-tools to agree with
python's formula.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-08-26 11:47:49 -07:00
Humza
3a53993254 binutils: Update to 2.21.1a
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-08-26 09:58:38 -07:00
Jack Nagel
196b016c6a midnight-commander: use CurlUnsafeDownloadStrategy
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-26 11:09:07 -05:00
Max Howell
cf606f7317 Built with LLVM-2335 on Lion
I presume this means it will also work on 10.6 etc. as long as the LLVM version is new enough. But we may be proved wrong.
2011-08-26 16:55:13 +01:00
Max Howell
6338e6a7cb dwarffortress should be dwarf-fortress
To be consistent. And prettier. Even though now I feel it's excessive, we started so must finish.

Apologies I didn't do this as part of the initial commit.
2011-08-26 16:55:13 +01:00
Misty De Meo
d60a1c304a midnight-commander: use curl -k to download
Closes Homebrew/homebrew#7229.

Signed-off-by: Max Howell <max@methylblue.com>
2011-08-26 16:55:12 +01:00
Jack Nagel
af6b19c69f duplicity 0.6.15
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-26 10:42:16 -05:00
Julian Berman
de637f831b New Formula: Dwarf Fortress
DF is in a bit of a flux it'd appear, the sh script that is the main entry point on OSX is a tiny bit batty, so... if what I ended up doing is nonideal please let me know how to change it.

With Lion fix.

Closes Homebrew/homebrew#7096.

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

Removed SDL directory too.
2011-08-26 16:39:18 +01:00
Trevor Wennblom
e9db998ecc vimpager 1.5.7
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-26 09:56:41 -05:00
Trevor Wennblom
feaa5909ba ansifilter 1.6
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-26 09:50:56 -05:00
Lenny222
626df81577 Lilypond 2.14.2
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-26 09:50:42 -05:00
Jannis Leidel
708f442c66 git-extras 0.7.0
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-26 09:47:57 -05:00
Max Howell
a4a35d8c26 Some more sanity with ENV.compiler
Deprecated use_clang? etc. since the logic was such that multiple states could be set, when in reality only one compiler can be set.

Changed fails_with_llvm handling so if HOMEBREW_USE_LLVM is set then it tries to build even if the formula has fails_with_llvm set. Rationale: mostly they will no longer fail and we need to catch these cases.
2011-08-26 14:21:37 +01:00
Max Howell
691a8b5310 Make IO build again; Fixes Homebrew/homebrew#7192 2011-08-26 13:36:34 +01:00
Max Howell
11ba3f87aa Abort lilypond install if no Tex found
Fixes Homebrew/homebrew#7223.
2011-08-26 11:55:59 +01:00
John Benediktsson
87f077ab3f udis86 1.7
Closes Homebrew/homebrew#6590.
2011-08-26 10:25:03 +01:00
Brett Porter
4d9afe26db update ActiveMQ to 5.5.0
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-25 20:36:03 -05:00
Jack Nagel
95cac7e5e1 ssh-copy-id: obtain from latest OpenSSH package
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-25 20:18:41 -05:00
Charlie Sharpsteen
f63c635dc9 New formula for PySideTools
The PySide Tools is a collection of developer utilities for compiling Qt user
interface and resource files for use by PySide applications.
2011-08-25 17:47:22 -07:00
Charlie Sharpsteen
1614dbfa4e New formula for PySide
PySide is a set of LGPL-licensed Python bindings for the Qt libraries that is
mostly compatible with PyQt.

This formula builds the Python run-time modules. For development tools such as
Qt UI and Resource compilers, see the PySideTools formula.
2011-08-25 17:47:22 -07:00
Charlie Sharpsteen
a804e053ab New formula for Shiboken
Shiboken is a plugin for GeneratorRunner that handles the generation of CPython
bindings to C++ libraries. Shiboken is used to compile PySide.
2011-08-25 17:47:22 -07:00
Charlie Sharpsteen
74a0437a40 New formula for GeneratorRunner
GeneratorRunner is a library and set of tools for building binding generators
for C++ libraries. GeneratorRunner is used by Shiboken to build the PySide
Python bindings for Qt.
2011-08-25 17:47:22 -07:00
Charlie Sharpsteen
d9ffc717f1 New formula for APIExtractor
APIExtractor is a library for recovering Qt API information by parsing header
files. APIExtractor is used by Shiboken, the generator that produces the PySide
Python bindings for Qt.
2011-08-25 17:47:22 -07:00
Charlie Sharpsteen
6c8629d14f Redact auctex
This reverts commit 32dfc2dfd7a2dcf1c2c1552cfe383af655592682.

Formula installs files outside of the Homebrew prefix, specifically to
`~/.emacs.d/auctex`.
2011-08-25 17:11:20 -07:00
Rui Pereira
44c54d8335 New formula for auctex 11.86
An extensible package for writing and formatting TEX files in GNU Emacs and XEmacs

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-08-25 17:00:18 -07:00
Jeff Putsch
f46c522d6d lmutil 11.10
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-25 18:35:44 -05:00
Daniel Berjón
43a942fa98 Libharu: fixed compilation on Lion
Apparently Lion ships with libpng 1.5, which breaks compilation of libharu 2.2.1. Applied patch to fix it before next release.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-08-25 11:50:48 -07:00
Terin Stock
a82e5bed4c MariaDB 5.2.8
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-25 10:37:24 -07:00
Jack Nagel
fdc33fa24f ghc: use a warning when installing 64-bit
Closes Homebrew/homebrew#7200.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-25 09:30:16 -05:00
Berk D. Demir
1406f91438 tarsnap 1.30
- Compilation hangs with LLVM.
- Homebrew/homebrew#4693 claims it was due to SSE2 but even w/o it still hangs.

- add 'fails_with_llvm'
- bring back '--enable-sse2'

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-25 09:27:03 -05:00
Trevor Wennblom
fe1dc0b04b update ical-buddy 1.7.19
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-08-24 21:44:29 -07:00
Misty De Meo
0776b9ca97 mediainfo 0.7.48
Add ENV.deparallelize because this build no longer seems to build in
parallel. Also add an alias for the alternate spelling 'mediainfo'

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-24 23:06:23 -05:00
Max Howell
0e2a4a3550 CMake bottled
Rationale: There's two things that make my Macbook Air fan spin up. Flash videos and building CMake. God I hate this bloated pile of crap. And I always `brew rm cmake` after installing something that misguidedly decided to use a CMake build system. So bottling it is an easier life for everyone.
2011-08-25 02:35:51 +01:00
Jack Nagel
515975641c git 1.7.6.1
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-24 19:28:34 -05:00
Max Howell
175d1d39b8 Remove redundant comment 2011-08-25 12:24:46 +02:00
Tim Sharpe
3e457e237e Formula for Augeas 0.8.1
Signed-off-by: Max Howell <max@methylblue.com>

Amended caveats slightly. Closes Homebrew/homebrew#5886.
2011-08-25 00:53:37 +01:00
Misty De Meo
3326871b5a exiftool 8.62
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-24 16:38:00 -07:00
Max Howell
57b96ba1cd Install Git contrib more sensibly
Make caveats refer to persistent locations.
2011-08-24 22:50:43 +01:00
Andrew Vos
de5810dde9 Fix irssi compile; Fixes Homebrew/homebrew#5538
Though I think this now means the Perl stuff won't *just work*.
2011-08-24 22:44:27 +01:00
Max Howell
3e1ea28ad9 Recursively scan for keg-only deps before generating build ENV
Remove cairo dep from gtk formula as a consequence.
2011-08-24 22:30:44 +01:00
Adam Vandenberg
5b31afef39 FreeTDS: deparallelize install 2011-08-24 14:23:36 -07:00
Jan de Muijnck-Hughes
366b7fa14a PBC 0.5.12
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-24 14:22:21 -07:00
Yacin Nadji
2927fab908 urxvt: add --disable-iso14755
There's an annoying hardcoded key combination (Ctrl+Shift) that starts ISO 14755
mode for i18n support. Given the ubiquity of UTF-8, this mode is largely useless
and can only be disabled with a command-line option. A simple search on google
shows how many people find this annoying:

http://www.google.com/search?q=disable+iso14755&oq=disable+iso14755

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-24 12:09:36 -07:00
Ken Collins
2bcaa51501 freetds: fix configure switches
Removed "--enable-msdblib" and use proper "--with-tdsver=7.1" for 0.91.

* TDS Version Details:
    http://comments.gmane.org/gmane.comp.db.tds.freetds/13514

* Enable Settings:
    http://lists.ibiblio.org/pipermail/freetds/2011q1/026731.html
    http://www.freetds.org/userguide/config.htm

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-24 11:56:08 -07:00
Peter Neubauer
18a75d1fa2 Neo4j 1.4
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-24 11:54:45 -07:00
Adam Vandenberg
a5cf1e40f4 maatkit 7540 2011-08-24 09:48:01 -07:00
Jack Nagel
248ab35ca3 git: define NO_PERL_MAKEMAKER on Lion
Clean XCode 4.x installs (i.e., not on top of an existing XCode 3.2.x
installation) do not include Perl MakeMaker.

Tentatively fixes Homebrew/homebrew#7091.
2011-08-24 09:48:17 -05:00
Peter Morelli
69ea4bfdbb play 1.2.3
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-24 09:25:04 -05:00
miku
e8f9f4b89b updated typespeed homepage
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-23 20:22:53 -05:00
Adam Vandenberg
59721048cf JRuby 1.6.4 2011-08-23 16:22:36 -07:00
Jan Lehnardt
08f63df2c5 jsonpp 1.0.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-22 23:27:36 -07:00
Adam Vandenberg
c1be42b701 Ncdu: fix syntax 2011-08-22 23:24:11 -07:00
Charlie Sharpsteen
edf4737467 GRASS: Remove FFmpeg for now
GRASS 6.4.1 is currently not compatible with FFmpeg 0.8. Removing the
dependency until GRASS is updated.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-22 21:03:48 -07:00
Charlie Sharpsteen
a93aa30c81 GRASS: Add HEAD URL
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-22 21:03:44 -07:00
Sebastian Kusnier
42a2fee9c0 sane-backends: use secondary ftp server
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-22 21:00:09 -07:00
Alexey Palazhchenko
5bfaf84483 sshuttle 0.54
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-22 20:56:08 -07:00
Justin Mayer
4a50b3069b byobu 4.30
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-22 20:54:32 -07:00
Beck Linden
b9efc66709 chromedriver 14.0.836.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-22 20:49:58 -07:00
miku
c4c0b6e598 djview4 4.8
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-22 20:48:16 -07:00
Trevor Wennblom
23a15fd096 style-check 0.14
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-22 20:42:31 -07:00
Robert Gieseke
51cbaf43ae ncdu 1.7
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-22 20:41:43 -07:00