Skip to content

Commit

Permalink
Merge branch 'master' of github.com:joyent/pkgsrc-joyent
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Perkin committed Jun 17, 2014
2 parents 1f5e2b8 + 5a64930 commit 8d24d38
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 11 deletions.
2 changes: 1 addition & 1 deletion node010/Makefile
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.14 2013/12/12 11:53:38 jperkin Exp $
#

DISTNAME= node-v0.10.28
DISTNAME= node-v0.10.29
CATEGORIES= devel
MASTER_SITES= http://nodejs.org/dist/${DISTNAME:S/node-//}/
PKGNAME= ${DISTNAME:S/-v/js-/}
Expand Down
38 changes: 35 additions & 3 deletions node010/PLIST
Expand Up @@ -31,6 +31,7 @@ include/node/zconf.h
include/node/zlib.h
lib/dtrace/node.d
lib/node_modules/npm/.npmignore
lib/node_modules/npm/.npmrc
lib/node_modules/npm/.tern-project
lib/node_modules/npm/.travis.yml
lib/node_modules/npm/AUTHORS
Expand All @@ -48,6 +49,7 @@ lib/node_modules/npm/cli.js
lib/node_modules/npm/configure
lib/node_modules/npm/doc/api/npm-bin.md
lib/node_modules/npm/doc/api/npm-bugs.md
lib/node_modules/npm/doc/api/npm-cache.md
lib/node_modules/npm/doc/api/npm-commands.md
lib/node_modules/npm/doc/api/npm-config.md
lib/node_modules/npm/doc/api/npm-deprecate.md
Expand Down Expand Up @@ -148,6 +150,7 @@ lib/node_modules/npm/doc/misc/semver.md
lib/node_modules/npm/html/doc/README.html
lib/node_modules/npm/html/doc/api/npm-bin.html
lib/node_modules/npm/html/doc/api/npm-bugs.html
lib/node_modules/npm/html/doc/api/npm-cache.html
lib/node_modules/npm/html/doc/api/npm-commands.html
lib/node_modules/npm/html/doc/api/npm-config.html
lib/node_modules/npm/html/doc/api/npm-deprecate.html
Expand Down Expand Up @@ -259,6 +262,13 @@ lib/node_modules/npm/lib/bin.js
lib/node_modules/npm/lib/bugs.js
lib/node_modules/npm/lib/build.js
lib/node_modules/npm/lib/cache.js
lib/node_modules/npm/lib/cache/add-local-tarball.js
lib/node_modules/npm/lib/cache/add-local.js
lib/node_modules/npm/lib/cache/add-named.js
lib/node_modules/npm/lib/cache/add-remote-git.js
lib/node_modules/npm/lib/cache/add-remote-tarball.js
lib/node_modules/npm/lib/cache/get-stat.js
lib/node_modules/npm/lib/cache/maybe-github.js
lib/node_modules/npm/lib/completion.js
lib/node_modules/npm/lib/config.js
lib/node_modules/npm/lib/dedupe.js
Expand Down Expand Up @@ -305,13 +315,14 @@ lib/node_modules/npm/lib/utils/completion.sh
lib/node_modules/npm/lib/utils/completion/file-completion.js
lib/node_modules/npm/lib/utils/completion/installed-deep.js
lib/node_modules/npm/lib/utils/completion/installed-shallow.js
lib/node_modules/npm/lib/utils/depr-check.js
lib/node_modules/npm/lib/utils/error-handler.js
lib/node_modules/npm/lib/utils/fetch.js
lib/node_modules/npm/lib/utils/find-prefix.js
lib/node_modules/npm/lib/utils/gently-rm.js
lib/node_modules/npm/lib/utils/is-git-url.js
lib/node_modules/npm/lib/utils/lifecycle.js
lib/node_modules/npm/lib/utils/link.js
lib/node_modules/npm/lib/utils/locker.js
lib/node_modules/npm/lib/utils/tar.js
lib/node_modules/npm/lib/version.js
lib/node_modules/npm/lib/view.js
Expand Down Expand Up @@ -369,6 +380,7 @@ lib/node_modules/npm/man/man1/npm-whoami.1
lib/node_modules/npm/man/man1/npm.1
lib/node_modules/npm/man/man3/npm-bin.3
lib/node_modules/npm/man/man3/npm-bugs.3
lib/node_modules/npm/man/man3/npm-cache.3
lib/node_modules/npm/man/man3/npm-commands.3
lib/node_modules/npm/man/man3/npm-config.3
lib/node_modules/npm/man/man3/npm-deprecate.3
Expand Down Expand Up @@ -421,10 +433,12 @@ lib/node_modules/npm/man/man7/npm-registry.7
lib/node_modules/npm/man/man7/npm-scripts.7
lib/node_modules/npm/man/man7/removing-npm.7
lib/node_modules/npm/man/man7/semver.7
lib/node_modules/npm/node_modules/abbrev/CONTRIBUTING.md
lib/node_modules/npm/node_modules/abbrev/LICENSE
lib/node_modules/npm/node_modules/abbrev/README.md
lib/node_modules/npm/node_modules/abbrev/lib/abbrev.js
lib/node_modules/npm/node_modules/abbrev/abbrev.js
lib/node_modules/npm/node_modules/abbrev/package.json
lib/node_modules/npm/node_modules/abbrev/test.js
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
Expand Down Expand Up @@ -455,6 +469,10 @@ lib/node_modules/npm/node_modules/block-stream/bench/dropper-pause.js
lib/node_modules/npm/node_modules/block-stream/bench/dropper.js
lib/node_modules/npm/node_modules/block-stream/block-stream.js
lib/node_modules/npm/node_modules/block-stream/package.json
lib/node_modules/npm/node_modules/char-spinner/LICENSE
lib/node_modules/npm/node_modules/char-spinner/README.md
lib/node_modules/npm/node_modules/char-spinner/package.json
lib/node_modules/npm/node_modules/char-spinner/spin.js
lib/node_modules/npm/node_modules/child-process-close/README.md
lib/node_modules/npm/node_modules/child-process-close/index.js
lib/node_modules/npm/node_modules/child-process-close/package.json
Expand Down Expand Up @@ -550,12 +568,18 @@ lib/node_modules/npm/node_modules/graceful-fs/README.md
lib/node_modules/npm/node_modules/graceful-fs/graceful-fs.js
lib/node_modules/npm/node_modules/graceful-fs/package.json
lib/node_modules/npm/node_modules/graceful-fs/polyfills.js
lib/node_modules/npm/node_modules/inflight/LICENSE
lib/node_modules/npm/node_modules/inflight/README.md
lib/node_modules/npm/node_modules/inflight/inflight.js
lib/node_modules/npm/node_modules/inflight/package.json
lib/node_modules/npm/node_modules/inflight/test.js
lib/node_modules/npm/node_modules/inherits/LICENSE
lib/node_modules/npm/node_modules/inherits/README.md
lib/node_modules/npm/node_modules/inherits/inherits.js
lib/node_modules/npm/node_modules/inherits/inherits_browser.js
lib/node_modules/npm/node_modules/inherits/package.json
lib/node_modules/npm/node_modules/inherits/test.js
lib/node_modules/npm/node_modules/ini/.npmignore
lib/node_modules/npm/node_modules/ini/LICENSE
lib/node_modules/npm/node_modules/ini/README.md
lib/node_modules/npm/node_modules/ini/ini.js
Expand Down Expand Up @@ -699,6 +723,11 @@ lib/node_modules/npm/node_modules/nopt/bin/nopt.js
lib/node_modules/npm/node_modules/nopt/examples/my-program.js
lib/node_modules/npm/node_modules/nopt/lib/nopt.js
lib/node_modules/npm/node_modules/nopt/package.json
lib/node_modules/npm/node_modules/npm-cache-filename/LICENSE
lib/node_modules/npm/node_modules/npm-cache-filename/README.md
lib/node_modules/npm/node_modules/npm-cache-filename/index.js
lib/node_modules/npm/node_modules/npm-cache-filename/package.json
lib/node_modules/npm/node_modules/npm-cache-filename/test.js
lib/node_modules/npm/node_modules/npm-install-checks/LICENSE
lib/node_modules/npm/node_modules/npm-install-checks/README.md
lib/node_modules/npm/node_modules/npm-install-checks/index.js
Expand Down Expand Up @@ -729,6 +758,10 @@ lib/node_modules/npm/node_modules/npmconf/.npmignore
lib/node_modules/npm/node_modules/npmconf/LICENSE
lib/node_modules/npm/node_modules/npmconf/README.md
lib/node_modules/npm/node_modules/npmconf/config-defs.js
lib/node_modules/npm/node_modules/npmconf/lib/find-prefix.js
lib/node_modules/npm/node_modules/npmconf/lib/load-prefix.js
lib/node_modules/npm/node_modules/npmconf/lib/load-uid.js
lib/node_modules/npm/node_modules/npmconf/lib/set-user.js
lib/node_modules/npm/node_modules/npmconf/node_modules/config-chain/.npmignore
lib/node_modules/npm/node_modules/npmconf/node_modules/config-chain/LICENCE
lib/node_modules/npm/node_modules/npmconf/node_modules/config-chain/index.js
Expand Down Expand Up @@ -1110,7 +1143,6 @@ 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/LICENSE
lib/node_modules/npm/node_modules/uid-number/README.md
lib/node_modules/npm/node_modules/uid-number/get-uid-gid.js
Expand Down
6 changes: 3 additions & 3 deletions node010/distinfo
@@ -1,8 +1,8 @@
$NetBSD: distinfo,v 1.13 2013/12/12 11:52:37 jperkin Exp $

SHA1 (node-v0.10.28.tar.gz) = ef08a75f6359a16e672cae684e0804ca7f4554b7
RMD160 (node-v0.10.28.tar.gz) = 13e253b278e45e2bd5436932fcf834e665570583
Size (node-v0.10.28.tar.gz) = 13554081 bytes
SHA1 (node-v0.10.29.tar.gz) = 0d5dc62090404f7c903f29779295758935529242
RMD160 (node-v0.10.29.tar.gz) = 27548394b402a3dc4d599b51ea3cbcb25946f757
Size (node-v0.10.29.tar.gz) = 13480496 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
Expand Down
2 changes: 1 addition & 1 deletion node08/Makefile
@@ -1,7 +1,7 @@
# $NetBSD$
#

DISTNAME= node-v0.8.26
DISTNAME= node-v0.8.27
CATEGORIES= devel
MASTER_SITES= http://nodejs.org/dist/${DISTNAME:S/node-//}/
PKGNAME= ${DISTNAME:S/-v/js-/}
Expand Down
6 changes: 3 additions & 3 deletions node08/distinfo
@@ -1,8 +1,8 @@
$NetBSD$

SHA1 (node-v0.8.26.tar.gz) = 2ec960bcc8cd38da271f83c1b2007c12da5153b3
RMD160 (node-v0.8.26.tar.gz) = 06e106a6c404282ad6a64dbd96cf45316e954e5a
Size (node-v0.8.26.tar.gz) = 13198197 bytes
SHA1 (node-v0.8.27.tar.gz) = 13ebdc277c76732089982b29fb25941dbee5af3f
RMD160 (node-v0.8.27.tar.gz) = 1fa29bb02b8824533da98ff4686dc8840c4bd1e0
Size (node-v0.8.27.tar.gz) = 13201441 bytes
SHA1 (patch-common.gypi) = 427e299ec84722321240878e2e6df5860909ee16
SHA1 (patch-deps_uv_common.gypi) = 556d40673e4e2deff8ade09c03dec3c301ab3464
SHA1 (patch-deps_uv_src_unix_netbsd.c) = e812ed14e06350adde7aa6fd438c1aa6c9af1e73
Expand Down

0 comments on commit 8d24d38

Please sign in to comment.