From 9fa9c189b8008a14da7b260ecf535c25660b5dc3 Mon Sep 17 00:00:00 2001 From: crazy-max Date: Wed, 22 Mar 2017 14:24:37 +0100 Subject: [PATCH] New bundles : 4.8.1, 6.10.1, 7.7.4 (Issue crazy-max/neard#236) --- CHANGELOG.md | 4 ++++ bin/nodejs4.8.1/etc/.npmignore | 1 + bin/nodejs4.8.1/etc/npmrc | 5 +++++ bin/nodejs4.8.1/etc/npmrc.nrd | 5 +++++ bin/nodejs4.8.1/launch.bat | 12 ++++++++++++ bin/nodejs4.8.1/neard.conf | 8 ++++++++ bin/nodejs4.8.1/node_modules/npm/npmrc | 1 + bin/nodejs4.8.1/node_modules/npm/npmrc.nrd | 1 + bin/nodejs6.10.1/etc/.npmignore | 1 + bin/nodejs6.10.1/etc/npmrc | 5 +++++ bin/nodejs6.10.1/etc/npmrc.nrd | 5 +++++ bin/nodejs6.10.1/launch.bat | 12 ++++++++++++ bin/nodejs6.10.1/neard.conf | 8 ++++++++ bin/nodejs6.10.1/node_modules/npm/npmrc | 1 + bin/nodejs6.10.1/node_modules/npm/npmrc.nrd | 1 + bin/nodejs7.7.4/etc/.npmignore | 1 + bin/nodejs7.7.4/etc/npmrc | 5 +++++ bin/nodejs7.7.4/etc/npmrc.nrd | 5 +++++ bin/nodejs7.7.4/launch.bat | 12 ++++++++++++ bin/nodejs7.7.4/neard.conf | 8 ++++++++ bin/nodejs7.7.4/node_modules/npm/npmrc | 1 + bin/nodejs7.7.4/node_modules/npm/npmrc.nrd | 1 + build.properties | 2 +- releases.properties | 3 +++ 24 files changed, 107 insertions(+), 1 deletion(-) create mode 100644 bin/nodejs4.8.1/etc/.npmignore create mode 100644 bin/nodejs4.8.1/etc/npmrc create mode 100644 bin/nodejs4.8.1/etc/npmrc.nrd create mode 100644 bin/nodejs4.8.1/launch.bat create mode 100644 bin/nodejs4.8.1/neard.conf create mode 100644 bin/nodejs4.8.1/node_modules/npm/npmrc create mode 100644 bin/nodejs4.8.1/node_modules/npm/npmrc.nrd create mode 100644 bin/nodejs6.10.1/etc/.npmignore create mode 100644 bin/nodejs6.10.1/etc/npmrc create mode 100644 bin/nodejs6.10.1/etc/npmrc.nrd create mode 100644 bin/nodejs6.10.1/launch.bat create mode 100644 bin/nodejs6.10.1/neard.conf create mode 100644 bin/nodejs6.10.1/node_modules/npm/npmrc create mode 100644 bin/nodejs6.10.1/node_modules/npm/npmrc.nrd create mode 100644 bin/nodejs7.7.4/etc/.npmignore create mode 100644 bin/nodejs7.7.4/etc/npmrc create mode 100644 bin/nodejs7.7.4/etc/npmrc.nrd create mode 100644 bin/nodejs7.7.4/launch.bat create mode 100644 bin/nodejs7.7.4/neard.conf create mode 100644 bin/nodejs7.7.4/node_modules/npm/npmrc create mode 100644 bin/nodejs7.7.4/node_modules/npm/npmrc.nrd diff --git a/CHANGELOG.md b/CHANGELOG.md index 879779e8..f9dda17f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## r11 (2017/03/22) + +* New bundles : 4.8.1, 6.10.1, 7.7.4 (Issue crazy-max/neard#236) + ## r10 (2017/03/12) * New bundles : 4.8.0, 6.10.0, 7.7.2 (Issue crazy-max/neard#232) diff --git a/bin/nodejs4.8.1/etc/.npmignore b/bin/nodejs4.8.1/etc/.npmignore new file mode 100644 index 00000000..d3f5a12f --- /dev/null +++ b/bin/nodejs4.8.1/etc/.npmignore @@ -0,0 +1 @@ + diff --git a/bin/nodejs4.8.1/etc/npmrc b/bin/nodejs4.8.1/etc/npmrc new file mode 100644 index 00000000..59a6c91c --- /dev/null +++ b/bin/nodejs4.8.1/etc/npmrc @@ -0,0 +1,5 @@ +cache = ~NEARD_WIN_PATH~\tmp\npm-cache +globalconfig = ~NEARD_WIN_PATH~\bin\nodejs\nodejs4.8.1\etc\npmrc +globalignorefile = ~NEARD_WIN_PATH~\bin\nodejs\nodejs4.8.1\etc\.npmignore +init-module = ~NEARD_WIN_PATH~\bin\nodejs\nodejs4.8.1\etc\.npm-init.js +userconfig = ~NEARD_WIN_PATH~\bin\nodejs\nodejs4.8.1\etc\npmrc diff --git a/bin/nodejs4.8.1/etc/npmrc.nrd b/bin/nodejs4.8.1/etc/npmrc.nrd new file mode 100644 index 00000000..59a6c91c --- /dev/null +++ b/bin/nodejs4.8.1/etc/npmrc.nrd @@ -0,0 +1,5 @@ +cache = ~NEARD_WIN_PATH~\tmp\npm-cache +globalconfig = ~NEARD_WIN_PATH~\bin\nodejs\nodejs4.8.1\etc\npmrc +globalignorefile = ~NEARD_WIN_PATH~\bin\nodejs\nodejs4.8.1\etc\.npmignore +init-module = ~NEARD_WIN_PATH~\bin\nodejs\nodejs4.8.1\etc\.npm-init.js +userconfig = ~NEARD_WIN_PATH~\bin\nodejs\nodejs4.8.1\etc\npmrc diff --git a/bin/nodejs4.8.1/launch.bat b/bin/nodejs4.8.1/launch.bat new file mode 100644 index 00000000..62238ad6 --- /dev/null +++ b/bin/nodejs4.8.1/launch.bat @@ -0,0 +1,12 @@ +@ECHO OFF +SETLOCAL EnableDelayedExpansion + +SET NEARD_NODEJS_PATH=%~dp0 +SET NEARD_NODEJS_PATH=!NEARD_NODEJS_PATH:~0,-1! +SET NEARD_NODEJS_NPM_PATH=%NEARD_NODEJS_PATH%\node_modules\npm +SET NEARD_NODEJS_CONFIG_PATH=%NEARD_NODEJS_NPM_PATH%\npmrc +ECHO prefix = %NEARD_NODEJS_PATH%>%NEARD_NODEJS_CONFIG_PATH% + +"%NEARD_NODEJS_PATH%\nodevars.bat" & "%NEARD_NODEJS_PATH%\npm" config set globalconfig "%NEARD_NODEJS_CONFIG_PATH%" --global + +ENDLOCAL \ No newline at end of file diff --git a/bin/nodejs4.8.1/neard.conf b/bin/nodejs4.8.1/neard.conf new file mode 100644 index 00000000..408ffd6e --- /dev/null +++ b/bin/nodejs4.8.1/neard.conf @@ -0,0 +1,8 @@ +nodejsVersion = "4.8.1" +nodejsExe = "node.exe" +nodejsVars = "nodevars.bat" +nodejsNpm = "npm.cmd" +nodejsLaunch = "launch.bat" +nodejsConf = "node_modules/npm/npmrc" + +bundleRelease = "@RELEASE_VERSION@" diff --git a/bin/nodejs4.8.1/node_modules/npm/npmrc b/bin/nodejs4.8.1/node_modules/npm/npmrc new file mode 100644 index 00000000..c07e9070 --- /dev/null +++ b/bin/nodejs4.8.1/node_modules/npm/npmrc @@ -0,0 +1 @@ +prefix = ~NEARD_WIN_PATH~\bin\nodejs\nodejs4.8.1\ diff --git a/bin/nodejs4.8.1/node_modules/npm/npmrc.nrd b/bin/nodejs4.8.1/node_modules/npm/npmrc.nrd new file mode 100644 index 00000000..c07e9070 --- /dev/null +++ b/bin/nodejs4.8.1/node_modules/npm/npmrc.nrd @@ -0,0 +1 @@ +prefix = ~NEARD_WIN_PATH~\bin\nodejs\nodejs4.8.1\ diff --git a/bin/nodejs6.10.1/etc/.npmignore b/bin/nodejs6.10.1/etc/.npmignore new file mode 100644 index 00000000..d3f5a12f --- /dev/null +++ b/bin/nodejs6.10.1/etc/.npmignore @@ -0,0 +1 @@ + diff --git a/bin/nodejs6.10.1/etc/npmrc b/bin/nodejs6.10.1/etc/npmrc new file mode 100644 index 00000000..977afdba --- /dev/null +++ b/bin/nodejs6.10.1/etc/npmrc @@ -0,0 +1,5 @@ +cache = ~NEARD_WIN_PATH~\tmp\npm-cache +globalconfig = ~NEARD_WIN_PATH~\bin\nodejs\nodejs6.10.1\etc\npmrc +globalignorefile = ~NEARD_WIN_PATH~\bin\nodejs\nodejs6.10.1\etc\.npmignore +init-module = ~NEARD_WIN_PATH~\bin\nodejs\nodejs6.10.1\etc\.npm-init.js +userconfig = ~NEARD_WIN_PATH~\bin\nodejs\nodejs6.10.1\etc\npmrc diff --git a/bin/nodejs6.10.1/etc/npmrc.nrd b/bin/nodejs6.10.1/etc/npmrc.nrd new file mode 100644 index 00000000..977afdba --- /dev/null +++ b/bin/nodejs6.10.1/etc/npmrc.nrd @@ -0,0 +1,5 @@ +cache = ~NEARD_WIN_PATH~\tmp\npm-cache +globalconfig = ~NEARD_WIN_PATH~\bin\nodejs\nodejs6.10.1\etc\npmrc +globalignorefile = ~NEARD_WIN_PATH~\bin\nodejs\nodejs6.10.1\etc\.npmignore +init-module = ~NEARD_WIN_PATH~\bin\nodejs\nodejs6.10.1\etc\.npm-init.js +userconfig = ~NEARD_WIN_PATH~\bin\nodejs\nodejs6.10.1\etc\npmrc diff --git a/bin/nodejs6.10.1/launch.bat b/bin/nodejs6.10.1/launch.bat new file mode 100644 index 00000000..62238ad6 --- /dev/null +++ b/bin/nodejs6.10.1/launch.bat @@ -0,0 +1,12 @@ +@ECHO OFF +SETLOCAL EnableDelayedExpansion + +SET NEARD_NODEJS_PATH=%~dp0 +SET NEARD_NODEJS_PATH=!NEARD_NODEJS_PATH:~0,-1! +SET NEARD_NODEJS_NPM_PATH=%NEARD_NODEJS_PATH%\node_modules\npm +SET NEARD_NODEJS_CONFIG_PATH=%NEARD_NODEJS_NPM_PATH%\npmrc +ECHO prefix = %NEARD_NODEJS_PATH%>%NEARD_NODEJS_CONFIG_PATH% + +"%NEARD_NODEJS_PATH%\nodevars.bat" & "%NEARD_NODEJS_PATH%\npm" config set globalconfig "%NEARD_NODEJS_CONFIG_PATH%" --global + +ENDLOCAL \ No newline at end of file diff --git a/bin/nodejs6.10.1/neard.conf b/bin/nodejs6.10.1/neard.conf new file mode 100644 index 00000000..0a010683 --- /dev/null +++ b/bin/nodejs6.10.1/neard.conf @@ -0,0 +1,8 @@ +nodejsVersion = "6.10.1" +nodejsExe = "node.exe" +nodejsVars = "nodevars.bat" +nodejsNpm = "npm.cmd" +nodejsLaunch = "launch.bat" +nodejsConf = "node_modules/npm/npmrc" + +bundleRelease = "@RELEASE_VERSION@" diff --git a/bin/nodejs6.10.1/node_modules/npm/npmrc b/bin/nodejs6.10.1/node_modules/npm/npmrc new file mode 100644 index 00000000..2f1c3ad1 --- /dev/null +++ b/bin/nodejs6.10.1/node_modules/npm/npmrc @@ -0,0 +1 @@ +prefix = ~NEARD_WIN_PATH~\bin\nodejs\nodejs6.10.1\ diff --git a/bin/nodejs6.10.1/node_modules/npm/npmrc.nrd b/bin/nodejs6.10.1/node_modules/npm/npmrc.nrd new file mode 100644 index 00000000..2f1c3ad1 --- /dev/null +++ b/bin/nodejs6.10.1/node_modules/npm/npmrc.nrd @@ -0,0 +1 @@ +prefix = ~NEARD_WIN_PATH~\bin\nodejs\nodejs6.10.1\ diff --git a/bin/nodejs7.7.4/etc/.npmignore b/bin/nodejs7.7.4/etc/.npmignore new file mode 100644 index 00000000..d3f5a12f --- /dev/null +++ b/bin/nodejs7.7.4/etc/.npmignore @@ -0,0 +1 @@ + diff --git a/bin/nodejs7.7.4/etc/npmrc b/bin/nodejs7.7.4/etc/npmrc new file mode 100644 index 00000000..dfdf17e0 --- /dev/null +++ b/bin/nodejs7.7.4/etc/npmrc @@ -0,0 +1,5 @@ +cache = ~NEARD_WIN_PATH~\tmp\npm-cache +globalconfig = ~NEARD_WIN_PATH~\bin\nodejs\nodejs7.7.4\etc\npmrc +globalignorefile = ~NEARD_WIN_PATH~\bin\nodejs\nodejs7.7.4\etc\.npmignore +init-module = ~NEARD_WIN_PATH~\bin\nodejs\nodejs7.7.4\etc\.npm-init.js +userconfig = ~NEARD_WIN_PATH~\bin\nodejs\nodejs7.7.4\etc\npmrc diff --git a/bin/nodejs7.7.4/etc/npmrc.nrd b/bin/nodejs7.7.4/etc/npmrc.nrd new file mode 100644 index 00000000..dfdf17e0 --- /dev/null +++ b/bin/nodejs7.7.4/etc/npmrc.nrd @@ -0,0 +1,5 @@ +cache = ~NEARD_WIN_PATH~\tmp\npm-cache +globalconfig = ~NEARD_WIN_PATH~\bin\nodejs\nodejs7.7.4\etc\npmrc +globalignorefile = ~NEARD_WIN_PATH~\bin\nodejs\nodejs7.7.4\etc\.npmignore +init-module = ~NEARD_WIN_PATH~\bin\nodejs\nodejs7.7.4\etc\.npm-init.js +userconfig = ~NEARD_WIN_PATH~\bin\nodejs\nodejs7.7.4\etc\npmrc diff --git a/bin/nodejs7.7.4/launch.bat b/bin/nodejs7.7.4/launch.bat new file mode 100644 index 00000000..62238ad6 --- /dev/null +++ b/bin/nodejs7.7.4/launch.bat @@ -0,0 +1,12 @@ +@ECHO OFF +SETLOCAL EnableDelayedExpansion + +SET NEARD_NODEJS_PATH=%~dp0 +SET NEARD_NODEJS_PATH=!NEARD_NODEJS_PATH:~0,-1! +SET NEARD_NODEJS_NPM_PATH=%NEARD_NODEJS_PATH%\node_modules\npm +SET NEARD_NODEJS_CONFIG_PATH=%NEARD_NODEJS_NPM_PATH%\npmrc +ECHO prefix = %NEARD_NODEJS_PATH%>%NEARD_NODEJS_CONFIG_PATH% + +"%NEARD_NODEJS_PATH%\nodevars.bat" & "%NEARD_NODEJS_PATH%\npm" config set globalconfig "%NEARD_NODEJS_CONFIG_PATH%" --global + +ENDLOCAL \ No newline at end of file diff --git a/bin/nodejs7.7.4/neard.conf b/bin/nodejs7.7.4/neard.conf new file mode 100644 index 00000000..5e399bba --- /dev/null +++ b/bin/nodejs7.7.4/neard.conf @@ -0,0 +1,8 @@ +nodejsVersion = "7.7.4" +nodejsExe = "node.exe" +nodejsVars = "nodevars.bat" +nodejsNpm = "npm.cmd" +nodejsLaunch = "launch.bat" +nodejsConf = "node_modules/npm/npmrc" + +bundleRelease = "@RELEASE_VERSION@" diff --git a/bin/nodejs7.7.4/node_modules/npm/npmrc b/bin/nodejs7.7.4/node_modules/npm/npmrc new file mode 100644 index 00000000..bcbb49cd --- /dev/null +++ b/bin/nodejs7.7.4/node_modules/npm/npmrc @@ -0,0 +1 @@ +prefix = ~NEARD_WIN_PATH~\bin\nodejs\nodejs7.7.4\ diff --git a/bin/nodejs7.7.4/node_modules/npm/npmrc.nrd b/bin/nodejs7.7.4/node_modules/npm/npmrc.nrd new file mode 100644 index 00000000..bcbb49cd --- /dev/null +++ b/bin/nodejs7.7.4/node_modules/npm/npmrc.nrd @@ -0,0 +1 @@ +prefix = ~NEARD_WIN_PATH~\bin\nodejs\nodejs7.7.4\ diff --git a/build.properties b/build.properties index b5526316..3b9a15fc 100644 --- a/build.properties +++ b/build.properties @@ -1,5 +1,5 @@ bundle.name = nodejs -bundle.release = r10 +bundle.release = r11 bundle.type = bins bundle.format = 7z diff --git a/releases.properties b/releases.properties index 8c9ea608..8f636d5d 100644 --- a/releases.properties +++ b/releases.properties @@ -23,6 +23,7 @@ 4.7.0 = https://github.com/crazy-max/neard-bin-nodejs/releases/download/r8/neard-nodejs-4.7.0-r8.7z 4.7.2 = https://github.com/crazy-max/neard-bin-nodejs/releases/download/r9/neard-nodejs-4.7.2-r9.7z 4.8.0 = https://github.com/crazy-max/neard-bin-nodejs/releases/download/r10/neard-nodejs-4.8.0-r10.7z +4.8.1 = https://github.com/crazy-max/neard-bin-nodejs/releases/download/r11/neard-nodejs-4.8.1-r11.7z 5.1.1 = https://github.com/crazy-max/neard-bin-nodejs/releases/download/r2/neard-nodejs-5.1.1-r2.zip 5.5.0 = https://github.com/crazy-max/neard-bin-nodejs/releases/download/r2/neard-nodejs-5.5.0-r2.zip 5.10.1 = https://github.com/crazy-max/neard-bin-nodejs/releases/download/r3/neard-nodejs-5.10.1-r3.7z @@ -35,7 +36,9 @@ 6.9.2 = https://github.com/crazy-max/neard-bin-nodejs/releases/download/r8/neard-nodejs-6.9.2-r8.7z 6.9.4 = https://github.com/crazy-max/neard-bin-nodejs/releases/download/r9/neard-nodejs-6.9.4-r9.7z 6.10.0 = https://github.com/crazy-max/neard-bin-nodejs/releases/download/r10/neard-nodejs-6.10.0-r10.7z +6.10.1 = https://github.com/crazy-max/neard-bin-nodejs/releases/download/r11/neard-nodejs-6.10.1-r11.7z 7.2.0 = https://github.com/crazy-max/neard-bin-nodejs/releases/download/r7/neard-nodejs-7.2.0-r7.7z 7.2.1 = https://github.com/crazy-max/neard-bin-nodejs/releases/download/r8/neard-nodejs-7.2.1-r8.7z 7.4.0 = https://github.com/crazy-max/neard-bin-nodejs/releases/download/r9/neard-nodejs-7.4.0-r9.7z 7.7.2 = https://github.com/crazy-max/neard-bin-nodejs/releases/download/r10/neard-nodejs-7.7.2-r10.7z +7.7.4 = https://github.com/crazy-max/neard-bin-nodejs/releases/download/r11/neard-nodejs-7.7.4-r11.7z