dev-js/*: tangram and dependencies

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-10-01 15:49:07 +02:00
parent 4ae93b7596
commit b61907fd50
333 changed files with 3597 additions and 0 deletions

1
dev-js/earcut/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST earcut-2.2.2.tgz 29167 BLAKE2B 405c8443fdc63f9c47b5ec4e40db6e588703230cb9355be41ca5768372107fa430e32c9bad3a279b0cdf3bea62b836179b0d4d3fa74bcb7dce624f9a05f6ef3c SHA512 799a193cf25c5079df459d0f8cbbf1daa068add4a23bca1f0b7bedfaa0022ccf79bbee03a2f9db60da50b498740cdb168fc467c6b432b43e1603c823e5c44869

View File

@@ -0,0 +1,19 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit node
DESCRIPTION="The fastest and smallest JavaScript polygon triangulation library for your WebGL apps"
HOMEPAGE="
https://github.com/mapbox/earcut
https://www.npmjs.com/package/earcut
"
LICENSE="ISC"
KEYWORDS="~amd64"
BDEPEND="
${BDEPEND}
dev-js/browserify
"

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>lssndrbarbieri@gmail.com</email>
<name>Alessandro Barbieri</name>
</maintainer>
<upstream>
<bugs-to>https://github.com/mapbox/earcut/issues</bugs-to>
<remote-id type="github">mapbox/earcut</remote-id>
</upstream>
</pkgmetadata>