aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/yaws.rb
AgeCommit message (Collapse)Author
2015-01-27yaws: add 1.99 bottle.BrewTestBot
2015-01-27yaws 1.99Baptiste Fontaine
Closes #36269. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-10-03yaws: find pam headers on Xcode-onlyMisty De Meo
Fixes #32922.
2014-09-25yaws: simplify arch flag manipulationJack Nagel
2014-08-29yaws: fix HEAD buildJack Nagel
Fixes #31960.
2014-03-08formulae: fix with/without usage.Mike McQuaid
Closes #27275. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-02-24Convert all 'def test' formulae to 'test do'Ted Pennings
Closes #26942. Closes #26946. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-11-19yaws 1.98Brett Koonce
Closes #24487. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-10-18yaws 1.97Brett Koonce
Closes #23357. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-10-06yaws 1.96 plus --HEADSusan Potter
Changes include: * Update release from 1.94 to 1.96 in yaws formula using GitHub's releases URL * Update `sha1` for new source archive * Provide `--HEAD` option for yaws formula (needed for newer Erlang versions) * Add `test` method with a basic tests for yaws formula * Revert private method extraction to address method extraction from @adamv * Use autoconf for yaws formula and specify build dependency on autoconf * Add patches for yaws formula which is necessary for Erlang R16B01 and above * Make tests valid for `--HEAD` builds even when the next version is bumped Closes #23076. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-15Use Hardware::CPU.arch(32|64)_bit in formulaeMisty De Meo
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