Date: Mon, 15 Mar 2021 21:04:56 +0000 (UTC) From: Juraj Lutter <otis@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568509 - head/devel/node-nan Message-ID: <202103152104.12FL4uwA068260@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: otis Date: Mon Mar 15 21:04:56 2021 New Revision: 568509 URL: https://svnweb.freebsd.org/changeset/ports/568509 Log: Add port: devel/node-nan: A Native Abstractions for Node.js. Reviewed by: osa (mentor) Approved by: osa (mentor) Differential Revision: https://reviews.freebsd.org/D29256 Added: head/devel/node-nan/ head/devel/node-nan/Makefile (contents, props changed) head/devel/node-nan/distinfo (contents, props changed) head/devel/node-nan/pkg-descr (contents, props changed) head/devel/node-nan/pkg-plist (contents, props changed) Added: head/devel/node-nan/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/node-nan/Makefile Mon Mar 15 21:04:56 2021 (r568509) @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= nan +DISTVERSIONPREFIX= v +DISTVERSION= 2.14.2 +CATEGORIES= devel +PKGNAMEPREFIX= node- + +MAINTAINER= otis@FreeBSD.org +COMMENT= Native Abstractions for Node.js + +LICENSE= MIT + +USE_GITHUB= yes +GH_ACCOUNT= nodejs + +NO_ARCH= yes +NO_BUILD= yes + +do-install: + ${MKDIR} ${STAGEDIR}${PREFIX}/lib/node_modules/nan + cd ${WRKSRC} && ${COPYTREE_SHARE} . \ + ${STAGEDIR}${PREFIX}/lib/node_modules/nan \ + "! ( -name \.* -or -path *\/test\/* -or -name test )" + +.include <bsd.port.mk> Added: head/devel/node-nan/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/node-nan/distinfo Mon Mar 15 21:04:56 2021 (r568509) @@ -0,0 +1,3 @@ +TIMESTAMP = 1615675656 +SHA256 (nodejs-nan-v2.14.2_GH0.tar.gz) = 26dce4db0194c4a7b51b33d0324f3cf36eb67be49dc43a043e0a2dffc9dcdd6d +SIZE (nodejs-nan-v2.14.2_GH0.tar.gz) = 178650 Added: head/devel/node-nan/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/node-nan/pkg-descr Mon Mar 15 21:04:56 2021 (r568509) @@ -0,0 +1,3 @@ +Native Abstractions for Node.js. + +WWW: https://github.com/nodejs/nan Added: head/devel/node-nan/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/node-nan/pkg-plist Mon Mar 15 21:04:56 2021 (r568509) @@ -0,0 +1,60 @@ +lib/node_modules/nan/CHANGELOG.md +lib/node_modules/nan/LICENSE.md +lib/node_modules/nan/Makefile +lib/node_modules/nan/README.md +lib/node_modules/nan/appveyor.yml +lib/node_modules/nan/cpplint.py +lib/node_modules/nan/doc/asyncworker.md +lib/node_modules/nan/doc/buffers.md +lib/node_modules/nan/doc/callback.md +lib/node_modules/nan/doc/converters.md +lib/node_modules/nan/doc/errors.md +lib/node_modules/nan/doc/json.md +lib/node_modules/nan/doc/maybe_types.md +lib/node_modules/nan/doc/methods.md +lib/node_modules/nan/doc/new.md +lib/node_modules/nan/doc/node_misc.md +lib/node_modules/nan/doc/object_wrappers.md +lib/node_modules/nan/doc/persistent.md +lib/node_modules/nan/doc/scopes.md +lib/node_modules/nan/doc/script.md +lib/node_modules/nan/doc/string_bytes.md +lib/node_modules/nan/doc/v8_internals.md +lib/node_modules/nan/doc/v8_misc.md +lib/node_modules/nan/examples/async_pi_estimate/README.md +lib/node_modules/nan/examples/async_pi_estimate/addon.cc +lib/node_modules/nan/examples/async_pi_estimate/addon.js +lib/node_modules/nan/examples/async_pi_estimate/async.cc +lib/node_modules/nan/examples/async_pi_estimate/async.h +lib/node_modules/nan/examples/async_pi_estimate/binding.gyp +lib/node_modules/nan/examples/async_pi_estimate/package.json +lib/node_modules/nan/examples/async_pi_estimate/pi_est.cc +lib/node_modules/nan/examples/async_pi_estimate/pi_est.h +lib/node_modules/nan/examples/async_pi_estimate/sync.cc +lib/node_modules/nan/examples/async_pi_estimate/sync.h +lib/node_modules/nan/include_dirs.js +lib/node_modules/nan/nan.h +lib/node_modules/nan/nan_callbacks.h +lib/node_modules/nan/nan_callbacks_12_inl.h +lib/node_modules/nan/nan_callbacks_pre_12_inl.h +lib/node_modules/nan/nan_converters.h +lib/node_modules/nan/nan_converters_43_inl.h +lib/node_modules/nan/nan_converters_pre_43_inl.h +lib/node_modules/nan/nan_define_own_property_helper.h +lib/node_modules/nan/nan_implementation_12_inl.h +lib/node_modules/nan/nan_implementation_pre_12_inl.h +lib/node_modules/nan/nan_json.h +lib/node_modules/nan/nan_maybe_43_inl.h +lib/node_modules/nan/nan_maybe_pre_43_inl.h +lib/node_modules/nan/nan_new.h +lib/node_modules/nan/nan_object_wrap.h +lib/node_modules/nan/nan_persistent_12_inl.h +lib/node_modules/nan/nan_persistent_pre_12_inl.h +lib/node_modules/nan/nan_private.h +lib/node_modules/nan/nan_string_bytes.h +lib/node_modules/nan/nan_typedarray_contents.h +lib/node_modules/nan/nan_weak.h +lib/node_modules/nan/package.json +lib/node_modules/nan/tools/1to2.js +lib/node_modules/nan/tools/README.md +lib/node_modules/nan/tools/package.json
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103152104.12FL4uwA068260>