Skip to content
This repository has been archived by the owner on Sep 10, 2023. It is now read-only.

Commit

Permalink
New bundles : 4.8.0, 6.10.0, 7.7.2 (Issue neard/neard#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Mar 12, 2017
1 parent 0fe237c commit 1f074f7
Show file tree
Hide file tree
Showing 25 changed files with 114 additions and 8 deletions.
16 changes: 10 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,24 @@
# Changelog

## r10 (2017/03/12)

* New bundles : 4.8.0, 6.10.0, 7.7.2 (Issue crazy-max/neard#232)

## r9 (2017/01/25)

* New bundles : 0.12.18, 4.7.2, 6.9.4, 7.4.0 (Issue #210)
* New bundles : 0.12.18, 4.7.2, 6.9.4, 7.4.0 (Issue crazy-max/neard#210)

## r8 (2016/12/19)

* New bundles : 4.7.0, 6.9.2, 7.2.1
* New bundles : 4.7.0, 6.9.2, 7.2.1 (Issue crazy-max/neard#200)

## r7 (2016/11/29)

* New bundles : 0.10.48, 0.12.17, 4.6.2, 6.9.1, 7.2.0
* New bundles : 0.10.48, 0.12.17, 4.6.2, 6.9.1, 7.2.0 (Issue crazy-max/neard#173)

## r6 (2016/10/11)

* New bundles : 0.10.47, 0.12.16, 4.6.0, 5.12.0, 6.7.0
* New bundles : 0.10.47, 0.12.16, 4.6.0, 5.12.0, 6.7.0 (Issue crazy-max/neard#119)

## r5 (2016/06/20)

Expand All @@ -23,7 +27,7 @@
## r4 (2016/05/10)

* New bundles : 0.10.45, 0.12.14, 4.4.4, 5.11.1, 6.1.0
* Support of Windows XP / Vista is dropped since 6.0 ([issue 108 on node.js repo](https://github.com/nodejs/node/issues/3804))
* Support of Windows XP / Vista is dropped since 6.0 (Issue nodejs/node#108)
* Security issue on OpenSSL ([OpenSSL updates, 1.0.1t and 1.0.2h for Node.js](https://nodejs.org/en/blog/vulnerability/openssl-may-2016/))

## r3 (2016/04/17)
Expand All @@ -34,7 +38,7 @@
## r2 (2016/01/30)

* New bundles : 4.2.6, 5.5.0
* Unexpected result from npm init (Issue #108)
* Unexpected result from npm init (Issue crazy-max/neard#108)
* Move npm config files to `neard\bin\nodejs\nodejsx.x.x\etc`
* Npm cache is global and located in `neard\tmp\npm-cache`

Expand Down
1 change: 1 addition & 0 deletions bin/nodejs4.8.0/etc/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

5 changes: 5 additions & 0 deletions bin/nodejs4.8.0/etc/npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
cache = ~NEARD_WIN_PATH~\tmp\npm-cache
globalconfig = ~NEARD_WIN_PATH~\bin\nodejs\nodejs4.8.0\etc\npmrc
globalignorefile = ~NEARD_WIN_PATH~\bin\nodejs\nodejs4.8.0\etc\.npmignore
init-module = ~NEARD_WIN_PATH~\bin\nodejs\nodejs4.8.0\etc\.npm-init.js
userconfig = ~NEARD_WIN_PATH~\bin\nodejs\nodejs4.8.0\etc\npmrc
5 changes: 5 additions & 0 deletions bin/nodejs4.8.0/etc/npmrc.nrd
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
cache = ~NEARD_WIN_PATH~\tmp\npm-cache
globalconfig = ~NEARD_WIN_PATH~\bin\nodejs\nodejs4.8.0\etc\npmrc
globalignorefile = ~NEARD_WIN_PATH~\bin\nodejs\nodejs4.8.0\etc\.npmignore
init-module = ~NEARD_WIN_PATH~\bin\nodejs\nodejs4.8.0\etc\.npm-init.js
userconfig = ~NEARD_WIN_PATH~\bin\nodejs\nodejs4.8.0\etc\npmrc
12 changes: 12 additions & 0 deletions bin/nodejs4.8.0/launch.bat
Original file line number Diff line number Diff line change
@@ -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
8 changes: 8 additions & 0 deletions bin/nodejs4.8.0/neard.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
nodejsVersion = "4.8.0"
nodejsExe = "node.exe"
nodejsVars = "nodevars.bat"
nodejsNpm = "npm.cmd"
nodejsLaunch = "launch.bat"
nodejsConf = "node_modules/npm/npmrc"

bundleRelease = "@RELEASE_VERSION@"
1 change: 1 addition & 0 deletions bin/nodejs4.8.0/node_modules/npm/npmrc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions bin/nodejs4.8.0/node_modules/npm/npmrc.nrd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions bin/nodejs6.10.0/etc/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

5 changes: 5 additions & 0 deletions bin/nodejs6.10.0/etc/npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
cache = ~NEARD_WIN_PATH~\tmp\npm-cache
globalconfig = ~NEARD_WIN_PATH~\bin\nodejs\nodejs6.10.0\etc\npmrc
globalignorefile = ~NEARD_WIN_PATH~\bin\nodejs\nodejs6.10.0\etc\.npmignore
init-module = ~NEARD_WIN_PATH~\bin\nodejs\nodejs6.10.0\etc\.npm-init.js
userconfig = ~NEARD_WIN_PATH~\bin\nodejs\nodejs6.10.0\etc\npmrc
5 changes: 5 additions & 0 deletions bin/nodejs6.10.0/etc/npmrc.nrd
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
cache = ~NEARD_WIN_PATH~\tmp\npm-cache
globalconfig = ~NEARD_WIN_PATH~\bin\nodejs\nodejs6.10.0\etc\npmrc
globalignorefile = ~NEARD_WIN_PATH~\bin\nodejs\nodejs6.10.0\etc\.npmignore
init-module = ~NEARD_WIN_PATH~\bin\nodejs\nodejs6.10.0\etc\.npm-init.js
userconfig = ~NEARD_WIN_PATH~\bin\nodejs\nodejs6.10.0\etc\npmrc
12 changes: 12 additions & 0 deletions bin/nodejs6.10.0/launch.bat
Original file line number Diff line number Diff line change
@@ -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
8 changes: 8 additions & 0 deletions bin/nodejs6.10.0/neard.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
nodejsVersion = "6.10.0"
nodejsExe = "node.exe"
nodejsVars = "nodevars.bat"
nodejsNpm = "npm.cmd"
nodejsLaunch = "launch.bat"
nodejsConf = "node_modules/npm/npmrc"

bundleRelease = "@RELEASE_VERSION@"
1 change: 1 addition & 0 deletions bin/nodejs6.10.0/node_modules/npm/npmrc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions bin/nodejs6.10.0/node_modules/npm/npmrc.nrd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions bin/nodejs7.7.2/etc/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

5 changes: 5 additions & 0 deletions bin/nodejs7.7.2/etc/npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
cache = ~NEARD_WIN_PATH~\tmp\npm-cache
globalconfig = ~NEARD_WIN_PATH~\bin\nodejs\nodejs7.7.2\etc\npmrc
globalignorefile = ~NEARD_WIN_PATH~\bin\nodejs\nodejs7.7.2\etc\.npmignore
init-module = ~NEARD_WIN_PATH~\bin\nodejs\nodejs7.7.2\etc\.npm-init.js
userconfig = ~NEARD_WIN_PATH~\bin\nodejs\nodejs7.7.2\etc\npmrc
5 changes: 5 additions & 0 deletions bin/nodejs7.7.2/etc/npmrc.nrd
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
cache = ~NEARD_WIN_PATH~\tmp\npm-cache
globalconfig = ~NEARD_WIN_PATH~\bin\nodejs\nodejs7.7.2\etc\npmrc
globalignorefile = ~NEARD_WIN_PATH~\bin\nodejs\nodejs7.7.2\etc\.npmignore
init-module = ~NEARD_WIN_PATH~\bin\nodejs\nodejs7.7.2\etc\.npm-init.js
userconfig = ~NEARD_WIN_PATH~\bin\nodejs\nodejs7.7.2\etc\npmrc
12 changes: 12 additions & 0 deletions bin/nodejs7.7.2/launch.bat
Original file line number Diff line number Diff line change
@@ -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
8 changes: 8 additions & 0 deletions bin/nodejs7.7.2/neard.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
nodejsVersion = "7.7.2"
nodejsExe = "node.exe"
nodejsVars = "nodevars.bat"
nodejsNpm = "npm.cmd"
nodejsLaunch = "launch.bat"
nodejsConf = "node_modules/npm/npmrc"

bundleRelease = "@RELEASE_VERSION@"
1 change: 1 addition & 0 deletions bin/nodejs7.7.2/node_modules/npm/npmrc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions bin/nodejs7.7.2/node_modules/npm/npmrc.nrd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
bundle.name = nodejs
bundle.release = r9
bundle.release = r10
bundle.type = bins
bundle.format = 7z

Expand Down
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<replaceproperty src="bundle.folder" dest="bundle.version" replace="${bundle.name}" with=""/>

<getmoduleuntouched name="${bundle.name}" version="${bundle.version}" propSrcDest="bundle.srcdest" propSrcFilename="bundle.srcfilename"/>
<assertdir dir="${bundle.srcdest}/${bundle.srcfilename}"/>
<assertfile file="${bundle.srcdest}/${bundle.srcfilename}"/>

<property name="msiextract.path" value="${bundle.srcdest}/extract"/>
<extractmsi file="${bundle.srcdest}/${bundle.srcfilename}" dest="${msiextract.path}"/>
Expand Down
3 changes: 3 additions & 0 deletions releases.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
4.6.2 = https://github.com/crazy-max/neard-bin-nodejs/releases/download/r7/neard-nodejs-4.6.2-r7.7z
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
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
Expand All @@ -33,6 +34,8 @@
6.9.1 = https://github.com/crazy-max/neard-bin-nodejs/releases/download/r7/neard-nodejs-6.9.1-r7.7z
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
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

0 comments on commit 1f074f7

Please sign in to comment.