diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2012-02-07 21:22:28 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2012-02-07 21:22:28 +0000 |
commit | 92fed8a90909044c8560e96a542a9da2e8636e63 (patch) | |
tree | c9f7db0e518bb061f5c382a26be4012e246f1eee /graphics/R-cran-munsell | |
parent | 39d8215fa3dc0cdefbcf55a8bd3e75f0ba3a4454 (diff) | |
download | ports-92fed8a90909044c8560e96a542a9da2e8636e63.tar.gz ports-92fed8a90909044c8560e96a542a9da2e8636e63.zip |
Notes
Diffstat (limited to 'graphics/R-cran-munsell')
-rw-r--r-- | graphics/R-cran-munsell/Makefile | 23 | ||||
-rw-r--r-- | graphics/R-cran-munsell/distinfo | 2 | ||||
-rw-r--r-- | graphics/R-cran-munsell/pkg-descr | 3 |
3 files changed, 28 insertions, 0 deletions
diff --git a/graphics/R-cran-munsell/Makefile b/graphics/R-cran-munsell/Makefile new file mode 100644 index 000000000000..478936a2229a --- /dev/null +++ b/graphics/R-cran-munsell/Makefile @@ -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> diff --git a/graphics/R-cran-munsell/distinfo b/graphics/R-cran-munsell/distinfo new file mode 100644 index 000000000000..d4f23b2a5fd0 --- /dev/null +++ b/graphics/R-cran-munsell/distinfo @@ -0,0 +1,2 @@ +SHA256 (munsell_0.3.tar.gz) = fb84b775b7143255dcc7a3cb17b3c3b3a80aa189d897940f28d4ba017d2bea57 +SIZE (munsell_0.3.tar.gz) = 87485 diff --git a/graphics/R-cran-munsell/pkg-descr b/graphics/R-cran-munsell/pkg-descr new file mode 100644 index 000000000000..a1d713059728 --- /dev/null +++ b/graphics/R-cran-munsell/pkg-descr @@ -0,0 +1,3 @@ +Functions for exploring and using the Munsell colour system + +WWW: http://cran.r-project.org/web/packages/munsell/ |