From owner-svn-ports-head@freebsd.org Mon Mar 15 21:04:57 2021 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D5D865AFC37; Mon, 15 Mar 2021 21:04:57 +0000 (UTC) (envelope-from otis@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DzppK5g9Qz4SBY; Mon, 15 Mar 2021 21:04:57 +0000 (UTC) (envelope-from otis@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B15F5173F2; Mon, 15 Mar 2021 21:04:57 +0000 (UTC) (envelope-from otis@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12FL4v2G068265; Mon, 15 Mar 2021 21:04:57 GMT (envelope-from otis@FreeBSD.org) Received: (from otis@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12FL4uwA068260; Mon, 15 Mar 2021 21:04:56 GMT (envelope-from otis@FreeBSD.org) Message-Id: <202103152104.12FL4uwA068260@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: otis set sender to otis@FreeBSD.org using -f From: Juraj Lutter Date: Mon, 15 Mar 2021 21:04:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568509 - head/devel/node-nan X-SVN-Group: ports-head X-SVN-Commit-Author: otis X-SVN-Commit-Paths: head/devel/node-nan X-SVN-Commit-Revision: 568509 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Mar 2021 21:04:57 -0000 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 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