1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

- Add a new port: graphics/R-cran-munsell

Functions for exploring and using the Munsell colour system

  WWW:	http://cran.r-project.org/web/packages/munsell/
This commit is contained in:
TAKATSU Tomonari 2012-02-07 21:22:28 +00:00
parent 39d8215fa3
commit 92fed8a909
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=290617
4 changed files with 29 additions and 0 deletions

View File

@ -21,6 +21,7 @@
SUBDIR += R-cran-diagram
SUBDIR += R-cran-dichromat
SUBDIR += R-cran-ggplot2
SUBDIR += R-cran-munsell
SUBDIR += R-cran-shape
SUBDIR += SciPlot
SUBDIR += a2png

View File

@ -0,0 +1,23 @@
# New ports collection makefile for: R-cran-munsell
# Date created: 2012-02-08
# Whom: TAKATSU Tomonari <tota@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= munsell
PORTVERSION= 0.3
CATEGORIES= graphics
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Munsell colour system
LICENSE= MIT
RUN_DEPENDS= R-cran-colorspace>0:${PORTSDIR}/graphics/R-cran-colorspace
USE_R_MOD= yes
R_MOD_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (munsell_0.3.tar.gz) = fb84b775b7143255dcc7a3cb17b3c3b3a80aa189d897940f28d4ba017d2bea57
SIZE (munsell_0.3.tar.gz) = 87485

View File

@ -0,0 +1,3 @@
Functions for exploring and using the Munsell colour system
WWW: http://cran.r-project.org/web/packages/munsell/