| Age | Commit message (Collapse) | Author |
|
The classes better reflect their contents. I'm sure this change may be
contentious, but I am a sucker for trying to create source bases that are easy
to get to grips with and easy to navigate.
brewkit.rb is now a deprecated file.
|
|
|
|
|
|
Very quick way to find files not installed by homebrew.
Taken from a command by mxcl on the homebrew wiki.
.DS_Store files and bin/brew are ignored.
|
|
Axel tries to accelerate downloads by using multiple connections (possibly to
multiple servers) for one download. Because of its size, it might be very
useful on bootdisks or other small systems as a wget replacement.
|
|
Shows the git-log for that formula.
|
|
I used the same option flag as ruby gems does.
|
|
Conflicts:
Library/Formula/imagemagick.rb
Library/Formula/taglib.rb
Library/Homebrew/brew.h.rb
Library/Homebrew/formula.rb
bin/brew
|
|
which isn't otherwise mentioned
|
|
|
|
See comments in commit for details.
|
|
This is because I have observed two people confuse make with the "make" tool
and thus assume `brew make' is `brew install'.
`brew make' will be deprecated at 0.7, until then it shows a warning.
|
|
I patched the patch wrongly.
|
|
Example usage:
brew search w # formulae containing w
brew search ^w # formulae starting with w
No parameters lists all packages.
Also adds puts_columns to util, and uses it for output.
Signed Off By: Max Howell <max@methylblue.com>
I changed the command from 'available' to search because this is more similar
to how other tools call this function.
The short form is -S, which is the "pacman" tool equivalent.
|
|
Means unshift doesn't work, but well, that's almost a feature :P
|
|
|
|
I confirmed this change with all relevant contributors first.
|
|
|
|
Strange that they did often enough for my tests to work.
|
|
|
|
Includes test
|
|
Extensions to ARGV that are convenient or improve our robustness
|