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 .
- Aug 10, 2010
-
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
- Aug 09, 2010
-
-
Chris Hoffman authored
Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
Brent Fitzgerald authored
Fixes Homebrew/homebrew#2089 Signed-off-by:
Adam Vandenberg <flangy@gmail.com> (This is needed for 10.5 support.)
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
- Aug 08, 2010
-
-
Brent Fitzgerald authored
Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
Adam Vandenberg authored
-
lukas authored
Fixes Homebrew/homebrew#1980 Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
Adam Vandenberg authored
-
Adam Vandenberg authored
Treat the "lib/node" folder like Python, Perl, etc. Create it as a real folder in HOMEBREW_PREFIX, so that package managers (npm) have a stable place to drop libs.
-
Adam Vandenberg authored
Changes in this version include: * Aliases are now defined by relative symlinks rather than in the formulae themselves. Many commands are faster now that they don't have to read every formula to find aliases. * "url" now supports the same features as "head", including ":using" and version specifiers for VCS systems. * Files and methods marked for deprecation in 0.7 have been removed. * The Formula DSL now supports "skip_clean :all" and "keg_only 'reason'"
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
Adam Vandenberg authored
* Add external command completion * Add alias completion
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
Sam X Nguyen authored
Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
Adam Vandenberg authored
Specifically, it can accept all the VCS tag specs that head could, making it more useful for defining stable versions that come from VCS instead of tarballs. A new "SoftwareSpecification" class was added to implement this. This new class holds a "spec" for downloading a software package. It combines the url (or head url) with the "specs" [1] that head has been able to take. This allows both the stable (url) and unstable (head) specification for a software package to co-exist without stomping on each others "specs". [1] "specs" contain instructions on which branch/tag/revision/etc. to use from the source repository URL.
-
Alexander Kahn authored
-
Adam Vandenberg authored
optparse adds an "options" method to ARGV, and so does Homebrew. Rename this method (and remove optparse blocking script) so that Homebrew plays nicer with external Ruby software. This fixes the issue where "gem install thin" would break "brew server", for instance.
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
Max Howell authored
Also don't show any aliases if you just type `brew search` as there is so little context, it just looks messy.
-
Max Howell authored
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-