This project is mirrored from https://github.com/Homebrew/brew.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Jun 04, 2011
-
-
Mislav Marohnić authored
Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
- Jun 03, 2011
-
-
Adam Vandenberg authored
-
- Jun 01, 2011
-
-
chrisg authored
Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
- May 31, 2011
-
-
Adam Vandenberg authored
-
Samuel Cochran authored
Bundling explanation of X11 and libxslt is a bit odd and confusing, bundle libxml2 and libxslt instead extracted from X11 and /usr/lib requirements. Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
- May 28, 2011
-
-
Adam Vandenberg authored
-
Jack Nagel authored
Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
- May 27, 2011
-
-
Adam Vandenberg authored
-
- May 26, 2011
-
-
Charlie Sharpsteen authored
`ENV.Og` clears all optimization flags and adds `-g -O0`. Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
- May 19, 2011
-
-
Charlie Sharpsteen authored
`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>
-
Adam Vandenberg authored
-
Mike McQuaid authored
-
- May 15, 2011
-
-
Adam Vandenberg authored
-
- May 12, 2011
-
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
- May 10, 2011
-
-
Adam Vandenberg authored
-
- May 08, 2011
-
-
Jack Nagel authored
Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
- May 06, 2011
-
-
Jack Nagel authored
Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
Adam Vandenberg authored
-
Adam Vandenberg authored
CMake will pick up static libs in /usr/local.
-
- May 05, 2011
-
-
Adam Vandenberg authored
-
Jack Nagel authored
Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
- May 01, 2011
-
-
Humza authored
Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
- Apr 30, 2011
-
-
Adam Vandenberg authored
-
- Apr 27, 2011
-
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
- Apr 26, 2011
-
-
Adam Vandenberg authored
-
- Apr 24, 2011
-
-
Adam Vandenberg authored
-
- Apr 23, 2011
-
-
Adam Vandenberg authored
-
- Apr 19, 2011
-
-
Sebastian Staudt authored
The git command now uses --git-dir instead of --work-tree. Using --work-tree won't work if you are inside another Git repository. Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
- Apr 15, 2011
-
-
Birger J. Nordølum authored
Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
Adam Vandenberg authored
`brew fetch --deps` will also cache the dependencies of any listed formulae.
-
- Apr 14, 2011
-
-
Adam Vandenberg authored
If a formula is given, it will be checked for missing deps. The formula does not have to be installed first. Without a formula list, still checks all installed brews.
-
Adam Vandenberg authored
-n means 'natural order' instead of alpha-order, and will show the order in which the deps will be installed.
-