Commit graph

6281 commits

Author SHA1 Message Date
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
Dave Bayer
9aba56a6ad ddd: fix audit warnings
Removed trailing whitespace in ddd formula.
(Also git/github practice as my last pull request behaved unexpectedly)

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-22 20:38:54 -07:00
Andrew Nesbitt
3c6e7008b5 mongodb 1.8.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-22 20:35:25 -07:00
Trevor Wennblom
edfac89e59 stunnel 4.42
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-22 20:34:04 -07:00
Trevor Wennblom
b3d7fe364e repl 1.0.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-22 20:33:06 -07:00
Alex Conner
74ec4acbce FreeTDS 0.91
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-22 13:19:49 -07:00
Ori Livneh
a540160947 GNU Parallel: fix md5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-22 13:18:47 -07:00
Larry Staton Jr
aa597a098d GNU Parallel 20110822
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-22 11:23:27 -07:00
Adam Vandenberg
3b440573ec plt-racket 5.1.3 2011-08-22 11:22:21 -07:00
Max Howell
836f78b01c Include a note about why we don't support pkg-config 0.26 yet
I'd happily never upgrade pkg-config. Glib is a hideous and bloated POS, generally you can avoid installing it, but now fucking pkg-config depends on it. Fuck that.
2011-08-22 10:26:01 +01:00
Max Howell
e20df6c4de This hack (?) means glib doesn't depend on pkg-config
So in theory we can upgrade to pkg-config 0.26 now.
2011-08-22 10:26:01 +01:00
Horst Gutmann
ee09cd17a3 dotless 1.2.1.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-21 11:58:54 -07:00
Dave Bayer
cb979a59df dc3dd: fix homepage
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-21 11:49:26 -07:00
Franck Verrot
f275d68f9c vsftpd 2.3.4
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-21 11:48:23 -07:00
sliver
a3578d1174 jenkins 1.427
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-21 11:47:48 -07:00
Kushal Pisavadia
422df74c7a autojump: fix md5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-21 11:44:49 -07:00
Mark A. Matienzo
95fa65815f dc3dd 7.1.614
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-20 22:07:15 -07:00
Jean-Michel Lacroix
2db4c9270f QEMU 0.15
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-20 22:05:45 -07:00
Adam Vandenberg
bbc9108e16 Removed "sleepnow" in favor of built-in pmset.
See `man pmset` for usage.
2011-08-20 22:02:55 -07:00
mschueler
efe029607c arm: fixed broken link
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-20 22:00:30 -07:00
Sridhar Ratnakumar
f47dd510d8 appengine-java-sdk 1.5.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-20 21:58:43 -07:00
Toon Claes
b5a3bf9839 emacs: typo in install instructions
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-19 12:22:34 -07:00
Adam Vandenberg
015e9d4cf5 gradle: 1.0-milestone-3
milestone-4 had regressions, so reverting this change.
See: https://github.com/mxcl/homebrew/pull/6873#issuecomment-1854391

This reverts commit cf9db7404f6389dac14e8af3efcf31ca653a76e0.
2011-08-19 12:21:31 -07:00
softboysxp
27fe9d90de GNU DDD 3.3.12
GNU DDD is a graphical front-end for command-line debuggers such as GDB, DBX,
WDB, Ladebug, JDB, XDB, the Perl debugger, the bash debugger bashdb, the GNU
Make debugger remake, or the Python debugger pydb. Besides ``usual'' front-end
features such as viewing source texts, DDD has become famous through its
interactive graphical data display, where data structures are displayed as
graphs.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-19 10:22:19 -07:00
Adam Vandenberg
e9a9360c9a clojure-contrib: update homepage 2011-08-19 10:10:35 -07:00
guns
3671f6a60a imlib2: patch for libpng 1.5
Compile fails due to a change in libpng15, which ships with Lion.
This patch is included in the dev branch upstream.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-19 10:06:33 -07:00
David Shere
dd45a74f00 avra 1.3.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-19 10:03:59 -07:00
eregon
560a05c203 highlight's conf_dir should end with /
Otherwise, it produces a runtime error:
"cannot open /usr/local/etc/highlightfiletypes.conf: No such file or directory"

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-19 09:51:32 -07:00
Jean-Michel Lacroix
1f39f8ccc6 minised 1.13
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-19 09:49:47 -07:00
Charlie Sharpsteen
b9da85347a FFmpeg: Re-enable shared libraries
Removing shared libraries from the FFmpeg build has broken a couple of formulae
that depend on it. This is because the shared libraries provided linker
information pertaining to the FFmpeg dependencies.

Re-enabling shared libraries fixes build issues FFmpeg-PHP (issue Homebrew/homebrew#6832) and
GRASS GIS.

Static libraries are still built.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-19 09:43:05 -07:00
Adam Vandenberg
dcaaa30266 Cmigemo: fix audit warning 2011-08-19 09:42:07 -07:00
jon
7d175aa764 vpnc: apply a patch on Lion
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-19 09:41:35 -07:00
Adam Vandenberg
e28199fd3a wget 1.12: 1.13 is now 404
This reverts commit 4d39ab424fad311b8cc03ea0e9eb3029ca6af91c.
2011-08-19 09:36:33 -07:00
Adam Vandenberg
5e4feb23ec php-mongo 1.2.2: 1.2.3 fails to compile for some users 2011-08-19 09:33:08 -07:00
Evan Shelhamer
31089d7d10 autojump v16
Includes fixes for Lion.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-19 09:23:36 -07:00
Simeon Willbanks
f66fdde465 Xpdf 3.03
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-19 09:22:46 -07:00
Misty De Meo
5ebfb9d748 mplayer: add --disable-cdparanoia to fix build
CDParanoia has crazy hacks applied to build on OS X because upstream don't support us. MPlayer chokes on these hacks.

Closes Homebrew/homebrew#6240.
2011-08-19 17:10:57 +01:00
Jin Yi
1c01565523 Fix pianobar formula; HEAD and zipball works
Signed-off-by: Max Howell <max@methylblue.com>

I fixed a segfault too, see referenced URL. Also I heavily modified this patch. I tested it all.
2011-08-19 16:58:25 +01:00
Jason L. Shiffer
a6454a2dcd robodoc 4.99.41
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-18 23:30:00 -07:00
Adam Vandenberg
50b900df9f memcached-php: add libmemcached dep 2011-08-18 23:24:54 -07:00
James Spencer
cf55c02348 byobu 4.17
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-18 23:19:51 -07:00
Jack Nagel
053b9763fb gdbm 1.9.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-18 22:58:12 -07:00
Bartosz Romanowski
d63cd6e390 mongo-php 1.2.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-18 22:58:12 -07:00
Birger J. Nordølum
9feee6587a SWI-Prolog 5.10.4
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-18 22:58:12 -07:00
Paul Kieckhefen
a1c42188a0 Gromacs 4.5.4
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-18 22:58:12 -07:00
Thomas Wiebe
280ea02153 duplicity: ssh-backend fix backported
back-ported fix to ssh-backend. fixed in upstream for 0.6.15.
for issue-details see https://bugs.launchpad.net/duplicity/+bug/823556

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-18 22:58:12 -07:00
Cory Rockliff
708b7b5e9e CSVfix 1.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-18 22:58:12 -07:00
Sven Axelsson
94b713a72e asciidoc: add --HEAD
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-18 15:42:06 -07:00
Birger J. Nordølum
28051e7b54 Winetricks Aug. 12th, 2011
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-18 11:53:31 -07:00
Birger J. Nordølum
9b8f3d56a8 Wine 1.3.26
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-18 11:53:28 -07:00
Dennis Griffith
c7108debe1 OCaml 3.12.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-18 11:35:55 -07:00
Kenneth Reitz
b4d5f20b05 pypy v1.6.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-18 11:13:27 -07:00
Misty De Meo
4696c48d3e New formula: jbig2enc
Closes Homebrew/homebrew#6323
2011-08-18 18:35:01 +01:00
Martin Wilhelmi
4d9cf54722 vnstat 1.11
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-18 08:36:54 -07:00
Bartosz Romanowski
1f61213d7e Updated Arm to 1.4.3.0 (the latest stable version)
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-17 23:36:06 -07:00
Bartosz Romanowski
5a73ad743d mpc 0.21
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-17 23:35:23 -07:00
Bartosz Romanowski
30723d568f libogg 1.3.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-17 23:33:19 -07:00
Michael Hanson
a6f78e6942 rbenv 0.1.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-17 23:28:12 -07:00
Laurent Raufaste
4d6c4f0e3c Google App Engine 1.5.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-17 23:27:49 -07:00
Will Robertson
3ab7357282 asymptote 2.13
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-17 23:27:21 -07:00
Charlie Sharpsteen
544cafd494 GiNaC 1.6.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-17 23:22:31 -07:00
Adam Vandenberg
6c0c2067e7 node 0.4.11 2011-08-17 23:21:48 -07:00
Chris Ledet
8acb56d7c8 Adobe AIR SDK 2.7
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-15 23:01:02 -07:00