Commit Graph

6883 Commits (fa832ea0a538efb1e1ea7d4b0c95b8da68a2ebd4)

Author SHA1 Message Date
Nibbles 2bits 834f661d9a v8cgi: Fix logic error with parentheses
v8cgi add parentheses around an implied if, so args get its value.
Closes Homebrew/homebrew#8126.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-16 20:53:36 -05:00
Manpreet Singh 72261292ca New formula: csup
csup is a CVSup (http://www.cvsup.org) replacement written in C.
Closes Homebrew/homebrew#7914.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-16 20:46:51 -05:00
Mark A. Matienzo 1319933f9d sleuthkit 3.2.3
Closes Homebrew/homebrew#8132.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-16 20:43:45 -05:00
David Hall 8f1d8d4633 fftw 3.3
Closes Homebrew/homebrew#8145.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-16 20:36:08 -05:00
Jack Nagel 5df8a8a495 libxmlsec1: add alias 'xmlsec1'
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-16 20:29:06 -05:00
Jack Nagel 17e29c9076 libxmlsec1: fix `xmlsec1` linking issue
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-16 20:25:10 -05:00
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