1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/www/node
Kurt Jaeger ad9159b0d8 www/node: 6.2.2 -> 6.3.0
- buffer: Added buffer.swap64() to complement swap16() & swap32().
- build: New configure options have been added for building Node.js as
  a shared library.
  o The options are: --shared, --without-v8-platform & --without-bundled-v8.
- crypto: Root certificates have been updated.
- debugger: The server address is now configurable via
  --debug=<address>:<port>.
- npm: Upgraded npm to v3.10.3
- readline: Added the prompt option to the readline constructor.
- repl / vm: sigint/ctrl+c will now break out of infinite loops without
  stopping the Node.js instance.
- src:
  o Added a node::FreeEnvironment public C++ API.
  o Refactored require('constants'), constants are now available
    directly from their respective modules. (James M Snell) #6534
- stream: Improved readable.read() performance by up to 70%.
- timers: setImmediate() is now up to 150% faster in some situations.
- util: Added a breakLength option to util.inspect() to control how
  objects are formatted across lines.
- v8-inspector: Experimental support has been added for debugging
  Node.js over the inspector protocol.
  o Note: This feature is experimental, and it could be altered or removed.
  o You can try this feature by running Node.js with the --inspect flag.

PR:		210893
Changes:	https://nodejs.org/en/blog/release/v6.3.0/
Submitted by:	Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer)
2016-07-09 14:05:24 +00:00
..
files www/node: regenerate patches with 'make makepatch' 2016-06-29 20:10:26 +00:00
distinfo www/node: 6.2.2 -> 6.3.0 2016-07-09 14:05:24 +00:00
Makefile www/node: 6.2.2 -> 6.3.0 2016-07-09 14:05:24 +00:00
pkg-descr
pkg-message
pkg-plist Prefer external libraries to the ones bundled with node. 2016-06-14 15:53:53 +00:00