Date: Wed, 20 Nov 2019 16:20:15 +0000 (UTC) From: TAKATSU Tomonari <tota@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r518035 - in head/graphics: . R-cran-farver Message-ID: <201911201620.xAKGKFF0070669@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tota Date: Wed Nov 20 16:20:14 2019 New Revision: 518035 URL: https://svnweb.freebsd.org/changeset/ports/518035 Log: - Add new port: graphics/R-cran-farver 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. WWW: https://cran.r-project.org/web/packages/farver/ Added: head/graphics/R-cran-farver/ head/graphics/R-cran-farver/Makefile (contents, props changed) head/graphics/R-cran-farver/distinfo (contents, props changed) head/graphics/R-cran-farver/pkg-descr (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Wed Nov 20 15:23:09 2019 (r518034) +++ head/graphics/Makefile Wed Nov 20 16:20:14 2019 (r518035) @@ -21,6 +21,7 @@ SUBDIR += R-cran-diagram SUBDIR += R-cran-dichromat SUBDIR += R-cran-dygraphs + SUBDIR += R-cran-farver SUBDIR += R-cran-ggplot2 SUBDIR += R-cran-gridBase SUBDIR += R-cran-gridExtra Added: head/graphics/R-cran-farver/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/R-cran-farver/Makefile Wed Nov 20 16:20:14 2019 (r518035) @@ -0,0 +1,16 @@ +# $FreeBSD$ + +PORTNAME= farver +PORTVERSION= 2.0.1 +CATEGORIES= graphics +DISTNAME= ${PORTNAME}_${PORTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= High Performance Colour Space Manipulation + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.note + +USES= cran:auto-plist,compiles + +.include <bsd.port.mk> Added: head/graphics/R-cran-farver/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/R-cran-farver/distinfo Wed Nov 20 16:20:14 2019 (r518035) @@ -0,0 +1,3 @@ +TIMESTAMP = 1574185619 +SHA256 (farver_2.0.1.tar.gz) = 1642ca1519ef80616ab044ae7f6eaf464118356f2a7875e9d0e3df60ca84012b +SIZE (farver_2.0.1.tar.gz) = 1280565 Added: head/graphics/R-cran-farver/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/R-cran-farver/pkg-descr Wed Nov 20 16:20:14 2019 (r518035) @@ -0,0 +1,9 @@ +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. + +WWW: https://cran.r-project.org/web/packages/farver/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911201620.xAKGKFF0070669>