aboutsummaryrefslogtreecommitdiffstats
path: root/share
AgeCommit message (Collapse)Author
2014-11-30Update doc/cookbook: use $HOMEBREW_PREFIXJakukyo Friel
Use $HOMEBREW_PREFIX instead of `/usr/local` when talking about formula file path. Closes #34568. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-11-26docs: Python for formula authorsTim D. Smith
Closes #34228.
2014-11-21Tweak phrasingJack Nagel
2014-11-21Updated `outdated` docs to include `--verbose` optionChris
Update man page to reflect change per issue #27813 (commit 9362781). Closes #34317. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-11-18Documentation UpdatesDominyk Tiller
Mike probably wants to cast an eye over all of this, but in summary: In the Example Formula: * Updates with a revision example. * Updates with a mirror mirror (Whoa meta). * Replaces the bottles with more modern examples. * Adds the Yosemite binary dependency options. * Improves the plist documentation In the Bottles doc: * Modernises the expected bottle readout. * Adds double quotes. In the FAQ: * Updates the bottle language to reflect Yosemite’s arrival and the Bot’s new minimum OS bottle generation. In the Formula-Cookbook: * Adds a mega block on the OpenSSL situation in Homebrew, complete with examples and explanation. * Changes the X11 dependency example to optional to reflect Jack’s recently-expressed pattern in other formulae. * Explains why and how formulae are sometimes revisioned, and the mechanism behind that. * Updates the Ldapvi `otool` readout to reflect the new usage of OpenSSL. Setting a good example and all that. * Updates the Python language to match Tim’s new Python handling. * Updates the naming block to explain how Homebrew handles name conflicts, complete with examples. * Updates (a tiny bit) the sandbox creation in /tmp to reflect the current style. * Updates the chmod to move away from +x towards 0555 instead. * Labels the `enable-ham` option depreciated rather than old. Slightly firmer. * Updates the bottle block instructions to reflect Homebrew’s audit mechanism not crying about it locally. Closes #34275. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-11-16Remove more references to removed external commandsJack Nagel
2014-11-13Formula Cookbook: fix make install separation.Mike McQuaid
2014-11-12Documentation FixesDominyk Tiller
The bigger, uglier brother of #34090. Closes #34106. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-11-05Fix broken link in Acceptable FormulaeKenneth Pullen
The link to the Homebrew dupes repo was broken because of a typo. Closes #33931. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-11-01Homebrew-and-Python: explain about Python bottles.Mike McQuaid
2014-10-31Note that PRs will not show up as merged.Mike McQuaid
2014-10-29Update recommended Xcode for 10.9Jack Nagel
2014-10-28Removed extraneous backtick in FAQVítor Galvão
It was causing a command to not display correctly. Closes #33686. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-10-26Acceptable Formulae: his/her -> their.Mike McQuaid
2014-10-26Update Homebrew's authors.Mike McQuaid
2014-10-26Tweak core contributor brew-test-bot docs.Mike McQuaid
2014-10-26Import docs from wiki.Mike McQuaid
Closes #33211.
2014-09-18Implement `brew test --debug`Jack Nagel
2014-07-24brew.1: reference GCC 4.9.Mike McQuaid
2014-06-18Undocument `brew versions`Jack Nagel
2014-06-03regenerate manualAdam Vandenberg
2014-05-26Undocument search features that no longer existJack Nagel
Due to the fragility of the code, this functionality was removed in recent refactorings of the tap code. It is possible to restore these features, but it needs to be done in a cleaner, more maintainable way. Closes #29585.
2014-05-18always use a top-level array for info JSONAdam Vandenberg
Closes #29318.
2014-05-17Move brew-unpack to coreJack Nagel
2014-05-16more explicit documentation for brew info --json=v1Adam Vandenberg
2014-05-16add --installed to json infoAdam Vandenberg
Closes #29315.
2014-05-06Add `brew deps --union` to man pageJack Nagel
2014-04-30--config -> configAdam Vandenberg
2014-04-27brew list --versions --multipleAdam Vandenberg
With --multiple, only list formulae with multiple versions installed.
2014-04-07Document behavior of `deps` and `uses` when given multiple argumentsJack Nagel
2014-03-15Modernize `brew diy`Jack Nagel
2014-03-10Add missing backtick to man pageJack Nagel
2014-03-08Remove "--fresh" option from installerJack Nagel
Turns out that this doesn't really work at all. `brew install` _never_ reuses options in the first place, and using this option with `brew upgrade` results in some nasty corner cases in passing options to dependencies.
2014-03-08remove brew info --allAdam Vandenberg
Closes #27322.
2014-03-04document fetch --force-bottleAdam Vandenberg
2014-03-02Document `brew info --json`Jack Nagel
Closes #26811.
2014-02-28Remove "brew info <URL>"Jack Nagel
Closes #27076.
2014-02-23remove HOMEBREW_KEEP_INFO from man pageAdam Vandenberg
2014-01-11man: add reinstall command.Mike McQuaid
2014-01-11man: use <br> instead of whitespace for linebreak.Mike McQuaid
2013-12-19install: add --only-dependencies optionSteven Peters
The traditional approach to installing the dependencies of a formula is the following: brew install `brew deps formula` This approach ignores any options that are specified in the parent formula. This pull request adds a --only-dependencies option to brew install that installs the dependencies of a formula with optional flags, but returns before installing the parent formula. Closes #25272. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-12-14Update docs, comment mxcl/homebrew refs.Mike McQuaid
2013-11-18Fix incorrect reference to prefix in manpageJack Nagel
Closes #24420.
2013-11-16Move brew-leaves into coreJack Nagel
Closes #24371.
2013-11-15Add HOMEBREW_INSTALL_BADGE environment variableAlexis Hildebrandt
with which the beer emoji displayed upon successful build can be changed. Closes #23194. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-11-10document --devel|--HEAD for usesAdam Vandenberg
2013-11-03Undocument --use-gcc and friendsJack Nagel
These options are deprecated in favor of --cc=<compiler>, so there is no need to continue advertising their existence.
2013-10-29add unlink apps to manpage and completionAdam Vandenberg
2013-10-25Add HOMEBREW_NO_GITHUB_API env var.David MacMahon
This patch allows users to "opt out" of using the GitHub API altogether by setting the HOMEBREW_NO_GITHUB_API environment variable. The value of the environment variable does not matter (it can even be empty!). For Bash/ZSH: export HOMEBREW_NO_GITHUB_API=1 Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-09-24add S3DownloadStrategyRaymie Stata
downloads tarballs from public and private S3 buckets Closes #22779. Signed-off-by: Adam Vandenberg <flangy@gmail.com>