diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2012-02-07 20:58:26 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2012-02-07 20:58:26 +0000 |
commit | 2501ce08a07174e5327b09639354562d5424f40a (patch) | |
tree | aa03b39dbfd4c2d110a296c8be93c41c7814b269 /graphics | |
parent | 3390f7060e630b0f7e13ba19350cd65380b88cfe (diff) | |
download | ports-2501ce08a07174e5327b09639354562d5424f40a.tar.gz ports-2501ce08a07174e5327b09639354562d5424f40a.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/R-cran-dichromat/Makefile | 21 | ||||
-rw-r--r-- | graphics/R-cran-dichromat/distinfo | 2 | ||||
-rw-r--r-- | graphics/R-cran-dichromat/pkg-descr | 4 |
4 files changed, 28 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 6a00389090f3..af683632a993 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -19,6 +19,7 @@ SUBDIR += R-cran-RColorBrewer SUBDIR += R-cran-colorspace SUBDIR += R-cran-diagram + SUBDIR += R-cran-dichromat SUBDIR += R-cran-ggplot2 SUBDIR += R-cran-shape SUBDIR += SciPlot diff --git a/graphics/R-cran-dichromat/Makefile b/graphics/R-cran-dichromat/Makefile new file mode 100644 index 000000000000..f5312340adb3 --- /dev/null +++ b/graphics/R-cran-dichromat/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: R-cran-dichromat +# Date created: 2012-02-08 +# Whom: TAKATSU Tomonari <tota@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= dichromat +DISTVERSION= 1.2-4 +CATEGORIES= graphics +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Color schemes for dichromats + +LICENSE= GPLv2 + +USE_R_MOD= yes +R_MOD_AUTOPLIST= yes + +.include <bsd.port.mk> diff --git a/graphics/R-cran-dichromat/distinfo b/graphics/R-cran-dichromat/distinfo new file mode 100644 index 000000000000..de0e60eab1dd --- /dev/null +++ b/graphics/R-cran-dichromat/distinfo @@ -0,0 +1,2 @@ +SHA256 (dichromat_1.2-4.tar.gz) = 984a11d9129a762e44f26ac99cb4570bcf854d9933ab05a13c2e5cb53bae595b +SIZE (dichromat_1.2-4.tar.gz) = 29921 diff --git a/graphics/R-cran-dichromat/pkg-descr b/graphics/R-cran-dichromat/pkg-descr new file mode 100644 index 000000000000..77f32327e09c --- /dev/null +++ b/graphics/R-cran-dichromat/pkg-descr @@ -0,0 +1,4 @@ +Collapse red-green distinctions to simulate the effects of +colour-blindness + +WWW: http://cran.r-project.org/web/packages/dichromat/ |