aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2009-07-10Make scripts executable by defaultMax Howell
Though maybe we should only do that if they were before?
2009-06-28Use ~/Library/Caches not ~/Library/Application Support for http-cacheMax Howell
2009-06-28Discuss CPAN, RubyGems and EasyInstallMax Howell
2009-06-26Leave permissions of installed files in sensible stateMax Howell
No write permission for files, executable when required etc.
2009-06-26brew mk, @homepage in front of @md5 as this is order you typeMax Howell
2009-06-26bew install --interactive now worksMax Howell
Also mkpath only in normal install route, thus we don't "create" a keg when exiting --interactive
2009-06-26brew edit and brew macports commmandsMax Howell
2009-06-26Fix list for empty kegsMax Howell
2009-06-26No more "cwd doesn't exist" messagesMax Howell
2009-06-26More instructions for brew mk processMax Howell
2009-06-20Downcase name when creating new formulae with brew mkMax Howell
2009-06-18Tidied things up a little in light of recent changesMax Howell
2009-06-18brew install foo --helpMax Howell
Shows the result of ./configure --help
2009-06-18Improved documentationMax Howell
2009-06-18foobar-1.2.1rc1 version patternMax Howell
2009-06-18Display usage for unknown parameters etc. againMax Howell
For some reason, this had disappeared.
2009-06-18Announce caveats when brew info is calledMax Howell
2009-06-18brew info url shows calls extract versionMax Howell
This is so I can test the version detection logic before doing brew mk. It's a debug feature basically.
2009-06-18brew uninstall aliasMax Howell
2009-06-18mv share/doc/name-version to share/doc/nameMax Howell
Versioned docs don't make sense with our installation pattern
2009-06-18Unrar formulaMax Howell
Very optimised, inspired by KDE's --enable-final
2009-06-15pretty_duration functionMax Howell
2009-06-15Capture stdout during test_prefixMax Howell
2009-06-15Rename mv_from to installMax Howell
2009-06-15Test for astyle versioningMax Howell
2009-06-13brew info provides installation statusMax Howell
2009-06-08With brew mk, open with mate if availableMax Howell
2009-06-08--interactive mode during installMax Howell
Starts a bash prompt in the uncompressed build directory
2009-06-08brew list only lists files not directoriesMax Howell
2009-06-08Formula.man1 function is useful to usMax Howell
2009-06-08Pathname.mv_from is useful to usMax Howell
2009-06-08Another version testMax Howell
2009-06-08Allow brew abv without argumentsMax Howell
2009-06-08clean deep into lib and bin dirsMax Howell
2009-06-08Handle exceptions during install correctlyMax Howell
rm -rf the prefix and build dirs when appropriate.
2009-06-08Better version extraction and more flexible funcsMax Howell
2009-06-05Refactor class heirarchyMax Howell
2009-06-05brew mk commandMax Howell
2009-06-05Catch all exceptions in brewMax Howell
And thus recover from errors always, not just sometimes.
2009-06-05Never cp .app bundles into FHS treeMax Howell
2009-06-05Move caveat handling to brew toolMax Howell
2009-06-05Special case share/aclocalMax Howell
2009-06-05Fix GithubGistFormulaMax Howell
2009-06-05Handle -- args properlyMax Howell
2009-06-05More installation informationMax Howell
2009-06-05Allow abv [formula]Max Howell
2009-06-05Updated usage()Max Howell
2009-06-05Support multiple formulae for certain commandsMax Howell
2009-06-05Bump VERSION to 0.20.2Max Howell
2009-06-04Correct --prefix behaviourMax Howell