Arthur Kalmenson
b8cda6ac99
node 0.4.3
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-19 10:01:14 -07:00
Adam Vandenberg
4147b05c57
Use ruby style for inheritance.
2011-03-12 11:55:09 -08:00
Adam Vandenberg
90590e5f12
node - fix audit warning
2011-03-10 21:33:12 -08:00
Aku Kotkavuo
10c6b60c67
Update node.js to 0.4.2 and fix git repo
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-05 09:58:57 -08:00
Can Duruk
8a076fd2ad
Upgrade node.js to 0.4.1
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-02-21 19:49:06 -08:00
Joshua Peek
61b2eb8e9f
node v0.4.0
...
Signed-off-by: David Höppner <0xffea@gmail.com>
2011-02-12 11:01:13 +01:00
Mike McQuaid
07da760ece
Revert "Upgrade node to 0.3.2."
...
We're sticking to stable versions at the moment, my fault.
This reverts commit 168cb3d3ff56105394d572dd2966b8b0de820714.
2011-01-03 17:19:26 +00:00
Duncan Grazier
3a0e97c9f0
Upgrade node to 0.3.2.
...
Closes Homebrew/homebrew#3806 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2011-01-03 16:22:14 +00:00
Aku Kotkavuo
1ddd11de2a
Update node.js to 0.2.6.
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-12-30 21:37:19 -08:00
Mike McQuaid
5a2055639b
Add NODE_PATH caveat to node.
...
Closes Homebrew/homebrew#3581 .
2010-12-28 11:11:21 +00:00
Aku Kotkavuo
465327c7ff
Update node to 0.2.5.
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-11-18 20:05:17 -08:00
Aku Kotkavuo
9d2d20fb2f
Update node.js to 0.2.4.
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-24 17:56:18 -07:00
Eric Hayes
07ffe965df
updated to reflect version 0.2.3 of node.js
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-04 17:28:36 -07:00
Adam Vandenberg
c9c93aa90d
node 0.2.2
2010-09-17 12:07:48 -07:00
Daniel De Aguiar
ef1f094eb1
Update node.js formula.
...
See http://nodejs.org/docs/v0.2.1/changelog.html .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-09-13 08:42:28 -07:00
Benjamin Fritsch
71a5f901dd
update node to 0.2
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-20 07:29:20 -07:00
Adam Vandenberg
72e19eb542
Don't need +x on these
2010-08-13 16:00:17 -07:00
Stuart Carnie
e3d79cd722
Updated node to 1.104
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-13 09:48:40 -07:00
elliottcable
2e21fdaaef
Adding a --debug flag to the Node formula.
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-09 08:26:04 -07:00
Adam Vandenberg
7bd947eb0b
Update formulae for version 0.7
...
* Use new "url" features
* Use keg_only DSL
* Use "skip_clean :all" DSL
* Whitespace and style cleanups
* Make bash invocations less silly
* Use new man2-man8 helpers
* Remove "FileUtils." since it is included in Formula
* Use real names for deps instead of aliases
* ENV.x11 now updates path, so remove that from individual brews
2010-08-07 18:08:53 -07:00
Max Howell
1f7bc468bd
Use new symlink aliases
2010-08-07 18:08:50 -07:00
Luke Gallagher
fb3c2e4f74
Update node 0.1.103
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-05 06:50:13 -07:00
Adam Vandenberg
40c6adef1d
Node 0.1.102
2010-07-26 08:14:09 -07:00
Adam Vandenberg
6c2ef2d148
node - only need to replace in wscript
2010-07-23 22:35:43 -07:00
Adam Vandenberg
2955fcfe20
cleanup node
2010-07-23 12:19:41 -07:00
Benjamin Fritsch
4c053733d7
updated node to 0.1.101
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-19 12:08:28 -07:00
Martin Kühl
a2f00595a0
Updated formula: node 0.1.100
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-03 09:26:19 -07:00
Martin Kühl
8fe94cd63d
Updated formula: node 0.1.99
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-21 20:22:55 -07:00
Martin Kühl
0c5eb3c07e
Remove caveats from node.js.
...
Node.js includes a readline module for its repl, making the caveat obsolete.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-17 10:27:40 -07:00
Adam Vandenberg
e1bb919734
Add "fails_with_llvm" to formula to document LLVM build breaks.
...
Replaced ENV.gcc_4_2 + comments with calls to "fails_with_llvm",
to specifically message to the user when a formula is known or suspected
to not build with LLVM. If the user specifies "--use-llvm", the message
will be displayed, but compilation will be tried anyway.
Since using LLVM is now an advanced/hidden feature instead of the
default on 10.6, we'll let the user try anyway (and submit patches
if things are now working.)
2010-06-16 11:50:36 -07:00
Mark Imbriaco
380439710e
Update for node.js 0.1.98.
...
* gnutls is not necessary, node uses libssl.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-12 10:42:00 -07:00
Aku Kotkavuo
408665c9e2
Update formula node.js to 0.1.97
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-05-31 17:48:49 -07:00
Martin Kühl
2538604533
Updated formula: node 0.1.96
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-05-22 10:31:04 -07:00
Adam Vandenberg
4cd16388e8
Node 0.1.94
2010-05-09 17:44:41 -07:00
doppler
b716bd27be
version bump from 0.1.91 to 0.1.93
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-04-29 21:35:18 -07:00
Adam Vandenberg
6f1fd57e78
Update node to 0.1.91
2010-04-16 14:25:03 -07:00
Adam Vandenberg
da46d3c3e3
Update Node to 0.1.90
2010-04-09 21:27:02 -07:00
Adam Vandenberg
14321ffb47
Update node.js to 0.1.33
2010-03-20 22:54:33 -07:00
Adam Vandenberg
9846aa035b
node 0.1.32
2010-03-12 20:15:58 -08:00
Adam Vandenberg
edda884381
Node 0.1.31
2010-03-05 23:40:55 -08:00
Adam Vandenberg
4e18698861
Update node to 0.1.30
2010-02-23 22:23:28 -08:00
Max Howell
c8652ed3a9
Fixes Homebrew/homebrew#757 ; Node.js hardcodes some paths
...
This way we can install anywhere, not just /usr/local and /opt/local.
2010-02-19 17:34:40 +00:00
Adam Vandenberg
b04e90dd34
Update node to 0.1.29.
2010-02-17 15:42:50 -08:00
Adam Vandenberg
8dc5c8f920
Update node to 0.1.28
2010-02-10 22:21:36 -08:00
Micheil Smith
e3227b2c47
Updated Formula: Node to latest version.
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-02-07 11:50:54 -08:00
ry@misprint.org
43af9ae093
Update Node.js to 0.1.26
...
Closes Homebrew/homebrew#541
2010-01-24 13:42:05 +00:00
Tom Ward
f09ece9853
Updated node.js from version 0.1.23 to 0.1.25
...
Fixes Homebrew/homebrew#445
2010-01-14 10:06:43 +00:00
elliottcable
f312bed9ea
Upgrading Node.js to v0.1.23
2010-01-13 15:09:28 +00:00
Felix Geisendörfer
65a4af0e23
Added node head version
2009-12-21 18:00:17 +00:00
Johnathon Hornbeck
4210425140
updating node to 0.1.22
2009-12-19 20:04:01 +00:00