aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/jstalk.rb
AgeCommit message (Collapse)Author
2013-06-18jstalk: add HEADAdam Vandenberg
There are unreleased fixes for building on newer SDKs than 10.6. Closes #20543.
2013-06-18jstalk: use :macos and tarballAdam Vandenberg
2013-05-03Add frameworks helper to formulaAdam Vandenberg
2013-01-27jstalk: style nitsAdam Vandenberg
2013-01-21Use new requirement syntaxJack Nagel
2012-09-10Clean up MacOS version method usageJack Nagel
The MacOS.version? family of methods (other than "leopard?") are poorly defined and lead to confusing code. Replace them in formulae with more explicit comparisons. "MacOS.version" is a special version object that can be compared to numerics, symbols, and strings using the standard Ruby comparison methods. The old methods were moved to compat when the version comparison code was merged, and they must remain there "forever", but they should not be used in new code. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-24XCodeDependency: Things that call xcodebuildCharlie Sharpsteen
Anything that calls `xcodebuild` needs a full install of XCode.app. Two formulae ommitted from this patch: - `fuse4x_kext`: Everything that depends on the kernel extension can be compiled by the CLT. Therefore, this formula is bottled and XCode is only needed to produce the bottles. - `graphviz`: XCode is only used to create GraphViz.app which is not used by any of the things which depend on `graphviz`. Creating the app should be made into an option.
2012-04-29jstalk: fix audit warningJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-10Use new Requirements in formulaeAdam Vandenberg
2011-09-10With xcodebuild don't set CC, CXX, etc.Max Howell
The compiler setting in the xcodeproj is overridden by the CC setting in the environment. This is a bit insane IMO since the xcodeproj itself has detailed decisions about what tools to use. Fixes #6406.
2011-05-26Use https for github repos.Adam Vandenberg
2011-04-09Normalize use of MACOS_VERSIONAdam Vandenberg
2011-03-21JSTalk 1.0.1Christian Eager
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-11-23Revert "New formula: JSTalk", added accidentally.Mike McQuaid
This reverts commit a5b9fab92855dab2d4b21575fda434a111d9890c.
2010-11-22New formula: JSTalkChristian Eager
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>