aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/node.rb
AgeCommit message (Collapse)Author
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>
2012-07-10Node 0.8.2Mathias Bynens
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-29Node 0.8.1Shawn Jonnet
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-25Node 0.8.0Shawn Jonnet
Closes #13005. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-06-21node: fix develAdam Vandenberg
2012-06-21Node devel 0.7.12Shawn Jonnet
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-16Node devel 0.7.11Shawn Jonnet
Closes #12885. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-06-11Node --devel 0.7.10Shawn Jonnet
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-06Node 0.6.19Shawn Jonnet
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-03Node: Update devel to 0.7.9Shawn Jonnet
Closes #12560. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-05-15Node 0.6.18Shawn Jonnet
Closes #12260. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05Node 0.6.17Attila Györffy
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-01node: 0.6.16Shawn Jonnet
Closes #11980. Signed-off-by: Jack Nagel <jacknagel@gmail.com>