Commit graph

10123 commits

Author SHA1 Message Date
shazron
46e48774e1 ios-sim 1.4
Xcode 4.3 support. Repo maintenance transferred to PhoneGap org from
Fingertips org.

Closes Homebrew/homebrew#12246.

[jn: modernize quoting in install method]

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-14 17:54:38 -05:00
Jack Nagel
786e7a643f fastri: style nits
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-14 17:48:01 -05:00
David Gageot
d0f824ebab sonar 3.0.1
Closes Homebrew/homebrew#12239.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-14 17:10:43 -05:00
Ian Van Ness
2a26e76e27 gearman 0.33
Closes Homebrew/homebrew#12245.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-14 17:07:18 -05:00
Alessandro Brandimarti
8711f2f2a0 jsvc 1.0.10
Closes Homebrew/homebrew#12237.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-14 17:04:38 -05:00
Jack Nagel
d3a79331ce stunnel 4.53
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-14 14:46:45 -05:00
Birger J. Nordølum
2ebafda198 Wine --devel 1.5.4
The patch is still retained as the changes are not applied upstream yet.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-14 07:07:42 -07:00
Kazunori Jo (itochan)
65f7530ac0 lame 3.99.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-14 07:06:12 -07:00
richo
bc93ec4581 liblqr: add head location
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-14 07:05:14 -07:00
Justin Clift
52ab994e8d libvirt 0.9.11.3 + 0.9.12
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-14 07:04:05 -07:00
Charlie Sharpsteen
860c1f5db6 Octave: Adjust BLAS linker flags
The `mkoctfile` tool, used to compile Octave packages, does not understand
`-framework <foo>`. Therefore, `-Wl,-framework -Wl,<foo>` must be used.

Fixes Homebrew/homebrew#12229.
2012-05-13 20:45:58 -07:00
nibbles 2bits
b58a6d8df8 avidemux: fix failing inreplace
The two inreplaces that add an RPATH to the x264 and xvid dylibs
are not meant to run unless the Qt gui is built.  The conditional
that stops them from running was not coded correctly.  This commit
changes the conditional to only run the inreplaces if Qt4 is
installed using `linked_keg.exist?`.

Fixes an issue reported in Homebrew/homebrew#12051

Closes Homebrew/homebrew#12213.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-13 13:37:06 -05:00
nibbles 2bits
c3c0a58db1 mathomatic 15.8.4
* Upgrade mathomatic to version 15.8.4
* Switch from `make install` to `make m4install`
* Add a `make` in the primes subdirectory

By switching to `make m4install` we get everything in the previous
formula plus the m4 macros "which allow easy entry of math
functions like sqrt(x) and sin(x) as macros."

By adding `make` in the primes subdirectory we get the Mathomatic
prime number tools, `matho-primes`.

Changelog is here: http://www.mathomatic.org/NEWS

Mathomatic runs, and testing it by doing simple math is successful
when it's built with clang or llvm from XCode-4.3.2 on Lion.

Closes Homebrew/homebrew#12219.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-13 13:34:57 -05:00
nibbles 2bits
a4f8ae5f88 gauche 0.9.3.2
Upgrade gauche to version 0.9.3.2 and remove the unrecognized
`--disable-debug` flag.  Gauche will build against gdbm-1.10
if it is installed, usually as a dep of Python, but it's optional.
Gauche builds just fine without it.

Closes Homebrew/homebrew#12218.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-13 13:31:38 -05:00
nibbles 2bits
74f0fb8f49 appswitch 1.1.1
Upgrade appswitch to version 1.1.1 which has changes for Lion.
This software has only one 22k source file, but it now needs a
full XCode and xcodebuild to compile it.  Luckily the developer
includes a precompiled binary in the source tarball.  So this
commit just installs that, allowing CLT only users to run it.

Fixes Homebrew/homebrew#12198.
Closes Homebrew/homebrew#12212.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-13 13:30:22 -05:00
nibbles 2bits
70c7a58c1f log4cxx: fix compile error with clang using autogen.sh
log4cxx building universal fails to link because the software uses
old libtool scripts that craft one compile command missing both
of the arch flags.

* Add conditional deps on automake & libtool
* Add a system call to `autogen.sh` to update the scripts
* Note in comments the upstream bug report.
* Tested on Lion 10.7.4 with clang and llvm.

Fixes Homebrew/homebrew#12127.
Closes Homebrew/homebrew#12211.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-13 13:27:06 -05:00
nibbles 2bits
ef5439b0a6 mu 0.9.8.4, adjust head, fix for xapian + emacs
* Upgrade mu to 0.9.8.4
* Use the new head url at GitHub
* Add conditional deps on automake+libtool for autoreconf
* Add `autoreconf -ivf` for building head
* Add a Requirement for emacs >= version 23
* Patch configure error when using Xapian-1.2.10

The mu developers moved their repo from Gitorious to GitHub.

The previous version of mu compiled without problems using the
Lion system `emacs`.  This version uses a command that is not
available in the system emacs-22.1.1, and the compile will fail
using clang or llvm with many errors like this:

    In toplevel form:
    mu4e-actions.el:30:1:Error: Unknown keyword :safe

So this commit adds a Requirement for emacs >= version 23.

For building head add conditional deps on automake and libtool.
Also add the `autoreconf -ivf` system command for head.

Stable fails to configure against xapian-1.2.10 because it only
tests for version 1.2.[0-9].  Patch configure to support the
latest xapian.  Add comments referring to the upstream bug report,
patch, and removal version.  The issue has been fixed in HEAD.

Tested against the new xapian-1.2.10 on Lion 10.7.4 using clang
and llvm from XCode-4.3.2, both stable and HEAD.

Closes Homebrew/homebrew#12167.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-12 23:10:23 -05:00
Bruno Santos
15903a010a libQGLViewer 2.3.16
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-12 09:59:25 -07:00
richo
817072f418 vimpc: move head repo
My github username has changed

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-12 09:49:28 -07:00
Can Berk Güder
ef0da9ea2c unrar 4.2.1
Closes Homebrew/homebrew#12209.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-12 09:42:42 -07:00
Jack Nagel
ff0be8ec72 git 1.7.10.2
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-11 21:06:56 -05:00
Jack Nagel
32388f536b md5sha1sum: modernize style
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-11 21:06:51 -05:00
Adam Vandenberg
1e962fc704 drizzle 7.1.33 2012-05-11 06:58:06 -07:00
nibbles 2bits
9e9f7109eb gtkwave 3.3.36
Upgrage gtkwave to version 3.3.36 and remove the `--mandir` flag
because it uses the right directory now.  It apparently cannot
build its tcl support against the Lion tcl-8.5.  But if the user
has a newer tcl installed it could; therefore, the tcl code is
not explicitly disabled in this commit, even though it gives a
warning that it won't work:

    checking for Tcl_CreateInterp in -ltcl8.5... no
    configure: WARNING:
    Tcl support not enabled.

There are no self tests, but the `gtkwave` binary runs and brings
up its gui when compiled with clang and llvm from XCode-4.3.2.

Closes Homebrew/homebrew#12175.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-10 18:51:33 -05:00
Jack Nagel
2b95b8170d fsh: formula cleanup
- Use inreplace instead of find/sed
 - Specify infodir
 - Various style nits

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-10 18:38:53 -05:00
Lance Parsons
8c1fc0288b VCFtools 0.1.9
Closes Homebrew/homebrew#12191.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-10 18:25:12 -05:00
Birger J. Nordølum
8244f3d295 OpenSSL 1.0.1c
Removed patch as it's fixed upstream.

Closes Homebrew/homebrew#12195.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-10 18:14:32 -05:00
Thomas Jachmann
f7cc2a327e tig 1.0
Closes Homebrew/homebrew#12196.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-10 18:10:20 -05:00
Felix Bünemann
bc16a8f41d convmv 1.15
Closes Homebrew/homebrew#12187.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-10 18:08:42 -05:00
Yuval Adam
7736504fe2 jetty 8.1.3
Fixes Homebrew/homebrew#12183.
Closes Homebrew/homebrew#12185.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-10 18:06:44 -05:00
Frizlab
dfafb40120 gegl: Add intltool dependency
Closes Homebrew/homebrew#12063.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-05-10 11:57:00 -07:00
Adam Vandenberg
2ab4fa3fae Remove redundant :using => :svn 2012-05-10 07:10:12 -07:00
Mark Janssen
a9f8cd5779 Mercurial 2.2.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-10 06:51:32 -07:00
nibbles 2bits
1dcb4cddd2 libdnet: fix for autoreconf error on Lion
Libdnet is used by snort, but the manual autoreconf statements
cause a build error on Lion.  This is likely due to some subtle
changes in autoconf-2.69.

* Remove manual autotools statements.
* Set `ACLOCAL` to include the `config` directory.
* Use `autoreconf -ivf` the way the `autoconf` docs recommend.
* Remove the unrecognized `--disable-debug` flag.

This compiles with or without the `--with-python` flag, and it
functions well in `snort` using all five compilers from XCode
4.3.2 and 4.0.2 on Lion and Snow Leopard.  It's interesting to
see software from 2007 build the python bindings and install
them into the HB site-packages correctly.

Fixes Homebrew/homebrew#12174

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-10 06:42:52 -07:00
Tyler Brock
a35cc2f234 MongoDB 2.0.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-10 06:38:02 -07:00
nibbles 2bits
56ee61eace simh 3.9-0, add fails_with, adjust inreplace
Upgrade simh to version 3.9-0.
Add fails_with :clang.
Adjust inreplace because of a modified makefile.

Simh will be moving its development to GitHub after 3.9-0.
The new webiste is noted in the comments.  Over there you can
see from the commits that they are supporting Clang.  At
this time, though, the whole makefile is very closely tied to
gcc or llvm-gcc because it queries the `--help` to determine
which flags to add to the compile commands.  To respect that,
and to avoid the dozen warnings from clang at every step,
a fails_with :clang is added along with a note to remove it at
the next revision.  The two `inreplace` commands need to be
modified because the makefile changed a lot.  This compiles on
Lion with XCode-4.3.2.

Closes Homebrew/homebrew#12121.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-08 22:48:54 -05:00
shaharz
004a766e67 tbb 4.0u4
Closes Homebrew/homebrew#12132.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-08 22:46:04 -05:00
rhysd
ec52bf0828 gflags 2.0
Closes Homebrew/homebrew#12138.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-08 22:22:37 -05:00
nibbles 2bits
4fb26ad875 mpg123 1.14.1
* Upgrade mpg123 to 1.14.0.
* Remove skip clean. Use --with-module-suffix=.so instead.
* Remove --with-audio list. It builds coreaudio, openal, dummy.
* Remove LDFLAGS inreplace that added read-only-relocs,suppress.

Mpg123 builds output modules using the .so suffix by default.
So let it load them with that name. Tested by playing mp3s.
Also let it build the modules it wants to build. Someone
may desire that functionality. The read-only-relocs inreplace
was removed because that is not valid on x86_64. It generates
warnings.  @mxcl asked in a comment why it was there.
It may be needed for 32bit SL or Leopard.  There was nothing
in the history or past issues that explained adding that.
The `--with-cpu` flags are still needed.
This compiles on Lion with clang and llvm from XCode-4.3.2.

Closes Homebrew/homebrew#12149.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-08 22:17:42 -05:00
nibbles 2bits
48885b7229 movgrab 1.1.10
Upgrade movgrab to version 1.1.10.  Adjust the patch line number
which was off by a bit.  Adjust the comments and commands to fall
within the 80 character margins.  Add info about the upstream bug
report status.

Closes Homebrew/homebrew#12152.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-08 22:14:39 -05:00
nibbles 2bits
fe7d90467c newlisp 10.4.3
Upgrade newlisp to version 10.4.3.  Rapid bugfix release.
It passes its `def test` compiled with clang or llvm on Lion.

Closes Homebrew/homebrew#12150.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-08 22:12:20 -05:00
nibbles 2bits
e62f0fc2fa glib 2.32.2
Upgrade glib to version 2.32.2.  Note in comments bugreport status.
Remove `fails_with :clang` because it works with mc.

There were just a few bugfixes in the changelog for 2.32.2
including one to the gdatetime tests, which get further before
they fail.  Tested glib by building pango and running its def test
and by running mc for a while.

[jn: use localstatedir]

Closes Homebrew/homebrew#12116.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-08 22:08:46 -05:00
Eli Bishop
5e2e3efbf4 atlassian-plugin-sdk 3.10.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-08 17:09:02 -07:00
Misty De Meo
d2476d5286 p7zip: respect compiler choice 2012-05-08 11:14:46 -05:00
Juan C. Müller
9aa691fe56 pianobar 2012.05.06
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-08 06:59:48 -07:00
Harrison Reiser
8a22cc8a14 wdfs needs glib
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-08 06:58:00 -07:00
Mislav Marohnić
504e60d2cd hub 1.10
Bugfixes & now with `hub merge` command!

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-08 06:51:36 -07:00
Jack Nagel
e8f2174d76 Move openttd to Homebrew-games
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-08 01:29:00 -05:00
Jack Nagel
b908c0d024 postgis: use buildpath instead of Dir.getwd
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-08 01:15:12 -05:00
Jack Nagel
50cb7df7d5 spidermonkey: use buildpath instead of Pathname.pwd
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-08 01:15:12 -05:00
Jack Nagel
def7301eaa libraw: use buildpath instead of Pathname.getwd
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-08 01:15:12 -05:00
Jack Nagel
4fc9fb0a59 go: use prefix instead of Pathname.pwd
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-08 01:15:12 -05:00
Jack Nagel
22477b72d9 symphony: use buildpath instead of Pathname.pwd
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-08 01:15:12 -05:00
Jack Nagel
d7b49fc9fa proj: remove unused configure switch
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-08 01:15:12 -05:00
Jack Nagel
f5ae862025 proj: use buildpath instead of Pathname.pwd
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-08 01:15:11 -05:00
Jack Nagel
e77bacb581 otx: use buildpath instead of Pathname.pwd
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-08 01:15:11 -05:00
Jack Nagel
eb2cf03da0 rubinius: use ENV.remove_cc_etc
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-08 01:15:11 -05:00
Jack Nagel
1d74b0acf5 sqlite 3.7.11
- use buildpath instead of Pathname.pwd
 - put conditional inside of caveats

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-08 01:15:11 -05:00
Jack Nagel
f17a2ca3e8 sphinx: style nits
- use buildpath instead of Pathname.pwd
 - remove unrecognized '--disable-debug'

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-08 01:15:11 -05:00
Jack Nagel
7d5bf07be5 vcodex: use heredoc in caveats
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-08 01:15:10 -05:00
Jack Nagel
1f4975ae17 vmalloc: use heredoc in caveats
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-08 01:15:10 -05:00
Jack Nagel
f16f9b9f40 gnupg: clarify IDEA cipher caveats
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-08 00:09:03 -05:00
Jack Nagel
82e7569a9b libraw: use shorthand for NoUnzipCurlDownloadStrategy
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-07 23:52:38 -05:00
Jack Nagel
89e87be8a3 libraw: use a subformula to download test file
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-07 23:48:12 -05:00
Jack Nagel
145e0c6476 psftools: use a subformula to download test file
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-07 23:48:04 -05:00
Jack Nagel
34fca4e1ab mpfr: always run make check
Correctness is pretty important here, and it doesn't take too long.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-07 22:21:00 -05:00
Jack Nagel
de0359f3fc libmpc: always run make check
Correctness is pretty important here, and it doesn't take too long.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-07 22:20:48 -05:00
Jack Nagel
0beffcafac gmp 5.0.5
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-07 21:23:51 -05:00
Jack Nagel
e433ffcf53 pgpool-ii: use a Requirement for Postgres
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-07 21:05:55 -05:00
Jack Nagel
89af76d0d9 Convert some /usr/bin/which calls to use the 'which' method
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-07 21:05:55 -05:00
Charlie Sharpsteen
4643b74f8b spatialite-tools: Fix comments
A comment accidentally got separated from the code it was explaining.
2012-05-07 13:57:06 -07:00
Charlie Sharpsteen
6b99f79833 GDAL: Add Armadillo option 2012-05-07 13:32:01 -07:00
Charlie Sharpsteen
6e28a6d578 GDAL: Use Homebrew SQLite
Required by SpatiaLite, so ensure GDAL links against the Homebrew version.
2012-05-07 12:02:17 -07:00
Charlie Sharpsteen
4150c79730 librasterlite: Use Homebrew SQLite
SpatiaLite requires Homebrew's version of SQLite so make sure that is the
version RasterLite links against.
2012-05-07 12:01:36 -07:00
Charlie Sharpsteen
fbb210bbb9 Spatialite-tools: Update to 3.1.0a 2012-05-07 11:39:24 -07:00
Charlie Sharpsteen
b32a978f0e New Formula: ReadOSM
ReadOSM is a small library for reading Open Street Map data dumps. This library
is a new pre-requisite of the Spatialite Tools.
2012-05-07 11:37:42 -07:00
Charlie Sharpsteen
5972893fdb libspatialite: Use non-amalgamated version
The amalgamated version of SpatiaLite, which includes its own copy of SQLite,
is depreciated and will be discontinued in the near future:

  https://groups.google.com/d/msg/spatialite-users/ZQcEx30p1W8/mi5Gvzlht7wJ
2012-05-07 11:37:36 -07:00
Charlie Sharpsteen
dd24779ac9 SQLite: Always enable R-Tree index
This allows the SQLite formula to support the SpatiaLite formula. RTree is
also enabled by default in the SQLite build that ships with Lion.
2012-05-07 10:49:11 -07:00
Charlie Sharpsteen
4fd75d8871 SQLite: Always enable dynamic extensions
This is the configure default, but may as well make it explicit. Without this
functionality any library which builds on top of SQLite, such as SpatiaLite,
won't work.
2012-05-07 09:51:29 -07:00
Misty De Meo
1a8376f279 exiftool 8.91 2012-05-07 09:52:45 -05:00
nibbles 2bits
d5e1187d2a armadillo 3.0.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-07 06:39:32 -07:00
nibbles 2bits
ad7c1005c4 ffmpeg 0.10.3
Upgrade ffmpeg to version 0.10.3 which includes many security
fixes and bugfixes.  The changelog can be seen in their git repo
under the 0.10.3 tag, tree view, raw link to Changelog.

This still fails with llvm on Lion with undefined symbols.  Using
clang all the the tools and ffplay compile and display an mkv
with sound using sdl.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-07 06:37:59 -07:00
nibbles 2bits
a9a2d47fc5 ghostscript fix compile error with libtiff-4.0.1
The gs formula stopped working after libtiff was upgraded to 4.0.1.
It gives an error `no rule to make target obj/libtiff_.dev`.
Add the `--with-system-libtiff` flag so it compiles against 4.0.1.
Remove the `--disable-debug` flag, which is not a valid option.

Add deps on little-cms2 and jbig2dec and
Add `lcms2` and `jbig2dec` to the `renames` variable so that gs
will properly link against those two libraries that many people
already have installed who deal with images frequently.  Without
those additions on systems with `lcms2` and `jbig2dec` installed,
`configure` will find them but not link correctly against them.

`autogen.sh` automatically calls configure and warns the user
that it is running configure with no args, explaining how to put
the args after `autogen.sh` if args are desired.  Do that for
head builds. It is proper and saves configure from being run twice
when brewing head.

Fixes Homebrew/homebrew#12098

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-07 06:37:30 -07:00
nibbles 2bits
ffc7ea8763 kyoto-cabinet 1.2.75
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-07 06:36:37 -07:00
nibbles 2bits
a75e351d7b cfengine 3.3.1
Upgrade cfengine to version 3.3.1.  Tested on Lion with XCode-4.3.2
using clang and llvm-gcc, where it passes its def test.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-07 06:36:07 -07:00
Ivan Porto Carrero
cbc6f6c6ad sbt 0.11.3
Closes Homebrew/homebrew#12117.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-07 06:35:20 -07:00
Adam Vandenberg
0c2341120d Erlang: enable dtrace 2012-05-07 06:33:23 -07:00
nibbles 2bits
46bba3b743 dos2unix 6.0
Upgrade dos2unix to version 6.0.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-07 06:32:18 -07:00
Mike McQuaid
a4827d3eee Remove imagemagick bottle.
Fixes Homebrew/homebrew#12100.
2012-05-07 20:41:43 +08:00
Jack Nagel
b79f6812aa openimageio: pass name to the subformula constructor
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 19:40:38 -05:00
Jack Nagel
92f41eacb3 fftw: remove dir file cruft
`info` related files are now handled internally.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 19:40:04 -05:00
Jack Nagel
e5fd35200f dc3dd: remove charset.alias cruft
Removing this file is now handled internally.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 19:39:19 -05:00
Tomas Frostensson
db28325cf1 fftw 3.3.2
Closes Homebrew/homebrew#12109.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 19:26:50 -05:00
Noah Jorgenson
278c4ba21e todo-txt 2.9
Closes Homebrew/homebrew#12097.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 19:23:07 -05:00
Jack Nagel
5d637ed1b3 Move go-gui to Homebrew-games
Closes Homebrew/homebrew#12101.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 16:20:32 -05:00
nibbles 2bits
08008cd99e Imagemagick: patch for xml2-config
Imagemagick-6.7.x uses libxml2, but Apple changed the file
`xml2-config` starting in Mt. Lion, removing the `--prefix` flag.
That breaks Imagemagick, which uses it to find the library.
Because all versions of OSX have libxml2 in the same location,
this commit is safe for all users.

* Patch `configure` to not run `xml2-config --prefix` by placing
the value it returns, `/usr`, into the corresonding variable.

Fixes Homebrew/homebrew#11789.
Closes Homebrew/homebrew#11883.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 15:43:57 -05:00
Robert Lenhardt
0d74be4767 ykpers 1.6.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-06 09:11:44 -07:00
Robert Lenhardt
66205ded7c ykclient 2.7
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-06 09:11:27 -07:00
Robert Lenhardt
f9fcff976e libyubikey 1.8
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-06 09:11:10 -07:00
Adam Vandenberg
213187a8a5 cherokee: don't install to /Library 2012-05-06 09:04:52 -07:00
Jack Nagel
8324e1ffd5 nss: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 01:07:48 -05:00
Jack Nagel
06ce46546a monit: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 01:07:47 -05:00
Jack Nagel
98889db723 psftools: clean up test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 01:07:47 -05:00
Jack Nagel
2719b461a9 maxima: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 01:07:46 -05:00
Jack Nagel
76d8bb3cb7 newick-utils: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 01:07:46 -05:00
Jack Nagel
caa5dbe6ad hilite: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 01:07:46 -05:00
Jack Nagel
555fa573d2 jp2a: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 01:07:45 -05:00
Jack Nagel
ba6cdf3d63 valgrind: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 01:07:45 -05:00
Jack Nagel
629108dada python: validate output in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 01:07:45 -05:00
Jack Nagel
620ddfd988 gsoap: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 01:07:44 -05:00
Jack Nagel
d7ffd6d35a graphviz: clean up test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 01:07:44 -05:00
Jack Nagel
6ff456cf82 growly: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 01:07:44 -05:00
Jack Nagel
78fe4d3b33 gptfdisk: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 01:07:44 -05:00
Jack Nagel
56a897a281 dwatch: style nits
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 01:07:43 -05:00
Jack Nagel
5c1da0e211 calabash: fix path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 01:07:43 -05:00
Jack Nagel
57d0fc259e bindfs: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 01:07:43 -05:00
Jack Nagel
c12a67f639 audiofile: remove oh1 output
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 01:07:42 -05:00
Jack Nagel
ae8be21375 audiofile: use full paths in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 01:07:42 -05:00
Jack Nagel
c7fc76f23d bbcp: whitespace
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 00:29:23 -05:00
Jack Nagel
ea3af5741d libraw: improve test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 00:03:21 -05:00
Jack Nagel
d7934d356f colordiff: cleanup and refresh patch
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05 22:47:59 -05:00
Birger J. Nordølum
1542c049a0 ATK 2.4.0
Closes Homebrew/homebrew#12087.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05 17:36:48 -05:00
Jack Nagel
2156f75b84 mairix: use HTTPS for GitHub head
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05 17:24:13 -05:00
Jack Nagel
e9c84b8bbf bonnie++: remove pointless test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05 17:23:04 -05:00
Jack Nagel
06a6eba41f pixie: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05 17:21:18 -05:00
Jack Nagel
3efc4e0b3e ispell: remove pointless test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05 17:19:58 -05:00
Jack Nagel
816dbec987 open-cobol: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05 17:17:48 -05:00
Jack Nagel
9dafb6ac2b trafficserver: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05 17:14:57 -05:00
Jack Nagel
2f404c680f libraw: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05 17:14:41 -05:00
Jack Nagel
0079bbcef6 newlisp: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05 17:12:31 -05:00
Jack Nagel
f01bac77cc appledoc: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05 17:10:46 -05:00
Jack Nagel
fa3d2d7bf4 link-grammar: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05 17:02:56 -05:00
Jack Nagel
51d7e56917 justniffer: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05 17:00:33 -05:00
Jack Nagel
3d8c756282 roundup: style nits
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05 17:00:18 -05:00
Jack Nagel
2c9d18901f jbigkit: pass vars directly to make
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05 16:53:52 -05:00
Jack Nagel
93b63e2743 jbigkit: clean up test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05 16:53:39 -05:00
Jack Nagel
dd0ed45bc9 jbig2dec: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05 16:50:18 -05:00
Jack Nagel
64014de16f percona-toolkit: use full paths in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05 16:49:32 -05:00
Jack Nagel
72bc963f8f par2tbb: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05 16:49:00 -05:00
Jack Nagel
59c6e6f6d0 tmap: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05 16:47:11 -05:00
Jack Nagel
57d0f7aaf4 uchardet: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05 16:45:16 -05:00
Jack Nagel
0d2da95007 fastjar: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05 16:44:52 -05:00
Jack Nagel
7476cf9473 pyqt: clean up test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05 16:43:34 -05:00
Jack Nagel
d7ea7a2524 dash: clean up test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05 16:24:59 -05:00
Jack Nagel
882ca9ab54 rrdtool: use mktemp and quicklook in test
Otherwise we are writing files to $PWD, which is undesirable.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05 16:20:59 -05:00
Adam Vandenberg
64c6b6017e Tesseract: style nits 2012-05-05 12:41:59 -07:00
Adam Vandenberg
259a2a5923 tiff2png: remove inreplace 2012-05-05 12:34:44 -07:00
Adam Vandenberg
0d11c88222 geda-gaf: fix compiling against glib 2.32 and add --devel 2012-05-05 11:58:22 -07:00
Charlie Sharpsteen
01deaa5051 Use stable urls for all Gaia-SINS projects
Ammend links for freexl, libspatialite, librasterlite, libgaiagraphics and
spatialite-tools to point at the archives rather than the front page.

The front page link breaks when new releases are made.
2012-05-05 10:23:21 -07:00
Attila Györffy
be9fb4af25 Node 0.6.17
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-05 09:26:43 -07:00
Birger J. Nordølum
078de9a70d GNU Bash 4.2.28
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-05 09:26:08 -07:00
David Aguilar
b13613b4e6 git-cola 1.7.7
Signed-off-by: David Aguilar <davvid@gmail.com>
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-05 09:21:13 -07:00
Jack Nagel
5a0a703fb7 git: add test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-04 17:56:25 -05:00
nibbles 2bits
d9e7691c8b subversion: fix error with clang
Subversion will fail with clang when it queries the compiler
used to build system Python and finds it is llvm-gcc.  It then
uses the clang cflags with llvm-gcc to compile the python bindings
which causes the usual unknown `-march=native` flag issue.

Pre-define the configure variable `ac_cv_python_compile` as ENV.cc

Fixes Homebrew/homebrew#10914.
Closes Homebrew/homebrew#12059.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-04 17:51:51 -05:00
singe
d3ecb36090 mairix: Add HEAD
Closes Homebrew/homebrew#12064.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-05-04 13:57:39 -07:00
nibbles 2bits
f79494e152 libtiff 4.0.1
Upgrade libtiff to version 4.0.1.
Add ENV.x11 so it can find GL/gl.h.
Remove the apple-opengl flag. It doesn't exist and is the default.
Remove the mandir flag.  It gets the directory correct.

Libtiff-4.0.1 is the new stable version.  Testing was done by
building several programs that use it, including lcms, lcms2,
gdk-pixbuf, imagemagick, openjpeg, and openimageio.  Runtime tests
using the oiio testsuite and imagemagick's identify confirm the
library's functionality.

Closes Homebrew/homebrew#12029.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-05-04 11:55:43 -07:00
nibbles 2bits
b1efcd3f38 mapnik: fix relative path in paths.py
Add patch to mapnik.rb to use an absolute path into site-packages
rather than a relative path in the file `paths.py`.  The upstream
bug report is noted in the formula comments and is where the patch
offered by the developer came from.

Fixes Homebrew/homebrew#12026.
Closes Homebrew/homebrew#12043.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-05-04 11:53:58 -07:00
nibbles 2bits
829beb0b8a newlisp 10.4.2
Upgrade newlisp to version 10.4.2

Closes Homebrew/homebrew#12056.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-05-04 11:53:58 -07:00
Jack Baty
2027ad1c74 ttytter 2.0.00
Closes Homebrew/homebrew#12060.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-05-04 11:49:02 -07:00
Mislav Marohnić
d7260abac6 hub: Update to 1.9.0
The glorious GitHub API v3 Edition

Closes Homebrew/homebrew#12070.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-05-04 11:47:37 -07:00
Charlie Sharpsteen
29fbada106 QPDF: Update to 2.3.1
Also add a patch to workaround a PCRE API function that was removed in 8.30

Fixes Homebrew/homebrew#12069.
2012-05-04 11:42:42 -07:00
Adam Malcontenti-Wilson
6fd4937b62 ifuse: Update to 1.1.2
Closes Homebrew/homebrew#12067.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-05-04 11:13:50 -07:00
Charlie Sharpsteen
fda4b9eeeb libimobiledevice: Disable Cython bindings
As long as libplist doesn't provide Cython bindings, they must be disabled for
libimobiledevice.
2012-05-04 11:13:50 -07:00
Charlie Sharpsteen
0ccaf8ccfd usbmuxd: Pass path to libusb headers to CMake
CMake fails to find this info on it's own.

Fixes Homebrew/homebrew#7293.
2012-05-04 11:09:33 -07:00
Adam Malcontenti-Wilson
cea9127232 libimobiledevice: Update to 1.1.4
Closes Homebrew/homebrew#12058.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-05-04 11:04:11 -07:00
Adam Malcontenti-Wilson
06abf2f7d9 usbmuxd: Update to 1.0.8
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-05-04 11:04:00 -07:00
Adam Vandenberg
29d4858948 Jenkins: fix path in plist 2012-05-03 21:27:00 -07:00
Adam Vandenberg
805166de7a CouchDB: remove anticipated devel branch
The --devel branch didn't actually exist, so removing.
2012-05-03 21:17:53 -07:00
nibbles 2bits
c1ed59f0a3 highlight 3.9
Upgrade highlight to version 3.9.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-03 20:44:40 -07:00
Adam Vandenberg
302aed1f57 Jenkins: install to libexec, not lib 2012-05-03 20:40:23 -07:00
Adam Vandenberg
aaf81c1531 Simplify some :using 2012-05-03 20:37:57 -07:00
Ben Woskow
0fc64231ad Atlassian SDK 3.10.1
Closes Homebrew/homebrew#12044.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-03 20:17:46 -07:00
nibbles 2bits
93392c5803 mpop 1.0.27
Add build time dep on pkg-config that it uses.
Remove `--disable-debug`, which is not a valid option.
Remove option to enable MacOS Keyring.  It is the default.
Compiles with clang and llvm-gcc from XCode-4.3.2.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-03 20:16:34 -07:00
David Rupp
404334b4e6 cloc 1.56
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-03 20:15:47 -07:00
Jack Nagel
d547cd88f7 jless: fix audit warning
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-03 19:41:29 -05:00
Christian Köstlin
da39bf6d7b msmtp 1.4.28
Closes Homebrew/homebrew#12041.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-03 18:27:08 -05:00
Don Onwunumah
b2426b2037 glib: disable dtrace
This was apparently lost in a recent update to the glib formula.

See https://trac.macports.org/ticket/30413

Closes Homebrew/homebrew#11977.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-03 18:10:42 -05:00
Charlie Sharpsteen
a33127cf09 Revert "ENV.rb: Always return integers from make_jobs"
This reverts commit ea1a9e603abe3dab90bf5b157d2614cf58e2cc8e.

Argh. Unrelated PySide changes slipped in.
2012-05-03 15:48:51 -07:00
Charlie Sharpsteen
f118b859d4 ENV.rb: Always return integers from make_jobs
When referencing `Hardware.processor_count`, `ENV.make_jobs` will return an
integer. If referencing the environment variable `HOMEBREW_MAKE_JOBS`, it
returned a string.

Now, the function always returns an integer.

Fixes Homebrew/homebrew#12033.
2012-05-03 15:45:31 -07:00
Christian Höltje
2963cd12ed git-now: fix typo in caveats
The zsh-completion path in the caveat was missing the
`share` directory component.

Closes Homebrew/homebrew#12035.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-03 17:34:51 -05:00
Jack Nagel
a6c02b6811 metasploit: fix checksum
Fixes Homebrew/homebrew#12039.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-03 17:22:19 -05:00
Charlie Sharpsteen
6dd9f49cc9 ffmpeg: Actually change optional deps checking
Ooops, this should have been ammended onto 9e24c7a.
2012-05-03 11:33:43 -07:00
nibbles 2bits
40fa5cfc49 ffmpeg: use linked_keg when checking optional deps
ffmpeg when built as head checks if x264 is installed using
`Formula.factory.installed?` that won't find x264 stable as it looks for a HEAD
build.  Switch from `.installed?` to `linked_keg.exist?` for all dependencies
as this will find them whether they are installed as head or stable.

Fixes Homebrew/homebrew#11996.
Closes Homebrew/homebrew#12020.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-05-03 11:23:28 -07:00
nibbles 2bits
34fefdc2aa cfitsio 3.30
Upgrade cfitsio to version 3.30.  Tested using openimageio.

Closes Homebrew/homebrew#12027.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-05-03 11:16:01 -07:00
nibbles 2bits
b50ea6d487 openimageio 1.0.4
Upgrade openimageio to version 1.0.4.  All tests pass.

Closes Homebrew/homebrew#12028.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-05-03 11:14:38 -07:00
Henrik Almer
d5eb02cd0c httrack: Update to 3.45.4
Closes Homebrew/homebrew#12031.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-05-03 11:13:07 -07:00
iandol
0d32ffb979 Exodriver: update to 2.5
Closes Homebrew/homebrew#12034.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-05-03 11:12:16 -07:00
Gregory Pakosz
605d8dfc5e peg: Update to 0.1.9
Closes Homebrew/homebrew#12037.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-05-03 11:10:55 -07:00
Misty De Meo
1052596dbc htop-osx: fix typo in caveats 2012-05-03 10:09:33 -05:00
Misty De Meo
fd5266c321 media-info 0.7.57 2012-05-03 09:52:29 -05:00
Christian Höltje
32229958eb autojump: install completion into site-functions
`_autojump` needs to be installed into `share/zsh/site-functions`
not `share/zsh/functions`.

Files in `share/zsh/functions` must not change unless zsh is
upgraded and zsh is restarted.  `site-functions` can change during a zsh
process's lifetime.

This will enable homebrew's zsh to automatically use the completion.
See issue Homebrew/homebrew#11936 for details.

Closes Homebrew/homebrew#11942.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-02 23:43:51 -05:00
Christian Höltje
5180ae9a7f git-flow: install completion into site-functions
`_git-flow` needs to be installed into `share/zsh/site-functions`
not `share/zsh/functions`.

Files in `share/zsh/functions` must not change unless zsh is
upgraded and zsh is restarted.  `site-functions` can change during a zsh
process's lifetime.

This will enable homebrew's zsh to automatically use the completion.
See issue Homebrew/homebrew#11936 for details.

Closes Homebrew/homebrew#11941.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-02 23:43:51 -05:00
Christian Höltje
867de6aceb git-now: install completion into site-functions
`_git-now` needs to be installed into `share/zsh/site-functions`
not `share/zsh/functions`.

Files in `share/zsh/functions` must not change unless zsh is
upgraded and zsh is restarted.  `site-functions` can change during a zsh
process's lifetime.

This will enable homebrew's zsh to automatically use the completion.
See issue Homebrew/homebrew#11936 for details.

Closes Homebrew/homebrew#11940.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-02 23:43:51 -05:00
Christian Höltje
c40e374a4c task: install completion into site-functions
`_task` needs to be installed into `share/zsh/site-functions`
not `share/zsh/functions`.

Files in `share/zsh/functions` must not change unless zsh is
upgraded and zsh is restarted.  `site-functions` can change during a zsh
process's lifetime.

Closes Homebrew/homebrew#11939.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-02 23:43:51 -05:00
Christian Höltje
72d1022eae hub: install completion into site-functions
`_hub` needs to be installed into `share/zsh/site-functions`
not `share/zsh/functions`.

Files in `share/zsh/functions` must not change unless zsh is
upgraded and zsh is restarted.  `site-functions` can change during a zsh
process's lifetime.

Closes Homebrew/homebrew#11938.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-02 23:43:51 -05:00
Christian Höltje
3bdc970ab5 ack: install completion into site-functions
`_ack` needs to be installed into `share/zsh/site-functions`
not `share/zsh/functions`.

Files in `share/zsh/functions` must not change unless zsh is
upgraded and zsh is restarted.  `site-functions` can change during a zsh
process's lifetime.

Closes Homebrew/homebrew#11937.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-02 23:43:50 -05:00
Christian Höltje
211df3a266 zsh: support site specific files
This fixes the `site-scripts` and `site-functions` directories
so that zsh points to the HOMEBREW_PREFIX version of these files
instead of the Cellar version.

This means you can drop files in these directories and the files
will persist when you upgrade zsh. Otherwise they disappear when
you upgrade zsh.

Closes Homebrew/homebrew#11955.

[jn: mkpath everything under share/zsh]

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-02 23:43:30 -05:00
Bauerpauer
fd3b3024a7 jpeginfo 1.6.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-02 20:10:06 -07:00
KOBAYASHI Daisuke
8a126e80e3 jless 382
Includes iso262 + ext03 support

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-02 19:57:33 -07:00
Mike McQuaid
d15c25dc29 htop-osx: add setuid caveats
From discussion in Homebrew/homebrew#11727.
2012-05-03 10:49:45 +08:00
Max Horvath
5a1c61a376 Added htop-osx: patched version of htop 0.8.2.1.
Closes Homebrew/homebrew#11727.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2012-05-03 10:19:05 +08:00
Kevin Moore
ab1f829549 git 1.7.10.1
Closes Homebrew/homebrew#12019.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-02 19:27:27 -05:00
Jack Nagel
725f33591e mercurial 2.2
- add test

Closes Homebrew/homebrew#12013.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-02 18:45:16 -05:00
Steven Luu
ceec73c902 scala: fix completion URL
Closes Homebrew/homebrew#12018.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-02 18:35:22 -05:00
Matias Bjarland
dc755a77fc griffon: Update to 0.9.5
Closes Homebrew/homebrew#12003.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-05-02 15:19:55 -07:00
Sergey Avseyev
48789c81e1 libcouchbase: Update to 1.0.3
Closes Homebrew/homebrew#12016.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-05-02 15:15:23 -07:00
Hiram Chirino
f79d429b91 Apollo: Update to 1.2
Closes Homebrew/homebrew#12007.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-05-02 15:07:03 -07:00
tschundeee
c81348b073 play: Update to 2.0.1
Closes Homebrew/homebrew#12012.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-05-02 15:06:02 -07:00
Mark Hughes
e561b518d3 Jenkins: Update to 1.462
Closes Homebrew/homebrew#12014.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-05-02 15:05:53 -07:00
Chad Catlett
23a7b1c8fe redis 2.4.13
Closes Homebrew/homebrew#12005.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-05-02 15:02:26 -07:00
Charlie Sharpsteen
6350b86a48 SpatialIndex: Update to 1.7.1
Also update homepage as the project no longer uses an OSGEO-hosted Trac site.
2012-05-02 13:06:46 -07:00
Jack Nagel
c1c9a6e36f monotone: fix installation without pre-installed Boost
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-02 13:57:33 -05:00
Gildas Cuisinier
61ee894e5a CRaSH 1.0.0
CRaSH, the shell to extend the Java Platform

Closes Homebrew/homebrew#11653.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-01 19:57:18 -07:00
Jack Nagel
348fa749f3 GitDownloadStrategy optimization
The current series of fetch invocations in GitDownloadStrategy has the
unfortunate behavior of fetching full history even in shallow clones
that only need the history between the clone point and the remote HEAD.
It should be possible to determine if it is actually necessary to fetch
the full history, including all tags, and if it is not to avoid this
overhead.

Fixes Homebrew/homebrew#11958, and several other recurring problems.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-01 21:46:42 -05:00
Adam Vandenberg
9742e72446 checkstyle - minor tweaks to test 2012-05-01 19:43:45 -07:00
Leonard Ehrenfried
2ce9209c41 Checkstyle 5.5
Checkstyle is a Java program that audits source files according to style rules.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-01 19:41:33 -07:00
Arun Bhalla
4f051d737f atlassian-plugin-sdk 3.10
Closes Homebrew/homebrew#11997.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-01 18:53:30 -07:00
Drew Stephens
feb037482f autojump v20
Closes Homebrew/homebrew#11994.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-01 18:33:56 -05:00
Justin de Vesine
3ba4993ed6 dnsmasq 2.61
Closes Homebrew/homebrew#11990.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-01 18:33:33 -05:00
Jack Nagel
cf4cf32deb Don't set GIT_DIR when staging git clones
GIT_DIR is convenient, but it does not work when both a formula and
subformula try to stage a git checkout, as git will use the main
formula's repository when staging the subformula.

Stop setting it, and restore the kludge to the git-multipush formula.

Fixes Homebrew/homebrew#10893.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-01 18:07:58 -05:00
Jack Nagel
940f256ae9 metasploit: use archive URL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-01 17:27:59 -05:00
Michael J. Schultz
ecf845fd3f metasploit 4.3.0
Closes Homebrew/homebrew#11988.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-01 13:53:54 -05:00
Shawn Jonnet
11c49cbce8 redis 2.4.12
Closes Homebrew/homebrew#11981.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-01 13:53:03 -05:00
Shawn Jonnet
9454aa48a0 node: 0.6.16
Closes Homebrew/homebrew#11980.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-01 13:51:54 -05:00
Jack Nagel
d300df3db6 ccrypt: clarify which clang build was tested
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-01 13:34:21 -05:00
Misty De Meo
1802591877 dia: add patch for glib 2.31+
Fixes Homebrew/homebrew#11987
2012-05-01 12:29:55 -05:00
Ryan Davis
ae0c6c0e77 New Formula: dwatch
Closes Homebrew/homebrew#11975.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2012-04-30 19:17:06 -05:00
Jack Nagel
60d187836a ccrypt: fix build with clang
Fixes Homebrew/homebrew#11934.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-30 17:33:39 -05:00
Zack Kitzmiller
5f1b5cfda4 ElasticSearch 0.19.3
Closes Homebrew/homebrew#11969.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-30 17:25:27 -05:00
nibbles 2bits
79245634ed avidemux: adjust merged patch, use fails_with
Avidemux-2.5.6 had its one patch merged upstream the day this
formula was accepted.  That was hoped for but unexpected.  This
commit adjusts the conditional for def patches so that it only
gets applied to stable.  Fixes a patch failure for 32bit + HEAD.

Also in this commit, remove the hardcoded `ENV.llvm` and switch
to using `fails_with :clang`, surrounded by a conditional so it
can still be built with clang if `--with-debug`.

Closes Homebrew/homebrew#11959.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-30 17:23:48 -05:00
Peter Jaros
1b09685315 moreutils 0.46
Closes Homebrew/homebrew#11974.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-30 17:16:27 -05:00
Brandon Bennett
b1e7d70838 repo 1.15
Closes Homebrew/homebrew#11970.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-30 17:15:11 -05:00
Misty De Meo
20b21ee9bf exiftool 8.90 2012-04-30 16:40:32 -05:00
Jack Nagel
4d9352867d libglade: help the linker find libgmodule
Fixes Homebrew/homebrew#11961.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-30 15:42:31 -05:00
Ealden Esto E. Escanan
9eb6d363fc Gradle 1.0-RC-3
Signed-off-by: Ealden Esto E. Escanan <ealden@gmail.com>
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-30 07:17:17 -07:00
Mark A. Matienzo
2767012cf4 bulk_extractor 1.2.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-30 07:17:04 -07:00
Adam Vandenberg
437f97888d Jython --devel 2.5.3b1 2012-04-29 20:03:23 -07:00
Konstantin Tennhard
027fdbf752 swig 2.0.6
Closes Homebrew/homebrew#11953.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-29 19:32:44 -05:00
Jack Nagel
01069855ea jstalk: fix audit warning
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-29 18:51:14 -05:00
Jack Nagel
7dc155a9cd darwinbuild: fix audit warning
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-29 18:51:03 -05:00
Robert Bousquet
4c47bbde80 pdf2image 0.53
Closes Homebrew/homebrew#9842.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-29 14:13:00 -07:00
David Gageot
b69925d7b0 Sonar: Upgrade to 3.0 and provide LaunchAgent
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-29 11:07:53 -07:00
Adam Vandenberg
dba1864a3c qemu 1.0.1 2012-04-29 11:04:40 -07:00
Chris Brinker
9fbbcc9798 pianobar: Update to 2012.04.24
Also includes a patch to work around PromyLOPh/pianobar#236.

Closes Homebrew/homebrew#11900.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-04-29 11:01:19 -07:00
nibbles 2bits
63b21eb96f fping: Update to 3.1
New website, and new maintainer.

fping has been mothballed since 2002.  A new maintainer has taken
over this project, set up a new website, fping.org, and committed
the project on GitHub.

Change homepage.
Upgrade to version 3.1
Add head url on GitHub
Remove `--man` because it uses a modern configure that works.
Add caveat about this software needing to be owned by root
and run as root or with the setuid bit set.  An issue is open
with the developer to see if there is a workaround for that.

Closes Homebrew/homebrew#11931.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-04-29 10:54:59 -07:00
nibbles 2bits
a652cd4c7d wkhtmltopdf 0.11.0_rc1 + fix 64bit compile error
* Upgrade wkhtmltopdf to version 0.11.0_rc1
* Adjust existing inreplace because the file has a different name.
* Fix compile error when 64bit Qt4 doesn't have i386 symbols by
using inreplace to set the qmake build as 64bit, not universal.
* Use `qmake -spec macx-g++` to configure it, from Sharpie.
* Temporarily set DYLD_LIBRARY_PATH to help the binaries find
libwkhtmltopdf.0.dylib for generating the man pages.
* Adjust command to generate man page, as wkhtmltopdf is in bin.
* Add command to generate man page for wkhtmltoimage.
* Add command to install wkhtmltoimage.
* Add command to install wkhtmltoimage.1 into man1.
* Add command to install all libraries.

Built and tested by converting a url to pdf on Lion and 64bit SL
using all five compilers from XCode-4.3.2 and 4.0.2.

Fixes Homebrew/homebrew#9265

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-29 09:34:27 -07:00
Alexey Palazhchenko
7d376d5fdf PyPy: also install distribute
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-29 09:21:25 -07:00
Jonathan Ragan-Kelley
ee3e680427 ispc 1.2.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-29 09:01:25 -07:00
Sebastian Sdorra
5dd46942c5 scm-manager 1.13
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-29 08:57:09 -07:00
Luke Ledet
888119013a Camellia 2.7.0
Camellia is an image processing and computer vision library

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-29 08:33:28 -07:00