Index: head/devel/node-nan/Makefile =================================================================== --- head/devel/node-nan/Makefile (nonexistent) +++ head/devel/node-nan/Makefile (revision 568509) @@ -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 Property changes on: head/devel/node-nan/Makefile ___________________________________________________________________ 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/node-nan/distinfo =================================================================== --- head/devel/node-nan/distinfo (nonexistent) +++ head/devel/node-nan/distinfo (revision 568509) @@ -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 Property changes on: head/devel/node-nan/distinfo ___________________________________________________________________ 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/node-nan/pkg-descr =================================================================== --- head/devel/node-nan/pkg-descr (nonexistent) +++ head/devel/node-nan/pkg-descr (revision 568509) @@ -0,0 +1,3 @@ +Native Abstractions for Node.js. + +WWW: https://github.com/nodejs/nan Property changes on: head/devel/node-nan/pkg-descr ___________________________________________________________________ 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/node-nan/pkg-plist =================================================================== --- head/devel/node-nan/pkg-plist (nonexistent) +++ head/devel/node-nan/pkg-plist (revision 568509) @@ -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 Property changes on: head/devel/node-nan/pkg-plist ___________________________________________________________________ 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