pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/R-munsell
Module Name: pkgsrc
Committed By: minskim
Date: Thu Mar 8 19:36:14 UTC 2018
Added Files:
pkgsrc/graphics/R-munsell: DESCR Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/R-munsell/DESCR \
pkgsrc/graphics/R-munsell/Makefile pkgsrc/graphics/R-munsell/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/graphics/R-munsell/DESCR
diff -u /dev/null pkgsrc/graphics/R-munsell/DESCR:1.1
--- /dev/null Thu Mar 8 19:36:14 2018
+++ pkgsrc/graphics/R-munsell/DESCR Thu Mar 8 19:36:13 2018
@@ -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.
Index: pkgsrc/graphics/R-munsell/Makefile
diff -u /dev/null pkgsrc/graphics/R-munsell/Makefile:1.1
--- /dev/null Thu Mar 8 19:36:14 2018
+++ pkgsrc/graphics/R-munsell/Makefile Thu Mar 8 19:36:13 2018
@@ -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"
Index: pkgsrc/graphics/R-munsell/distinfo
diff -u /dev/null pkgsrc/graphics/R-munsell/distinfo:1.1
--- /dev/null Thu Mar 8 19:36:14 2018
+++ pkgsrc/graphics/R-munsell/distinfo Thu Mar 8 19:36:13 2018
@@ -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