Index: head/devel/electron6/Makefile =================================================================== --- head/devel/electron6/Makefile (revision 525384) +++ head/devel/electron6/Makefile (revision 525385) @@ -1,332 +1,319 @@ # $FreeBSD$ PORTNAME= electron DISTVERSIONPREFIX= v DISTVERSION= ${ELECTRON_VER:S/-beta./.b/} CATEGORIES= devel java MASTER_SITES= https://github.com/tagattie/FreeBSD-Electron/releases/download/v6.0.9/:chromium \ https://commondatastorage.googleapis.com/chromium-browser-official/:chromium_official \ https://commondatastorage.googleapis.com/chromium-nodejs/:chromium_node \ https://commondatastorage.googleapis.com/chromium-fonts/:chromium_testfonts -PKGNAMESUFFIX= 6 +PKGNAMESUFFIX= ${ELECTRON_VER_MAJOR} DISTFILES= chromium-${CHROMIUM_VER}${EXTRACT_SUFX}:chromium \ chromium-${CHROMIUM_OFFICIAL_VER}${EXTRACT_SUFX}:chromium_official \ ${CHROMIUM_NODE_MODULES_HASH}:chromium_node \ + ${CHROMIUM_TEST_FONTS_HASH}:chromium_testfonts \ electron-yarn-cache-${ELECTRON_VER}${EXTRACT_SUFX}:prefetch DIST_SUBDIR= ${PORTNAME} MAINTAINER= tagattie@yandex.com COMMENT= Build cross-platform desktop apps with JavaScript, HTML, and CSS LICENSE= MIT LICENSE_FILE= ${WRKSRC}/electron/LICENSE FETCH_DEPENDS= yarn:www/yarn-node12 EXTRACT_DEPENDS= yarn:www/yarn-node12 PATCH_DEPENDS= git:devel/git BUILD_DEPENDS= ${LOCALBASE}/bin/ar:devel/binutils \ gperf:devel/gperf \ yasm:devel/yasm \ ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat \ node:www/node12 \ npm:www/npm-node12 LIB_DEPENDS= libatk-bridge-2.0.so:accessibility/at-spi2-atk \ + libatspi.so:accessibility/at-spi2-core \ libsnappy.so:archivers/snappy \ libFLAC.so:audio/flac \ libopus.so:audio/opus \ libdbus-1.so:devel/dbus \ libnotify.so:devel/libnotify \ libpci.so:devel/libpci \ libnspr4.so:devel/nspr \ libre2.so:devel/re2 \ + liblcms2.so:graphics/lcms2 \ libdrm.so:graphics/libdrm \ libwebp.so:graphics/webp \ libavcodec.so:multimedia/ffmpeg \ libvpx.so:multimedia/libvpx \ libopenh264.so:multimedia/openh264 \ libfreetype.so:print/freetype2 \ libharfbuzz.so:print/harfbuzz \ libsecret-1.so:security/libsecret \ libnss3.so:security/nss \ libexpat.so:textproc/expat2 \ libfontconfig.so:x11-fonts/fontconfig RUN_DEPENDS= xdg-open:devel/xdg-utils -TEST_DEPENDS= yarn:www/yarn-node12 +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-dbusmock>0:devel/py-python-dbusmock@${PY_FLAVOR} \ + npm:www/npm-node12 USES= bison dos2unix gettext-tools gl gnome jpeg localbase:ldflags \ - ninja pkgconfig python:2.7,build tar:xz xorg + ninja pkgconfig python:2.7,build,test tar:xz xorg -CONFLICTS_INSTALL= electron4 electron5 - USE_GITHUB= yes GH_TAGNAME= ${DISTVERSIONPREFIX}${ELECTRON_VER} GH_TUPLE= nodejs:node:v${NODE_VER}:node # boto:boto:f7574aa6cc2c819430c1f05e9a1a1a666ef8169b:boto \ # yaml:pyyaml:3.12:pyyaml \ # kennethreitz:requests:e4d59bedfd3c7f4f254f4f5d036587bcd8152458:requests -ELECTRON_VER= 6.1.6 # Official chromium version containing "gn" which is known to work CHROMIUM_OFFICIAL_VER= 76.0.3809.132 # See ${WRKSRC}/electron/DEPS for CHROMIUM_VER CHROMIUM_VER= 76.0.3809.146 # See ${WRKSRC}/third_party/node/node_modules.tar.gz.sha1 for CHROMIUM_NODE_MODULES_HASH CHROMIUM_NODE_MODULES_HASH= 2dd750e768cec597fc018509009637819ae4549c # See ${WRKSRC}/third_party/test_fonts/test_fonts.tar.gz.sha1 for CHROMIUM_TEST_FONTS_HASH CHROMIUM_TEST_FONTS_HASH= a22de844e32a3f720d219e3911c3da3478039f89 # See ${WRKSRC}/electron/DEPS for NODE_VER NODE_VER= 12.4.0 NO_WRKSUBDIR= yes WRKSRC_SUBDIR= src +DATADIR= ${PREFIX}/share/${PORTNAME}${PKGNAMESUFFIX} + DOS2UNIX_FILES= third_party/skia/third_party/vulkanmemoryallocator/include/vk_mem_alloc.h BINARY_ALIAS= python=${PYTHON_CMD} USE_XORG= x11 xcb xcomposite xcursor xdamage xext xfixes xi xrandr \ xrender xscrnsaver xtst USE_GL= gl glesv2 USE_GNOME= atk cairo pango gdkpixbuf2 gtk30 libxml2 libxslt USE_JAVA= yes JAVA_VERSION= 1.8 JAVA_BUILD= yes USE_LDCONFIG= ${DATADIR} GN_ARGS+= clang_use_chrome_plugins=false \ enable_hangout_services_extension=true \ enable_nacl=false \ + enable_one_click_signin=true \ enable_remoting=false \ fieldtrial_testing_like_official_build=true \ is_clang=true \ toolkit_views=true \ treat_warnings_as_errors=false \ use_allocator="none" \ use_allocator_shim=false \ use_aura=true \ use_custom_libcxx=false \ use_gnome_keyring=false \ use_jumbo_build=true \ use_lld=true \ use_sysroot=false \ use_system_freetype=true \ use_system_harfbuzz=true \ use_system_lcms2=true \ use_system_libdrm=true \ use_system_libjpeg=true \ extra_cxxflags="${CXXFLAGS}" \ extra_ldflags="${LDFLAGS}" GN_BOOTSTRAP_FLAGS= --no-clean --no-rebuild --skip-generate-buildfiles -ALL_TARGET= electron +ALL_TARGET= electron third_party/electron_node:headers MAKE_ARGS= -C out/${BUILDTYPE} MAKE_ENV+= C_INCLUDE_PATH=${LOCALBASE}/include \ CPLUS_INCLUDE_PATH=${LOCALBASE}/include -OPTIONS_DEFINE= CUPS DEBUG DIST DRIVER KERBEROS TEST +OPTIONS_DEFINE= CUPS DEBUG DIST DRIVER KERBEROS DIST_DESC= Build distribution zip files DRIVER_DESC= Install chromedriver OPTIONS_GROUP= AUDIO OPTIONS_GROUP_AUDIO= ALSA PULSEAUDIO OPTIONS_DEFAULT= CUPS DRIVER KERBEROS ALSA OPTIONS_SUB= yes -.if make(makesum) -.MAKEFLAGS: WITH="${OPTIONS_DEFINE}" -.endif - ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib ALSA_RUN_DEPENDS= ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:audio/alsa-plugins ALSA_VARS= GN_ARGS+=use_alsa=true ALSA_VARS_OFF= GN_ARGS+=use_alsa=false CUPS_LIB_DEPENDS= libcups.so:print/cups CUPS_VARS= GN_ARGS+=use_cups=true CUPS_VARS_OFF= GN_ARGS+=use_cups=false DEBUG_VARS= BUILDTYPE=Debug \ GN_ARGS+=is_component_build=false DEBUG_VARS_OFF= BUILDTYPE=Release DIST_IMPLIES= DRIVER DRIVER_ALL_TARGET= chromedriver KERBEROS_VARS= GN_ARGS+=use_kerberos=true KERBEROS_VARS_OFF= GN_ARGS+=use_kerberos=false PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio PULSEAUDIO_VARS= GN_ARGS+=use_pulseaudio=true PULSEAUDIO_VARS_OFF= GN_ARGS+=use_pulseaudio=false -.include "Makefile.tests" -TEST_DISTFILES= ${CHROMIUM_TEST_FONTS_HASH}:chromium_testfonts -TEST_ALL_TARGET= ${TEST_TARGETS} -TEST_ALL_TARGET+= third_party/electron_node:headers - POST_BUILD_TARGETS= licenses version -POST_BUILD_DIST_TARGETS= dist.zip chromedriver.zip mksnapshot.zip +POST_BUILD_DIST_TARGETS= electron_dist_zip electron_chromedriver_zip electron_mksnapshot_zip -YARN_TIMESTAMP= 1576123123 +YARN_TIMESTAMP= 1576819964 -PLIST_SUB= ELECTRON_VER=${ELECTRON_VER} +PLIST_SUB= ELECTRON_VER=${ELECTRON_VER} \ + PKGNAMESUFFIX=${PKGNAMESUFFIX} +.include "Makefile.version" .include .if ${ARCH} == "amd64" PLIST_SUB+= AMD64="" .else PLIST_SUB+= AMD64="@comment " .endif .if ${ARCH} == "i386" PLIST_SUB+= I386="" .else PLIST_SUB+= I386="@comment " .endif pre-fetch: @${MKDIR} ${DISTDIR}/${DIST_SUBDIR} if [ ! -f ${DISTDIR}/${DIST_SUBDIR}/electron-yarn-cache-${ELECTRON_VER}${EXTRACT_SUFX} ]; \ then ${MKDIR} ${WRKDIR}; \ - ${SED} -e 's|$${WRKDIR}|${WRKDIR}|' \ - ${FILESDIR}/yarnrc-offline-mirror >> ${WRKDIR}/.yarnrc; \ + ${ECHO_CMD} 'yarn-offline-mirror "./yarn-offline-cache"' >> \ + ${WRKDIR}/.yarnrc; \ ${CP} ${FILESDIR}/package.json ${FILESDIR}/yarn.lock ${WRKDIR}; \ cd ${WRKDIR} && ${SETENV} HOME=${WRKDIR} XDG_CACHE_HOME=${WRKDIR}/.cache \ - yarn --frozen-lockfile; \ + yarn --frozen-lockfile --ignore-scripts; \ ${MTREE_CMD} -cbnSp yarn-offline-cache | ${MTREE_CMD} -C | ${SED} \ -e 's:time=[0-9.]*:time=${YARN_TIMESTAMP}.000000000:' \ -e 's:\([gu]id\)=[0-9]*:\1=0:g' \ -e 's:flags=.*:flags=none:' \ -e 's:^\.:./yarn-offline-cache:' > yarn-offline-cache.mtree; \ ${TAR} cJf ${DISTDIR}/${DIST_SUBDIR}/electron-yarn-cache-${ELECTRON_VER}${EXTRACT_SUFX} \ @yarn-offline-cache.mtree; \ ${RM} -r ${WRKDIR}; \ fi post-extract: ${MV} ${WRKDIR}/${PORTNAME}-${ELECTRON_VER}/chromium-${CHROMIUM_VER} ${WRKSRC} ${RM} -r ${WRKSRC}/tools/gn ${MV} ${WRKDIR}/${PORTNAME}-${ELECTRON_VER}/chromium-${CHROMIUM_OFFICIAL_VER}/tools/gn \ ${WRKSRC}/tools/gn ${MV} ${WRKDIR}/${PORTNAME}-${ELECTRON_VER}/${PORTNAME}-${ELECTRON_VER} ${WRKSRC}/electron ${MV} ${WRKDIR}/${PORTNAME}-${ELECTRON_VER}/${GH_PROJECT_node}-${NODE_VER} \ ${WRKSRC}/third_party/electron_node ${MV} ${WRKDIR}/${PORTNAME}-${ELECTRON_VER}/yarn-offline-cache ${WRKDIR} - ${SED} -e 's|$${WRKDIR}|${WRKDIR}|' ${FILESDIR}/yarnrc-offline-mirror >> ${WRKSRC}/electron/.yarnrc + ${ECHO_CMD} 'yarn-offline-mirror "../../../yarn-offline-cache"' >> ${WRKSRC}/electron/.yarnrc cd ${WRKSRC}/electron && \ ${SETENV} HOME=${WRKDIR} XDG_CACHE_HOME=${WRKDIR}/.cache yarn --frozen-lockfile --offline # ${RMDIR} ${WRKSRC}/electron/vendor/${GH_PROJECT_boto} # ${MV} ${WRKDIR}/${PORTNAME}-${ELECTRON_VER}/${GH_PROJECT_boto}-${GH_TAGNAME_boto} \ # ${WRKSRC}/electron/vendor/${GH_PROJECT_boto} # ${MV} ${WRKDIR}/${PORTNAME}-${ELECTRON_VER}/${GH_PROJECT_pyyaml}-${GH_TAGNAME_pyyaml} \ # ${WRKSRC}/electron/vendor/${GH_PROJECT_pyyaml} # ${RMDIR} ${WRKSRC}/electron/vendor/${GH_PROJECT_requests} # ${MV} ${WRKDIR}/${PORTNAME}-${ELECTRON_VER}/${GH_PROJECT_requests}-${GH_TAGNAME_requests} \ # ${WRKSRC}/electron/vendor/${GH_PROJECT_requests} ${MV} ${WRKDIR}/${PORTNAME}-${ELECTRON_VER}/node_modules ${WRKSRC}/third_party/node - -post-extract-TEST-on: ${MV} ${WRKDIR}/${PORTNAME}-${ELECTRON_VER}/test_fonts ${WRKSRC}/third_party/test_fonts pre-patch: ${SH} ${FILESDIR}/apply-electron-patches.sh ${WRKSRC} # ${FIND} ${WRKSRC} -type f -name '*.orig' -print -delete # ${FIND} ${WRKSRC} -type f -name '*~' -print -delete pre-configure: # cd ${WRKSRC}/electron/vendor/${GH_PROJECT_boto} && \ # ${PYTHON_CMD} setup.py build # cd ${WRKSRC}/electron/vendor/${GH_PROJECT_requests} && \ # ${PYTHON_CMD} setup.py build # We used to remove bundled libraries to be sure that chromium uses # system libraries and not shipped ones. # cd ${WRKSRC} && ${PYTHON_CMD} \ #./build/linux/unbundle/remove_bundled_libraries.py [list of preserved] cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${PYTHON_CMD} \ ./build/linux/unbundle/replace_gn_files.py --system-libraries \ ffmpeg flac fontconfig freetype harfbuzz-ng libdrm libjpeg \ libusb libvpx libwebp libxml libxslt openh264 opus re2 snappy \ yasm || ${FALSE} do-configure: # GN generator bootstrapping and generating ninja files cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} CC=${CC} CXX=${CXX} LD=${CXX} \ READELF=${READELF} AR=${AR} NM=${NM} ${PYTHON_CMD} \ ./tools/gn/bootstrap/bootstrap.py ${GN_BOOTSTRAP_FLAGS} cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ./out/${BUILDTYPE}/gn gen out/${BUILDTYPE} \ --args='import("//electron/build/args/${BUILDTYPE:tl}.gn") ${GN_ARGS}' # Setup nodejs dependency ${MKDIR} ${WRKSRC}/third_party/node/freebsd/node-freebsd-x64/bin ${LN} -sf ${LOCALBASE}/bin/node ${WRKSRC}/third_party/node/freebsd/node-freebsd-x64/bin/node # Setup java dependency ${MKDIR} ${WRKDIR}/bin ${LN} -sf ${LOCALBASE}/openjdk8/bin/java ${WRKDIR}/bin/java # do-build: # cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ninja -C out/${BUILDTYPE} ${ALL_TARGET} post-build: cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \ ${MAKE_CMD} ${MAKE_ARGS} ${POST_BUILD_TARGETS} post-build-DIST-on: cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \ ${MAKE_CMD} ${MAKE_ARGS} ${POST_BUILD_DIST_TARGETS} cd ${WRKSRC}/out/${BUILDTYPE} && \ ${CP} chromedriver.zip chromedriver-v${ELECTRON_VER}-freebsd-${ARCH:S/amd64/x64/:S/i386/ia32/}.zip && \ ${CP} dist.zip electron-v${ELECTRON_VER}-freebsd-${ARCH:S/amd64/x64/:S/i386/ia32/}.zip && \ ${CP} mksnapshot.zip mksnapshot-v${ELECTRON_VER}-freebsd-${ARCH:S/amd64/x64/:S/i386/ia32/}.zip && \ ${SHA256} -r *-v${ELECTRON_VER}-freebsd-*.zip | ${SED} -e 's/ / */' > SHASUMS256.txt do-install: ${MKDIR} ${STAGEDIR}${DATADIR} .for f in electron mksnapshot v8_context_snapshot_generator ${INSTALL_PROGRAM} ${WRKSRC}/out/${BUILDTYPE}/${f} ${STAGEDIR}${DATADIR} .endfor .for f in libEGL.so libGLESv2.so ${INSTALL_LIB} ${WRKSRC}/out/${BUILDTYPE}/${f} ${STAGEDIR}${DATADIR} .endfor ${MKDIR} ${STAGEDIR}${DATADIR}/swiftshader .for f in libEGL.so libGLESv2.so ${INSTALL_LIB} ${WRKSRC}/out/${BUILDTYPE}/swiftshader/${f} ${STAGEDIR}${DATADIR}/swiftshader .endfor .for f in LICENSE LICENSES.chromium.html icudtl.dat natives_blob.bin snapshot_blob.bin v8_context_snapshot.bin version ${INSTALL_DATA} ${WRKSRC}/out/${BUILDTYPE}/${f} ${STAGEDIR}${DATADIR} .endfor .for f in chrome_100_percent.pak chrome_200_percent.pak resources.pak ${INSTALL_DATA} ${WRKSRC}/out/${BUILDTYPE}/${f} ${STAGEDIR}${DATADIR} .endfor ${MKDIR} ${STAGEDIR}${DATADIR}/locales ${INSTALL_DATA} ${WRKSRC}/out/${BUILDTYPE}/locales/*.pak ${STAGEDIR}${DATADIR}/locales ${MKDIR} ${STAGEDIR}${DATADIR}/resources .for f in default_app.asar electron.asar ${INSTALL_DATA} ${WRKSRC}/out/${BUILDTYPE}/resources/${f} ${STAGEDIR}${DATADIR}/resources .endfor - ${RLN} ${STAGEDIR}${DATADIR}/electron ${STAGEDIR}${PREFIX}/bin + cd ${WRKSRC}/out/${BUILDTYPE}/gen && ${COPYTREE_SHARE} node_headers ${STAGEDIR}${DATADIR} + ${RLN} ${STAGEDIR}${DATADIR}/electron ${STAGEDIR}${PREFIX}/bin/electron${PKGNAMESUFFIX} post-install-DIST-on: ${MKDIR} ${STAGEDIR}${DATADIR}/releases ${INSTALL_DATA} ${WRKSRC}/out/${BUILDTYPE}/SHASUMS256.txt ${STAGEDIR}${DATADIR}/releases ${INSTALL_DATA} ${WRKSRC}/out/${BUILDTYPE}/*-v${ELECTRON_VER}-freebsd-*.zip ${STAGEDIR}${DATADIR}/releases post-install-DRIVER-on: ${INSTALL_PROGRAM} ${WRKSRC}/out/${BUILDTYPE}/chromedriver ${STAGEDIR}${DATADIR} -do-test-TEST-on: - # chromium unit tests -# .for t in ${TEST_ALL_TARGET} -# cd ${WRKSRC}/out/${BUILDTYPE} && ${SETENV} LC_ALL=en_US.UTF-8 \ -# ./${t} --gtest_filter=-${EXCLUDE_${t}:ts:} || ${TRUE} -# .endfor - # electron unit tests +do-test: # Note 1: "npm install" will run before actual tests are executed # Note 2: Xvfb or something similar is necessary for headless testing - # **Note 3: unit test won't run yet. (robotjs doesn't build with node 12).** -.for t in ${TEST_MODULES} cd ${WRKSRC}/electron && \ ${SETENV} ${TEST_ENV} ELECTRON_OUT_DIR=${BUILDTYPE} \ - npm run test -- --ci -g '${t}' || ${TRUE} -.endfor + npm run test -- --ci .include Index: head/devel/electron6/Makefile.version =================================================================== --- head/devel/electron6/Makefile.version (nonexistent) +++ head/devel/electron6/Makefile.version (revision 525385) @@ -0,0 +1,4 @@ +# $FreeBSD$ + +ELECTRON_VER= 6.1.7 +ELECTRON_VER_MAJOR= ${ELECTRON_VER:C/^([0-9]+)\..+$$/\1/} Property changes on: head/devel/electron6/Makefile.version ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/electron6/distinfo =================================================================== --- head/devel/electron6/distinfo (revision 525384) +++ head/devel/electron6/distinfo (revision 525385) @@ -1,15 +1,15 @@ -TIMESTAMP = 1576123689 +TIMESTAMP = 1576820832 SHA256 (electron/chromium-76.0.3809.146.tar.xz) = 1538c7118fb94c1ba6b6da18f4b8f6a6d303dee855ee0e5c3f9025f17563f3cd SIZE (electron/chromium-76.0.3809.146.tar.xz) = 1355929024 SHA256 (electron/chromium-76.0.3809.132.tar.xz) = d54e4640b5e399d170dffbc5bcff65157eb1b29314b94b5d808f727d9ce45241 SIZE (electron/chromium-76.0.3809.132.tar.xz) = 728899912 SHA256 (electron/2dd750e768cec597fc018509009637819ae4549c) = d63b5953e3e8a0d6b7ed344043f9ffe7a49ddcf4e591d59aebaf87e299360730 SIZE (electron/2dd750e768cec597fc018509009637819ae4549c) = 4182260 -SHA256 (electron/electron-yarn-cache-6.1.6.tar.xz) = d6a9eb531928c36b557459ed8bf7403744dfd871a75b4df949c959ea6f162f0d -SIZE (electron/electron-yarn-cache-6.1.6.tar.xz) = 36875392 +SHA256 (electron/electron-yarn-cache-6.1.7.tar.xz) = dfad626b40a789c524c23bd99f556c5ca45872f8e1f54261fff63d7628d855d4 +SIZE (electron/electron-yarn-cache-6.1.7.tar.xz) = 36875936 SHA256 (electron/a22de844e32a3f720d219e3911c3da3478039f89) = 6e331676d098a57c53c1250821dc47ed84c47f823901bf30c4704df90d8a34be SIZE (electron/a22de844e32a3f720d219e3911c3da3478039f89) = 17469927 -SHA256 (electron/electron-electron-v6.1.6_GH0.tar.gz) = 3fcd9148c8493f8ab18149ce1a983904825b0b76529291d974147d69f8dea494 -SIZE (electron/electron-electron-v6.1.6_GH0.tar.gz) = 4157128 +SHA256 (electron/electron-electron-v6.1.7_GH0.tar.gz) = 0fc08bacdaf7600ea7ac0d876ec807e00122cd73b875167350a8b1213c56dd48 +SIZE (electron/electron-electron-v6.1.7_GH0.tar.gz) = 4163933 SHA256 (electron/nodejs-node-v12.4.0_GH0.tar.gz) = fc7df2a5cdb43b7a186f07a04e6b0f5c5c3b4c117f08185ffec3345613c71d94 SIZE (electron/nodejs-node-v12.4.0_GH0.tar.gz) = 70296027 Index: head/devel/electron6/files/yarnrc-offline-mirror =================================================================== --- head/devel/electron6/files/yarnrc-offline-mirror (revision 525384) +++ head/devel/electron6/files/yarnrc-offline-mirror (nonexistent) @@ -1 +0,0 @@ -yarn-offline-mirror "${WRKDIR}/yarn-offline-cache" Property changes on: head/devel/electron6/files/yarnrc-offline-mirror ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -on \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/electron6/files/package.json =================================================================== --- head/devel/electron6/files/package.json (revision 525384) +++ head/devel/electron6/files/package.json (revision 525385) @@ -1,135 +1,135 @@ { "name": "electron", - "version": "6.1.6", + "version": "6.1.7", "repository": "https://github.com/electron/electron", "description": "Build cross platform desktop apps with JavaScript, HTML, and CSS", "devDependencies": { "@octokit/rest": "^16.3.2", "@types/chai": "^4.1.7", "@types/chai-as-promised": "^7.1.0", "@types/express": "^4.16.1", "@types/fs-extra": "^5.0.5", "@types/mocha": "^5.2.6", "@types/node": "^10.12.21", "@types/split": "^1.0.0", "@typescript-eslint/eslint-plugin": "^1.4.2", "@typescript-eslint/parser": "^1.4.2", "aliasify": "^2.1.0", "asar": "^1.0.0", "browserify": "^16.2.3", "check-for-leaks": "^1.0.2", "clang-format": "^1.2.3", "colors": "^1.1.2", "dotenv-safe": "^4.0.4", "dugite": "^1.45.0", "electron-docs-linter": "^3.0.1", "electron-typescript-definitions": "^8.2.2", "eslint": "^5.13.0", "eslint-config-standard": "^12.0.0", "eslint-plugin-import": "^2.17.2", "eslint-plugin-mocha": "^5.2.0", "eslint-plugin-node": "^8.0.1", "eslint-plugin-standard": "^4.0.0", "eslint-plugin-typescript": "^0.14.0", "express": "^4.16.4", "folder-hash": "^2.1.1", "fs-extra": "^7.0.1", "husky": "^0.14.3", "klaw": "^3.0.0", "lint": "^1.1.2", "lint-staged": "^8.1.0", "minimist": "^1.2.0", "nugget": "^2.0.1", "octicons": "^7.3.0", "plist": "^3.0.1", "pre-flight": "^1.1.0", "remark-cli": "^4.0.0", "remark-preset-lint-markdown-style-guide": "^2.1.1", "request": "^2.88.0", "semver": "^5.6.0", "serve": "^6.5.8", "shx": "^0.3.2", "standard-markdown": "^5.0.0", "sumchecker": "^2.0.2", "temp": "^0.8.3", "ts-node": "^6.0.3", "tsify": "^4.0.1", "typescript": "~3.3.3333" }, "private": true, "scripts": { "asar": "asar", "browserify": "browserify", "bump-version": "./script/bump-version.js", "check-tls": "python ./script/tls.py", "clang-format": "find atom/ chromium_src/ -iname *.h -o -iname *.cc -o -iname *.mm | xargs clang-format -i", "lint": "node ./script/lint.js && npm run lint:clang-format && npm run lint:docs", "lint:js": "node ./script/lint.js --js", "lint:clang-format": "python script/run-clang-format.py -r -c atom/ chromium_src/ || (echo \"\\nCode not formatted correctly.\" && exit 1)", "lint:cpp": "node ./script/lint.js --cc", "lint:py": "node ./script/lint.js --py", "lint:gn": "node ./script/lint.js --gn", "lint:docs": "remark docs -qf && npm run lint:js-in-markdown && npm run create-typescript-definitions && npm run lint:docs-relative-links && npm run lint:check-trailing-whitespace", "lint:docs-relative-links": "python ./script/check-relative-doc-links.py", "lint:check-trailing-whitespace": "python ./script/check-trailing-whitespace.py", "lint:js-in-markdown": "standard-markdown docs", "create-api-json": "electron-docs-linter docs --outfile=electron-api.json", "create-typescript-definitions": "npm run create-api-json && electron-typescript-definitions --in=electron-api.json --out=electron.d.ts && node spec/ts-smoke/runner.js", "gn-typescript-definitions": "npm run create-typescript-definitions && shx cp electron.d.ts", "pre-flight": "pre-flight", "preinstall": "node -e 'process.exit(0)'", "precommit": "lint-staged", "prepack": "check-for-leaks", "prepush": "check-for-leaks", "repl": "node ./script/start.js --interactive", "start": "node ./script/start.js", "test": "node ./script/spec-runner.js", "tsc": "tsc" }, "license": "MIT", "author": "Electron Community", "keywords": [ "electron" ], "aliasify": { "replacements": { "@electron/internal/(.+)": "./lib/$1" }, "appliesTo": { "includeExtensions": [ ".js", ".ts" ] } }, "lint-staged": { "*.{js,ts}": [ "node script/lint.js --js --fix --only --", "git add" ], "*.{js,ts,d.ts}": [ "node script/gen-filenames.js", "git add" ], "*.{cc,mm,c,h}": [ "python script/run-clang-format.py -r -c --fix", "git add" ], "*.md": [ "remark -qf" ], "*.{gn,gni}": [ "python script/run-gn-format.py", "git add" ], "*.py": [ "node script/lint.js --py --fix --only --", "git add" ], "docs/api/**/*.md": [ "node script/gen-filenames.js", "python script/check-trailing-whitespace.py --fix", "git add filenames.auto.gni" ] } } Index: head/devel/electron6/files/patch-electron_atom_app_atom__main__delegate.cc =================================================================== --- head/devel/electron6/files/patch-electron_atom_app_atom__main__delegate.cc (revision 525384) +++ head/devel/electron6/files/patch-electron_atom_app_atom__main__delegate.cc (revision 525385) @@ -1,20 +1,29 @@ ---- electron/atom/app/atom_main_delegate.cc.orig 2019-09-11 17:30:11 UTC +--- electron/atom/app/atom_main_delegate.cc.orig 2019-12-17 00:40:10 UTC +++ electron/atom/app/atom_main_delegate.cc @@ -8,7 +8,7 @@ #include #include -#if defined(OS_LINUX) +#if defined(OS_LINUX) || defined(OS_BSD) #include // for g_setenv() #endif +@@ -204,7 +204,7 @@ bool AtomMainDelegate::BasicStartupComplete(int* exit_ + base::win::PinUser32(); + #endif + +-#if defined(OS_LINUX) ++#if defined(OS_LINUX) || defined(OS_BSD) + // Check for --no-sandbox parameter when running as root. + if (getuid() == 0 && IsSandboxEnabled(command_line)) + LOG(FATAL) << "Running as root without --" @@ -229,7 +229,7 @@ void AtomMainDelegate::PostEarlyInitialization(bool is ui::ResourceBundle::GetSharedInstance().GetLocaleFilePath(locale, true); if (!locale_file_path.empty()) { custom_locale = locale; -#if defined(OS_LINUX) +#if defined(OS_LINUX) || defined(OS_BSD) /* When built with USE_GLIB, libcc's GetApplicationLocaleInternal() uses * glib's g_get_language_names(), which keys off of getenv("LC_ALL") */ g_setenv("LC_ALL", custom_locale.c_str(), TRUE); Index: head/devel/electron6/files/patch-electron_atom_browser_api_atom__api__web__contents.cc =================================================================== --- head/devel/electron6/files/patch-electron_atom_browser_api_atom__api__web__contents.cc (revision 525384) +++ head/devel/electron6/files/patch-electron_atom_browser_api_atom__api__web__contents.cc (revision 525385) @@ -1,20 +1,34 @@ ---- electron/atom/browser/api/atom_api_web_contents.cc.orig 2019-12-11 16:30:56 UTC +--- electron/atom/browser/api/atom_api_web_contents.cc.orig 2019-12-17 00:40:10 UTC +++ electron/atom/browser/api/atom_api_web_contents.cc -@@ -108,7 +108,7 @@ +@@ -104,11 +104,11 @@ + #include "ui/base/cocoa/defaults_utils.h" + #endif + +-#if defined(OS_LINUX) ++#if defined(OS_LINUX) || defined(OS_BSD) #include "ui/views/linux_ui/linux_ui.h" #endif -#if defined(OS_LINUX) || defined(OS_WIN) +#if defined(OS_LINUX) || defined(OS_WIN) || defined(OS_BSD) #include "third_party/blink/public/mojom/renderer_preferences.mojom.h" #include "ui/gfx/font_render_params.h" #endif @@ -421,7 +421,7 @@ void WebContents::InitWithSessionAndOptions( auto* prefs = web_contents()->GetMutableRendererPrefs(); prefs->accept_languages = g_browser_process->GetApplicationLocale(); -#if defined(OS_LINUX) || defined(OS_WIN) +#if defined(OS_LINUX) || defined(OS_WIN) || defined(OS_BSD) // Update font settings. static const base::NoDestructor params( gfx::GetFontRenderParams(gfx::FontRenderParamsQuery(), nullptr)); +@@ -438,7 +438,7 @@ void WebContents::InitWithSessionAndOptions( + base::TimeDelta interval; + if (ui::TextInsertionCaretBlinkPeriod(&interval)) + prefs->caret_blink_interval = interval; +-#elif defined(OS_LINUX) ++#elif defined(OS_LINUX) || defined(OS_BSD) + views::LinuxUI* linux_ui = views::LinuxUI::instance(); + if (linux_ui) + prefs->caret_blink_interval = linux_ui->GetCursorBlinkInterval(); Index: head/devel/electron6/files/patch-electron_atom_browser_atom__browser__main__parts.cc =================================================================== --- head/devel/electron6/files/patch-electron_atom_browser_atom__browser__main__parts.cc (nonexistent) +++ head/devel/electron6/files/patch-electron_atom_browser_atom__browser__main__parts.cc (revision 525385) @@ -0,0 +1,11 @@ +--- electron/atom/browser/atom_browser_main_parts.cc.orig 2019-12-20 06:04:31 UTC ++++ electron/atom/browser/atom_browser_main_parts.cc +@@ -6,7 +6,7 @@ + + #include + +-#if defined(OS_LINUX) ++#if defined(OS_LINUX) || defined(OS_BSD) + #include // for g_setenv() + #endif + Property changes on: head/devel/electron6/files/patch-electron_atom_browser_atom__browser__main__parts.cc ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/electron6/files/patch-electron_chromium__src_chrome_browser_process__singleton__posix.cc =================================================================== --- head/devel/electron6/files/patch-electron_chromium__src_chrome_browser_process__singleton__posix.cc (revision 525384) +++ head/devel/electron6/files/patch-electron_chromium__src_chrome_browser_process__singleton__posix.cc (revision 525385) @@ -1,20 +1,20 @@ ---- electron/chromium_src/chrome/browser/process_singleton_posix.cc.orig 2019-09-11 17:30:11 UTC +--- electron/chromium_src/chrome/browser/process_singleton_posix.cc.orig 2019-12-17 00:40:10 UTC +++ electron/chromium_src/chrome/browser/process_singleton_posix.cc @@ -95,7 +95,7 @@ #include "net/base/network_interfaces.h" #include "ui/base/l10n/l10n_util.h" -#if defined(TOOLKIT_VIEWS) && defined(OS_LINUX) && !defined(OS_CHROMEOS) -+#if defined(TOOLKIT_VIEWS) && (defined(OS_LINUX) && !defined(OS_CHROMEOS)) || defined(OS_BSD) ++#if defined(TOOLKIT_VIEWS) && ((defined(OS_LINUX) && !defined(OS_CHROMEOS)) || defined(OS_BSD)) #include "ui/views/linux_ui/linux_ui.h" #endif @@ -862,7 +862,7 @@ ProcessSingleton::NotifyResult ProcessSingleton::Notif // The other process is shutting down, it's safe to start a new process. return PROCESS_NONE; } else if (strncmp(buf, kACKToken, base::size(kACKToken) - 1) == 0) { -#if defined(TOOLKIT_VIEWS) && defined(OS_LINUX) && !defined(OS_CHROMEOS) +#if defined(TOOLKIT_VIEWS) && ((defined(OS_LINUX) && !defined(OS_CHROMEOS)) || defined(OS_BSD)) // Likely NULL in unit tests. views::LinuxUI* linux_ui = views::LinuxUI::instance(); if (linux_ui) Index: head/devel/electron6/files/patch-electron_lib_browser_rpc-server.js =================================================================== --- head/devel/electron6/files/patch-electron_lib_browser_rpc-server.js (revision 525384) +++ head/devel/electron6/files/patch-electron_lib_browser_rpc-server.js (revision 525385) @@ -1,10 +1,11 @@ ---- electron/lib/browser/rpc-server.js.orig 2019-12-02 12:19:45 UTC +--- electron/lib/browser/rpc-server.js.orig 2019-12-17 00:40:10 UTC +++ electron/lib/browser/rpc-server.js -@@ -482,6 +482,7 @@ const allowedClipboardMethods = (() => { +@@ -481,7 +481,7 @@ const allowedClipboardMethods = (() => { + switch (process.platform) { case 'darwin': return new Set(['readFindText', 'writeFindText']) - case 'linux': -+ case 'freebsd': +- case 'linux': ++ case 'linux': case 'freebsd': return new Set(Object.keys(clipboard)) default: return new Set() Index: head/devel/electron6/files/patch-electron_script_lib_config.py =================================================================== --- head/devel/electron6/files/patch-electron_script_lib_config.py (nonexistent) +++ head/devel/electron6/files/patch-electron_script_lib_config.py (revision 525385) @@ -0,0 +1,12 @@ +--- electron/script/lib/config.py.orig 2019-12-20 06:16:27 UTC ++++ electron/script/lib/config.py +@@ -21,6 +21,9 @@ PLATFORM = { + 'cygwin': 'win32', + 'darwin': 'darwin', + 'linux2': 'linux', ++ 'freebsd11': 'freebsd', ++ 'freebsd12': 'freebsd', ++ 'freebsd13': 'freebsd', + 'win32': 'win32', + }[sys.platform] + Property changes on: head/devel/electron6/files/patch-electron_script_lib_config.py ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/electron6/files/patch-electron_script_lib_utils.js =================================================================== --- head/devel/electron6/files/patch-electron_script_lib_utils.js (revision 525384) +++ head/devel/electron6/files/patch-electron_script_lib_utils.js (revision 525385) @@ -1,10 +1,11 @@ ---- electron/script/lib/utils.js.orig 2019-09-11 17:30:11 UTC +--- electron/script/lib/utils.js.orig 2019-12-17 00:40:10 UTC +++ electron/script/lib/utils.js -@@ -15,6 +15,7 @@ function getElectronExec () { +@@ -14,7 +14,7 @@ function getElectronExec () { + return `out/${OUT_DIR}/Electron.app/Contents/MacOS/Electron` case 'win32': return `out/${OUT_DIR}/electron.exe` - case 'linux': -+ case 'freebsd': +- case 'linux': ++ case 'linux': case 'freebsd': return `out/${OUT_DIR}/electron` default: throw new Error('Unknown platform') Index: head/devel/electron6/files/patch-electron_script_spec-runner.js =================================================================== --- head/devel/electron6/files/patch-electron_script_spec-runner.js (nonexistent) +++ head/devel/electron6/files/patch-electron_script_spec-runner.js (revision 525385) @@ -0,0 +1,11 @@ +--- electron/script/spec-runner.js.orig 2019-12-20 06:08:27 UTC ++++ electron/script/spec-runner.js +@@ -114,7 +114,7 @@ async function runElectronTests () { + async function runRemoteBasedElectronTests () { + let exe = path.resolve(BASE, utils.getElectronExec()) + const runnerArgs = ['electron/spec', ...unknownArgs.slice(2)] +- if (process.platform === 'linux') { ++ if (process.platform === 'linux' || process.platform === 'freebsd') { + runnerArgs.unshift(path.resolve(__dirname, 'dbus_mock.py'), exe) + exe = 'python' + } Property changes on: head/devel/electron6/files/patch-electron_script_spec-runner.js ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/electron6/files/patch-electron_spec-main_api-app-spec.ts =================================================================== --- head/devel/electron6/files/patch-electron_spec-main_api-app-spec.ts (revision 525384) +++ head/devel/electron6/files/patch-electron_spec-main_api-app-spec.ts (revision 525385) @@ -1,74 +1,83 @@ ---- electron/spec-main/api-app-spec.ts.orig 2019-11-05 00:13:02 UTC +--- electron/spec-main/api-app-spec.ts.orig 2019-12-17 00:40:10 UTC +++ electron/spec-main/api-app-spec.ts @@ -112,7 +112,7 @@ describe('app module', () => { describe('app.getLocaleCountryCode()', () => { it('should be empty or have length of two', () => { let expectedLength = 2 - if (isCI && process.platform === 'linux') { + if (isCI && (process.platform === 'linux' || process.platform === 'freebsd')) { // Linux CI machines have no locale. expectedLength = 0 } @@ -172,7 +172,7 @@ describe('app module', () => { }) it('exits gracefully', async function () { - if (!['darwin', 'linux'].includes(process.platform)) { + if (!['darwin', 'linux', 'freebsd'].includes(process.platform)) { this.skip() return } @@ -515,7 +515,7 @@ describe('app module', () => { describe('app.setBadgeCount', () => { const platformIsNotSupported = (process.platform === 'win32') || - (process.platform === 'linux' && !app.isUnityRunning()) + ((process.platform === 'linux' || process.platform === 'freebsd') && !app.isUnityRunning()) const platformIsSupported = !platformIsNotSupported const expectedBadgeCount = 42 @@ -569,7 +569,7 @@ describe('app module', () => { ] before(function () { - if (process.platform === 'linux' || process.mas) this.skip() + if (process.platform === 'linux' || process.platform === 'freebsd' || process.mas) this.skip() }) beforeEach(() => { @@ -645,7 +645,7 @@ describe('app module', () => { }) describe('accessibilitySupportEnabled property', () => { - if (process.platform === 'linux') return + if (process.platform === 'linux' || process.platform === 'freebsd') return it('returns whether the Chrome has accessibility APIs enabled', () => { expect(app.accessibilitySupportEnabled).to.be.a('boolean') @@ -716,7 +716,7 @@ describe('app module', () => { let w: BrowserWindow before(function () { - if (process.platform === 'linux') { + if (process.platform === 'linux' || process.platform === 'freebsd') { this.skip() } }) @@ -910,7 +910,7 @@ describe('app module', () => { // doesn't affect nested `describe`s. beforeEach(function () { // FIXME Get these specs running on Linux CI - if (process.platform === 'linux' && isCI) { + if ((process.platform === 'linux' || process.platform === 'freebsd') && isCI) { this.skip() } }) @@ -1067,7 +1067,7 @@ describe('app module', () => { it('succeeds with complete GPUInfo', async () => { const completeInfo = await getGPUInfo('complete') - if (process.platform === 'linux') { + if (process.platform === 'linux' || process.platform === 'freebsd') { // For linux and macOS complete info is same as basic info await verifyBasicGPUInfo(completeInfo) const basicInfo = await getGPUInfo('basic') +@@ -1095,7 +1095,7 @@ describe('app module', () => { + const socketPath = process.platform === 'win32' ? '\\\\.\\pipe\\electron-mixed-sandbox' : '/tmp/electron-mixed-sandbox' + + beforeEach(function (done) { +- if (process.platform === 'linux' && (process.arch === 'arm64' || process.arch === 'arm')) { ++ if ((process.platform === 'linux' || process.platform === 'freebsd') && (process.arch === 'arm64' || process.arch === 'arm')) { + // Our ARM tests are run on VSTS rather than CircleCI, and the Docker + // setup on VSTS disallows syscalls that Chrome requires for setting up + // sandboxing. Index: head/devel/electron6/files/patch-electron_spec_api-notification-dbus-spec.js =================================================================== --- head/devel/electron6/files/patch-electron_spec_api-notification-dbus-spec.js (revision 525384) +++ head/devel/electron6/files/patch-electron_spec_api-notification-dbus-spec.js (revision 525385) @@ -1,10 +1,11 @@ ---- electron/spec/api-notification-dbus-spec.js.orig 2019-09-11 17:30:11 UTC +--- electron/spec/api-notification-dbus-spec.js.orig 2019-12-17 00:40:10 UTC +++ electron/spec/api-notification-dbus-spec.js -@@ -14,6 +14,7 @@ const { remote } = require('electron') +@@ -13,7 +13,7 @@ const Promise = require('bluebird') + const { remote } = require('electron') const { app } = remote - const skip = process.platform !== 'linux' || -+ process.platform !== 'freebsd' || +-const skip = process.platform !== 'linux' || ++const skip = process.platform !== 'linux' || process.platform !== 'freebsd' || process.arch === 'ia32' || process.arch.indexOf('arm') === 0 || !process.env.DBUS_SESSION_BUS_ADDRESS; Index: head/devel/electron6/files/patch-electron_spec_fixtures_api_crash-restart.html =================================================================== --- head/devel/electron6/files/patch-electron_spec_fixtures_api_crash-restart.html (nonexistent) +++ head/devel/electron6/files/patch-electron_spec_fixtures_api_crash-restart.html (revision 525385) @@ -0,0 +1,11 @@ +--- electron/spec/fixtures/api/crash-restart.html.orig 2019-12-20 06:13:48 UTC ++++ electron/spec/fixtures/api/crash-restart.html +@@ -19,7 +19,7 @@ crashReporter.start({ + }) + + setImmediate(() => { +- if (process.platform !== 'linux') { ++ if (process.platform !== 'linux' && process.platform !== 'freebsd') { + crashReporter.addExtraParameter('extra2', 'extra2') + crashReporter.removeExtraParameter('extra3') + } else { Property changes on: head/devel/electron6/files/patch-electron_spec_fixtures_api_crash-restart.html ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/electron6/pkg-plist =================================================================== --- head/devel/electron6/pkg-plist (revision 525384) +++ head/devel/electron6/pkg-plist (revision 525385) @@ -1,74 +1,124 @@ -bin/electron +bin/electron%%PKGNAMESUFFIX%% %%DATADIR%%/LICENSE %%DATADIR%%/LICENSES.chromium.html %%DATADIR%%/chrome_100_percent.pak %%DATADIR%%/chrome_200_percent.pak -%%DATADIR%%/chromedriver +%%DRIVER%%%%DATADIR%%/chromedriver %%DATADIR%%/electron %%DATADIR%%/icudtl.dat %%DATADIR%%/libEGL.so %%DATADIR%%/libGLESv2.so %%DATADIR%%/locales/am.pak %%DATADIR%%/locales/ar.pak %%DATADIR%%/locales/bg.pak %%DATADIR%%/locales/bn.pak %%DATADIR%%/locales/ca.pak %%DATADIR%%/locales/cs.pak %%DATADIR%%/locales/da.pak %%DATADIR%%/locales/de.pak %%DATADIR%%/locales/el.pak %%DATADIR%%/locales/en-GB.pak %%DATADIR%%/locales/en-US.pak %%DATADIR%%/locales/es-419.pak %%DATADIR%%/locales/es.pak %%DATADIR%%/locales/et.pak %%DATADIR%%/locales/fa.pak %%DATADIR%%/locales/fi.pak %%DATADIR%%/locales/fil.pak %%DATADIR%%/locales/fr.pak %%DATADIR%%/locales/gu.pak %%DATADIR%%/locales/he.pak %%DATADIR%%/locales/hi.pak %%DATADIR%%/locales/hr.pak %%DATADIR%%/locales/hu.pak %%DATADIR%%/locales/id.pak %%DATADIR%%/locales/it.pak %%DATADIR%%/locales/ja.pak %%DATADIR%%/locales/kn.pak %%DATADIR%%/locales/ko.pak %%DATADIR%%/locales/lt.pak %%DATADIR%%/locales/lv.pak %%DATADIR%%/locales/ml.pak %%DATADIR%%/locales/mr.pak %%DATADIR%%/locales/ms.pak %%DATADIR%%/locales/nb.pak %%DATADIR%%/locales/nl.pak %%DATADIR%%/locales/pl.pak %%DATADIR%%/locales/pt-BR.pak %%DATADIR%%/locales/pt-PT.pak %%DATADIR%%/locales/ro.pak %%DATADIR%%/locales/ru.pak %%DATADIR%%/locales/sk.pak %%DATADIR%%/locales/sl.pak %%DATADIR%%/locales/sr.pak %%DATADIR%%/locales/sv.pak %%DATADIR%%/locales/sw.pak %%DATADIR%%/locales/ta.pak %%DATADIR%%/locales/te.pak %%DATADIR%%/locales/th.pak %%DATADIR%%/locales/tr.pak %%DATADIR%%/locales/uk.pak %%DATADIR%%/locales/vi.pak %%DATADIR%%/locales/zh-CN.pak %%DATADIR%%/locales/zh-TW.pak %%DATADIR%%/mksnapshot %%DATADIR%%/natives_blob.bin +%%DATADIR%%/node_headers/include/node/common.gypi +%%DATADIR%%/node_headers/include/node/config.gypi +%%DATADIR%%/node_headers/include/node/js_native_api.h +%%DATADIR%%/node_headers/include/node/js_native_api_types.h +%%DATADIR%%/node_headers/include/node/libplatform/libplatform-export.h +%%DATADIR%%/node_headers/include/node/libplatform/libplatform.h +%%DATADIR%%/node_headers/include/node/libplatform/v8-tracing.h +%%DATADIR%%/node_headers/include/node/node.h +%%DATADIR%%/node_headers/include/node/node_api.h +%%DATADIR%%/node_headers/include/node/node_api_types.h +%%DATADIR%%/node_headers/include/node/node_buffer.h +%%DATADIR%%/node_headers/include/node/node_object_wrap.h +%%DATADIR%%/node_headers/include/node/node_version.h +%%DATADIR%%/node_headers/include/node/uv.h +%%DATADIR%%/node_headers/include/node/uv/aix.h +%%DATADIR%%/node_headers/include/node/uv/android-ifaddrs.h +%%DATADIR%%/node_headers/include/node/uv/bsd.h +%%DATADIR%%/node_headers/include/node/uv/darwin.h +%%DATADIR%%/node_headers/include/node/uv/errno.h +%%DATADIR%%/node_headers/include/node/uv/linux.h +%%DATADIR%%/node_headers/include/node/uv/os390.h +%%DATADIR%%/node_headers/include/node/uv/posix.h +%%DATADIR%%/node_headers/include/node/uv/stdint-msvc2008.h +%%DATADIR%%/node_headers/include/node/uv/sunos.h +%%DATADIR%%/node_headers/include/node/uv/threadpool.h +%%DATADIR%%/node_headers/include/node/uv/tree.h +%%DATADIR%%/node_headers/include/node/uv/unix.h +%%DATADIR%%/node_headers/include/node/uv/version.h +%%DATADIR%%/node_headers/include/node/uv/win.h +%%DATADIR%%/node_headers/include/node/v8-internal.h +%%DATADIR%%/node_headers/include/node/v8-platform.h +%%DATADIR%%/node_headers/include/node/v8-profiler.h +%%DATADIR%%/node_headers/include/node/v8-testing.h +%%DATADIR%%/node_headers/include/node/v8-util.h +%%DATADIR%%/node_headers/include/node/v8-value-serializer-version.h +%%DATADIR%%/node_headers/include/node/v8-version-string.h +%%DATADIR%%/node_headers/include/node/v8-version.h +%%DATADIR%%/node_headers/include/node/v8-wasm-trap-handler-posix.h +%%DATADIR%%/node_headers/include/node/v8-wasm-trap-handler-win.h +%%DATADIR%%/node_headers/include/node/v8.h +%%DATADIR%%/node_headers/include/node/v8config.h +%%DATADIR%%/node_headers/include/node/zconf.h +%%DATADIR%%/node_headers/include/node/zlib.h +%%DIST%%%%DATADIR%%/releases/SHASUMS256.txt +%%DIST%%%%AMD64%%%%DATADIR%%/releases/chromedriver-v%%ELECTRON_VER%%-freebsd-x64.zip +%%DIST%%%%I386%%%%DATADIR%%/releases/chromedriver-v%%ELECTRON_VER%%-freebsd-ia32.zip +%%DIST%%%%AMD64%%%%DATADIR%%/releases/electron-v%%ELECTRON_VER%%-freebsd-x64.zip +%%DIST%%%%I386%%%%DATADIR%%/releases/electron-v%%ELECTRON_VER%%-freebsd-ia32.zip +%%DIST%%%%AMD64%%%%DATADIR%%/releases/mksnapshot-v%%ELECTRON_VER%%-freebsd-x64.zip +%%DIST%%%%I386%%%%DATADIR%%/releases/mksnapshot-v%%ELECTRON_VER%%-freebsd-ia32.zip %%DATADIR%%/resources.pak %%DATADIR%%/resources/default_app.asar %%DATADIR%%/resources/electron.asar %%DATADIR%%/snapshot_blob.bin %%DATADIR%%/swiftshader/libEGL.so %%DATADIR%%/swiftshader/libGLESv2.so %%DATADIR%%/v8_context_snapshot.bin %%DATADIR%%/v8_context_snapshot_generator %%DATADIR%%/version