dev-R/farver: 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:38:40 +02:00
parent de89b03a55
commit d5f41e88b2
3 changed files with 25 additions and 0 deletions

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

@@ -0,0 +1 @@
DIST farver_2.1.0.tar.gz 1281864 BLAKE2B 50c4a98b8b33efae95635137b1025de061f7bc3b76d79675e9b2df5342993d840f8828695eead73fbe861e53bd076b6aa3ac792eca537741074bf5d7fc5a3056 SHA512 a89c77a971e831d2b203a011539f5e077d953432156eaff588e8b0cb57536dfaace1d98bd656b9b48eccddb2b1d03dc395e01ae670bde1b769b905bc17eb4129

View File

@@ -0,0 +1,10 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit R-packages
DESCRIPTION='High Performance Colour Space Manipulation'
KEYWORDS="~amd64"
LICENSE='MIT'

14
dev-R/farver/metadata.xml Normal file
View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<longdescription>
High Performance Colour Space Manipulation // The encoding of
colour can be handled in many different ways, using different
colour spaces. As different colour spaces have different uses,
efficient conversion between these representations are
important. The 'farver' package provides a set of functions
that gives access to very fast colour space conversion and
comparisons implemented in C++, and offers speed improvements
over the 'convertColor' function in the 'grDevices' package.
</longdescription>
</pkgmetadata>