Commit Graph

5 Commits (02c87c2d10409b1c372684c417772999dcc31fdb)

Author SHA1 Message Date
Mike McQuaid 88779ade49 Batch convert MD5 formula to SHA1.
Closes Homebrew/homebrew#14653.
2012-09-03 11:36:42 -07:00
Jack Nagel d1a2bb3c32 Use Homebrew's pcre where appropriate
We provide a pcre formula as OS X does not provide libpcre headers.
However, it does provide the library itself and so occasionally things
will use Homebrew's pcre headers and link against the system library.
This should be avoided to prevent incompatibilities, so explicitly tell
the build system where to look for the library where necessary.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-24 16:51:33 -06:00
Adam Vandenberg 4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
Florian Sowade a3f48460bf Use Homebrew CFLAGS in ohcount formula
ohcount sefaults with optimisation enabled, so
I set it to -O0 manually.
2009-12-06 15:35:23 +00:00
Florian Sowade b0636b5edd Formula for ohcount
Ohcount is the source code line counter that
powers Ohloh. Ohcount supports over 70 popular
programming languages, and has been used to count
over 6 billion lines of code by 300,000
developers!
2009-12-06 15:35:23 +00:00