pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/R-munsell graphics/R-munsell: Import version ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0dfd664bcd5d
branches:  trunk
changeset: 376811:0dfd664bcd5d
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Thu Mar 08 19:36:13 2018 +0000

description:
graphics/R-munsell: Import version 0.4.3

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.

diffstat:

 graphics/R-munsell/DESCR    |   6 ++++++
 graphics/R-munsell/Makefile |  19 +++++++++++++++++++
 graphics/R-munsell/distinfo |   6 ++++++
 3 files changed, 31 insertions(+), 0 deletions(-)

diffs (43 lines):

diff -r 026a12aeaa5a -r 0dfd664bcd5d graphics/R-munsell/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/R-munsell/DESCR  Thu Mar 08 19:36:13 2018 +0000
@@ -0,0 +1,6 @@
+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.
diff -r 026a12aeaa5a -r 0dfd664bcd5d graphics/R-munsell/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/R-munsell/Makefile       Thu Mar 08 19:36:13 2018 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2018/03/08 19:36:13 minskim Exp $
+
+CATEGORIES=    graphics
+MASTER_SITES=  ${MASTER_SITE_R_CRAN:=contrib/}
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      ${R_HOMEPAGE_BASE}/munsell/
+COMMENT=       Utilities for using Munsell colors
+LICENSE=       mit
+
+R_PKGNAME=     munsell
+R_PKGVER=      0.4.3
+
+DEPENDS+=      R-colorspace-[0-9]*:../../graphics/R-colorspace
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r 026a12aeaa5a -r 0dfd664bcd5d graphics/R-munsell/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/R-munsell/distinfo       Thu Mar 08 19:36:13 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/03/08 19:36:13 minskim Exp $
+
+SHA1 (R/munsell_0.4.3.tar.gz) = 2e9a3cd4a1f5c10e1abd7d4f6c6fa0cf7420bf00
+RMD160 (R/munsell_0.4.3.tar.gz) = b17643069eea8ceba41c483f1773343b86de4431
+SHA512 (R/munsell_0.4.3.tar.gz) = 8050b87a139c994d9a9f2b9916352c0c74bb588381e2ad029b8b2e180d203de4624943087032c208297eddb4ba7af635e2dee4673344479059f3db311a90a566
+Size (R/munsell_0.4.3.tar.gz) = 97244 bytes



Home | Main Index | Thread Index | Old Index