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/pako/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST pako-2.0.3.tgz 398545 BLAKE2B f6215ce312b4be1012b8a954a1475e53deb7f3c1fb576aefa80fdb1702bb23c1b6842ae055e3a3f66a8f649447b08b52d373b7b96a372bbcbd126c734654f2d5 SHA512 5a347584e7a0fa4922dd920e8da7f86f959571acb58da96229262211a0755f3c21310649c5175046fd15df510a0589716f84fb48ade18df73f8f1c94eb80684b

12
dev-js/pako/metadata.xml Normal file
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/nodeca/pako/issues</bugs-to>
<remote-id type="github">nodeca/pako</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,15 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit node
DESCRIPTION="zlib port to javascript - fast, modularized, with browser support"
HOMEPAGE="
https://github.com/nodeca/pako
https://www.npmjs.com/package/pako
"
LICENSE="MIT ZLIB"
KEYWORDS="~amd64"