Commit graph

22765 commits

Author SHA1 Message Date
Mike Naberezny
116073d13d cowsay: add test
Closes Homebrew/homebrew#26593.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-02-10 19:41:30 -08:00
Mike Naberezny
4f3502783d csvprintf: add test
Closes Homebrew/homebrew#26595.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-02-10 19:41:25 -08:00
Mike Naberezny
b0fdad1081 markdown: add test
Closes Homebrew/homebrew#26602.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-02-10 19:41:14 -08:00
Mike Naberezny
1c11978636 jsonpp: add test
Closes Homebrew/homebrew#26600.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-02-10 19:41:10 -08:00
Eddie Zaneski
74a97dbf2f Update Python3 to 3.3.4
Addresses Homebrew/homebrew#26586

Closes Homebrew/homebrew#26603.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-02-10 19:40:54 -08:00
Yamashita Yuu
1a01f2bc3b pyenv 0.4.0-20140211
Changes:

* pyenv: Always append the directory at the top of the `$PATH` to return proper value for `sys.executable`
* pyenv: Unset `GREP_OPTIONS` to avoid issues of conflicting options
* python-build: Install `pip` with using `ensurepip` if available
* python-build: Add support for framework installation (`--enable-framework`) of CPython
* python-build: Import `bats` tests from ruby-build v20140110.1
* python-build: Add new CPython release candidates; 3.3.4, 3.4.0b3
* python-build: Add [Anaconda](https://store.continuum.io/cshop/anaconda/) and [Miniconda](http://repo.continuum.io/miniconda/) binary distributions
* python-build: Display error if the wget does not support Server Name Indication (SNI) to avoid SSL verification error when downloading from https://pypi.python.org.
* python-build: Update default setuptools version (2.1 -> 2.2)
* python-build: Update default pip version (1.5.1 -> 1.5.2)
* python-build: Import recent changes from ruby-build v20140204

Closes Homebrew/homebrew#26605.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-02-10 19:40:05 -08:00
Mike Naberezny
856040b73d csv-fix: update sha1 and add test
Closes Homebrew/homebrew#26598.

Signed-off-by: Brett Koonce <koonce@gmail.com>
2014-02-10 18:49:34 -06:00
Jack Nagel
d85e4fe82d git 1.8.5.4 2014-02-10 19:30:45 -05:00
Oscar Rendon
1bc8143161 rebar 2.2.0
Closes Homebrew/homebrew#26590.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-02-10 19:24:14 -05:00
Jack Morrison
6576ac981f eigen: add --HEAD.
Closes Homebrew/homebrew#26588.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-02-10 22:07:08 +00:00
Mike McQuaid
a7ebe60464 macvim: fix linking to Homebrew's python (again).
Closes Homebrew/homebrew#26496.
2014-02-10 21:45:19 +00:00
Misty De Meo
afb706681a re2: note symbol names in inreplace 2014-02-10 13:15:21 -08:00
Misty De Meo
e57624d699 re2: fix for non-clang compilers on 10.9 2014-02-10 13:15:21 -08:00
BrewTestBot
34e3159d20 docker: update 0.8.0 bottle. 2014-02-10 20:59:45 +00:00
Mike McQuaid
0558b76068 docker: update packaging based on upstream. 2014-02-10 20:59:45 +00:00
Mike Naberezny
05a1a9a2ec disktype: add test
Closes Homebrew/homebrew#26579.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-02-10 18:58:32 +00:00
Mike McQuaid
c217be0c94 pyqt5: more python cleanup.
Closes Homebrew/homebrew#26540.
2014-02-10 18:49:50 +00:00
Mike McQuaid
e564bc7aec pyqt: more python cleanup. 2014-02-10 18:49:26 +00:00
Mike McQuaid
b63602f684 sip: remove unneeded PYTHONPATH. 2014-02-10 18:49:26 +00:00
Mike McQuaid
6ec780e846 zookeeper: install default etc file.
Closes Homebrew/homebrew#26577.
2014-02-10 18:30:22 +00:00
Mike Naberezny
30ed1180ad udis86: add test
Closes Homebrew/homebrew#26576.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-02-10 18:08:25 +00:00
Stefan
13c5fd5a06 libssh 0.6.1
Closes Homebrew/homebrew#26574.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-02-10 18:08:15 +00:00
Gerrit Beine
b1998f47bc xapian 1.2.17
Closes Homebrew/homebrew#26570.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-02-10 14:49:17 +00:00
Phil Calvin
4a4ccffa5b b43-fwcutter 018 (new formula)
Extracts Broadcom firmware.

Part of the b43-tools package, this utility analyzes vendor-provided
drivers and extracts the proprietary firmware necessary for the Linux
b43 module to initialize Broadcom wireless chips.

This formula patches b43-fwcutter so that it builds on Mac OS. The
patch adds preprocessor directives to use Apple's xnu headers in favor
of GNU's `byteswap.h` This patch has been reported and accepted
upstream, but has not yet been officially released. See
<https://github.com/mbuesch/b43-tools/pull/1>.

This formula also patches the Makefile to honor Homebrew's
installation and manpage prefixes, since this tool has no configure
script.

Closes Homebrew/homebrew#26536.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-02-10 14:42:38 +00:00
Sebastian Wyder
745211027a wrk 3.1.0
Added dependency to OpenSSL because wrk now supports benchmarking SSL/TLS endpoints up to TLSv1.2 and the standard OS X OpenSSL is too old to support TLSv1.2.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>

Closes Homebrew/homebrew#26569.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-02-10 14:42:27 +00:00
Welton Rodrigo
645b3d4639 boot2docker 0.5.4
Closes Homebrew/homebrew#26568.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-02-10 13:13:08 +00:00
Erik Michaels-Ober
e20c52d426 ruby-build 20140210
Closes Homebrew/homebrew#26567.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-02-10 12:42:21 +00:00
Hiroyuki Inoue
5b7bd5f13b fuseki 1.0.1
Closes Homebrew/homebrew#26564.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-02-10 12:41:17 +00:00
Florian Franzen
c61f25f4fd swig 2.0.12
Adds C++11 support with STL containers.

Closes Homebrew/homebrew#26560.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-02-10 10:10:36 +00:00
Mike McQuaid
6df9895ec3 groonga: add optional mecab support.
Closes Homebrew/homebrew#26308.
2014-02-10 09:50:09 +00:00
Gregory Pakosz
2ec407895b weechat 0.4.3
Closes Homebrew/homebrew#26556.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-02-10 09:27:38 +00:00
HAYASHI Kentaro
ec83dcdd25 groonga-normalizer-mysql 1.0.6
Closes Homebrew/homebrew#26558.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-02-10 09:24:34 +00:00
HAYASHI Kentaro
197a6e115e groonga 4.0.0
Closes Homebrew/homebrew#26557.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-02-10 09:24:29 +00:00
asaph
8d015ada55 youtube-dl 2014.02.10
Closes Homebrew/homebrew#26561.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-02-10 09:21:18 +00:00
Mike McQuaid
22bc667151 qt: use -dbus-linked when building with dbus.
This fixes the issue that Qt doesn't find the D-Bus libraries when
Homebrew is installed in a non-standard prefix.
2014-02-10 09:19:07 +00:00
Harald Fernengel
67543c5d53 qt5: use -dbus-linked when building with dbus.
This fixes the issue that Qt 5 doesn't find the D-Bus libraries when
Homebrew is installed in a non-standard prefix.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>

Closes Homebrew/homebrew#26550.
2014-02-10 09:19:00 +00:00
Misty De Meo
fe96fdcdb0 john-jumbo: fix build with clang under superenv
Fixes Homebrew/homebrew#26531.
2014-02-09 21:08:04 -08:00
Mike Naberezny
488a96e240 ccal: add test
Closes Homebrew/homebrew#26553.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-02-09 21:20:42 +00:00
Mike Naberezny
b2b37c6ee0 psgrep: add test
Closes Homebrew/homebrew#26552.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-02-09 21:20:32 +00:00
Mike Naberezny
c7718a2170 nasm: add test
Closes Homebrew/homebrew#26551.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-02-09 21:20:25 +00:00
chdiza
67d8ec6dec graphviz 2.36.0 (--devel 2.37.20140209.1615)
Closes Homebrew/homebrew#26549.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-02-09 21:19:57 +00:00
Gregory Pakosz
88aec02aac newsbeuter 2.8 for mavericks
Closes Homebrew/homebrew#26494.
Closes Homebrew/homebrew#23715.
Closes Homebrew/homebrew#25115.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-02-09 10:17:19 -08:00
Christian Wesselhoeft
b85a52e733 lynx: build with default color support.
Closes Homebrew/homebrew#26548.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-02-09 15:50:46 +00:00
Bernhard Miklautz
d2fa2fce72 freerdp: enable X11 for HEAD builds
freerdp default settings have changed. X11 support isn't enabled
per default on OS X anymore.

Closes Homebrew/homebrew#26437.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-02-09 15:35:53 +00:00
BrewTestBot
902e17911c qt5: add 5.2.1 bottle.
Closes Homebrew/homebrew#26546.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-02-09 15:27:19 +00:00
Harald Fernengel
2fff0460e7 qt5 5.2.1
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-02-09 15:26:48 +00:00
Welton Rodrigo
0a44b1c49d boot2docker 0.5.2 (new formula)
Closes Homebrew/homebrew#26435.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-02-09 14:41:23 +00:00
Mike McQuaid
85c315bb78 docker: add 0.8.0 bottle. 2014-02-09 14:34:50 +00:00
Welton Rodrigo
ca4740f2b9 docker 0.8.0 (new formula)
Closes Homebrew/homebrew#26488.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-02-09 14:34:50 +00:00
Stian Eikeland
b117d45bac etcdctl 0.3.0
Closes Homebrew/homebrew#26547.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-02-09 14:26:38 +00:00