dev-R/munsell: new

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-05-31 23:28:13 +02:00
parent af591c00e8
commit 00a4f12193
3 changed files with 27 additions and 0 deletions

1
dev-R/munsell/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST munsell_0.5.0.tar.gz 182653 BLAKE2B 534463ce90f276b5fb3c874fadd882b1f824cef7b8ba1a7817994a1949d312fc85acf7893df03ca11403e0d20b2b3223e606ee2a92b8d735904b37f41b2706f3 SHA512 12a66c2406bf5aecec52a504549e7beeaff67fb67aab9950c24e9e6300b458cf541c818630814433229c1b406a2830a32dc21e10cabcdb4429245d85ba96f8de

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<longdescription>
Utilities for Using Munsell Colours // Provides easy access to,
and manipulation of, the Munsell colours. Provides a mapping
between Munsell's original notation (e.g. "5R 5/10") and
hexadecimal strings suitable for use directly in R graphics.
Also provides utilities to explore slices through the Munsell
colour tree, to transform Munsell colours and display colour
palettes.
</longdescription>
</pkgmetadata>

View File

@@ -0,0 +1,13 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit R-packages
DESCRIPTION='Utilities for Using Munsell Colours'
KEYWORDS="~amd64"
LICENSE='MIT'
DEPEND="dev-R/colorspace"
RDEPEND="${DEPEND}"