ports/contrib (3.6): acorn: initial commit, version 8.4.1
commit 87d5666efce6ea7022cb119b15384b4ce8dac5ef Author: Tim Biermann <tbier@posteo.de> Date: Fri Jul 2 22:29:07 2021 +0000 acorn: initial commit, version 8.4.1 diff --git a/acorn/.footprint b/acorn/.footprint new file mode 100644 index 000000000..c03e6cf8f --- /dev/null +++ b/acorn/.footprint @@ -0,0 +1,15 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +lrwxrwxrwx root/root usr/bin/acorn -> ../lib/node_modules/acorn/bin/acorn +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/node_modules/ +drwxr-xr-x root/root usr/lib/node_modules/acorn/ +drwxr-xr-x root/root usr/lib/node_modules/acorn/bin/ +-rwxr-xr-x root/root usr/lib/node_modules/acorn/bin/acorn +drwxr-xr-x root/root usr/lib/node_modules/acorn/dist/ +-rw-r--r-- root/root usr/lib/node_modules/acorn/dist/acorn.d.ts +-rw-r--r-- root/root usr/lib/node_modules/acorn/dist/acorn.js +-rw-r--r-- root/root usr/lib/node_modules/acorn/dist/acorn.mjs +-rw-r--r-- root/root usr/lib/node_modules/acorn/dist/acorn.mjs.d.ts +-rw-r--r-- root/root usr/lib/node_modules/acorn/dist/bin.js +-rw-r--r-- root/root usr/lib/node_modules/acorn/package.json diff --git a/acorn/.signature b/acorn/.signature new file mode 100644 index 000000000..6abab8a07 --- /dev/null +++ b/acorn/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/contrib.pub +RWSagIOpLGJF34bnaqPrqf4z/PIl9haAVgr3aboo4DWZUV+MB3KXL1zZwYzRdWqB0/9Ey5SHBjWDauyIz1U3rwSCkt8kII4DXww= +SHA256 (Pkgfile) = 4163e881036f8ad1ffb5ea2c31efec6cadd4622db26ea4e4f030738ab07c8a69 +SHA256 (.footprint) = ea773f577ad113d5aa033ed58795c038be8894fd60f5cc281a93f4886442a073 +SHA256 (acorn-8.4.1.tgz) = 2009aacbc0a28337a9f2e30cd83a0e02363699748d25fdae1acb6d0370445902 diff --git a/acorn/Pkgfile b/acorn/Pkgfile new file mode 100644 index 000000000..4deeaae4a --- /dev/null +++ b/acorn/Pkgfile @@ -0,0 +1,18 @@ +# Description: A small, fast, JavaScript-based JavaScript parser +# URL: https://github.com/acornjs/acorn +# Maintainer: Tim Biermann, tbier at posteo dot de +# Depends on: npm + +name=acorn +version=8.4.1 +release=1 +source=(https://registry.npmjs.org/$name/-/$name-$version.tgz) + +build() { + cp $PKGMK_SOURCE_DIR/$name-$version.tgz . + npm install -g --prefix "$PKG"/usr $SRC/$name-$version.tgz + find $PKG \(\ + -iname "*README.md*" -o \ + -iname "*CHANGELOG.md*" -o \ + -iname "*LICENSE*" \) -delete +}
participants (1)
-
crux@crux.nu