Commit graph

19169 commits

Author SHA1 Message Date
Jack Nagel
b539338226 erlang: install manpages only in lib/erlang/man
Some erlang man pages have generic names that conflict with other
packages. The recommended installation location is lib/erlang/man, and
in fact they must be there for the "erl -man" command to find them.
Currently we use symlinks to make this work.

Instead let's only install them to lib/erlang/man and avoid all
conflicts. Users can add $(brew --prefix erlang)/lib/erlang/man to
MANPATH if they really want to use man to find them.

Fixes Homebrew/homebrew#21634.
Closes Homebrew/homebrew#22452.
2013-09-10 17:27:16 -05:00
Mike McQuaid
a6f2a1e455 cmake, jpeg, mpfr: add missing cellar :any. 2013-09-10 21:57:05 +01:00
Mike McQuaid
7e09ec50ff phantomjs: add bottles. 2013-09-10 21:45:51 +01:00
Mike McQuaid
787db5186b phantomjs: build from source.
Closes Homebrew/homebrew#22446
2013-09-10 21:45:51 +01:00
Noah Watkins
24c75a2dd7 libatomic_ops: 7.2d - portable atomic operations
Add a new formula for libatomic_ops that provides portable atomic
operations on many platforms.

Closes Homebrew/homebrew#21757.

Signed-off-by: Xiyue Deng <manphiz@gmail.com>
2013-09-10 13:01:41 -07:00
Rickard von Essen
1fb6f1745d debianutils 4.4
Closes Homebrew/homebrew#22450.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-09-10 20:50:40 +01:00
Mike McQuaid
67e69029a6 qt: only disable SSSE3 on <=10.6.
Closes Homebrew/homebrew#22449.
2013-09-10 20:23:50 +01:00
Danny Casady
83e3afab2c grails 2.3.0
Closes Homebrew/homebrew#22445.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-09-10 17:24:42 +01:00
seanjreilly
9c8f5dc31c gradle-1.8-rc-1
Closes Homebrew/homebrew#22441.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-10 08:00:29 -07:00
Alex Burka
02e2f29313 root 5.34.10
Closes Homebrew/homebrew#22346.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-10 07:34:32 -07:00
Adam Vandenberg
3978cb8272 freealut: add debian mirror
Closes Homebrew/homebrew#22392.
2013-09-10 07:33:26 -07:00
Terrell Russell
50ff85c88d grass: fix typos in caveats
Closes Homebrew/homebrew#22439.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-10 07:30:42 -07:00
Jacob Howard
2d2dc2b3b2 ROOT: Add xrootd as a recommended dependency
xrootd is one of the primary transport protocols that ROOT supports, and
is widely used at CERN and on the LHC Computing Grid.  Currently, for
ROOT to compile support for xrootd, the user must have it installed
already.  This commit adds a recommended xrootd dependency so that users
will automatically have support for this important data-access component
of ROOT with minimal overhead (xrootd itself not an enormous dependency
and has compile time much less than that of ROOT itself).

Closes Homebrew/homebrew#22412.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-10 07:30:16 -07:00
Lifepillar
8890591b4a openvpn: add tuntap as a dependency
Closes Homebrew/homebrew#22413.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-10 07:29:36 -07:00
Adam Vandenberg
027e2df8a4 rest-shell: update URLs
Closes Homebrew/homebrew#22432.
2013-09-10 07:16:11 -07:00
yrammos
00e5231618 lilypond devel 2.17.26
Closes Homebrew/homebrew#22436.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-10 07:14:13 -07:00
Xiyue Deng
89d92d1dfa pure: backport upstream patch to build against llvm 3.3.
Closes Homebrew/homebrew#22409.
2013-09-10 03:31:57 -07:00
Adam Vandenberg
af6a4192fb Move glfw to homebrew-versions
Closes Homebrew/homebrew#22410.
Closes Homebrew/homebrew#20626.
2013-09-09 22:13:21 -07:00
Brett Koonce
be16d890f2 google-appengine 1.8.4
Closes Homebrew/homebrew#22423.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-09 22:07:26 -07:00
Brett Koonce
75a419989e appengine-java-sdk 1.8.4
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-09 22:07:25 -07:00
Brett Koonce
7fad030327 go-appengine (amd64) 1.8.4
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-09 22:07:25 -07:00
Brett Koonce
a17c07cb97 go-appengine (386) 1.8.4
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-09 22:07:25 -07:00
Tim Carey-Smith
6c55f251ab ncdu 1.10
Add HEAD version of ncdu

Closes Homebrew/homebrew#22425.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-09 22:04:50 -07:00
Brett Koonce
75e403c95a luarocks 2.1.0
Closes Homebrew/homebrew#22426.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-09 22:04:36 -07:00
Adam Stankiewicz
9b6628c7b2 sic 1.2
Closes Homebrew/homebrew#22419.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-09-09 18:15:45 +01:00
jfarrell
10168e083a ec2-api-tools 1.6.9.0
Closes Homebrew/homebrew#22415.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-09-09 16:15:34 +01:00
Jiawei Li
040a310de1 giter8 0.13.0
Fixes Homebrew/homebrew#22106.
Closes Homebrew/homebrew#22406.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-09-09 09:49:56 +01:00
Ralph Giles
426d27b89a opus-tools 0.1.7
Closes Homebrew/homebrew#22401.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-09-09 09:49:56 +01:00
Xiyue Deng
3e35a0b6ab isl: use tarball for stable version.
* Also add note about version detection of isl.
* Tighten gmp detection.
2013-09-08 22:00:26 -07:00
Mike Goodspeed
b71d16bb50 python: setuptools: 1.1.4
Closes Homebrew/homebrew#22403.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-09-08 23:19:41 -05:00
Thijs Vermeir
d7f6be24c4 gst-libav 1.0.10
Closes Homebrew/homebrew#22395.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-09-08 23:16:48 -05:00
Thijs Vermeir
a370a2bc10 gst-plugins-bad 1.0.10
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-09-08 23:16:45 -05:00
Thijs Vermeir
66f82eac1f gst-plugins-ugly 1.0.10
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-09-08 23:16:42 -05:00
Thijs Vermeir
bbf7b1308e gst-plugins-good 1.0.10
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-09-08 23:16:39 -05:00
Thijs Vermeir
674112d652 gst-plugins-base 1.0.10
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-09-08 23:16:36 -05:00
Thijs Vermeir
355d5eb85d gstreamer 1.0.10
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-09-08 23:16:30 -05:00
David Larson
59871128c2 the_silver_searcher 0.16
Closes Homebrew/homebrew#22400.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-09-08 23:08:18 +01:00
Pedro Araujo
0c12ce91b5 mercurial 2.7.1
Closes Homebrew/homebrew#22399.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-09-08 23:08:18 +01:00
Ralph Giles
aa0ff930ac libogg 1.3.1.
Closes Homebrew/homebrew#22398.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-09-08 23:08:18 +01:00
Felix Bünemann
5e1802363e jpegoptim: add --HEAD
Closes Homebrew/homebrew#22384.

Signed-off-by: Xiyue Deng <manphiz@gmail.com>
2013-09-08 13:40:58 -07:00
Pieter de Bie
6e0f181dca phantomjs 1.9.2
Closes Homebrew/homebrew#22396.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-09-08 17:04:56 +01:00
Jay Barker
275e5aeb02 groovy 2.1.7
Closes Homebrew/homebrew#22389.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-09-08 14:22:07 +01:00
Xiyue Deng
987d426e08 Cloog: tightened dependency check.
* Explicitly request external gmp and isl as well as specifying their
  prefixes.
* Enable verbose build log for better diagnosis.
2013-09-08 01:48:06 -07:00
Dave Cottlehuber
e40fde6e9e ocaml: add devel 4.01.0 rc1
Closes Homebrew/homebrew#22343.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-09-07 19:41:45 -05:00
Amir Chaudhry
11a9f21040 libsodium: add HEAD
Allows use of libsodium trunk.
With thanks to @dsheets

Closes Homebrew/homebrew#22355.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-09-07 19:38:29 -05:00
Jiawei Li
9cc75f3161 akka 2.2.1
Closes Homebrew/homebrew#22366.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-09-07 19:35:33 -05:00
Brett Koonce
e8b54107e2 swi-prolog devel 6.5.2
Closes Homebrew/homebrew#22368.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-09-07 19:35:08 -05:00
Corey Quinn
6a3a35fb1e nrpe 2.15
Closes Homebrew/homebrew#22361.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-09-07 19:34:38 -05:00
Serguey Parkhomovsky
6f11aab565 chicken 4.8.0.4
Closes Homebrew/homebrew#22358.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-09-07 19:33:58 -05:00
Conrad Irwin
59bbcd2dfe gist 4.1.1
Closes Homebrew/homebrew#22383.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-09-07 22:06:08 +01:00