aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/yaws.rb
AgeCommit message (Collapse)Author
2013-06-08yaws: create default directoriesAdam Vandenberg
These directories are expected to exist. Closes #13379.
2012-08-09Yaws 1.94Adam Vandenberg
Make yapps the default, like MacPorts, since the caveats suggest you'll usually want them anyway.
2012-02-24Use "cd" instead of "Dir.chdir"Adam Vandenberg
* And "mkdir" isntead of "Dir.mkdir" * And "Dir[]" instead of "Dir.glob" * Also style fixes and nitpicks
2012-01-02Update yaws to 1.92.Hiroaki Nakamura
Also add a 32-bit only option. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-07-20YAWS 1.90KKovacs
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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-04-30Add yaws formulaAlexander Flatter
Signed-off-by: Adam Vandenberg <flangy@gmail.com> * Update to 1.88