aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/camlp5.rb
AgeCommit message (Collapse)Author
2014-10-28camlp5: update 6.12_2 bottle.BrewTestBot
2014-10-28camlp5: bump revision to force bottle to be rebuilt with new ocaml/camlp4Anil Madhavapeddy
2014-10-22camlp5: update 6.12 bottle.BrewTestBot
2014-09-27camlp5: add 6.12 bottle.BrewTestBot
2014-09-27camlp5 6.12Brett Koonce
2014-05-25camlp5: update homepageAdam Vandenberg
2013-08-18camlp5 6.11Brett Koonce
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-07-16camlp5 6.10Brett Koonce
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-05-27camlp5: fix audit warningJack Nagel
2013-05-24camlp5 6.09Brett Koonce
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-03-30camlp5 6.08Brett Koonce
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-10-20camlp5 6.07-1sugimoto
Closes #15562. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-09Fix option usageAdam Vandenberg
2012-08-08Camlp5: use options dslAdam Vandenberg
2012-08-06camlp5 6.06Brett Koonce
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-15Shore up a number of shell quoting issuesJack Nagel
When interpolating in strings passed to Formula#system, it should be done in such a way that if any interpolated variables contain spaces, they are either (a) passed as part of a list or (b) protected by quotes if they are part of a long string (which is subject to shell expansion). Otherwise, they will be split on the space when expanded by the shell and passed as multiple arguments to whatever process is being executed. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-09Avoid hard-coding 'make -j1'Jack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-10-12added option for (by default) transitional (ie. permissive) compilation of ↵François Garillot
camlp5 Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-09-06Created a new formula for camlp5.Cory
Signed-off-by: Adam Vandenberg <flangy@gmail.com>