pkgsrc/lang/nodejs
fhajny 7bff9d6467 Update lang/nodejs to 9.3.0.
async_hooks:
- add trace events to async_hooks
- add provider types for net server

console:
- console.debug can now be used outside of the inspector

deps:
- upgrade libuv to 1.18.0
- patch V8 to 6.2.414.46

module:
- module.builtinModules will return a list of built in modules

n-api:
- add helper for addons to get the event loop

process:
- process.setUncaughtExceptionCaptureCallback can now be used to
  customize behavior for --abort-on-uncaught-exception
- A signal handler is now able to receive the signal code that
  triggered the handler.

src:
- embedders can now use Node::CreatePlatform to create an instance of
  NodePlatform

stream:
- writable.writableHighWaterMark and readable.readableHighWaterMark
  will return the values the stream object was instantiated with
2017-12-15 21:29:25 +00:00
..
patches Update lang/nodejs to 9.1.0. 2017-11-08 17:02:41 +00:00
DESCR Update lang/nodejs to 5.0.0. 2015-11-09 20:19:35 +00:00
distinfo Update lang/nodejs to 9.3.0. 2017-12-15 21:29:25 +00:00
Makefile Update lang/nodejs to 9.3.0. 2017-12-15 21:29:25 +00:00
Makefile.common Import nodejs-8.9.0 (LTS) as lang/nodejs8. 2017-11-01 12:07:31 +00:00
options.mk Remove the nodejs icu option and make nodejs use a system ICU 2016-06-02 09:57:32 +00:00
PLIST Update lang/nodejs to 9.0.0. 2017-11-01 12:08:24 +00:00