aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/node.rb
AgeCommit message (Collapse)Author
2013-03-28node 0.10.2Chandler Latour
Closes #18803. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-03-21node 0.10.1Chongyu Zhu
Closes #18644. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-03-12node: formattingAdam Vandenberg
2013-03-11node 0.10.0Eduard Baun
Closes #18402. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-03-07node 0.8.22, devel 0.9.12Chongyu Zhu
Closes #18321. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-03-02node devel 0.9.11Evan Oxfeld
Closes #18179. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-02-26node 0.8.21Chongyu Zhu
Closes #18095. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-02-23node: add with-shared-libs optionStefan
Closes #17900. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-02-20node --devel 0.9.10Evan Oxfeld
Closes #17972. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-02-19node: fix NpmNotInstalled requirementMisty De Meo
With some older versions of node, apparently the npm directory itself is not a symlink into the node keg but the npm binary is. Fixes #17668.
2013-02-18Remove unused variablesJack Nagel
2013-02-15node 0.8.20Christian Moritz
Closes #17869. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-02-08node --devel 0.9.9Evan Oxfeld
Closes #17679. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-02-06node 0.8.19Christian Moritz
Closes #17635. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-02-02node 0.9.8Evan Oxfeld
Closes #17546. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-02-01node: fix indentAdam Vandenberg
2013-01-31node: fix test for external npmEtienne Laurin
Closes #15315. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-01-27node: style nitsAdam Vandenberg
2013-01-21Use new requirement syntaxJack Nagel
2013-01-19node 0.8.18damienklinnert
Closes #17193. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-01-12node devel 0.9.6Aria Stewart
Closes #17020. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-01-10node 0.8.17Christian Moritz
Closes #16982. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-12-29node --devel 0.9.5Aria Stewart
Closes #16794. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-12-28node: Track 0.9.x releses as develAria Stewart
Closes #16784. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-12-14node 0.8.16Christian Moritz
Closes #16566. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-29node 0.8.15James Campos
Closes #16315. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-26node 0.8.14James Campos
Closes #15676. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-13node 0.8.12James Campos
Closes #15435. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-28node.rb 0.8.11Geries Handal
Closes #15191. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-25node 0.8.10John Earles
Closes #15125. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-21Updated node.js formula to v0.8.9Jarrett Cruger
Signed-off-by: Max Howell <mxcl@me.com>
2012-09-13node: use Xcode module methodJack Nagel
2012-09-13node: Better workaround for CLT-only systemsCharlie Sharpsteen
Instead of requiring a full XCode install, we can use the `DEVELOPER_PATH` environment variable to lie to `xcode-select` in a way that should restrict any consequences to the Node build.
2012-09-13node: Depend on full XCode installCharlie Sharpsteen
Reverts commit bfc71f7. This is necessary due to an upstream bug with the GYP buildsystem that has no solid workaround: http://code.google.com/p/gyp/issues/detail?id=292 Fixes #14915.
2012-09-13node: remove skip_clean :allJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
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-09-03node: the build system needs Python 2.6 or newerAdam Vandenberg
Closes #14635.
2012-08-30node: use https url for npmAnkit
Closes #14552. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-27node: fix use of new dslAdam Vandenberg
2012-08-27Install npm by defaultSébastien Lavoie
Closes #13053. Refs #13024. Adds option "--without-npm". Signed-off-by: Max Howell <mxcl@me.com> Fixed merge. Amended some user-facing texts.
2012-08-22node 0.8.8Piya Pakdeechaturun
Closes #14394. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-18node 0.8.7Anthony Pearson
Closes #14233. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-18node: Remove XCode dependencyCharlie Sharpsteen
Node builds just fine under CLT-only installs. Node will not build under any non-XCode package that provides Apple compilers but lacks a full set of development Frameworks such as the osx-gcc-compiler. Fixes #14274.
2012-08-17Use new :xcode dependencyAdam Vandenberg
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-12node: use options DSLJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-08Node.js 0.8.6.Paul Miller
Closes #14049. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-03node: use https for npm install locationJuan C. Müller
Closes #13924. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-03node.js 0.8.5Anthony Pearson
Closes #13915. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-25Node.js 0.8.4Anthony Pearson
Closes #13605. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-21Node 0.8.3Anthony Pearson
Signed-off-by: Adam Vandenberg <flangy@gmail.com>