aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/tree.rb
AgeCommit message (Collapse)Author
2012-02-09tree: avoid inreplaceJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-07-20tree 1.6.0Jack Nagel
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-26tree: update download urlAdam Vandenberg
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-08-10Update formulae to use ENV.cflagsAdam Vandenberg
2010-08-07Update formulae for version 0.7Adam Vandenberg
* Use new "url" features * Use keg_only DSL * Use "skip_clean :all" DSL * Whitespace and style cleanups * Make bash invocations less silly * Use new man2-man8 helpers * Remove "FileUtils." since it is included in Formula * Use real names for deps instead of aliases * ENV.x11 now updates path, so remove that from individual brews
2010-05-05Update tree to 1.5.3Cody Soyland
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2009-10-15s/require 'brewkit'/require 'formula'/gMax Howell
brewkit.rb changes ENV destructively, so lets not do that everytime a formula is required. Now it's possible for other tools to require a formula description without worrying about side-effects.
2009-09-21ENV.cc; returns the compiler we useMax Howell
2009-09-21Don't hardcode 'gcc' in manual formulas.Adam Vandenberg
2009-08-31Tree formulaBrett Porter
Tree is a recursive directory listing program that produces a depth indented listing of files, which is colorized ala dircolors if the LS_COLORS environment variable is set and output is to tty.