aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Contributions
AgeCommit message (Collapse)Author
2011-10-08Add `upgrade` to the zsh completion scriptBertrand Marron
Closes Homebrew/homebrew#7923. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-04Add FileVault use case to manual.Adam Vandenberg
2011-09-30Fix gem install help for brew-serverAdam Vandenberg
Sinatra gem must be installed for the system ruby.
2011-09-30List all local installed packages in brew serverat@an-ti.eu
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-26missing should not error if Cellar does not existAdam Vandenberg
2011-09-23manpage: Remove `missing`, `server` and `which`Charlie Sharpsteen
These are external commands---documentation has been moved to the wiki.
2011-09-19manpage: boldface --rebase optionJack Nagel
This is consistent with how other options are displayed. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-20Allow `brew update --rebase`Max Howell
2011-09-19Remove `brew-man` documentationJack Nagel
It was extraneous, and useful only for maintainers and contributors. It is currently documented on the External Commands page of the wiki. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-19Improve external command documentationJack Nagel
In addition to a brief overview of what external commands are, add a link to the wiki page where the real documentation resides. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-19mirror support: External command for mirror testsCharlie Sharpsteen
`brew mirror-check <formula...>` will process a list of Formulae and check their mirrors to see if they are reachable and the MD5 sums are valid.
2011-09-18brew-missing: use name accessor on Formula objectsJack Nagel
Commit 00cd16f changed oudated_brews to return a list of Formula objects rather than a list of lists containing formula information. Now we must access the formula name by using the 'name' accessor rather than an array index. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-12brew-unpack: Apply patches and use formula optionsCharlie Sharpsteen
`brew-unpack` now runs `Formula.brew` and copies the stage directory to the unpack location. This provides two improvements: - Patches may be applied. The `patch` metho of the Formula class is overloaded such that patches are only applied if the `--patch` option is passed to `brew unpack`. - Formula can respond better to flags passed by `ARGV`. Some trickery is pulled to ensure `DATA` is correctly set for each unpacked formula.
2011-09-12brew-options: add --installed flagJack Nagel
`brew options --installed` will print options for formulae that are already installed. Closes Homebrew/homebrew#7565. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-08Man page: clarify `list` commandJack Nagel
Document the '--versions' option for `brew list`. The two forms of the `list` command as previously documented clearly do different things, but after documenting '--versions', their functions do overlap a bit, so we combine them and clarify the different invocations. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-08Man page fixesJack Nagel
- Remove unnecessary linefeeds above "ENVIRONMENT" - Use the word "example" rather than "sample" to be more consistent throughout the documentation Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-08Fix default cache dir in man pageFilipe David Manana
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-01Add the upgrade command to the man pageJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-01Document `brew outdated --quiet`Jack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-29Fix alpha-order mistake in brew bash-completionJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-28Add `upgrade` to the bash-completion scriptJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-26brew-pull: Allow pull request numbers as argumentsCharlie Sharpsteen
If an integer is passed to `brew-pull`, such as `brew pull 6600`, it will be interpreted as a pull request number. This has the same effect as the more verbose command line: brew pull https://github.com/mxcl/homebrew/pull/6600
2011-08-25Document HOMEBREW_BUILD_FROM_SOURCEJack Nagel
Additionally, add '--build-from-source' to the bash-completion script.
2011-08-24Add `versions` command to the man pageJack Nagel
Additionally, document the '--build-from-source' option for the `install` command.
2011-08-25Output bottles to CWDMax Howell
Rationale: more typical.
2011-08-24ENV: allow a user-configurable number of make jobsJack Nagel
Let an environment variable, HOMEBREW_MAKE_JOBS, override the default '-j<cores>' make flag. Now we can more easily debug formula that normally build in parallel, or (potentially) speed up lengthy builds.
2011-08-24`brew upgrade`Max Howell
Consequence: you can no longer install when something is already installed, you must upgrade it. This doesn't apply if the formula in question was unlinked. You can still --force installs though. Rationale: the old way of installing over the top would leave symlinks to multiple versions in /usr/local if the old version had a file the newer version didn't. The new upgrade command handles everything properly.
2011-08-17Contribution: Tweak bash completion for installCharlie Sharpsteen
Selection of generic installation options, such as `--HEAD`, is now lumped together with selection of formulae-specific options. This allows any installation option to be tab-completed *before or after* the formula name is specified. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-02Added new command "versions"Sebastian Staudt
2011-07-29linkapps: also search for bin/*.appCharlieRoot
Qt and PhantomJS install apps to this folder, so find those apps too. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-07-29Commands should not have side-effectsMax Howell
Don't install when bottling. Homebrew should bottle whatever is installed. If nothing is installed, error out.
2011-07-21brew pull --install should build from source.Mike McQuaid
2011-06-22Print SHA1 after bottling.Mike McQuaid
2011-06-19brew-which: also check sbin and lib foldersAdam Vandenberg
2011-06-19Add `brew which` to man pageAdam Vandenberg
2011-06-19which: allow <formulae> argsAdam Vandenberg
Also clean-up this external command in preparation for becoming a built-in command. Make which_versions available in Homebrew module so that it can be used by other commands in the future.
2011-06-16Add --use-clang to completion script.Adam Vandenberg
2011-06-16Add clang options to man page.Adam Vandenberg
2011-06-15deps: document -n switchAdam Vandenberg
2011-06-07Document HOMEBREW_CACHEAdam Vandenberg
2011-06-05update brew link documentation to remove confusing passageAdam Vandenberg
2011-06-05Also link apps found in libexecAdam Vandenberg
2011-06-01brew-linkapps: Support --HEAD buildschrisg
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-05-31Alpahabetize commands on man pageAdam Vandenberg
2011-05-30Add 'essential commands' section to man page.Adam Vandenberg
2011-05-27Document audit return codeAdam Vandenberg
2011-05-19Add new external command: unpackCharlie Sharpsteen
`brew-unpack` is inspired by the `unpack` command of Haskell's Cabal. `brew unpack <formulae ...>` will fetch the source code archives of one or more formula and extract them into subfolders of the current working directory. An alternate root directory may be specified by invoking the `--destdir` flag. This provides some nice advantages for inspecting source code compared to `brew install -i -f <formula>`: - The extracted source code won't be deleted when the Ruby process terminates---which allows for long-term experimentation. - The user has control over which directory the code is extracted into. - No install process is initiated, so accidentally typing the equivalent of `exit 0` will not cause `brew` to mess with an existing installation. - Several formulae may be unpacked at once. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-05-14Add remove back to completionAdam Vandenberg
2011-05-05Add the '--use-gcc' flag to the brew man pageJack Nagel
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-05-05manpage - fix typoAdam Vandenberg