Commit graph

6916 commits

Author SHA1 Message Date
Jack Nagel
27de312df6 nettle: fix dylib install name weirdness
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-16 12:35:20 -05:00
Charlie Sharpsteen
50b4ef0575 dcmtk: Fix Lion compilation by switching to CMake
The autotools build was failing to correctly identify some OS X type
declarations.
2011-10-16 10:11:51 -07:00
Jack Nagel
d4ad820d54 libxmlsec: look for modules in HOMEBREW_PREFIX
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-16 09:23:51 -05:00
Nicolas Pinto
fc2b95c604 New formula: mp3splt
cf. Homebrew/homebrew#7935.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-15 11:49:50 -05:00
Nicolas Pinto
4d093978d6 New formula: libmp3splt
Closes Homebrew/homebrew#7935.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-15 11:49:15 -05:00
Nibbles 2bits
0a01539263 lzo 2.06 and remove asm disable
This commit updates lzo to version 2.06 and removes a configure
flag that was forcing --disable-asm.  The asm passes make check.
The asm will automatically detect correctly if you are building
for only 32bit (by forcing -arch i386).  That option was not
coded in, forcing 32bit, because 64bit is generally faster.
The make check was left in because this is a compression lib,
and we don't want data corruption.  This compiles with llvm,
gcc-4.2.1, and clang-2.0 on 32bit and 64bit OSX 10.6.8, and
it passes all checks, which take less than a half-second.
Closes Homebrew/homebrew#8128.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-15 09:14:32 -05:00
Jack Nagel
f0a4e0e0ba vrpn: fix audit warning
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-15 00:16:47 -05:00
Jack Nagel
bb44922515 Use ENV.make_jobs in formulae
Some formulae are still calling Hardware.processor_count; replace those
instances with ENV.make_jobs.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-15 00:05:15 -05:00
Jack Nagel
f0f9fd340e libexif: builds with LLVM >= 2335
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-14 23:38:36 -05:00
Jack Nagel
160d1e842d vice: move fails_with_llvm out of install
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-14 23:36:38 -05:00
Jack Nagel
ea91d6d79a quassel: add stable version 0.7.3
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-14 23:02:24 -05:00
Jack Nagel
25f1baf7e8 sphinx: builds with LLVM >= 2335
Closes Homebrew/homebrew#8077.
Closes Homebrew/homebrew#7876.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-14 22:33:31 -05:00
Oleg Oshmyan
a7e1a1410e libdvdcss: update to 1.2.10
Also add HEAD URL.

Closes Homebrew/homebrew#8103.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-10-14 19:08:36 -07:00
Nibbles 2bits
b066579bd3 libsigc++ 2.2.10
This updates libsigc++ to version 2.2.10.  Also there is now an
option to test the build.  It creates native static and shared
libraries, and it compiles without error using clang, llvm, and gcc
from XCode-4.0.2 on OSX 10.6.8, x86_64.  This library is a typesafe
callback framework for C++.

Closes Homebrew/homebrew#8107.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-10-14 19:06:17 -07:00
Adam Lickel
1511789f74 uncrustify: Update to v0.59
Closes Homebrew/homebrew#8109.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-10-14 19:02:53 -07:00
Nibbles 2bits
2a838feba9 libvpx 0.9.7-p1
This updates libvpx to 0.9.7-p1, which is their patched release.
The formula now sets --enable-pic, which seems justified.
The formula now sets --enable-vp8 to include all their vp8 code.
The formula now exposes four options to the user for setting
code coverage, memory tracking, post processing and visiualization.
Their software creates a native static library.  Their shared lib
will only build on elf32 atm.  This compiles and tests with all
three clang, llvm, and gcc from XCode-4.0.2 on x86_64.  This is a
library for handling video in the VPX codec format, related to
webm and Google.

Closes Homebrew/homebrew#8110.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-10-14 18:58:32 -07:00
Nibbles 2bits
1fc4abd824 atk 2.2.0
This updates atk to version 2.2.0 and fixes two configure args
so that the build is similar to other libraries like gdk-pixbuf,
that are interrelated.  --enable-introspection was set to no,
and the glib test is allowed to be run by configure to find
the environment of glib, seeing as glib is listed as a dep.
This was tested on clang-2.0, llvm-2335.9, and gcc-4.2.1 on
x86_64 10.6.8.

Closes Homebrew/homebrew#8111.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-10-14 18:57:22 -07:00
Charlie Sharpsteen
f823a38f98 libssh2: Fix MD5 sum 2011-10-14 18:56:26 -07:00
Nibbles 2bits
97e2e7c5d1 gdk-pixbuf 2.24.0
This updates gdk-pixbuf to version 2.24.0 and fixes some flags to
configure that were not correct for OSX or were not set correctly
due to strange defaults settings on this build.
--disable-maintainer-mode gets set because it defaults on.
--enable-debug=no gets set because its [no,min,max,auto]
--enable-instrospection=no gets set because it's desired.
--disable-Bsymbolic gets set because it's only for elf32.
--without-gdiplus gets set because it's for Windows.
This compiles with gcc-4.2.1, llvm-2335.9, and clang-2.0 from
XCode-4.0.2 on x86_64 10.6.8.

Closes Homebrew/homebrew#8112.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-10-14 18:56:26 -07:00
Mikael Zayenz Lagerkvist
5a2be5f095 Gecode: Update to version 3.7.1
Closes Homebrew/homebrew#8114.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-10-14 18:56:14 -07:00
Gian Basagre
1355b0107b libssh2: Update to 1.3.0
Closes Homebrew/homebrew#8116.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-10-14 18:47:58 -07:00
Marc
a6f58198fe groovy: Update to 1.8.3
Closes Homebrew/homebrew#8115.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-10-14 18:46:16 -07:00
Simon Jefford
e07e9ae7da redis 2.4.0
Closes Homebrew/homebrew#8119.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-10-14 18:41:55 -07:00
Carlos Borroto
4ec20d19c8 bwa: Update to 0.5.9
Also adds a URL for HEAD.

Closes Homebrew/homebrew#8120.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-10-14 18:41:24 -07:00
Naja v. Schmude
b792fda39f Pixman: Support Xcode 4.2
Closes Homebrew/homebrew#8121.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-10-14 18:39:22 -07:00
Charlie Sharpsteen
7efdc320b8 Valgrind: Fix XCode 4.0 patch 2011-10-13 19:30:05 -07:00
Charlie Sharpsteen
66a0b98486 Cherokee: Update to 1.2.100 2011-10-13 16:41:37 -07:00
Ealden Esto E. Escanan
ff3ed7e5b0 Liquibase 2.0.3
Closes Homebrew/homebrew#8061.

Signed-off-by: Ealden Esto E. Escanan <ealden@gmail.com>
Closes Homebrew/homebrew#8061.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-10-13 16:25:06 -07:00
Jonathan Beezley
136ee05f94 ncview: Update to 2.1
Closes Homebrew/homebrew#8101.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-10-13 16:21:41 -07:00
Rui Pereira
1a4a531a31 Valgrind: HEAD installs now work on Lion
Closes Homebrew/homebrew#8040.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-10-13 16:19:43 -07:00
Juan Sebastian Casallas
565fe6d42e Bullet: Update to 2.79
-Updated the url to download the latest tgz.
-Added version number since brew might get confused by the tgz's name.
-Changed from md5 to sha1, since sha1 checksums are provided by bullet:
http://code.google.com/p/bullet/downloads/detail?name=bullet-2.79-rev2440.tgz

Closes Homebrew/homebrew#8093.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-10-13 09:49:35 -07:00
Misty De Meo
e7888f8d92 exiftool 8.67
Closes Homebrew/homebrew#8096.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-10-13 09:48:34 -07:00
Aaron Jacobs
b77c42317f google-js-test 1.0.6
Closes Homebrew/homebrew#8095.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-10-13 09:45:52 -07:00
Jack Nagel
0a606424a4 New formula: pdfgrep
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-12 17:54:44 -05:00
Jeroen Jacobs
e3b1f98055 sickbeard build-489
Closes Homebrew/homebrew#8080.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-12 16:21:42 -05:00
Laurent Raufaste
91df506088 Google App Engine 1.5.5
Closes Homebrew/homebrew#8079.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-12 16:20:24 -05:00
Misty De Meo
6377bb668e mediainfo 0.7.50
Closes Homebrew/homebrew#8088.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-12 16:18:06 -05:00
Jack Nagel
e6aee256b8 cflow 1.4
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-12 14:55:33 -05:00
Jack Nagel
9443751fa2 mpfr: apply upstream cumulative patch
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-12 02:53:40 -05:00
Jack Nagel
eedfffffa3 libgcrypt: run "make check"
Rationale: It's a crypto library so we should make sure it works. It
doesn't take _that_ long even on my old, slow MBP.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-11 20:48:12 -05:00
Jack Nagel
2352add09e gnutls: don't shadow certtool manpage either
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-11 20:23:04 -05:00
Jack Nagel
923c63232b gnutls: don't shadow /usr/bin/certtool
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-11 20:18:51 -05:00
Jack Nagel
ecaa12a288 gnutls: remove outdated patch
The issue the patch addressed was fixed upstream:

http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=57af3b052c
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-11 20:18:50 -05:00
Charlie Sharpsteen
2ca23ba09e New Formula: PoDoFo
PoDoFo is a LGPL-licensed library and set of command line tools for parsing and
manipulating PDF files.
2011-10-11 11:46:49 -07:00
Libor Wagner
998c1c0edc newLisp: Upgrade to 10.3.3
Closes Homebrew/homebrew#7996.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-10-11 10:09:30 -07:00
Vincent Beffara
7e7c9e8b7c New Formula: dsocks
Closes Homebrew/homebrew#8049.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-10-11 10:08:29 -07:00
mithrandi@mithrandi.net
7358904db6 New Formula: bonnie++.
Bonnie++ is a benchmark suite that is aimed at performing a number of
simple tests of hard drive and file system performance. Then you can
decide which test is important and decide how to compare different
systems after running it.

Bonnie++ was based on the code for Bonnie by Tim Bray. A summary of the
differences between Bonnie 1.0 and Bonnie++ 1.0 can be found at:

    http://www.coker.com.au/bonnie++/diff.html

Closes Homebrew/homebrew#8050.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-10-11 09:51:53 -07:00
Vincent Beffara
b7cd805dd0 New Formula: figtoipe
Closes Homebrew/homebrew#8052.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-10-11 09:51:27 -07:00
Xiyue Deng
98704cdb8d Wine: Update to 1.3.30
Closes Homebrew/homebrew#8057.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-10-11 09:31:35 -07:00
Robert Shaw
fc48aad633 Updated: mkvtoolnix to v5.0.1
Closes Homebrew/homebrew#8062.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-10-11 09:26:55 -07:00
Nik Reiman
89430c955d ttytter: 1.2.02
Closes Homebrew/homebrew#8064.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-10-11 09:24:46 -07:00
smaftoul
d2c0eefe65 aws-cfn-tools 1.0.9
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-10-11 08:42:25 -07:00
Jack Nagel
d71d5cfec0 smartmontools: enable some configure options
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-10 17:41:28 -05:00
Nibbles 2bits
6d69db875c mkclean 0.8.6
This updates mkclean to 0.8.6 and modifies the one install command
so that all three binaries it builds get installed, namely:
mkclean, mkcleanreg, and mkWDclean.  It compiles and tests
using llvm-2335, gcc-4.2.1, and clang-2.0.

Closes Homebrew/homebrew#8031.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-10-10 13:41:56 -07:00
Nibbles 2bits
ba555590e4 mkvalidator 0.3.7
This updates mkvalidator to version 0.3.7.  It build and tests
with the XCode-4.0.2 tools on x86_64 10.6.8.

Closes Homebrew/homebrew#8032.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-10-10 13:41:55 -07:00
Jack Nagel
ec8d0eead3 zeromq: fix audit warning
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-10 15:34:29 -05:00
Aku Kotkavuo
384469765f sbcl 1.0.52
Closes Homebrew/homebrew#8038.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-10-10 13:32:20 -07:00
Mark A. Matienzo
fab13327d6 bulk_extractor 1.1.0-alpha2
Closes Homebrew/homebrew#8041.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-10-10 13:31:22 -07:00
Jack Nagel
2c3b868ca0 Use HTTPS for GitHub HEAD clones
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-10 15:17:52 -05:00
Vincent Beffara
bb5ae48716 dovecot: Upgrade to 2.0.15
Closes Homebrew/homebrew#8051.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-10-10 13:12:57 -07:00
Robby Grossman
2cb1a31d54 cassandra 0.8.7
Closes Homebrew/homebrew#8054.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-10 14:49:44 -05:00
Chris Cosby
0f0229e1bf easy-tag: Deparallelize make install
Closes 8053.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-10-10 12:44:54 -07:00
Andreas Creten
17a458d1e8 wp-cli 0.2
Closes Homebrew/homebrew#8046.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-10 14:41:37 -05:00
Libor Wagner
590de275a8 multimarkdown: fix typo in CFLAGS
Closes Homebrew/homebrew#8048.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-10 14:39:48 -05:00
Charlie Sharpsteen
ca38ec7138 FFmpeg: Update to 0.8.5 2011-10-09 21:28:58 -07:00
Rich Manalang
473f4e1032 Updated Atlassian Plugin SDK version to 3.6
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-10-09 17:14:44 -07:00
Jack Nagel
cd9f49873d curl 7.22.0
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-09 15:56:27 -05:00
Jack Nagel
ec8e80381f ack: generate man page
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-09 00:13:06 -05:00
Andreas Creten
f68d3de18f New formula: wp-cli
Closes Homebrew/homebrew#7954.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-08 19:59:46 -05:00
Juan Sebastian Casallas
cf050e8a7f gmtl: exclude patch when installing from HEAD
-gmtl's svn (HEAD) has an updated SConstruct which doen't need to be patched.
-The patch is still applied when doing "regular install" (gmtl 0.6.1).

Closes Homebrew/homebrew#8002.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-08 19:44:45 -05:00
Evan Bollig
0ded4d4ead New formula: armadillo
"Armadillo is an open-source C++ linear algebra library (matrix maths)
aiming towards a good balance between speed and ease of use. Integer,
floating point and complex numbers are supported, as well as a subset of
trigonometric and statistics functions. Various matrix decompositions
are provided through optional integration with LAPACK, or one of its
high performance drop-in replacements (such as MKL or ACML)."
[http://arma.sourceforge.net/]

Closes Homebrew/homebrew#8008.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-08 19:41:16 -05:00
Chris Rose
5e8dd91209 New formula: convertlit
cf. Homebrew/homebrew#8009.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-08 18:53:27 -05:00
Chris Rose
fb28a16ce3 New formula: libtommath
Closes Homebrew/homebrew#8009.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-08 18:53:17 -05:00
Adam Vandenberg
dc0666db62 ppl: update urls 2011-10-08 09:53:09 -07:00
Doug Burke
d6d27d65af redland: Update to 1.0.14
Closes Homebrew/homebrew#8018.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-10-08 09:44:17 -07:00
Doug Burke
67073236d3 rasqal: Update to 0.9.27
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-10-08 09:43:53 -07:00
Devin Weaver
90a974a26f tin: Upgrade to 2.0.0
Closes Homebrew/homebrew#8019.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-10-08 09:43:37 -07:00
Alex D
edbe013347 todo-txt 2.8
Closes Homebrew/homebrew#8013.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-10-08 09:37:12 -07:00
Adam Vandenberg
d3ce5f48ea libmagic 5.09 2011-10-07 08:26:27 -07:00
Nibbles 2bits
efd3e9362c color-code 0.7.2
This is a version update for color-code, a Qt based board game,
akin to Mastermind, where you place colored tiles.  This was
compiled against Qt-4.7.4 and works very well on a 10.6.8
system running in 64bit.  Sometimes you come across an app that
builds so cleanly and has such a polished interface that it
makes you chuckle.  It could be the devs own a Mac.  Anyway,
here it is.
Closes Homebrew/homebrew#7997.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-06 16:11:27 -05:00
Nibbles 2bits
1ed6fe010f d-bus 1.4.16
This commit upgrades d-bus to 1.4.16 with no other changes.
It compiles without error using clang, llvm, and gcc-4.2.1 from
XCode-4.0.2 on OSX 10.6.8, x64 kernel.
Closes Homebrew/homebrew#7995.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-06 16:05:16 -05:00
Nibbles 2bits
e08657c344 libmms 0.6.2
This commit updates libmms to version 0.6.2.  Their project is
back at sf.net for hosting, and that's why the change in both url
and homepage. This compiles with llvm-2335, gcc-4.2.1, and clang2.0
on OSX 10.6.8 with XCode 4.0.2. It builds native static and shared
libraries that are used for streaming mmst amd mmsh protocol as in
    mms://i.canhaz.ct:1755
Closes Homebrew/homebrew#7991.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-06 16:02:43 -05:00
Nibbles 2bits
04e00fd67e libcue 1.4.0
This will update libcue to version 1.4.0.  No other changes here.
It compiles with llvm-2335.9, gcc-4.2.1, and clang-2.0 from
XCode 4.0.2 on x86_64 10.6.8 Snow Leopard. It builds native
static and shared libraries.
Closes Homebrew/homebrew#7990.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-06 16:02:05 -05:00
James Aitken
c7855781ca nginx: update HEAD to 1.1.5
Closes Homebrew/homebrew#8003.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-06 13:10:05 -05:00
Fletcher T. Penney
fa8a429fdf multimarkdown 3.2
Also remove dependencies that are no longer necessary.

Closes Homebrew/homebrew#7987.
Closes Homebrew/homebrew#7820.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-06 12:49:44 -05:00
Anton P. Linevich
47373c9fc5 New formula: herrie 2.2
Closes Homebrew/homebrew#5316.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-05 22:28:48 -05:00
Paul Ingles
907ead0a07 Snappy: Update to 1.0.4
Closes Homebrew/homebrew#7983.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-10-05 18:22:34 -07:00
Jack Nagel
f13d2c88d8 sbcl: builds with LLVM build >= 2335
Closes Homebrew/homebrew#7942.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-05 18:03:25 -05:00
Jack Nagel
6f70e1f9dc streamripper: fails with LLVM build 2335
It builds, but still produces runtime errors.

cf. Homebrew/homebrew#7942.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-05 18:02:12 -05:00
Charlie Sharpsteen
67997ea7cb Octave: Needs libcurl on Leopard
Fixes Homebrew/homebrew#7929.
2011-10-05 14:54:07 -07:00
Dennis Luxen
7962604d8a Scons: Updating to 2.1.0
Closes Homebrew/homebrew#7938.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-10-05 14:50:25 -07:00
Peter Aronoff
e2ae7856da mu: Update to 0.9.7
Closes Homebrew/homebrew#7945.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-10-05 14:47:13 -07:00
Michael Dippery
44bd9a3ef6 clojure: Update to v1.3.0
Closes Homebrew/homebrew#7893.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-10-05 14:41:43 -07:00
James Aitken
477dea44f5 Nginx: Update to 1.0.8
Bugfix: nginx could not be built --with-http_mp4_module and without --with-debug option.

Closes Homebrew/homebrew#7965.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-10-05 14:38:01 -07:00
Alexandre Gramfort
89e75824c2 FIO: Update to 1.58
Closes Homebrew/homebrew#7966.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-10-05 14:36:34 -07:00
Juan Sebastian Casallas
4fa6317d9f LibrSVG: Update to 2.31.1
-Updated the url to download the latest tarball.
-Changed from md5 to sha256 check, since sha256 sums are the ones given by
 librsvg on their ftp:

   http://ftp.acc.umu.se/pub/GNOME/sources/librsvg/2.34/librsvg-2.34.1.sha256sum

Closes Homebrew/homebrew#7968.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-10-05 14:32:01 -07:00
Juan Sebastian Casallas
1c2a30def5 CPPDOM: Update to 1.2.0
-Updated the url and md5 to download the 1.2.0 tarball.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-10-05 14:31:48 -07:00
Juan Sebastian Casallas
0c46a01f92 VRPN: Update to 07.29
-Changed the url of vrpn to download a zip file from unc's ftp instead of pulling from unc's git repo.
-Unc's git repo is now on the formula's head
-Changed version number
-Added libusb (change from rpavlik to support HID)
-Added --docs argument (change from rpavlik to build documentation)

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-10-05 14:31:28 -07:00
Charlie Sharpsteen
87c569a05c LibGit2: Update to 0.15 2011-10-05 14:16:27 -07:00
Lars Bilke
594ba3ccec cmake 2.8.6
Closes Homebrew/homebrew#7977.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-10-05 14:00:29 -07:00
Charlie Sharpsteen
8732d04329 ICU4C: Update bottle 2011-10-05 13:51:01 -07:00
Xiyue Deng
ddc1768b53 autoconf-archive 2011.09.17
Closes Homebrew/homebrew#7972.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-05 14:29:53 -05:00
Charlie Sharpsteen
7248f3543b DiffPDF: Also fix library search paths
Related to Homebrew/homebrew#4257.
2011-10-04 23:47:26 -07:00
Charlie Sharpsteen
1fcc00cc93 DiffPDF: Fix header include path
Fixes Homebrew/homebrew#7975.
2011-10-04 23:38:14 -07:00
Jack Nagel
2a3df5c221 sl: respect Homebrew environment variables
Kind of pointless for something so simple, but I was using the sl
formula to test something and noticed it so here it is.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-04 20:50:39 -05:00
Luke Pullella
96538a4f86 New Formula: jp2a (JPEG to ASCII converter)
Closes Homebrew/homebrew#7956.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-10-03 18:49:34 -07:00
Baris Balic
62a669b8a5 ZeroMQ: Update to 2.1.10
Closes Homebrew/homebrew#7959.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-10-03 18:10:37 -07:00
Aaron Jacobs
6086f16db0 google-js-test 1.0.5
Closes Homebrew/homebrew#7960.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-10-03 18:08:59 -07:00
Daniel Bingham
d4fd8847f2 git-multipush: update to 2.3 and add HEAD
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-03 18:47:07 -05:00
Nick Stenning
52d6c2b359 redo: fix broken md5
Closes Homebrew/homebrew#7951.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-10-03 14:40:55 -07:00
Misty De Meo
4d03fb0c26 exiftool 8.66
Closes Homebrew/homebrew#7955.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-03 16:25:33 -05:00
Carlos Borroto
8915c73f67 bedtools 2.13.3
Closes Homebrew/homebrew#7958.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-03 16:24:32 -05:00
Kashif Rasul
e6f886cd12 mapnik 2.0.0
Closes Homebrew/homebrew#7847.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-03 16:20:34 -05:00
Jack Nagel
e7f1edc600 chkrootkit: fix indentation
Also make Makefile permissions more conservative.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-03 16:20:01 -05:00
Jack Nagel
3e3187cad3 mpfr 3.1.0
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-03 14:59:52 -05:00
Jack Nagel
b06688e585 Specify "build" but not "host" for gmp and mpfr
The "--host" flag to configure defaults to "--build", and explicitly
passing it is normally reserved for cross-compiling.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-03 14:59:50 -05:00
Charlie Sharpsteen
c007fc401f Wine: Still fails with LLVM
LLVM can compile wine, but the results cannot run any executables.

Fixes Homebrew/homebrew#7874.
2011-10-02 17:23:56 -07:00
Jack Nagel
c60effa2f2 exult: fix audit warning
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-02 15:42:49 -05:00
Stephen Eglen
f038db2d7b mairix 0.23
Closes Homebrew/homebrew#7931.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-02 15:16:27 -05:00
Peter Aronoff
12fdc60da9 getmail 4.22.1
Closes Homebrew/homebrew#7939.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-02 15:13:56 -05:00
Jack Nagel
20390059f7 gpgme: remove unrecognized configure switches
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-02 15:10:31 -05:00
Jack Nagel
41bdb55b90 gpgme: builds with LLVM >= 2335
Closes Homebrew/homebrew#7943.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-02 15:09:45 -05:00
Oleg Oshmyan
08cb649524 icu4c 4.8.1
Closes Homebrew/homebrew#7597.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-02 13:43:59 -05:00
Jack Nagel
a953b3970c New formula: chkrootkit 0.49
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-02 13:30:34 -05:00
Jack Nagel
57692a4960 Remove lsof formula
It was a system duplicate that slipped through accidentally, so it is
now available in Homebrew-alt.

cf. Homebrew/homebrew#7903.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-02 12:20:09 -05:00
Adam Vandenberg
d383476357 Add newline to emacs cocoa caveats 2011-10-02 09:59:48 -07:00
Jocelyn Mallon
b68ace6301 pngcrush 1.7.17
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-10-01 20:31:01 -07:00
Adam Vandenberg
1cdc23fff5 Exult 1.4.9rc1 2011-10-01 20:29:54 -07:00
Jack Nagel
7799d2a43e Revert "gradle 1.0-milestone-4"
This reverts commit 4b1230ccc0e0ed70cc79449106e76cf5ebcc3933, for the
same reason as the previous revert, committed in 00d8a81.

milestone-4 has regressions, and was withdrawn, see the offical
announcement here:

http://wiki.gradle.org/display/GRADLE/2011/08/18/Gradle+1.0-milestone-4+withdrawn

Closes Homebrew/homebrew#7924.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-01 20:01:06 -05:00
sibsibsib
0b2e5d88d1 riak 1.0.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-10-01 11:49:37 -07:00
Guillermo Iguaran
f1472b9245 rbenv 0.2.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-10-01 11:31:35 -07:00
Kim Burgestrand
3f466d5003 Upgrade libspotify to 9.1.32
Closes Homebrew/homebrew#7355.

Signed-off-by: Max Howell <max@methylblue.com>
2011-10-01 13:39:07 +01:00
Jack Nagel
8c94bcb569 git 1.7.7
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-30 22:06:58 -05:00
Bryce Mecum
9f8b5c8c24 Updated R to 2.13.2
Closes Homebrew/homebrew#7919.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-30 13:15:22 -07:00
Misty De Meo
661c414307 jbig2enc: Add patch to retain DPI
jbig2enc's pdf.py demo program did not properly retain an image's DPI
when creating a PDF; it was hardcoded to 600, regardless of the actual
resolution of the input image. This patch corrects that by intelligently
extracting the DPI from the file being converted.

Closes Homebrew/homebrew#7913.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-30 11:39:56 -07:00
James Aitken
fe92063523 Nginx: Update to 1.0.7
Closes Homebrew/homebrew#7917.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-30 11:39:20 -07:00
bitter
bdf7232422 android-ndk: Update to r6b
Closes Homebrew/homebrew#7915.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-30 11:38:24 -07:00
Sven Axelsson
ebacbb9054 Hive: Update to 0.7.1
Closes Homebrew/homebrew#7904.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-30 10:39:27 -07:00
Marcel Beltz
2017645f34 picocom: Update to 1.6
Closes Homebrew/homebrew#7910.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-30 10:39:26 -07:00
Adam Vandenberg
ee913b438b geos: force gcc on Lion 2011-09-30 10:33:56 -07:00
Antony Blakey
173b38a7e4 gradle 1.0-milestone-4
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-30 08:07:58 -07:00
Matt Berryman
7d102a52a6 redis 2.2.14
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-30 08:01:02 -07:00
Jack Nagel
78421f0302 libmatroska: overhaul install method
Make it more Homebrew-like. As a bonus it now respects the value of
ENV.cxx.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-30 01:56:57 -05:00
Jack Nagel
40ba4a86b8 libebml: overhaul install method
Make it more Homebrew-like. As a bonus it now respects the value of
ENV.cxx.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-30 01:56:31 -05:00
Robert Shaw
39cd502630 libebml 1.2.2
Closes Homebrew/homebrew#7900.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-30 01:29:32 -05:00
Robert Shaw
194952fef2 libmatroska 1.3.0
Closes Homebrew/homebrew#7901.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-30 01:28:42 -05:00
Aaron Jacobs
b762feb111 google-js-test 1.0.4
Closes Homebrew/homebrew#7897.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-30 01:25:42 -05:00
Charlie Sharpsteen
0eea9025b5 Poppler: Update to 0.18 2011-09-29 18:57:51 -07:00
Aaron Jacobs
a884a6cc62 New Formula: Google-JS-Test
Also aliased to `gjstest`.

Closes Homebrew/homebrew#7862.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-29 11:14:10 -07:00
Charlie Sharpsteen
2a1ab865ba New Formula: MuPDF
MuPDF is a PDF and XPS rendering library written in C licensed under GPL v3.
2011-09-29 11:10:41 -07:00