| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-09-27 | Tweak man entry for brew uses | Adam Vandenberg | |
| 2010-09-26 | fix typo | Adam Vandenberg | |
| 2010-09-25 | Fix brew list completion and add support for --versions switch | James Conroy-Finn | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2010-09-24 | Check git repos for validity before updating. | Adam Vandenberg | |
| If you `brew install erlang` and then control-C during the git clone, you can leave your cloned repo in an invalid state. This change does a "git status" on the clone if it exists, and nukes it if the status is invalid (forcing a clean clone.) | |||
| 2010-09-22 | Add another file check to check_for_macgpg2 | Adam Vandenberg | |
| 2010-09-21 | ImageMagick - use svn repo instead of tarballs | Adam Vandenberg | |
| The ImageMagick mirrors like to drop old tarballs, which means that our formula breaks whenever the version we're using disappears. So I've switched to using their SVN repo (and added a --HEAD build.) Caveat: Their SVN repo is only served over https, with a bad cert, so this brew know has a custom SVN download strategy that auto-accepts that cert. If this bothers you, get ImageMagick to fix their cert upstream (or let us know where a stable tarball mirror lives.) | |||
| 2010-09-19 | Let the `gzip` utility function accept multiple paths. | Martin Kühl | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2010-09-17 | brew-fetch - warn if checksums differ | Adam Vandenberg | |
| 2010-09-16 | typo | Adam Vandenberg | |
| 2010-09-16 | add 'brew install --force' to manpage | Adam Vandenberg | |
| 2010-09-15 | test_updater: Make fixture internally consistent | Bo Borgerson | |
| The update_git_pull_output_with_formulae_changes fixture (which consists of mocked-up `git pull` output) listed a few files as both updated and deleted. This caused the test_update_homebrew_with_formulae_changes test to fail. My guess is that this fixture was mocked-up before formula deletion handling was introduced, and became broken when it was. This revision just makes this fixture internally consistent, and allows the associated test to pass. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2010-09-14 | brew-audit - empty checksums with either type of quote | Adam Vandenberg | |
| 2010-09-13 | brew-audit - check for commented-out dependencies | Adam Vandenberg | |
| "brew audit" will now warn about commented-out dependencies. Updated formulae that had these to either take them out or rewrite the comments around them. | |||
| 2010-09-13 | Fetch new tags for git repos when cached. | Adam Vandenberg | |
| 2010-09-12 | Don't descend keg-root symlinks, just show where they point | Max Howell | |
| 2010-09-12 | Pathname./ because it looks a lot better than + | Max Howell | |
| 2010-09-09 | brew-audit - check SourceForge urls | Adam Vandenberg | |
| 2010-09-08 | brew-audit - yet another path shortcut check | Adam Vandenberg | |
| 2010-09-08 | brew-audit - check inreplace block var name | Adam Vandenberg | |
| 2010-09-08 | Fix brew-leaves | Adam Vandenberg | |
| 2010-09-08 | Document brew options | Adam Vandenberg | |
| 2010-09-07 | brew-audit - catch more interpolation style issues | Adam Vandenberg | |
| 2010-09-07 | Bump Xcode recommendation to 3.2.3 | Adam Vandenberg | |
| 2010-09-07 | ENV.rb - style tweak | Adam Vandenberg | |
| 2010-09-07 | brew-doctor - fix llvm typo | Adam Vandenberg | |
| 2010-09-07 | brew-audit: add check for git and fix warnings | Adam Vandenberg | |
| 2010-09-06 | Add ENV.ldflags and use. | Adam Vandenberg | |
| 2010-09-06 | Use 'realpath' | Adam Vandenberg | |
| 2010-09-06 | Improve :provided_by_osx rationale message | Will Robertson | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2010-09-04 | Update help options | David Höppner | |
| 2010-08-30 | Fix typo in update.rb | Ryan Pavlik | |
| Signed-off-by: David Höppner <0xffea@gmail.com> | |||
| 2010-08-29 | Blacklist vim, screen and libarchive | David Höppner | |
| 2010-08-27 | Fixed recognition of versions like 'foobar-4.50-beta' in Pathname#version | lukas | |
| Sphinx currently has a download name 'http://sphinxsearch.com/downloads/sphinx-1.10-beta.tar.gz', which homebrew currently can't correctly identify - with a small change to the regex for 'foobar-4.5.0-beta1' (make that trailing number optional) - it works like a charm. Signed-off-by: David Höppner <0xffea@gmail.com> | |||
| 2010-08-22 | Define "snow_leopard_64?" | Adam Vandenberg | |
| snow_leopard_64? (defined in Hardware) is a short-cut for: MACOS_VERSION >= 10.6 and Hardware.is_64_bit? Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2010-08-21 | Only check for Jars if lib exists. | Adam Vandenberg | |
| 2010-08-21 | Warn about jars in lib. | Adam Vandenberg | |
| Java software tends to come with its own mini file layout including bin, lib and other folders. The lib folder typically holds jars, which can conflict between packages if linked into HOMEBREW_PREFIX/lib and aren't needed to compile other .dylib based software anyway. The recommendation for Java software is to install to "libexec" and then symlink or wrap binaries from libexec/bin to bin in the Cellar. | |||
| 2010-08-21 | brew audit - Google Code homes w/o trailing slash | Adam Vandenberg | |
| Without a trailing slash, you redirect to the URL w/ a slash, so might as well have it there in the first place. | |||
| 2010-08-21 | Deal with symlinked meta files | Adam Vandenberg | |
| 2010-08-21 | Man sections only run through 8 | Adam Vandenberg | |
| 2010-08-21 | Document HOMEBREW_KEEP_INFO | Adam Vandenberg | |
| 2010-08-21 | HOMEBREW_KEEP_INFO to keep info pages | Adam Vandenberg | |
| 2010-08-21 | use f.info | Adam Vandenberg | |
| 2010-08-21 | Move cleaner to separate file | Adam Vandenberg | |
| 2010-08-21 | comment link step | Adam Vandenberg | |
| 2010-08-20 | Document 'brew man' and add links to gems. | Adam Vandenberg | |
| 2010-08-20 | Document HOMEBREW_DEBUG_PREFIX | Adam Vandenberg | |
| 2010-08-20 | Let 'interactive_shell' take a formula and set ENV vars. | Adam Vandenberg | |
| Pull duplicate code out of install --debug and install -i up into 'interactive_shell'. | |||
| 2010-08-20 | Add 'HOMEBREW_DEBUG_PREFIX' | Adam Vandenberg | |
| When doing "brew install -i", set the "HOMEBREW_DEBUG_PREFIX" variable to the prefix of the formula being installed. | |||
| 2010-08-20 | 'brew cleanup' no longer complains about single versions | Adam Vandenberg | |
| Previously "brew cleanup" would complain if the most recent version of a brew wasn't installed. We now suppress this message if only one (outdated) formula is present. | |||
| 2010-08-18 | brew doctor - look for MacGPG2 installed via the .mpkg | Adam Vandenberg | |
