diff options
author | jperkin <jperkin@pkgsrc.org> | 2013-12-12 11:52:37 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2013-12-12 11:52:37 +0000 |
commit | 399e0f87cd2501e7c749e48be96ec6759247fce8 (patch) | |
tree | 04ce98f88789603300ae555ccf222956889d2caa /lang | |
parent | 052e851e66e74f813a38cc5c656313baf79b5193 (diff) | |
download | pkgsrc-399e0f87cd2501e7c749e48be96ec6759247fce8.tar.gz |
Update lang/nodejs to version 0.10.23. Changes since 0.10.20:
2013.12.12, Version 0.10.23 (Stable)
* uv: Upgrade to v0.10.20 (Timothy J Fontaine)
* npm: Upgrade to 1.3.17 (isaacs)
* gyp: update to 78b26f7 (Timothy J Fontaine)
* build: include postmortem symbols on linux (Timothy J Fontaine)
* crypto: Make Decipher._flush() emit errors. (Kai Groner)
* dgram: fix abort when getting `fd` of closed dgram (Fedor Indutny)
* events: do not accept NaN in setMaxListeners (Fedor Indutny)
* events: avoid calling `once` functions twice (Tim Wood)
* events: fix TypeError in removeAllListeners (Jeremy Martin)
* fs: report correct path when EEXIST (Fedor Indutny)
* process: enforce allowed signals for kill (Sam Roberts)
* tls: emit 'end' on .receivedShutdown (Fedor Indutny)
* tls: fix potential data corruption (Fedor Indutny)
* tls: handle `ssl.start()` errors appropriately (Fedor Indutny)
* tls: reset NPN callbacks after SNI (Fedor Indutny)
2013.11.12, Version 0.10.22 (Stable), cbff8f091c22fb1df6b238c7a1b9145db950fa65
* npm: Upgrade to 1.3.14
* uv: Upgrade to v0.10.19
* child_process: don't assert on stale file descriptor events (Fedor Indutny)
* darwin: Fix "Not Responding" in Mavericks activity monitor (Fedor Indutny)
* debugger: Fix bug in sb() with unnamed script (Maxim Bogushevich)
* repl: do not insert duplicates into completions (Maciej Małecki)
* src: Fix memory leak on closed handles (Timothy J Fontaine)
* tls: prevent stalls by using read(0) (Fedor Indutny)
* v8: use correct timezone information on Solaris (Maciej Małecki)
2013.10.18, Version 0.10.21 (Stable), e2da042844a830fafb8031f6c477eb4f96195210
* uv: Upgrade to v0.10.18
* crypto: clear errors from verify failure (Timothy J Fontaine)
* dtrace: interpret two byte strings (Dave Pacheco)
* fs: fix fs.truncate() file content zeroing bug (Ben Noordhuis)
* http: provide backpressure for pipeline flood (isaacs)
* tls: fix premature connection termination (Ben Noordhuis)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/nodejs/Makefile | 7 | ||||
-rw-r--r-- | lang/nodejs/PLIST | 143 | ||||
-rw-r--r-- | lang/nodejs/distinfo | 10 | ||||
-rw-r--r-- | lang/nodejs/patches/patch-tools_gyp_pylib_gyp_generator_make.py | 10 |
4 files changed, 85 insertions, 85 deletions
diff --git a/lang/nodejs/Makefile b/lang/nodejs/Makefile index eedf468702b..b6e93a198d3 100644 --- a/lang/nodejs/Makefile +++ b/lang/nodejs/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2013/10/02 09:58:21 fhajny Exp $ +# $NetBSD: Makefile,v 1.13 2013/12/12 11:52:37 jperkin Exp $ # -DISTNAME= node-v0.10.20 +DISTNAME= node-v0.10.23 CATEGORIES= devel MASTER_SITES= http://nodejs.org/dist/${DISTNAME:S/node-//}/ PKGNAME= ${DISTNAME:S/-v/js-/} @@ -42,6 +42,7 @@ MAKE_ENV+= GYP_DEFINES="OS=netbsd" REPLACE_PYTHON+= configure REPLACE_PYTHON+= tools/genv8constants.py REPLACE_PYTHON+= tools/gyp_node +REPLACE_PYTHON+= tools/gyp/pylib/gyp/flock_tool.py REPLACE_PYTHON+= tools/gyp/pylib/gyp/sun_tool.py REPLACE_PYTHON+= tools/node-waf REPLACE_PYTHON+= tools/waf-light @@ -57,6 +58,8 @@ BUILD_DEPENDS+= lockf-[0-9]*:../../sysutils/lockf pre-install: ${FIND} ${WRKSRC}/deps/npm -name '*.orig' | ${XARGS} ${RM} -f +if ${OPSYS} != "Darwin" .include "../../devel/libexecinfo/buildlink3.mk" +.endif .include "../../lang/python/application.mk" .include "../../mk/bsd.pkg.mk" diff --git a/lang/nodejs/PLIST b/lang/nodejs/PLIST index 7f3386509dd..c40ec30eea9 100644 --- a/lang/nodejs/PLIST +++ b/lang/nodejs/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2013/10/02 09:58:21 fhajny Exp $ +@comment $NetBSD: PLIST,v 1.9 2013/12/12 11:52:37 jperkin Exp $ bin/node bin/npm lib/dtrace/node.d @@ -291,6 +291,7 @@ lib/node_modules/npm/lib/view.js lib/node_modules/npm/lib/visnup.js lib/node_modules/npm/lib/whoami.js lib/node_modules/npm/lib/xmas.js +lib/node_modules/npm/make.bat lib/node_modules/npm/man/man1/npm-README.1 lib/node_modules/npm/man/man1/npm-adduser.1 lib/node_modules/npm/man/man1/npm-bin.1 @@ -399,16 +400,23 @@ lib/node_modules/npm/node_modules/abbrev/lib/abbrev.js lib/node_modules/npm/node_modules/abbrev/package.json lib/node_modules/npm/node_modules/ansi/.npmignore lib/node_modules/npm/node_modules/ansi/README.md +lib/node_modules/npm/node_modules/ansi/color-spaces.pl lib/node_modules/npm/node_modules/ansi/examples/beep/index.js lib/node_modules/npm/node_modules/ansi/examples/clear/index.js lib/node_modules/npm/node_modules/ansi/examples/cursorPosition.js -lib/node_modules/npm/node_modules/ansi/examples/imgcat/index.js -lib/node_modules/npm/node_modules/ansi/examples/imgcat/yoshi.png lib/node_modules/npm/node_modules/ansi/examples/progress/index.js lib/node_modules/npm/node_modules/ansi/examples/starwars.js lib/node_modules/npm/node_modules/ansi/lib/ansi.js lib/node_modules/npm/node_modules/ansi/lib/newlines.js lib/node_modules/npm/node_modules/ansi/package.json +lib/node_modules/npm/node_modules/ansicolors/LICENSE +lib/node_modules/npm/node_modules/ansicolors/README.md +lib/node_modules/npm/node_modules/ansicolors/ansicolors.js +lib/node_modules/npm/node_modules/ansicolors/package.json +lib/node_modules/npm/node_modules/ansistyles/LICENSE +lib/node_modules/npm/node_modules/ansistyles/README.md +lib/node_modules/npm/node_modules/ansistyles/ansistyles.js +lib/node_modules/npm/node_modules/ansistyles/package.json lib/node_modules/npm/node_modules/archy/README.markdown lib/node_modules/npm/node_modules/archy/index.js lib/node_modules/npm/node_modules/archy/package.json @@ -432,10 +440,12 @@ lib/node_modules/npm/node_modules/chownr/README.md lib/node_modules/npm/node_modules/chownr/chownr.js lib/node_modules/npm/node_modules/chownr/package.json lib/node_modules/npm/node_modules/cmd-shim/.npmignore +lib/node_modules/npm/node_modules/cmd-shim/.travis.yml lib/node_modules/npm/node_modules/cmd-shim/LICENSE lib/node_modules/npm/node_modules/cmd-shim/README.md lib/node_modules/npm/node_modules/cmd-shim/index.js lib/node_modules/npm/node_modules/cmd-shim/package.json +lib/node_modules/npm/node_modules/editor/LICENSE lib/node_modules/npm/node_modules/editor/README.markdown lib/node_modules/npm/node_modules/editor/example/beep.json lib/node_modules/npm/node_modules/editor/example/edit.js @@ -489,6 +499,12 @@ lib/node_modules/npm/node_modules/github-url-from-git/Readme.md lib/node_modules/npm/node_modules/github-url-from-git/index.js lib/node_modules/npm/node_modules/github-url-from-git/package.json lib/node_modules/npm/node_modules/github-url-from-git/test.js +lib/node_modules/npm/node_modules/github-url-from-username-repo/.npmignore +lib/node_modules/npm/node_modules/github-url-from-username-repo/.travis.yml +lib/node_modules/npm/node_modules/github-url-from-username-repo/LICENSE +lib/node_modules/npm/node_modules/github-url-from-username-repo/README.md +lib/node_modules/npm/node_modules/github-url-from-username-repo/index.js +lib/node_modules/npm/node_modules/github-url-from-username-repo/package.json lib/node_modules/npm/node_modules/glob/.npmignore lib/node_modules/npm/node_modules/glob/.travis.yml lib/node_modules/npm/node_modules/glob/LICENSE @@ -515,7 +531,10 @@ lib/node_modules/npm/node_modules/ini/ini.js lib/node_modules/npm/node_modules/ini/package.json lib/node_modules/npm/node_modules/init-package-json/README.md lib/node_modules/npm/node_modules/init-package-json/default-input.js -lib/node_modules/npm/node_modules/init-package-json/example.js +lib/node_modules/npm/node_modules/init-package-json/example/example-basic.js +lib/node_modules/npm/node_modules/init-package-json/example/example-default.js +lib/node_modules/npm/node_modules/init-package-json/example/example-npm.js +lib/node_modules/npm/node_modules/init-package-json/example/init/basic-init.js lib/node_modules/npm/node_modules/init-package-json/init-package-json.js lib/node_modules/npm/node_modules/init-package-json/node_modules/promzard/.npmignore lib/node_modules/npm/node_modules/init-package-json/node_modules/promzard/README.md @@ -533,10 +552,9 @@ lib/node_modules/npm/node_modules/lockfile/README.md lib/node_modules/npm/node_modules/lockfile/lockfile.js lib/node_modules/npm/node_modules/lockfile/package.json lib/node_modules/npm/node_modules/lru-cache/.npmignore -lib/node_modules/npm/node_modules/lru-cache/AUTHORS +lib/node_modules/npm/node_modules/lru-cache/CONTRIBUTORS lib/node_modules/npm/node_modules/lru-cache/LICENSE lib/node_modules/npm/node_modules/lru-cache/README.md -lib/node_modules/npm/node_modules/lru-cache/bench.js lib/node_modules/npm/node_modules/lru-cache/lib/lru-cache.js lib/node_modules/npm/node_modules/lru-cache/package.json lib/node_modules/npm/node_modules/minimatch/LICENSE @@ -565,14 +583,15 @@ lib/node_modules/npm/node_modules/node-gyp/gyp/.npmignore lib/node_modules/npm/node_modules/node-gyp/gyp/AUTHORS lib/node_modules/npm/node_modules/node-gyp/gyp/DEPS lib/node_modules/npm/node_modules/node-gyp/gyp/LICENSE -lib/node_modules/npm/node_modules/node-gyp/gyp/MANIFEST lib/node_modules/npm/node_modules/node-gyp/gyp/OWNERS lib/node_modules/npm/node_modules/node-gyp/gyp/PRESUBMIT.py +lib/node_modules/npm/node_modules/node-gyp/gyp/buildbot/buildbot_run.py lib/node_modules/npm/node_modules/node-gyp/gyp/codereview.settings lib/node_modules/npm/node_modules/node-gyp/gyp/data/win/large-pdb-shim.cc lib/node_modules/npm/node_modules/node-gyp/gyp/gyp lib/node_modules/npm/node_modules/node-gyp/gyp/gyp.bat lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_dummy.c +lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py lib/node_modules/npm/node_modules/node-gyp/gyp/gyptest.py lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSNew.py lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSProject.py @@ -582,12 +601,12 @@ lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSToolFile.py lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSUserFile.py lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSUtil.py lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSVersion.py -lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/SCons.py lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/__init__.py lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/common.py lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/common_test.py lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/easy_xml.py lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/easy_xml_test.py +lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/flock_tool.py lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/__init__.py lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/android.py lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/dump_dependency_json.py @@ -599,13 +618,13 @@ lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/msvs.py lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/msvs_test.py lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ninja.py lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ninja_test.py -lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/scons.py lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/xcode.py +lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/xcode_test.py lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input.py +lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input_test.py lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/mac_tool.py lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/msvs_emulation.py lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/ninja_syntax.py -lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/sun_tool.py lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/win_tool.py lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation.py lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/xcodeproj_file.py @@ -712,6 +731,7 @@ lib/node_modules/npm/node_modules/read-package-json/node_modules/normalize-packa lib/node_modules/npm/node_modules/read-package-json/node_modules/normalize-package-data/AUTHORS lib/node_modules/npm/node_modules/read-package-json/node_modules/normalize-package-data/LICENSE lib/node_modules/npm/node_modules/read-package-json/node_modules/normalize-package-data/README.md +lib/node_modules/npm/node_modules/read-package-json/node_modules/normalize-package-data/lib/core_module_names.json lib/node_modules/npm/node_modules/read-package-json/node_modules/normalize-package-data/lib/extract_description.js lib/node_modules/npm/node_modules/read-package-json/node_modules/normalize-package-data/lib/fixer.js lib/node_modules/npm/node_modules/read-package-json/node_modules/normalize-package-data/lib/normalize.js @@ -731,24 +751,18 @@ lib/node_modules/npm/node_modules/read/node_modules/mute-stream/package.json lib/node_modules/npm/node_modules/read/package.json lib/node_modules/npm/node_modules/read/rs.js lib/node_modules/npm/node_modules/request/.npmignore +lib/node_modules/npm/node_modules/request/.travis.yml lib/node_modules/npm/node_modules/request/LICENSE lib/node_modules/npm/node_modules/request/README.md lib/node_modules/npm/node_modules/request/index.js lib/node_modules/npm/node_modules/request/lib/copy.js lib/node_modules/npm/node_modules/request/lib/debug.js lib/node_modules/npm/node_modules/request/lib/getSafe.js -lib/node_modules/npm/node_modules/request/node_modules/aws-sign/LICENSE -lib/node_modules/npm/node_modules/request/node_modules/aws-sign/README.md -lib/node_modules/npm/node_modules/request/node_modules/aws-sign/index.js -lib/node_modules/npm/node_modules/request/node_modules/aws-sign/package.json -lib/node_modules/npm/node_modules/request/node_modules/cookie-jar/LICENSE -lib/node_modules/npm/node_modules/request/node_modules/cookie-jar/README.md -lib/node_modules/npm/node_modules/request/node_modules/cookie-jar/index.js -lib/node_modules/npm/node_modules/request/node_modules/cookie-jar/jar.js -lib/node_modules/npm/node_modules/request/node_modules/cookie-jar/package.json -lib/node_modules/npm/node_modules/request/node_modules/cookie-jar/tests/run.js -lib/node_modules/npm/node_modules/request/node_modules/cookie-jar/tests/test-cookie.js -lib/node_modules/npm/node_modules/request/node_modules/cookie-jar/tests/test-cookiejar.js +lib/node_modules/npm/node_modules/request/lib/optional.js +lib/node_modules/npm/node_modules/request/node_modules/aws-sign2/LICENSE +lib/node_modules/npm/node_modules/request/node_modules/aws-sign2/README.md +lib/node_modules/npm/node_modules/request/node_modules/aws-sign2/index.js +lib/node_modules/npm/node_modules/request/node_modules/aws-sign2/package.json lib/node_modules/npm/node_modules/request/node_modules/forever-agent/LICENSE lib/node_modules/npm/node_modules/request/node_modules/forever-agent/README.md lib/node_modules/npm/node_modules/request/node_modules/forever-agent/index.js @@ -926,63 +940,36 @@ lib/node_modules/npm/node_modules/request/node_modules/qs/.npmignore lib/node_modules/npm/node_modules/request/node_modules/qs/Readme.md lib/node_modules/npm/node_modules/request/node_modules/qs/index.js lib/node_modules/npm/node_modules/request/node_modules/qs/package.json +lib/node_modules/npm/node_modules/request/node_modules/tough-cookie/.jshintrc +lib/node_modules/npm/node_modules/request/node_modules/tough-cookie/.npmignore +lib/node_modules/npm/node_modules/request/node_modules/tough-cookie/LICENSE +lib/node_modules/npm/node_modules/request/node_modules/tough-cookie/README.md +lib/node_modules/npm/node_modules/request/node_modules/tough-cookie/generate-pubsuffix.js +lib/node_modules/npm/node_modules/request/node_modules/tough-cookie/lib/cookie.js +lib/node_modules/npm/node_modules/request/node_modules/tough-cookie/lib/memstore.js +lib/node_modules/npm/node_modules/request/node_modules/tough-cookie/lib/pubsuffix.js +lib/node_modules/npm/node_modules/request/node_modules/tough-cookie/node_modules/punycode/LICENSE-GPL.txt +lib/node_modules/npm/node_modules/request/node_modules/tough-cookie/node_modules/punycode/LICENSE-MIT.txt +lib/node_modules/npm/node_modules/request/node_modules/tough-cookie/node_modules/punycode/package.json +lib/node_modules/npm/node_modules/request/node_modules/tough-cookie/node_modules/punycode/punycode.js +lib/node_modules/npm/node_modules/request/node_modules/tough-cookie/node_modules/punycode/punycode.min.js +lib/node_modules/npm/node_modules/request/node_modules/tough-cookie/node_modules/punycode/vendor/docdown/LICENSE.txt +lib/node_modules/npm/node_modules/request/node_modules/tough-cookie/node_modules/punycode/vendor/docdown/README.md +lib/node_modules/npm/node_modules/request/node_modules/tough-cookie/node_modules/punycode/vendor/docdown/doc/README.md +lib/node_modules/npm/node_modules/request/node_modules/tough-cookie/node_modules/punycode/vendor/docdown/doc/parse.php +lib/node_modules/npm/node_modules/request/node_modules/tough-cookie/node_modules/punycode/vendor/docdown/docdown.php +lib/node_modules/npm/node_modules/request/node_modules/tough-cookie/node_modules/punycode/vendor/docdown/src/DocDown/Alias.php +lib/node_modules/npm/node_modules/request/node_modules/tough-cookie/node_modules/punycode/vendor/docdown/src/DocDown/Entry.php +lib/node_modules/npm/node_modules/request/node_modules/tough-cookie/node_modules/punycode/vendor/docdown/src/DocDown/Generator.php +lib/node_modules/npm/node_modules/request/node_modules/tough-cookie/package.json +lib/node_modules/npm/node_modules/request/node_modules/tough-cookie/public-suffix.txt +lib/node_modules/npm/node_modules/request/node_modules/tough-cookie/test.js lib/node_modules/npm/node_modules/request/node_modules/tunnel-agent/LICENSE lib/node_modules/npm/node_modules/request/node_modules/tunnel-agent/README.md lib/node_modules/npm/node_modules/request/node_modules/tunnel-agent/index.js lib/node_modules/npm/node_modules/request/node_modules/tunnel-agent/package.json lib/node_modules/npm/node_modules/request/package.json lib/node_modules/npm/node_modules/request/request.js -lib/node_modules/npm/node_modules/request/tests/googledoodle.jpg -lib/node_modules/npm/node_modules/request/tests/run.js -lib/node_modules/npm/node_modules/request/tests/server.js -lib/node_modules/npm/node_modules/request/tests/squid.conf -lib/node_modules/npm/node_modules/request/tests/ssl/ca/ca.cnf -lib/node_modules/npm/node_modules/request/tests/ssl/ca/ca.crl -lib/node_modules/npm/node_modules/request/tests/ssl/ca/ca.crt -lib/node_modules/npm/node_modules/request/tests/ssl/ca/ca.csr -lib/node_modules/npm/node_modules/request/tests/ssl/ca/ca.key -lib/node_modules/npm/node_modules/request/tests/ssl/ca/ca.srl -lib/node_modules/npm/node_modules/request/tests/ssl/ca/server.cnf -lib/node_modules/npm/node_modules/request/tests/ssl/ca/server.crt -lib/node_modules/npm/node_modules/request/tests/ssl/ca/server.csr -lib/node_modules/npm/node_modules/request/tests/ssl/ca/server.js -lib/node_modules/npm/node_modules/request/tests/ssl/ca/server.key -lib/node_modules/npm/node_modules/request/tests/ssl/npm-ca.crt -lib/node_modules/npm/node_modules/request/tests/ssl/test.crt -lib/node_modules/npm/node_modules/request/tests/ssl/test.key -lib/node_modules/npm/node_modules/request/tests/test-agentOptions.js -lib/node_modules/npm/node_modules/request/tests/test-basic-auth.js -lib/node_modules/npm/node_modules/request/tests/test-body.js -lib/node_modules/npm/node_modules/request/tests/test-defaults.js -lib/node_modules/npm/node_modules/request/tests/test-digest-auth.js -lib/node_modules/npm/node_modules/request/tests/test-emptyBody.js -lib/node_modules/npm/node_modules/request/tests/test-errors.js -lib/node_modules/npm/node_modules/request/tests/test-follow-all-303.js -lib/node_modules/npm/node_modules/request/tests/test-follow-all.js -lib/node_modules/npm/node_modules/request/tests/test-form.js -lib/node_modules/npm/node_modules/request/tests/test-hawk.js -lib/node_modules/npm/node_modules/request/tests/test-headers.js -lib/node_modules/npm/node_modules/request/tests/test-http-signature.js -lib/node_modules/npm/node_modules/request/tests/test-httpModule.js -lib/node_modules/npm/node_modules/request/tests/test-https-strict.js -lib/node_modules/npm/node_modules/request/tests/test-https.js -lib/node_modules/npm/node_modules/request/tests/test-isUrl.js -lib/node_modules/npm/node_modules/request/tests/test-localAddress.js -lib/node_modules/npm/node_modules/request/tests/test-oauth.js -lib/node_modules/npm/node_modules/request/tests/test-onelineproxy.js -lib/node_modules/npm/node_modules/request/tests/test-params.js -lib/node_modules/npm/node_modules/request/tests/test-piped-redirect.js -lib/node_modules/npm/node_modules/request/tests/test-pipes.js -lib/node_modules/npm/node_modules/request/tests/test-pool.js -lib/node_modules/npm/node_modules/request/tests/test-protocol-changing-redirect.js -lib/node_modules/npm/node_modules/request/tests/test-proxy.js -lib/node_modules/npm/node_modules/request/tests/test-qs.js -lib/node_modules/npm/node_modules/request/tests/test-redirect.js -lib/node_modules/npm/node_modules/request/tests/test-s3.js -lib/node_modules/npm/node_modules/request/tests/test-timeout.js -lib/node_modules/npm/node_modules/request/tests/test-toJSON.js -lib/node_modules/npm/node_modules/request/tests/test-tunnel.js -lib/node_modules/npm/node_modules/request/tests/unicycle.jpg lib/node_modules/npm/node_modules/retry/.npmignore lib/node_modules/npm/node_modules/retry/License lib/node_modules/npm/node_modules/retry/Makefile @@ -1063,6 +1050,16 @@ lib/node_modules/npm/node_modules/tar/lib/pack.js lib/node_modules/npm/node_modules/tar/lib/parse.js lib/node_modules/npm/node_modules/tar/package.json lib/node_modules/npm/node_modules/tar/tar.js +lib/node_modules/npm/node_modules/text-table/.travis.yml +lib/node_modules/npm/node_modules/text-table/LICENSE +lib/node_modules/npm/node_modules/text-table/example/align.js +lib/node_modules/npm/node_modules/text-table/example/center.js +lib/node_modules/npm/node_modules/text-table/example/dotalign.js +lib/node_modules/npm/node_modules/text-table/example/doubledot.js +lib/node_modules/npm/node_modules/text-table/example/table.js +lib/node_modules/npm/node_modules/text-table/index.js +lib/node_modules/npm/node_modules/text-table/package.json +lib/node_modules/npm/node_modules/text-table/readme.markdown lib/node_modules/npm/node_modules/uid-number/LICENCE lib/node_modules/npm/node_modules/uid-number/README.md lib/node_modules/npm/node_modules/uid-number/get-uid-gid.js diff --git a/lang/nodejs/distinfo b/lang/nodejs/distinfo index 796464d2edd..bb9c2ea20cd 100644 --- a/lang/nodejs/distinfo +++ b/lang/nodejs/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.12 2013/10/02 09:58:21 fhajny Exp $ +$NetBSD: distinfo,v 1.13 2013/12/12 11:52:37 jperkin Exp $ -SHA1 (node-v0.10.20.tar.gz) = d8777ac318627c1413f01358ea5c455f0f86e4b5 -RMD160 (node-v0.10.20.tar.gz) = b8221d9af6a6b8397bd80ecd2b8aec565694d258 -Size (node-v0.10.20.tar.gz) = 13633041 bytes +SHA1 (node-v0.10.23.tar.gz) = 8717942d1bdfa8902ce65cd33b4293d16b486c64 +RMD160 (node-v0.10.23.tar.gz) = 7e2104e6aef584d53a2e6e2d4fd61cfbe2d34f7a +Size (node-v0.10.23.tar.gz) = 13742607 bytes SHA1 (patch-common.gypi) = 0cffd29138431c982d9030b414cc26acd9407fbc SHA1 (patch-deps_cares_cares.gyp) = 2235eb44bc984fa2e745fdf1786f1ae6de6ef80f SHA1 (patch-deps_npm_node__modules_node-gyp_gyp_pylib_gyp_generator_make.py) = 78d6ddd37ae30e869e0da666a78baad86a638c50 @@ -11,5 +11,5 @@ SHA1 (patch-deps_uv_src_unix_netbsd.c) = c1d58eabed1c396b8d9455e3d54c88907ffd7be SHA1 (patch-deps_uv_src_unix_thread.c) = 13172adf2407eb40362cb4480a768816a7d98961 SHA1 (patch-deps_v8_tools_gyp_v8.gyp) = 8602b7858d2d238a165554dfb1feaeec31babfe9 SHA1 (patch-tools_gyp_pylib_gyp_common.py) = 132008f362ea696e43a4d19bf9d8a0ac754ef55c -SHA1 (patch-tools_gyp_pylib_gyp_generator_make.py) = c0f30e45f36213bd256e36eb4deae10a0530ef78 +SHA1 (patch-tools_gyp_pylib_gyp_generator_make.py) = be3cc1aaa85c3d59b6f2758df813cb5ad8d8f74e SHA1 (patch-tools_install.py) = 8f19cef5b4c90a752dd2c7550e9b70aa78d3c292 diff --git a/lang/nodejs/patches/patch-tools_gyp_pylib_gyp_generator_make.py b/lang/nodejs/patches/patch-tools_gyp_pylib_gyp_generator_make.py index abe8f9ed1e8..e61e48b4d9d 100644 --- a/lang/nodejs/patches/patch-tools_gyp_pylib_gyp_generator_make.py +++ b/lang/nodejs/patches/patch-tools_gyp_pylib_gyp_generator_make.py @@ -1,11 +1,11 @@ -$NetBSD: patch-tools_gyp_pylib_gyp_generator_make.py,v 1.2 2013/06/26 11:53:02 jperkin Exp $ +$NetBSD: patch-tools_gyp_pylib_gyp_generator_make.py,v 1.3 2013/12/12 11:52:37 jperkin Exp $ Add support for NetBSD and DragonFly. Ensure we use the system libtool on OSX. ---- tools/gyp/pylib/gyp/generator/make.py.orig 2013-06-13 17:35:30.000000000 +0000 +--- tools/gyp/pylib/gyp/generator/make.py.orig 2013-12-12 05:20:06.000000000 +0000 +++ tools/gyp/pylib/gyp/generator/make.py -@@ -161,7 +161,7 @@ cmd_solink_module = $(LINK.$(TOOLSET)) - +@@ -174,7 +174,7 @@ cmd_solink_module = $(LINK.$(TOOLSET)) - LINK_COMMANDS_MAC = """\ quiet_cmd_alink = LIBTOOL-STATIC $@ @@ -14,9 +14,9 @@ Ensure we use the system libtool on OSX. quiet_cmd_link = LINK($(TOOLSET)) $@ cmd_link = $(LINK.$(TOOLSET)) $(GYP_LDFLAGS) $(LDFLAGS.$(TOOLSET)) -o "$@" $(LD_INPUTS) $(LIBS) -@@ -1984,7 +1984,7 @@ def GenerateOutput(target_list, target_d +@@ -2012,7 +2012,7 @@ def GenerateOutput(target_list, target_d + 'flock': './gyp-flock-tool flock', 'flock_index': 2, - 'extra_commands': SHARED_HEADER_SUN_COMMANDS, }) - elif flavor == 'freebsd': + elif flavor == 'freebsd' or flavor == 'dragonflybsd' or flavor == 'netbsd': |