Commit Graph

9789 Commits (6fd4937b6282d16040a69484752afbbd17867a32)

Author SHA1 Message Date
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
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
Mike McQuaid 6f8268a682 Update CMake bottle with pkg-config patch. 2012-04-29 15:56:30 +10:00
Mike McQuaid 5766b9186c Update Qt bottle to fix warnings. 2012-04-29 15:56:30 +10:00
patrick 181c617372 gpsbabel 1.4.3
Closes Homebrew/homebrew#11549.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-28 21:13:34 -05:00
Yoji SHIDARA 65578c8d06 groonga 2.0.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-28 18:58:54 -07:00
nibbles 2bits 555e078450 x264: use stable, fix version, rm -O1
* Specify the stable branch for the head url.
* Use http rather than git for the head url.
* Correct the version number, is 2189 for stable (2197 was master)
* Note in comments how to use version.sh to get the version number.
* Remove the -O1 for clang.  Issue is fixed in this version.

The previous commit added -O1 to fix a segfault when x264 was
compiled with clang.  The author was testing this against the
previous tarball, not 2189.  The devs emailed back explaining
that this was fixed since then, and this is confirmed to work
using their -O3 or Homebrew's -Os.  Users should remove x264
and ffmpeg and `brew install x264 ffmpeg` to get a working pair.
Apologies for all this, but it's better to get it right.

Closes Homebrew/homebrew#11908.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-28 20:29:55 -05:00
Jerome Bernard 0723fe44c1 ser2net 2.7
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-28 17:50:34 -07:00
Jack Nagel 370905d436 pure: fix docs install
Fixes Homebrew/homebrew#11889.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-28 18:14:53 -05:00
Jack Nagel f283ed80a1 ice: move patch inline
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-28 17:28:14 -05:00
Jack Nagel b1a91d042c gmtl: move patch inline
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-28 17:28:05 -05:00
Jack Nagel c9016c2b92 mcpp: move patch inline
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-28 17:27:49 -05:00