Automatic conversion of the NetBSD pkgsrc CVS module, use with care
f85dc67a76
Node.js 8.0.0 is a major new release that includes a significant number of semver-major and semver-minor changes. Notable changes are listed below. The Node.js 8.x release branch is scheduled to become the next actively maintained Long Term Support (LTS) release line in October, 2017 under the LTS codename 'Carbon'. ### Notable Changes * Async Hooks * The `async_hooks` module has landed in core * Buffer * Using the `--pending-deprecation` flag will cause Node.js to emit a deprecation warning when using `new Buffer(num)` or `Buffer(num)`. * `new Buffer(num)` and `Buffer(num)` will zero-fill new `Buffer` instances * Many `Buffer` methods now accept `Uint8Array` as input * Child Process * Argument and kill signal validations have been improved * Child Process methods accept `Uint8Array` as input * Console * Error events emitted when using `console` methods are now supressed. * Dependencies * The npm client has been updated to 5.0.0 * V8 has been updated to 5.8 with forward ABI stability to 6.0 * Domains * Native `Promise` instances are now `Domain` aware * Errors * We have started assigning static error codes to errors generated by Node.js. This has been done through multiple commits and is still a work in progress. * File System * The utility class `fs.SyncWriteStream` has been deprecated * The deprecated `fs.read()` string interface has been removed * HTTP * Improved support for userland implemented Agents * Outgoing Cookie headers are concatenated into a single string * The `httpResponse.writeHeader()` method has been deprecated * New methods for accessing HTTP headers have been added to `OutgoingMessage` * Lib * All deprecation messages have been assigned static identifiers * The legacy `linkedlist` module has been removed * N-API * Experimental support for the new N-API API has been added * Process * Process warning output can be redirected to a file using the `--redirect-warnings` command-line argument * Process warnings may now include additional detail * REPL * REPL magic mode has been deprecated * Src * `NODE_MODULE_VERSION` has been updated to 57 * Add `--pending-deprecation` command-line argument and `NODE_PENDING_DEPRECATION` environment variable * The `--debug` command-line argument has been deprecated. Note that using `--debug` will enable the *new* Inspector-based debug protocol as the legacy Debugger protocol previously used by Node.js has been removed. * Throw when the `-c` and `-e` command-line arguments are used at the same time * Throw when the `--use-bundled-ca` and `--use-openssl-ca` command-line arguments are used at the same time. * Stream * `Stream` now supports `destroy()` and `_destroy()` APIs * `Stream` now supports the `_final()` API * TLS * The `rejectUnauthorized` option now defaults to `true` * The `tls.createSecurePair()` API now emits a runtime deprecation * A runtime deprecation will now be emitted when `dhparam` is less than 2048 bits * URL * The WHATWG URL implementation is now a fully-supported Node.js API * Util * `Symbol` keys are now displayed by default when using `util.inspect()` * `toJSON` errors will be thrown when formatting `%j` * Convert `inspect.styles` and `inspect.colors` to prototype-less objects * The new `util.promisify()` API has been added * Zlib * Support `Uint8Array` in Zlib convenience methods * Zlib errors now use `RangeError` and `TypeError` consistently |
||
---|---|---|
archivers | ||
audio | ||
benchmarks | ||
biology | ||
bootstrap | ||
cad | ||
chat | ||
comms | ||
converters | ||
cross | ||
databases | ||
devel | ||
distfiles | ||
doc | ||
editors | ||
emulators | ||
filesystems | ||
finance | ||
fonts | ||
games | ||
geography | ||
graphics | ||
ham | ||
inputmethod | ||
lang | ||
licenses | ||
math | ||
mbone | ||
meta-pkgs | ||
misc | ||
mk | ||
multimedia | ||
net | ||
news | ||
packages | ||
parallel | ||
pkgtools | ||
regress | ||
security | ||
shells | ||
sysutils | ||
templates | ||
textproc | ||
time | ||
wm | ||
www | ||
x11 | ||
Makefile | ||
pkglocate | ||
README |
$NetBSD: README,v 1.19 2017/03/02 09:51:35 maya Exp $ pkgsrc is a framework for building software on UNIX-like systems. To use, bootstrap using: % cd pkgsrc/bootstrap/ % ./bootstrap build packages, use: % cd pkgsrc/category/package-name % $PREFIX/bin/bmake install Where $PREFIX is where you've chosen to install packages (typically /usr/pkg) Bugs and patches can be filed in the follow link (use category 'pkg'): https://www.netbsd.org/cgi-bin/sendpr.cgi?gndb=netbsd To fetch the main CVS repository: % cvs -d anoncvs@anoncvs.NetBSD.org:/cvsroot checkout -P pkgsrc It's also possible to contribute through pkgsrc wip (work in progress), for more information, see http://pkgsrc.org/wip/users/ Please see doc/pkgsrc.txt for information.