Commit graph

9762 commits

Author SHA1 Message Date
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
Dave Goodell
8e6ca90a94 proctools: add 'pgrep'/'pkill' aliases
The proctools package is known primarily for its "pgrep" and "pkill"
utilities.  Adding these aliases will make it easier to find the right
formula when those tools are needed.

Closes Homebrew/homebrew#11898.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-01 18:30:38 -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