diff options
author | Ryan Steinmetz <zi@FreeBSD.org> | 2013-12-13 22:22:16 +0000 |
---|---|---|
committer | Ryan Steinmetz <zi@FreeBSD.org> | 2013-12-13 22:22:16 +0000 |
commit | 216db44ae85b022f44cc2540cdbc7abb16c6e85a (patch) | |
tree | 652e3bf5ae64b6128b3d44be0443cda1440b086c | |
parent | 2ba5243c8c1571478b47c110c9c37edda83bf0e6 (diff) |
Notes
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/R-cran-vcd/Makefile | 19 | ||||
-rw-r--r-- | devel/R-cran-vcd/distinfo | 2 | ||||
-rw-r--r-- | devel/R-cran-vcd/pkg-descr | 6 |
4 files changed, 28 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 02e3b3273d00..82f3c2f5a129 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -30,6 +30,7 @@ SUBDIR += R-cran-randomForest SUBDIR += R-cran-reshape SUBDIR += R-cran-reshape2 + SUBDIR += R-cran-vcd SUBDIR += SpecTcl SUBDIR += aap SUBDIR += abi-compliance-checker diff --git a/devel/R-cran-vcd/Makefile b/devel/R-cran-vcd/Makefile new file mode 100644 index 000000000000..e1266d407c84 --- /dev/null +++ b/devel/R-cran-vcd/Makefile @@ -0,0 +1,19 @@ +# Created by: Ryan Steinmetz <zi@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= vcd +DISTVERSION= 1.3-1 +CATEGORIES= devel +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= ports@FreeBSD.org +COMMENT= Visualization techniques, data sets for categorical data + +LICENSE= GPLv2 + +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/devel/R-cran-vcd/distinfo b/devel/R-cran-vcd/distinfo new file mode 100644 index 000000000000..e623274072fd --- /dev/null +++ b/devel/R-cran-vcd/distinfo @@ -0,0 +1,2 @@ +SHA256 (vcd_1.3-1.tar.gz) = a6b833318902ef1ddd8f1221d7f68eeedc2a67d5f1c1f84560ae1582d32591e9 +SIZE (vcd_1.3-1.tar.gz) = 839779 diff --git a/devel/R-cran-vcd/pkg-descr b/devel/R-cran-vcd/pkg-descr new file mode 100644 index 000000000000..35b05a9c97bc --- /dev/null +++ b/devel/R-cran-vcd/pkg-descr @@ -0,0 +1,6 @@ +Visualization techniques, data sets, summary and inference procedures aimed +particularly at categorical data. Special emphasis is given to highly +extensible grid graphics. The package was inspired by the book "Visualizing +Categorical Data" by Michael Friendly. + +WWW: http://cran.r-project.org/web/packages/vcd/index.html |