aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/formula.rb
AgeCommit message (Expand)Author
2011-03-12Complain if a formula in core won't import.Adam Vandenberg
2011-03-12Use + instead of /.Adam Vandenberg
2011-03-12Formula.resolve_alias to compatability.rbMax Howell
2011-03-12Refactor the brew command into one file per commandMax Howell
2010-12-22Fix GithubGistFormula.Adam Vandenberg
2010-11-04Fix installing from local abs. paths.Adam Vandenberg
2010-11-03Quash warning.Adam Vandenberg
2010-10-30fix warnings: ambiguous splatJamie Macey
2010-10-30Allow installation from URLsAdam Vandenberg
2010-10-26Prefer HEAD version if its installedJoshua Peek
2010-10-12Allow :build dependencies.Adam Vandenberg
2010-09-29improve std_cmake_parameters commentsAdam Vandenberg
2010-09-29Move resolve_alias from ARGV to FormulaAdam Vandenberg
2010-09-29Add formula name to LLVM warningAdam Vandenberg
2010-09-29Don't allow unsupported dep typesAdam Vandenberg
2010-08-20Let 'interactive_shell' take a formula and set ENV vars.Adam Vandenberg
2010-08-16Use 1.9 compat syntax. Fixes Homebrew/homebrew#2192Adam Vandenberg
2010-08-09fails_with_llvm will switch to GCC 4.2 by defaultAdam Vandenberg
2010-08-09Fix skip_clean :all to actually skip clean stepChris Hoffman
2010-08-08Getting rid of pesky 'warning: parenthesize argument(s) for future version'Brent Fitzgerald
2010-08-07Add 'skip_clean :all' to the DSL.Adam Vandenberg
2010-08-07Add keg-only to DSLAdam Vandenberg
2010-08-07added man subdirectories man2-man8Sam X Nguyen
2010-08-07Sort and line up path helpersAdam Vandenberg
2010-08-07Deprecate using symbols to define depsAdam Vandenberg
2010-08-07"url" now has same features as "head"Adam Vandenberg
2010-08-07Add 'aka' removal notice.Adam Vandenberg
2010-08-07Skip broken formulaeAdam Vandenberg
2010-08-07New Aliasing system is plenty less code :)Max Howell
2010-07-18Use build_head here too.Adam Vandenberg
2010-07-03Allow user to override temp folder with HOMEBREW_TEMPAdam Vandenberg
2010-06-18Note how to redownload tarballs on failed checksum.Adam Vandenberg
2010-06-16Add "fails_with_llvm" to formula to document LLVM build breaks.Adam Vandenberg
2010-06-15External: 'brew fetch' downloads tarballs to cache.Adam Vandenberg
2010-06-15Set HOMEBREW_DEBUG_INSTALL when in a shell during install -d|-iAdam Vandenberg
2010-06-10Failures during ./configure should mention config.log.Adam Vandenberg
2010-06-01Split patching message into downloading and patchingAdam Vandenberg
2010-05-05Let GitDownloadStrategy report its cache location.Adam Vandenberg
2010-05-02Tweak formatting in previous commit.Adam Vandenberg
2010-05-02Show digest mismatch in verify_download_integrityYarrow
2010-04-17Read all formula in a 'rescue' block.Adam Vandenberg
2010-04-10Only respect :using specs when downloading HEAD.Martin Kühl
2010-04-09Support jruby external dependencies.Adam Vandenberg
2010-04-06Only check @specs for :using if @specs exists. Fixes Homebrew/homebrew#1127.Adam Vandenberg
2010-04-06Allow :using on head to specify a download strategy.Adam Vandenberg
2010-04-06Remove silly concatenation.Adam Vandenberg
2010-03-30More hashing refactoring to work with byte chunksJake Good
2010-03-23More effective use of incremental MD5 to eliminate loading entire tarball int...Jake Good
2010-03-22Add md5 on 'brew create' if we can figure it out.Adam Vandenberg
2010-03-01Move license block to separate LICENSE file.Adam Vandenberg