aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libyaml.rb
AgeCommit message (Collapse)Author
2011-09-12Append missing trailing newlinesJack Nagel
A few formulae are missing trailing newlines. Let's be POSIXly correct about trailing newlines, which are part of the definition of a "line" and hence a "file". Even "diff" has it's own special handling for files without trailing newlines. Perhaps an audit check is in order. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-13libyaml: support universal buildsWilliam Woodall
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-07-16libyaml 0.1.4Aaron Patterson
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
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-29libyaml formulaAlexander Solovyov
LibYAML is a YAML 1.1 parser and emitter written in C.