Index: head/graphics/R-cran-munsell/Makefile =================================================================== --- head/graphics/R-cran-munsell/Makefile (revision 408923) +++ head/graphics/R-cran-munsell/Makefile (revision 408924) @@ -1,23 +1,22 @@ # Created by: TAKATSU Tomonari # $FreeBSD$ PORTNAME= munsell -PORTVERSION= 0.4.2 -PORTREVISION= 4 +PORTVERSION= 0.4.3 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Munsell colour system LICENSE= MIT CW LICENSE_COMB= multi LICENSE_NAME_CW= Charlotte Wickham COPYRIGHT LICENSE_FILE_CW= ${WRKSRC}/LICENSE LICENSE_PERMS_CW= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept RUN_DEPENDS= R-cran-colorspace>0:${PORTSDIR}/graphics/R-cran-colorspace USES= cran:auto-plist .include Index: head/graphics/R-cran-munsell/distinfo =================================================================== --- head/graphics/R-cran-munsell/distinfo (revision 408923) +++ head/graphics/R-cran-munsell/distinfo (revision 408924) @@ -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 Index: head/graphics/R-cran-munsell/pkg-descr =================================================================== --- head/graphics/R-cran-munsell/pkg-descr (revision 408923) +++ head/graphics/R-cran-munsell/pkg-descr (revision 408924) @@ -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/