From owner-svn-ports-all@FreeBSD.ORG Fri Dec 13 22:22:17 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7B3A891D; Fri, 13 Dec 2013 22:22:17 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4F90513B2; Fri, 13 Dec 2013 22:22:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBDMMHak051265; Fri, 13 Dec 2013 22:22:17 GMT (envelope-from zi@svn.freebsd.org) Received: (from zi@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBDMMGC8051261; Fri, 13 Dec 2013 22:22:16 GMT (envelope-from zi@svn.freebsd.org) Message-Id: <201312132222.rBDMMGC8051261@svn.freebsd.org> From: Ryan Steinmetz Date: Fri, 13 Dec 2013 22:22:16 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Dec 2013 22:22:17 -0000 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 +# $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 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