diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2016-02-15 12:07:31 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2016-02-15 12:07:31 +0000 |
commit | 3cd2ec934e332cb217f2fe186aaef5bf959f23b2 (patch) | |
tree | 710650cf472ed0bc6b3e98437389b41f4de2fa91 /graphics/R-cran-munsell | |
parent | 3b4c5197dad5d4fa6be95bca3b886031ad999425 (diff) | |
download | ports-3cd2ec934e332cb217f2fe186aaef5bf959f23b2.tar.gz ports-3cd2ec934e332cb217f2fe186aaef5bf959f23b2.zip |
Notes
Diffstat (limited to 'graphics/R-cran-munsell')
-rw-r--r-- | graphics/R-cran-munsell/Makefile | 3 | ||||
-rw-r--r-- | graphics/R-cran-munsell/distinfo | 4 | ||||
-rw-r--r-- | graphics/R-cran-munsell/pkg-descr | 9 |
3 files changed, 10 insertions, 6 deletions
diff --git a/graphics/R-cran-munsell/Makefile b/graphics/R-cran-munsell/Makefile index f51e64c2e748..27099a3c57ea 100644 --- a/graphics/R-cran-munsell/Makefile +++ b/graphics/R-cran-munsell/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= munsell -PORTVERSION= 0.4.2 -PORTREVISION= 4 +PORTVERSION= 0.4.3 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/graphics/R-cran-munsell/distinfo b/graphics/R-cran-munsell/distinfo index 84b8192c48d5..a91acfaa37bf 100644 --- a/graphics/R-cran-munsell/distinfo +++ b/graphics/R-cran-munsell/distinfo @@ -1,2 +1,2 @@ -SHA256 (munsell_0.4.2.tar.gz) = 84e787f58f626c52a1e3fc1201f724835dfa8023358bfed742e7001441f425ae -SIZE (munsell_0.4.2.tar.gz) = 91026 +SHA256 (munsell_0.4.3.tar.gz) = 397c3c90af966f48eebe8f5d9e40c41b17541f0baaa102eec3ea4faae5a2bd49 +SIZE (munsell_0.4.3.tar.gz) = 97244 diff --git a/graphics/R-cran-munsell/pkg-descr b/graphics/R-cran-munsell/pkg-descr index efa719ae3fde..74198915882f 100644 --- a/graphics/R-cran-munsell/pkg-descr +++ b/graphics/R-cran-munsell/pkg-descr @@ -1,3 +1,8 @@ -Functions for exploring and using the Munsell colour system +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. -WWW: http://cran.r-project.org/web/packages/munsell/ +WWW: https://cran.r-project.org/web/packages/munsell/ |