aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/v8cgi.rb
AgeCommit message (Collapse)Author
2012-03-13v8cgi: use a stable tarballJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-16v8cgi: Fix logic error with parenthesesNibbles 2bits
v8cgi add parentheses around an implied if, so args get its value. Closes #8126. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-15Use ENV.make_jobs in formulaeJack Nagel
Some formulae are still calling Hardware.processor_count; replace those instances with ENV.make_jobs. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-04-01v8cgi - spacingAdam Vandenberg
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-10-28Added experimental v8cgi Forumula.Rowan Lewis
Signed-off-by: Adam Vandenberg <flangy@gmail.com>