NOTICE: This package has been removed from pkgsrc

./wip/node, V8 JavaScript for clients and servers

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.10.7, Package name: nodejs-0.10.7, Maintainer: msporleder

Node.js is an evented I/O framework for the V8 JavaScript engine. It is
intended for writing scalable network programs such as web servers.


Required to run:
[lang/python27] [devel/libexecinfo]

Required to build:
[sysutils/lockf]

Package options: openssl

Master sites:

SHA1: f2bde505faf6ffed3084c8e550a9e6d4311f13d5
RMD160: 8aa6852fc0ca1be717f29b14a920437d0d99f9d7
Filesize: 13054.389 KB

Version history: (Expand)


CVS history: (Expand)


   2014-04-29 16:30:38 by othyro | Files touched by this commit (14) | Package removed
Log message:
Removing node. Use lang/nodejs, as it's newer.
   2013-06-02 09:38:10 by Krister Walfridsson | Files touched by this commit (1)
Log message:
wip/lockf -> sysutils/lockf
   2013-05-21 13:45:29 by Filip Hajny | Files touched by this commit (3)
Log message:
2013.05.17, Version 0.10.7 (Stable)
* uv: upgrade to v0.10.7
* npm: Upgrade to 1.2.21
* crypto: Don't ignore verify encoding argument (isaacs)
* buffer, crypto: fix default encoding regression (Ben Noordhuis)
* timers: fix setInterval() assert (Ben Noordhuis)
   2013-05-20 17:43:49 by Jonathan Perkin | Files touched by this commit (1)
Log message:
Bump PKGREVISION for openssl fix.
   2013-05-20 16:17:10 by Jonathan Perkin | Files touched by this commit (1)
Log message:
Ensure we use the pkgsrc openssl when requested.
   2013-05-15 12:21:52 by Filip Hajny | Files touched by this commit (2)
Log message:
2013.05.14, Version 0.10.6 (Stable)
* module: Deprecate require.extensions (isaacs)
* stream: make Readable.wrap support objectMode, empty streams (Daniel Moore)
* child_process: fix handle delivery (Ben Noordhuis)
* crypto: Fix performance regression (isaacs)
* src: DRY string encoding/decoding (isaacs)
   2013-04-24 10:05:39 by Filip Hajny | Files touched by this commit (2)
Log message:
2013.04.23, Version 0.10.5 (Stable)
* uv: Upgrade to 0.10.5 (isaacs)
* build: added support for Visual Studio 2012 (Miroslav Bajtos)
* http: Don't try to destroy nonexistent sockets (isaacs)
* crypto: LazyTransform on properties, not methods (isaacs)
* assert: put info in err.message, not err.name (Ryan Doenges)
* dgram: fix no address bind() (Ben Noordhuis)
* handle_wrap: fix NULL pointer dereference (Ben Noordhuis)
* os: fix unlikely buffer overflow in os.type() (Ben Noordhuis)
* stream: Fix unshift() race conditions (isaacs)
   2013-04-12 10:46:27 by Filip Hajny | Files touched by this commit (4)
Log message:
2013.04.11, Version 0.10.4 (Stable)
* uv: Upgrade to 0.10.4
* npm: Upgrade to 1.2.18
* v8: Avoid excessive memory growth in JSON.parse (Fedor Indutny)
* child_process, cluster: fix O(n*m) scan of cmd string (Ben Noordhuis)
* net: fix socket.bytesWritten Buffers support (Fedor Indutny)
* buffer: fix offset checks (Lukasz Walukiewicz)
* stream: call write cb before finish event (isaacs)
* http: Support write(data, 'hex') (isaacs)
* crypto: dh secret should be left-padded (Fedor Indutny)
* process: expose NODE_MODULE_VERSION in process.versions (Rod Vagg)
* crypto: fix constructor call in crypto streams (Andreas Madsen)
* net: account for encoding in .byteLength (Fedor Indutny)
* net: fix buffer iteration in bytesWritten (Fedor Indutny)
* crypto: zero is not an error if writing 0 bytes (Fedor Indutny)
* tls: Re-enable check of CN-ID in cert verification (Tobias Muellerleile)