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 24, 2009
-
-
Max Howell authored
Fix git download strategy
-
Max Howell authored
-
Max Howell authored
-
Max Howell authored
A formula can have just a @head url or the user can specify to install HEAD with --head. We support subversion and git checkouts. The version is set to HEAD for head builds. Next step is making brew update handle these installs correctly.
-
Adam Vandenberg authored
-
Max Howell authored
-
Max Howell authored
-
Max Howell authored
-
Max Howell authored
-
Max Howell authored
-
Max Howell authored
-
Max Howell authored
Return nil instead
-
Max Howell authored
We'd gotten to the stage where Formula was so lean, it was pointless to separate it.
-
Max Howell authored
Untested
-
Adam Vandenberg authored
Adds a new DownloadStrategy that checks files out from Subversion to the cache, then exports over to the temp folder for the build. To use checkout with the svn:// protocol or reimplement download_strategy and return SubversionDownloadStrategy.
-
Adam Vandenberg authored
This patch adds a ArchiveDownloadStrategy that handles downloading tarbarlls and decompressing them into the staging area ready for brewing. Refactored safe_system and curl into utils.rb Signed-off-by:
Max Howell <max@methylblue.com> Modifications to Adam's original patch: I reverted objectification of checksum verification because I couldn't think of any other download validation methods that might be useful to us in the future, so allowing such flexibility had no advantages. If we ever need this to be OO we can add it. But for now less complexity is preferable. I removed the @svnurl class member. Instead download_strategy is autodetected by examining the url. The user can override the download_strategy in case this fails. Thus we already can easily add support for clones of git repositories.
-
- Aug 22, 2009
-
-
Max Howell authored
-
- Aug 21, 2009
-
-
Adam Vandenberg authored
-
- Aug 12, 2009
-
-
Adeel Ahmad Khan authored
Signed-off-by:
Max Howell <max@methylblue.com>
-
Max Howell authored
Automagically determines prefix to install to for DIY installations. README amended.
-
Max Howell authored
Because directories don't have extensions. Included test
-
Max Howell authored
-
Adam Vandenberg authored
Signed-off-by:
Max Howell <max@methylblue.com>
-
Max Howell authored
I agree with Adam, this makes sense.
-
Max Howell authored
The default is p0, but if you return a Hash instead of an array from patches you can specify patch level. See the comment documentation. Closes Homebrew/homebrew#10
-
- Aug 11, 2009
-
-
Max Howell authored
Closes Homebrew/homebrew#13
-
Max Howell authored
-
Max Howell authored
Strange that they did often enough for my tests to work.
-
Max Howell authored
It was raising an exception, which stopped prune in its tracks when something was installed root, eg. Fuse.
-
Max Howell authored
-
Max Howell authored
-
Max Howell authored
-
Max Howell authored
-
Max Howell authored
-
Max Howell authored
-
Max Howell authored
Speeds up Python formula plenty in clean phase
-
Max Howell authored
-
Max Howell authored
libpng and that are in the X11 formula
-
Max Howell authored
-
Max Howell authored
eg. http://github.com/lloyd/yajl/tarball/1.0.5
-