Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Dec 2013 22:22:16 +0000 (UTC)
From:      Ryan Steinmetz <zi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r336374 - in head/devel: . R-cran-vcd
Message-ID:  <201312132222.rBDMMGC8051261@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zi
Date: Fri Dec 13 22:22:16 2013
New Revision: 336374
URL: http://svnweb.freebsd.org/changeset/ports/336374

Log:
  New port: devel/R-cran-vcd:
  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

Added:
  head/devel/R-cran-vcd/
  head/devel/R-cran-vcd/Makefile   (contents, props changed)
  head/devel/R-cran-vcd/distinfo   (contents, props changed)
  head/devel/R-cran-vcd/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Fri Dec 13 22:20:35 2013	(r336373)
+++ head/devel/Makefile	Fri Dec 13 22:22:16 2013	(r336374)
@@ -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

Added: head/devel/R-cran-vcd/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-vcd/Makefile	Fri Dec 13 22:22:16 2013	(r336374)
@@ -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>

Added: head/devel/R-cran-vcd/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-vcd/distinfo	Fri Dec 13 22:22:16 2013	(r336374)
@@ -0,0 +1,2 @@
+SHA256 (vcd_1.3-1.tar.gz) = a6b833318902ef1ddd8f1221d7f68eeedc2a67d5f1c1f84560ae1582d32591e9
+SIZE (vcd_1.3-1.tar.gz) = 839779

Added: head/devel/R-cran-vcd/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-vcd/pkg-descr	Fri Dec 13 22:22:16 2013	(r336374)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312132222.rBDMMGC8051261>