Commit graph

7243 commits

Author SHA1 Message Date
Ealden Esto E. Escanan
8a09823f15 Groovy 1.8.4
Signed-off-by: Ealden Esto E. Escanan <ealden@gmail.com>

Closes Homebrew/homebrew#8573.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-13 19:52:21 -06:00
Jack Nagel
10942b6f29 gnutls 2.12.14
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-13 18:54:44 -06:00
Adam Vandenberg
a5650bdbca zile 2.4.2 2011-11-13 13:24:05 -08:00
Henry Poydar
89c8af5a1e Jetty: Update to 8.0.4
Closes Homebrew/homebrew#8557.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-11-13 12:56:11 -08:00
Alexey Palazhchenko
b1bb1ff744 go: Update to r60.3
Closes Homebrew/homebrew#8567.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-11-13 12:54:18 -08:00
Xiyue Deng
410b5618c3 Wine: Update --devel to 1.3.32
Closes Homebrew/homebrew#8568.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-11-13 12:48:59 -08:00
Justin Hart
8138230ac3 New formula: daemon 0.6.4
Daemon turns other processes into daemons. There are many tasks that
need to be performed to correctly set up a daemon process. This can be
tedious.  Daemon performs these tasks for other processes. This is
useful for writing daemons in languages other than C, C++ or Perl (e.g.
/bin/sh, Java).

Closes Homebrew/homebrew#8092.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-12 18:46:58 -06:00
Jack Nagel
4a90d9cba9 mz-scheme: fails with llvm
Fixes Homebrew/homebrew#8563.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-12 18:34:18 -06:00
Gordon Tillman
9aa36513b1 riak - link search-cmd
Updated formula to link search-cmd into /usr/local/bin along with
the riak and riak-admin commands.  Riak's search capabilities are
now included with the standard Riak installation and the
search-cmd is used to install search commit hooks and manage
bucket schema.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-12 14:38:30 -08:00
Ealden Esto E. Escanan
e0d64c8e38 RabbitMQ 2.7.0
Closes Homebrew/homebrew#8554.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-11-12 13:08:54 -08:00
Charlie Sharpsteen
a083319f9f Poppler: Update to 0.18.1 2011-11-12 12:50:06 -08:00
Adam Vandenberg
31bbbce18d Riak: allow building with Erlang R14B04 2011-11-12 09:55:39 -08:00
Gordon Tillman
b759e40642 xapian: Update sha1 for xapian-bindings
Running brew install xapian --binding reported the following error:

Error: SHA1 mismatch
Expected: d42d418c1873c607427c7cfb293477aa35428e4c
Got: 79e9f0b01f1af3440d10d00469dbe248784ffa1c
Archive:
/Users/gordy/Library/Caches/Homebrew/xapian-bindings-1.2.7.tar.gz

Verified correct sha1 by comparing with download from
http://xapian.org/download and updated formula accordingly.

Closes Homebrew/homebrew#8558.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-11-12 09:42:37 -08:00
sillage
790e4007aa GNU Barcode: update homepage
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-12 09:40:00 -08:00
Caius Durling
33259e5fcf ActiveMQ: Also wrap the activemq binary
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-12 09:32:16 -08:00
Adrien Cahen
bf44b03056 node 0.6.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-11 19:59:54 -08:00
Charlie Sharpsteen
3b5e34a892 R: Update to 2.14.0 2011-11-11 17:37:25 -08:00
Shayne Sweeney
19cc55b575 Pianobar: Update to 11.11.11
Now depends on gnutls.

Closes Homebrew/homebrew#8551.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-11-11 17:36:52 -08:00
Martial
ece547d4b5 shen 2.0
Closes Homebrew/homebrew#8540.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-11-11 15:28:21 -08:00
Nibbles 2bits
a9087178a3 geos: Update to 3.3.1
This updates geos to version 3.3.1.  It compiles on 64bit Snow Lep
with XCode-4.0.2, clang-2.0, and gcc-4.2.1.5666.  It continues to
fail_with_llvm as is handled in the previous formula.
EDIT: Now with ENV.gcc and without ENV.O3
EDIT: Now remove all ENV.* leaving fails_with_llvm to sort it.

Closes Homebrew/homebrew#8353.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-11-11 15:25:45 -08:00
Jochen Munz
9fb7088dba dar: update to 2.4.2
This update uses the current version of dar from sourceforge.net.
Compile tested under OSX Lion gcc 4.2.1

Closes Homebrew/homebrew#8545.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-11-11 15:21:37 -08:00
Misty De Meo
617f88c243 herrie: depends_on glib
herrie depends on glib, but this wasn't being declared as a dependency.

Fixes Homebrew/homebrew#8542.
Closes Homebrew/homebrew#8547.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-11-11 15:17:06 -08:00
Markus Prinz
74b8dec344 Memcached: Add upgrade instructions for launchd similar to Redis formula
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-11 07:34:40 -08:00
Jack Nagel
a44cddda23 libidn: build universal
libidn is a dependency of the GnuTLS 3.x series, and even though we
probably won't move to 3.x anytime soon, it's good to get the
dependencies up to snuff and work out any problems that might arise.

I also added a test of the executable while I was here.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-10 21:27:36 -06:00
Jack Nagel
4085ac79b2 p11-kit 0.8
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-10 21:14:40 -06:00
Adam Vandenberg
a70ae09233 memcached 1.4.10 2011-11-10 19:03:50 -08:00
Andrew J. Erickson
ae82cb9723 vsftpd: allow building with openssl via option
Closes Homebrew/homebrew#8476.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-11-10 11:21:23 -08:00
Matt Barnett
d92d434698 plt-racket 5.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-10 08:47:55 -08:00
Lee Packham
4d45d401b5 Update Google App Engine SDKs to 1.6.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-10 08:47:31 -08:00
Can Berk Güder
e15127bd96 lame 3.99.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-10 08:46:52 -08:00
Charlie Sharpsteen
e84f33e693 Erlang: Update bottle
Update bottled version to R14B03 compiled using version 68abb24 of the Erlang
formula compiled on OS X 10.7.1 using XCode 4.1.

Closes Homebrew/homebrew#8365.
2011-11-09 23:13:54 -08:00
David Watson
6fa34b0299 Upgrading to avrdude-5.11.1.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-09 21:33:22 -08:00
Pete Deffendol
2162f86e63 PostgreSQL 9.1.1
* Cleaned up the build process, thanks to GitHub user daddy2times
 * Cleaned up caveats and added information about upgrading pre-9.1 databases

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-09 21:18:18 -08:00
Bob Fanger
583e8aeae7 New Formula: QCachegrind
Closes Homebrew/homebrew#8067.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-11-09 17:24:00 -08:00
Charlie Sharpsteen
580cecd68a Remove Formula: FFmpeg-PHP
No longer works with FFmpeg version newer than 0.8.x and upstream project has
been dead for years.

Closes Homebrew/homebrew#7780.
2011-11-09 16:13:23 -08:00
Charlie Sharpsteen
ced5556b17 GrADS: Update to 2.0.1
Closes Homebrew/homebrew#8518.
2011-11-09 15:55:15 -08:00
Jack Nagel
30077d7883 Valgrind: fix build on 32-bit Snow Leopard
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-09 17:26:43 -06:00
Pieter Nicolai
a568ddc50b Valgrind: Update to 3.7.0
Updates Valgrind to 3.7.0. This version adds (preliminary) support
for OS X 10.7 as well as XCode 4. Support for 10.5 is dropped, so
when 10.5 is detected it will install 3.6.1.
Full release notes can be found here:
http://valgrind.org/docs/manual/dist.news.html

Closes Homebrew/homebrew#8529.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-11-09 14:55:57 -08:00
Misty De Meo
4151d41c14 scantailor: update --enhanced branch to 20110907
Closes Homebrew/homebrew#8528.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-11-09 14:55:34 -08:00
Charlie Sharpsteen
bf3a1b5b5f Portaudio: Don't apply patches on Leopard
The SDK patches cause the build to fail on Leopard.

Fixes Homebrew/homebrew#8510.
2011-11-09 14:39:49 -08:00
Charlie Sharpsteen
4cf7e49404 Pianobar: Fix MD5
Derp.
2011-11-09 14:06:18 -08:00
Charlie Sharpsteen
65d9960c9f PySide: Update to 1.0.8
Also updates dependencies:

  - apiextractor
  - generatorrunner
  - shiboken
2011-11-09 14:06:13 -08:00
Charlie Sharpsteen
124091a0c1 FFmpeg: Add option to build ffplay
The ffplay binary is only built by default if SDL is present---which made
obtaining it a hit-and-miss operation for some users. A new option,
`--with-ffplay`, has been added that will cause ffplay to be built.

ffplay will be explicitly disabled if the option is not invoked.

Fixes Homebrew/homebrew#6880.
2011-11-09 12:02:42 -08:00
Charlie Sharpsteen
56897f4859 FFmpeg: Update to 0.8.6 2011-11-09 11:56:29 -08:00
Oleg Oshmyan
edcdba4885 libdvdread: Update to 4.2.0
New homepage, HEAD URL, actually build against libdvdcss.

Closes Homebrew/homebrew#8500.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-11-09 11:24:23 -08:00
Tomas Linhart
6198287bc0 OpenMPI: Update to 1.4.4
Closes Homebrew/homebrew#8502.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-11-09 11:12:15 -08:00
Charlie Sharpsteen
7953441179 stunnel: Fix SHA 2011-11-09 11:09:37 -08:00
Matt Barnett
236a2d9cf6 cmucl: Update to 20c
Closes Homebrew/homebrew#8504.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-11-09 11:08:59 -08:00
Nibbles 2bits
d013974d71 lzop 1.03
Upgrade lzop to version 1.03.  This compiles without error on SL
using XCode-4.0.2, llvm-2335.9, and clang-2.0.139.

Closes Homebrew/homebrew#8505.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-11-09 11:06:09 -08:00
E. Azer Koçulu
95e8f53fe9 stunnel: Update to 4.46
Closes Homebrew/homebrew#8513.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-11-09 10:57:54 -08:00
Josh Cheshire
1a202ed177 Wireshark: Update to 1.7.0
Closes Homebrew/homebrew#8516.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-11-09 10:56:04 -08:00
Matt Barnett
bf48c09fdd SBCL: Update to 1.0.53
Closes Homebrew/homebrew#8517.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-11-09 10:53:04 -08:00
Charlie Sharpsteen
2aad66c436 Pianobar: Update to 2011.11.09
Closes Homebrew/homebrew#8523.
2011-11-09 10:42:01 -08:00
Misty De Meo
34e03e0771 exiftool 8.69
Closes Homebrew/homebrew#8524.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-11-09 10:35:27 -08:00
Misty De Meo
698c85b21e leptonica: fix patch
The leptonica patch wasn't pulling properly from the Google Code
repository, so it's been copied to a gist mirror.

Fixes Homebrew/homebrew#8522.
Closes Homebrew/homebrew#8525.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-11-09 10:34:27 -08:00
Justin Clift
0c0ad72eb7 libvirt 0.9.7
Now supports VirtualBox 4.1.x on OSX, plus many other enhancements:

  http://www.libvirt.org/news.html

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-08 20:20:38 -08:00
Aku Kotkavuo
ec21a1ead3 Cassandra 1.0.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-08 20:20:08 -08:00
Jack Nagel
2460f3179f git 1.7.7.3
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-08 19:35:13 -06:00
Jack Nagel
e4119a78e0 lzlib 1.2
Also pass correct compiler settings to `configure`.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-07 17:27:44 -06:00
Luis Felipe Strano Moraes
f9b6f9791b New formula: Embryo
Adding new library called Embryo, a tiny library designed to interpret
limited Small programs compiled by the included compiler, embryo_cc. It
is mostly a cleaned up and smaller version of the original Small
abstract machine.

Closes Homebrew/homebrew#8342.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-07 17:09:01 -06:00
Luis Felipe Strano Moraes
8c8a5deabd New formula: Eet
Adding new library called Eet for data serialization, encoding and
access. It is used as a really fast database in several applications
that use the EFL, as well as other libraries from the set.

Closes Homebrew/homebrew#8342.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-07 17:07:11 -06:00
Luis Felipe Strano Moraes
5a385dcf5a New formula: Eina
Adding new library called Eina, it is the first library of the
Enlightenment Foundation Libraries (or EFL) and which is used by almost
all of the others.  It provides a set of default data structures, such
as Lists and shared Strings.

Closes Homebrew/homebrew#8342.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-07 17:05:18 -06:00
Luis Felipe Strano Moraes
a33229a544 noweb: Lion compatibility fixes
- Included CFLAGS needed to avoid conflict between getline defined by
   noweb and the one available on MacOSX by default
 - Call the awkname script so it replaces the awk version used to one
   that exists by default in MacOSX.

Closes Homebrew/homebrew#8395.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-07 16:51:58 -06:00
Second Planet
dc19ccdc3b New formula: utimer 0.4
Closes Homebrew/homebrew#5737.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-07 14:53:08 -06:00
Matt Barnett
2243c1257c clozure-cl 1.7
Closes Homebrew/homebrew#8477.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-07 14:36:12 -06:00
BEN ENGLISCH
2a54a49c1c New formula: libmxml
Closes Homebrew/homebrew#8185.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-07 14:30:41 -06:00
Nibbles 2bits
d96c5fdc50 box2d 2.2.1
Upgrade box2d to version 2.2.1.
Use new CMake arguments listed in the docs for compiling.
Build out of source.
No errors on Snow Leopard compiling with XCode-4.0.2 using
clang-2.0.139 and llvm-2335.9.

Closes Homebrew/homebrew#8483.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-07 14:14:32 -06:00
Nibbles 2bits
53572eb663 c-kermit 9.0.302
Update kermit to cku302, which according to the source files
is the Unix version 9.0.302.
Change version numbering to add the 302 suffix.
Use the new kermitproject.org url and homepage.
Compiles and runs without error on Snow Leopard using XCode-4.0.2,
llvm-2335.9 and clang-2.0.139.

Closes Homebrew/homebrew#8487.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-07 14:11:17 -06:00
Nibbles 2bits
cd669a01a0 calcurse 2.9.2
Update calcurse to version 2.9.2.
Update to the new homepage.
Update to the new tarball location.
Remove patches merged upstream.
Remove ENV.O3 flag, which is the default now.
Remove mandir, which is fixed upstream.
Compiles and runs on Snow Leopard using XCode-4.0.2, clang, & llvm.

Closes Homebrew/homebrew#8486.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-07 14:09:18 -06:00
Nibbles 2bits
6cddf36886 calc 2.12.4.4
Updates calc to version 2.12.4.4

Closes Homebrew/homebrew#8485.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-07 14:05:36 -06:00
Nibbles 2bits
efd3dc113b cadaver 0.23.3
Updates cadaver to 0.23.3.  This compiles without error on Snow
Leopard using XCode-4.0.2, llvm-2335.9, and clang-2.0.139.

Closes Homebrew/homebrew#8484.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-07 14:04:00 -06:00
Nibbles 2bits
a163b159ed bedtools 2.14.3
Upgrade bedtools to 2.14.3.  No errors compiling on Snow Leopard
with XCode-4.0.2, clang-2.0.139, and llvm-2335.9

Closes Homebrew/homebrew#8482.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-07 14:02:57 -06:00
Björn Albers
d57e565d82 New formula: nagios 3.2.3
New formula for the core of...

"The Industry Standard In IT Infrastructure Monitoring"
    -- http://www.nagios.org/

(See also pull request: https://github.com/mxcl/homebrew/pull/6470)

Closes Homebrew/homebrew#6471.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-07 13:56:13 -06:00
Björn Albers
696aa325d5 New formula: nagios-plugins 1.4.15
New formula for the plugins of...

"The Industry Standard In IT Infrastructure Monitoring"
	-- http://www.nagios.org/

Closes Homebrew/homebrew#6470.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-07 13:54:42 -06:00
Lars Tackmann
7f9608871a SBT 0.11.1
Closes Homebrew/homebrew#8492.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-07 13:51:22 -06:00
Adam Vandenberg
1724d0c621 flusspferd: fix download url 2011-11-07 08:54:33 -08:00
Jack Nagel
2d118d173b New formula: signing-party 1.1.4
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-06 18:26:27 -06:00
Michael Barton
39e6f9c273 urlview: fix patch url
Another victim of the mirrors.kernel.org debacle.

Closes Homebrew/homebrew#8157.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-06 16:37:24 -06:00
erase/rewind
f384558e11 New formula: wbox
Closes Homebrew/homebrew#8210.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-06 16:33:31 -06:00
Second Planet
369871ce25 New formula: logtalk
Closes Homebrew/homebrew#8220.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-06 16:33:24 -06:00
Juan Sebastian Casallas
72f69d03d2 wv 1.2.5
- Updated the url to download the 1.2.5 tarball from abisource (current
   maintainers).
 - Updated the md5 for the 1.2.5 tarball.
 - Updated the homepage to the official project site (old link appears
   to be dead).

Closes Homebrew/homebrew#8168.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-06 16:21:58 -06:00
Matthew Kanwisher
018da75290 flume 0.9.4-cdh3u2
Closes Homebrew/homebrew#8333.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-06 16:03:34 -06:00
Anand Buddhdev
5e85349339 New formula: dnstop
Closes Homebrew/homebrew#8376.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-06 14:44:07 -06:00
ryo katsuma
6da4a951f0 libdvdread: fix url
Closes Homebrew/homebrew#8468.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-06 14:37:01 -06:00
Misty De Meo
e47caa1522 New formula: vgmstream
Closes Homebrew/homebrew#8199.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-05 22:12:51 -05:00
Lee Packham
f5512ef29f node 0.6.0
New stable version of node. However, it appears upstream
have broken parallel builds. Rather than try and fix that,
I went for deparallelize instead.

Closes Homebrew/homebrew#8460.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-05 22:00:10 -05:00
Peter Hassall
872d2fdd00 rbenv-gemset 0.3.0
Closes Homebrew/homebrew#8451.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-05 21:59:00 -05:00
Jack Nagel
afb2390d21 irssi fixes
- Fix paths in man page
 - install configuration file to HOMEBREW_PREFIX/etc
 - enable SOCKS library

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-04 00:17:24 -05:00
Jack Nagel
1656ea1995 libgcrypt: apply clang fixes
This is kind of hackish, but we can clean it up when we get the compiler
selection code up to snuff again.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-03 23:19:28 -05:00
Misty De Meo
7a234f9d12 mplayer: fails with llvm
Closes Homebrew/homebrew#8330.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-03 22:42:06 -05:00
Jack Nagel
57c6c38535 coreutils: clarify consequences of --default-names
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-03 22:38:58 -05:00
Misty De Meo
966bef4306 mosh: fails with llvm
mosh fails to build with llvm-gcc. The original formula forced an
ENV.GCC_4_2, which broke under Xcode 4.2. Replace with fails_with_llvm.

It does build correctly with clang.

Closes Homebrew/homebrew#8336.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-03 22:04:33 -05:00
Misty De Meo
0ad45ea328 coreutils: Add caveat for --default-names
Closes Homebrew/homebrew#8387.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-03 21:57:50 -05:00
Tony Sokhon
8240668bbd connect: fix url
Closes Homebrew/homebrew#8377.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-03 21:39:38 -05:00
tonyskn
a4d2f3a54f tor 0.2.2.34
Closes Homebrew/homebrew#8377.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-03 21:39:31 -05:00
Josa Gesell
90d5733156 x3270 3.3.12ga7
Closes Homebrew/homebrew#8438.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-03 21:37:15 -05:00
Rich Manalang
b7c6de536b atlassian-plugin-sdk 3.7
Closes Homebrew/homebrew#8436.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-03 21:35:02 -05:00
Jack Nagel
6bd3f40850 paperkey: run 'make check'
Short and sweet, and since we're dealing with PGP keys here it's a good
idea to make sure we've compiled correctly.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-02 22:41:25 -05:00
Oleg Oshmyan
785c2ec852 xdelta: update to 3.0.0 and install man page
Closes Homebrew/homebrew#8427.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-02 19:12:37 -05:00
Stefano Pigozzi
c488b1804b libass: update to 0.10.0
Signed-off-by: Oleg Oshmyan <chortos@inbox.lv>

Closes Homebrew/homebrew#8137.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-02 19:09:32 -05:00
Stefano Pigozzi
cf7e9e7464 fribidi: update to 0.19.2
Signed-off-by: Oleg Oshmyan <chortos@inbox.lv>

Closes Homebrew/homebrew#8137.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-02 19:09:27 -05:00
Matthew Rothenberg
7d03e8b2fd imagesnap 0.2.5
Closes Homebrew/homebrew#8358.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-02 18:04:11 -05:00
Sean Lynch
737e66e4f2 mmv: get patches from debian ftp
mirrors.kernel.org doesn't have this (yet?).

Closes Homebrew/homebrew#8133.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-02 18:02:27 -05:00
Navin Peiris
926f4e3609 New formula: fastjar
An implementation of Sun's jar utility in C.

Closes Homebrew/homebrew#8307.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-02 17:56:43 -05:00
Ivan Krechetov
2c2ba2955d jslint4java 2.0.1
Closes Homebrew/homebrew#8401.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-02 17:38:05 -05:00
SHIDARA Yoji
f723024b8b groonga 1.2.7
Closes Homebrew/homebrew#8402.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-02 17:36:12 -05:00
Kim Burgestrand
4d1c4dcde8 libspotify 10.1.16
Closes Homebrew/homebrew#8405.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-02 17:35:23 -05:00
Carlos Cardenas
78fa376bfb ipmitool: fix manpage installation
Closes Homebrew/homebrew#8426.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-02 17:24:54 -05:00
Adam Lickel
7d736f1e85 Android-sdk r15
Closes Homebrew/homebrew#8422.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-02 17:23:18 -05:00
rl-0x0
32bd4b9e71 stunnel 4.45
Closes Homebrew/homebrew#8423.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>

 - Switched to sha256 checksum to match upstream's distribution.
2011-11-02 17:20:54 -05:00
James Aitken
296cd2f68e Nginx 1.0.9
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-02 08:16:57 -07:00
Jan Lehnardt
83ad8fb01e CouchDB 1.1.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-02 08:16:12 -07:00
Jack Nagel
726b39a2a4 git 1.7.7.2
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-02 00:28:27 -05:00
Misty De Meo
9c4857d0b6 tesseract: skip_clean 'bin'
mftraining would fail with a missing symbol error when cleaned.

Fixes Homebrew/homebrew#5921.
Closes Homebrew/homebrew#8413.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-01 19:34:09 -05:00
Jack Nagel
ba0b187dcb goaccess: add build-time dep on pkg-config
Fixes Homebrew/homebrew#8399.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-01 00:24:09 -05:00
James Aitken
7134e68ef8 nginx: update HEAD to 1.1.7
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-10-31 20:46:29 -07:00
Brad Ackerman
61bda53be7 couchdb: add build-time dep on help2man
Closes Homebrew/homebrew#8381.
Closes Homebrew/homebrew#8382.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-31 17:18:14 -05:00
George Bashi
9df0c16d97 cassandra 1.0.1
Closes Homebrew/homebrew#8393.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-31 16:16:50 -05:00
afiser
ed085d86c4 lame 3.99
Closes Homebrew/homebrew#8383.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-31 16:15:06 -05:00
Jack Nagel
b24463afd8 antiword: use Homebrew's compiler setting
Additionally, fix a hard-coded path in a header file.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-30 19:59:10 -05:00
Jack Nagel
dd8790964e odt2txt: set flags instead of using inreplace
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-30 18:12:11 -05:00
dannenberg
5c4f651888 PyQt 4.8.6
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-10-30 09:33:25 -07:00
Matthew Lewinski
8c9cf5a049 ruby-build 20111030
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-10-30 09:32:40 -07:00
Akos Gyimesi
5bb09ba4d8 DMD 2.056
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-10-29 20:43:49 -07:00
Jack Nagel
0aecbade8c bdw-gc: fix LLVM builds
Applying a patch from MacPorts fixes the inline asm errors, and the fix
is already present in recent upstream sources.

Now we run 'make check' since we're patching important code, and it's
quick anyway.

Closes Homebrew/homebrew#8180.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-29 22:02:17 -05:00
Ealden Esto E. Escanan
3ffb382ffc Gradle 1.0-milestone-5
Signed-off-by: Ealden Esto E. Escanan <ealden@gmail.com>

Closes Homebrew/homebrew#8308.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-29 21:26:37 -05:00
Nibbles 2bits
d0c7007b41 highlight 3.6
This commit updates the formula to highlight-3.6.  It compiles
using all three compiles from XCode-4.0.2 on 64bit Snow Leopard.

Closes Homebrew/homebrew#8350.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-29 21:10:15 -05:00
Nibbles 2bits
88c747dd5a tbb 4.0u1
This commit updates tbb to 4.0u1, which stands for Update 1.
Intel has been releasing for 3.x: Update 1, Update 2, Update 3....
The previous formula here was 3.x Update 8 (it went to 10). They
have been naming file archives based on the date the file was
uploaded, but that can change and our previous tarball is gone.
This compiles without error using gcc, clang, and llvm from
XCode-4.0.2 on 64bit Snow Leopard.
EDIT: added ENV.cc, ENV.cxx, and ENV.no_optimization

Closes Homebrew/homebrew#8355.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-29 21:00:55 -05:00
Nibbles 2bits
298f5f7b07 libgeotiff 1.3.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-10-29 12:21:26 -07:00
Adam Vandenberg
7f193b3a65 BCWipe 1.9-8 2011-10-29 11:32:26 -07:00
Nibbles 2bits
c1912a7af5 cgal 3.9
This commit updates cgal to version 3.9 and adjusts the syntax to
follow cmake usage: cmake [options] <path-to-source>
This compiles on 64bit Snow Leopard using XCode-4.0.2 using clang,
llvm-2335, and gcc-4.2.1.5666.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-10-29 10:53:24 -07:00
Nibbles 2bits
54bad3121c flare 1.0.12
This commit upgrades the formula to flare-1.0.12 and removes the
flag for debug that is the default.  This compiles on 64bit Snow
Leopard with XCode-4.0.2 and gcc-4.2.1.5666, clang-2.0, and
llvm-2335.9.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-10-29 10:52:24 -07:00
Sean Lynch
3ea22c10f4 Eigen 3.0.3
http://eigen.tuxfamily.org/bz/show_bug.cgi?id=338 has been fixed, but
there's not yet a pkgconfig dir under #{prefix}/lib when building, so
we need to set pkg_config_libdir or the .pc file gets installed in
pkg_config_libdir-NOTFOUND.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-10-29 10:48:01 -07:00
Jack Nagel
07f14d8327 asciidoc: add missing docbook dependency
Docbook is a run-time dep and is also a build-time dep of asciidoc's
HEAD, since it has to build its own documentation.

Also, fix a breakage in the HEAD build caused by OS X's xmllint being
too old or broken and remove a useless `ohai` call.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-29 11:23:52 -05:00
Torkild U. Resheim
27815a2f02 New formula: latex2html
Closes Homebrew/homebrew#6104.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-28 17:26:11 -05:00
Jack Nagel
7f379ed5e4 Revert "New Formula: TinyFugue"
This is already in Homebrew, as "tiny-fugue". I added an alias.

This reverts commit 4d427c013ba5d790064dceff5b8c577259405fb6.

Closes Homebrew/homebrew#8331.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-28 16:04:36 -05:00
Jack Nagel
89b2018d80 Update bare fails_with_llvm calls
These formulae all compile and run with LLVM build >= 2335.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-28 15:52:44 -05:00
Adam Vandenberg
a0468fb511 MacVim: stop passing explicit SDK 2011-10-28 09:55:44 -07:00
Adam Vandenberg
a0d48889fb Distribute 0.6.24 2011-10-28 09:17:44 -07:00
Bradley M. Froehle
461354aff5 drush: Add HEAD git repository.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-10-27 17:44:51 -07:00
Dylan Smith
7a28c59396 nginx: Install manpage.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-10-27 17:38:01 -07:00
Oliver Tonnhofer
efa14436ce FreeType: add ENV.x11 to fix linking on Lion
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-10-27 17:33:03 -07:00
Trevor Wennblom
5dbd98a3de emboss 6.4.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-10-27 17:32:27 -07:00
Karel Minarik
d7b6dc0c6e ElasticSearch 0.18.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-10-27 17:30:34 -07:00
Jonathan Boyett
7092fa0035 ncmpcpp 0.5.8
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-10-27 17:30:13 -07:00
Adam Vandenberg
591f3ba859 Mcabber: fix head build 2011-10-27 17:29:56 -07:00
Misty De Meo
a93f067f67 mjpegtools 2.0.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-10-27 17:27:36 -07:00
Rehan Iftikhar
65709493b8 ActiveMQ 5.5.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-10-27 17:13:52 -07:00
Motonori Iwata
7b0c388360 New formula: git-now
Closes Homebrew/homebrew#8169.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-26 18:34:18 -05:00
Christopher Groskopf
02af5dfc2a solr 3.4
Closes Homebrew/homebrew#8311.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-26 18:26:14 -05:00
Carlos Borroto
063fb4ad5b bedtools 2.13.4
Closes Homebrew/homebrew#8314.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-26 18:21:32 -05:00
Libor Wagner
af923c7666 tig: install bash completion
Closes Homebrew/homebrew#8310.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-26 18:20:12 -05:00
Jack Nagel
f22c6bf264 gnutls 2.12.12
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-26 18:18:05 -05:00
Jeff Fraser
4accadc358 Redis 2.4.2
Closes Homebrew/homebrew#8317.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-26 18:04:26 -05:00
Karel Minarik
be31b45690 ElasticSearch: formula cleanup
This commit introduces couple of breaking, but important changes for
ElasticSearch:

1. The cluster is given a reasonably unique, though human-friendly name,
   based on the current user login name (`ENV['USER']`).  This minimizes
   conflicts and dubious [MasterNotDiscoveredException] errors when running
   a development cluster eg. within an office, on multiple workstations,
   with open firewalls.

2. This means the _path to data has changed_ and users will have to move
   it manually to new location. It should be safe to do so, while ES is not
   running.

3. The log files location also changed to a more appropriate one.

4. Standard error and ouput streams were redirected to /dev/null within
   the `plist` definition, since ES provides enough logging already.

The changes should be forward compatible with the complete rewrite of ES
config file in <https://github.com/elasticsearch/elasticsearch/blob/master/config/elasticsearch.yml>.

Closes Homebrew/homebrew#7946.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-26 16:25:44 -05:00
Jack Nagel
ed2dcf0517 notmuch: disable emacs via configure
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-25 21:25:59 -05:00
Charlie Sharpsteen
a66de23894 denyhosts: Fix script and plugin install paths
Ensure components don't wander into `/scripts` and `/plugins`.
2011-10-25 19:00:55 -07:00
Jack Nagel
c651e3c68d notmuch 0.9
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-25 20:28:32 -05:00
Jack Nagel
2ee2c5c1f0 talloc 2.0.7
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-25 20:09:45 -05:00
Jack Nagel
e494c88bde parallel 20111022
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-25 17:34:02 -05:00
Jack Nagel
e284a136d0 libtasn1 2.10
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-25 17:25:46 -05:00
John Wilkinson
6a507908b3 Maxima: Upgrade to version 5.25.1
Updated Formula for GNU Maxima to the latest version (5.25.1), as of 22
October 2011, and added a test method to non-interactively run the Maxima
self-test suite. (Not every test is expected to pass, but this will at least
give the user an indication that Maxima is installed properly, and allow the
user to check for egregious errors.)

Closes Homebrew/homebrew#8246.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-10-25 11:38:51 -07:00
Joshua B. Griffith
e6c343e831 Shen: Update to version 1.9
Closes Homebrew/homebrew#8248.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-10-25 11:38:32 -07:00
Ngoc Pham
98715e509c multitail: Update to 5.2.8
Closes Homebrew/homebrew#8249.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-10-25 11:32:32 -07:00
Henry Mercer
03eccc1b01 htmlcompressor: Update to 1.5.2
Closes Homebrew/homebrew#8263.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-10-25 11:24:33 -07:00
Charlie Sharpsteen
a0d9965a4c duplicity: Update to 0.6.16 2011-10-25 11:23:27 -07:00
Tryn Mirell
a6afc593e9 R: Add note concerning rJava support
Closes Homebrew/homebrew#8255.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-10-25 11:20:52 -07:00
Ben Hu
849406bc4c elasticsearch: Update to 0.17.9
Closes Homebrew/homebrew#8256.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-10-25 11:15:59 -07:00
Tryn Mirell
2bd7c79fb2 dialog: Update to v1.1.20111020
Closes Homebrew/homebrew#8257.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-10-25 11:15:51 -07:00
Mario Uher
40cbec3bdf growlnotify: Updated to version 1.3
Closes Homebrew/homebrew#8259.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-10-25 11:12:36 -07:00
Libor Wagner
03455325ed cabal-install: Add bash completion
The bash completion shipped with cabal-install package is now installed
to bash_completion.d directory.

Closes Homebrew/homebrew#8261.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-10-25 11:12:21 -07:00
José Martínez
d2eb0ddef7 ejabberd 2.1.9
Closes Homebrew/homebrew#8293.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-10-25 11:05:18 -07:00
Justin Mazzi
fa832ea0a5 Percona: Update to 5.5.15-21.0
This brew has been marked as keg_only because it can conflict with 'mysql' if
it's arelady installed. ($prefix/bin/mysql*)

Closes Homebrew/homebrew#7385.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-10-25 11:03:16 -07:00
Petr Man
a1b7b7e338 fossil: Update to 1.20
Closes Homebrew/homebrew#8262.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-10-25 11:03:16 -07:00
Nibbles 2bits
e4e97224db physfs: build oos + test_physfs
physfs-2.0.2 update formula to build out of source, and specify
-DPHYSFS_BUILD_TEST=TRUE so that we compile a cli named test_physfs
that lets you interactively operate on supported archives
(e.g. Quake II PAKs or DOOM WADs).  There were no problems with
64bit OSX 10.6.8 with gcc, llvm, or clang from XCode 4.0.2.

Closes Homebrew/homebrew#8273.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-10-25 11:03:16 -07:00
Arun Agrawal
027f45b399 JRuby 1.6.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-10-25 10:44:03 -07:00
Idris Mokhtarzada
97bbd58c5f mongodb 2.0.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-10-25 08:30:07 -07:00
Michael Hale
20cf55c181 elb-tools 1.0.14.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-10-25 08:21:29 -07:00
William Woodall
d7fff368bc New Formula: PyQWT
Closes Homebrew/homebrew#6801.
Closes Homebrew/homebrew#8271.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-10-24 18:56:14 -07:00
Charlie Sharpsteen
81ab7469e1 Erlang: Builds with LLVM
Closes Homebrew/homebrew#8240.
CLoses Homebrew/homebrew#8281.

Erlang R14B04 successfully builds under LLVM-GCC.
2011-10-24 18:43:26 -07:00
Charlie Sharpsteen
144c0b605e Cherokee: Update to 1.2.101 2011-10-24 12:40:53 -07:00
Rich Manalang
5334c4f027 atlassian-sdk: Update to 3.6.2
Closes Homebrew/homebrew#8267.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-10-24 12:39:11 -07:00
Xiyue Deng
469cabc91d Wine: Update --devel to 1.3.31
Closes Homebrew/homebrew#8243.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-10-24 12:22:26 -07:00
Jack Nagel
b437f6490a git 1.7.7.1
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-24 11:46:56 -05:00
Peter Schuller
17ad311125 chmod clojure's .jar to 644 so non-owners can read it.
Else other users than installer cannot run 'clj'.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-10-22 14:35:57 -07:00
Yurii Rashkovskii
e9f525cf47 Erlang R14B04
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-10-22 13:39:20 -07:00
Adam Lickel
1588075f8b Fix Android NDK packaging for execs
Instead of symlinking the execs themselves, launch a script with the
hard-coded path. This is similar to how adb works in the android-sdk.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-10-22 13:36:35 -07:00
Susan Potter
c41ae9085d io 2011.09.12
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-10-22 09:41:13 -07:00
Anatol Pomozov
d138183bfb fuse4x 0.8.13
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-10-22 09:34:34 -07:00
Robby Grossman
d03936358f Cassandra 1.0.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-10-22 09:33:15 -07:00
n0ts
39bb6c7d04 unbound 1.4.13
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-10-22 09:32:28 -07:00
Ramanan Sivaranjan
57c551f3bc Xapian 1.2.7
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-10-22 08:08:27 -07:00
Adrian Petrescu
5731ef0e60 New formula: xboard
Closes Homebrew/homebrew#7810.
Closes Homebrew/homebrew#8232.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-21 22:40:59 -05:00
Matthew Rudy Jacobs
8121d68627 android-sdk 14
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-10-21 20:21:00 -07:00
Misty De Meo
4e9db2659d exiftool 8.68
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-10-21 20:16:34 -07:00
erhudy
77bacd5d4c chromedriver 16.0.902.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-10-21 20:16:15 -07:00
Caius Durling
c1e3f4c3f3 MRTG 2.17.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-10-21 20:15:13 -07:00
Greg Turnquist
95ea96aa03 New formula: sslscan 1.8.0
sslscan is simple-to-build tool. It has a single Makefile and a simple
sslscan.1 man page.

Closes Homebrew/homebrew#8197.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-20 23:41:38 -05:00
Misty De Meo
3209a2b960 leptonica: add PNG support
leptonica doesn't look for libpng in /usr/X11/lib, so it was compiling
without PNG support. Also add a patch to fix a bug in PNG support in
leptonica 1.68, which will be fixed in the next version.
Closes Homebrew/homebrew#8212.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-20 23:15:46 -05:00
Ole Weidner
5a13717638 Revived & renamed previously defunct SAGA formula
After talking to Andre, the contributor of the originial (defunct) saga-cpp
Formula, we decided to re-create a formula for SAGA (The Simple API for Grid
Applications) following the proper SAGA namig scheme (saga-core instead of
saga-cpp). Another formual for saga-python will follow as soon as
http://faust.cct.lsu.edu/trac/saga/ticket/610 is fixed.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-10-20 20:46:55 -07:00
Adam Vandenberg
a950716495 riak 1.0.1 2011-10-20 20:46:54 -07:00
Eric Davis
0ae1376078 memcached 1.4.9
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-10-20 20:46:54 -07:00
ralph
cf91bc1f98 esniper 2.26.0
Closes Homebrew/homebrew#8174.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-20 20:38:44 -05:00
Geoffrey Huntley
df06a69e18 libid3tag: create pkg-config file
Resolves following issue when compiling external applications against
libid3tag.

    Package id3tag was not found in the pkg-config search path.
    Perhaps you should add the directory containing `id3tag.pc'
    to the PKG_CONFIG_PATH environment variable
    No package 'id3tag' found

Closes Homebrew/homebrew#7973.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-20 20:32:03 -05:00
Joe Baldino
25fa72d201 atf 0.14
Closes Homebrew/homebrew#8189.

Signed-off-by: Joe Baldino <joe.baldino@comcast.net>
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-20 20:17:04 -05:00
Joe Baldino
933e3776b6 tintin 2.00.7
Closes Homebrew/homebrew#8188.

Signed-off-by: Joe Baldino <joe.baldino@comcast.net>
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-20 20:14:22 -05:00
Osman Üngür
bd905ead11 mongo-php 1.2.6
Closes Homebrew/homebrew#8203.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-20 20:10:34 -05:00
Jarkko Oranen
992f5713f8 Transmission 2.41
Closes Homebrew/homebrew#8202.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-20 20:10:34 -05:00
Patrick Armstrong
50fa84bf42 lftp 4.3.3
Closes Homebrew/homebrew#8211.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-20 20:10:33 -05:00
Aku
89ce070744 Redis 2.4.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-10-19 20:31:30 -07:00
Jonas Pfenniger
1c349cf37b direnv 0.1.81
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-10-19 20:26:24 -07:00
Derrick Jones
294f5664dc repo: update url
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-10-19 20:23:16 -07:00
Justin Hileman
757015210d coda-cli 1.0.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-10-18 19:49:42 -07:00
James Aitken
6f63e7fca8 nginx: update HEAD to 1.1.6
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-10-18 19:48:48 -07:00
Laurent Raufaste
78e40ff184 youtube-dl 2011.10.19
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-10-18 19:41:34 -07:00
Adam Vandenberg
54bdfb849a fix audit warnings 2011-10-18 10:01:52 -07:00
Jack Nagel
9215fab34e libdnet: fix shared library extension
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-17 18:37:02 -05:00
Jack Nagel
caf146863c Utilize mirror support where appropriate
These formulae were using mirrors before we added mirror support to
Homebrew; fix them.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-17 14:58:29 -05:00
Jack Nagel
caadf64d9a libmp3splt: look for m4 macros in the correct location
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-17 14:54:59 -05:00
Jack Nagel
5afd2e4c27 librsync: build shared library
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-17 14:37:31 -05:00
Jack Nagel
b37a10c91a ssh-copy-id: update version string
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-17 14:04:16 -05:00
Adam Vandenberg
9c4f54486f Add newline to end of file 2011-10-17 09:41:35 -07:00
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
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