aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/node.rb
AgeCommit message (Collapse)Author
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>
2012-04-18Node devel 0.7.8Shawn Jonnet
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-10Node 0.6.15Adam Vandenberg
2012-04-08node: backport for npm issueJérôme Andrieux
2012-04-01Use new fails_with DSL syntaxJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-30node devel 0.7.7Adam Vandenberg
2012-03-24node 0.6.14Jack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-15Don't shadow `install` options in formulaeJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-15node devel 0.7.6Jack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-15node 0.6.13Jack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-03node 0.6.12Attila Györffy
Closes #10652. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-24node --devel 0.7.5Adam Vandenberg
2012-02-17node devel 0.7.4Jack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-17node stable 0.6.11Jack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-02node 0.6.10John Earles
Signed-off-by: Adam Vandenberg <flangy@gmail.com>