Commit Graph

8 Commits (52269258db681c72f07b8abf237018a03bd1a965)

Author SHA1 Message Date
Adam Vandenberg 4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
Adam Vandenberg 7bd947eb0b Update formulae for version 0.7
* 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-08-07 18:08:53 -07:00
Nick Veys 55ea337f13 Adding md5sha1sum dependency for sloccount, Homebrew/homebrew#2021
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-29 22:10:04 -07:00
Adam Vandenberg 83fc35a5bf Updated sloccount
* Replaced most of the patch with commands in def install
2010-05-13 18:15:52 -07:00
Will Boyce 363bc3b175 patched sloccount with support for Erlang
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-05-13 18:06:26 -07:00
Max Howell 61b2307139 s/require 'brewkit'/require 'formula'/g
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-10-15 16:48:03 +01:00
Ben Alpert 081d48f128 Shorten patch for SLOCCount 2009-10-01 16:32:03 -06:00
Brian Smyth 4970b3eeaf SLOCCount formula.
SLOCCount is a set of tools for counting physical Source Lines of Code
(SLOC) in a large number of languages of a potentially large set of
programs.
2009-09-30 18:55:44 +01:00