|
|
@@ -11,6 +11,8 @@ PortGroup cxx11 1.1 |
|
|
|
|
|
name nodejs12 |
|
|
version 12.2.0 |
|
|
revision 1 |
|
|
|
|
|
categories devel net |
|
|
platforms darwin |
|
|
license {MIT BSD} |
|
|
@@ -124,123 +126,28 @@ destroot { |
|
|
xinstall -d ${incdir} |
|
|
xinstall -d ${docdir} |
|
|
|
|
|
# install binaries |
|
|
# install binaries |
|
|
xinstall -m 755 -W ${worksrcpath} \ |
|
|
out/Release/node \ |
|
|
${bindir} |
|
|
|
|
|
# install headers |
|
|
xinstall -m 644 -W ${worksrcpath} \ |
|
|
src/aliased_buffer.h \ |
|
|
src/async_wrap-inl.h \ |
|
|
src/async_wrap.h \ |
|
|
src/base64.h \ |
|
|
src/base_object-inl.h \ |
|
|
src/base_object.h \ |
|
|
src/connect_wrap.h \ |
|
|
src/connection_wrap.h \ |
|
|
src/debug_utils.h \ |
|
|
src/env-inl.h \ |
|
|
src/env.h \ |
|
|
src/handle_wrap.h \ |
|
|
src/inspector_agent.h \ |
|
|
src/inspector_io.h \ |
|
|
src/inspector_socket.h \ |
|
|
src/inspector_socket_server.h \ |
|
|
src/js_stream.h \ |
|
|
src/memory_tracker-inl.h \ |
|
|
src/memory_tracker.h \ |
|
|
src/module_wrap.h \ |
|
|
src/node.h \ |
|
|
src/node_api.h \ |
|
|
src/node_api_types.h \ |
|
|
src/node_buffer.h \ |
|
|
src/node_constants.h \ |
|
|
src/node_context_data.h \ |
|
|
src/node_contextify.h \ |
|
|
src/node_crypto.h \ |
|
|
src/node_crypto_bio.h \ |
|
|
src/node_crypto_clienthello-inl.h \ |
|
|
src/node_crypto_clienthello.h \ |
|
|
src/node_crypto_groups.h \ |
|
|
src/node_dtrace.h \ |
|
|
src/node_errors.h \ |
|
|
src/node_file.h \ |
|
|
src/node_http2.h \ |
|
|
src/node_http2_state.h \ |
|
|
src/node_http_parser_impl.h \ |
|
|
src/node_i18n.h \ |
|
|
src/node_internals.h \ |
|
|
src/node_messaging.h \ |
|
|
src/node_metadata.h \ |
|
|
src/node_mutex.h \ |
|
|
src/node_native_module.h \ |
|
|
src/node_object_wrap.h \ |
|
|
src/node_options-inl.h \ |
|
|
src/node_options.h \ |
|
|
src/node_perf.h \ |
|
|
src/node_perf_common.h \ |
|
|
src/node_platform.h \ |
|
|
src/node_revert.h \ |
|
|
src/node_root_certs.h \ |
|
|
src/node_stat_watcher.h \ |
|
|
src/node_union_bytes.h \ |
|
|
src/node_url.h \ |
|
|
src/node_version.h \ |
|
|
src/node_watchdog.h \ |
|
|
src/node_win32_etw_provider-inl.h \ |
|
|
src/node_win32_etw_provider.h \ |
|
|
src/node_worker.h \ |
|
|
src/pipe_wrap.h \ |
|
|
src/req_wrap-inl.h \ |
|
|
src/req_wrap.h \ |
|
|
src/sharedarraybuffer_metadata.h \ |
|
|
src/spawn_sync.h \ |
|
|
src/stream_base-inl.h \ |
|
|
src/stream_base.h \ |
|
|
src/stream_pipe.h \ |
|
|
src/stream_wrap.h \ |
|
|
src/string_bytes.h \ |
|
|
src/string_decoder-inl.h \ |
|
|
src/string_decoder.h \ |
|
|
src/string_search.h \ |
|
|
src/tcp_wrap.h \ |
|
|
src/tls_wrap.h \ |
|
|
src/tty_wrap.h \ |
|
|
src/udp_wrap.h \ |
|
|
src/util-inl.h \ |
|
|
src/util.h \ |
|
|
src/v8abbr.h \ |
|
|
deps/v8/include/v8-inspector-protocol.h \ |
|
|
deps/v8/include/v8-inspector.h \ |
|
|
deps/v8/include/v8-platform.h \ |
|
|
deps/v8/include/v8-profiler.h \ |
|
|
deps/v8/include/v8-testing.h \ |
|
|
deps/v8/include/v8-util.h \ |
|
|
deps/v8/include/v8-value-serializer-version.h \ |
|
|
deps/v8/include/v8-version-string.h \ |
|
|
deps/v8/include/v8-version.h \ |
|
|
deps/v8/include/v8.h \ |
|
|
deps/v8/include/v8config.h \ |
|
|
deps/uv/include/uv.h \ |
|
|
deps/cares/include/ares.h \ |
|
|
deps/cares/include/ares_build.h \ |
|
|
deps/cares/include/ares_rules.h \ |
|
|
deps/cares/include/ares_version.h \ |
|
|
deps/cares/include/nameser.h \ |
|
|
${incdir} |
|
|
|
|
|
# install dtrace script |
|
|
# install headers |
|
|
xinstall -m 644 {*}[glob ${worksrcpath}/src/*.h] ${incdir} |
|
|
xinstall -m 644 {*}[glob ${worksrcpath}/deps/v8/include/*.h] ${incdir} |
|
|
xinstall -m 644 {*}[glob ${worksrcpath}/deps/uv/include/*.h] ${incdir} |
|
|
xinstall -m 644 {*}[glob ${worksrcpath}/deps/cares/include/*.h] ${incdir} |
|
|
|
|
|
# install dtrace script |
|
|
xinstall -m 644 -W ${worksrcpath} \ |
|
|
src/node.d \ |
|
|
${libddir} |
|
|
|
|
|
# install manpage |
|
|
# install manpage |
|
|
xinstall -m 644 -W ${worksrcpath} \ |
|
|
doc/node.1 \ |
|
|
${destroot}${prefix}/share/man/man1 |
|
|
|
|
|
# install docs |
|
|
# install docs |
|
|
xinstall -m 644 -W ${worksrcpath} \ |
|
|
AUTHORS \ |
|
|
CHANGELOG.md \ |
|
|
|