From owner-svn-ports-head@FreeBSD.ORG Mon May 6 06:01:34 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 0DCD9253; Mon, 6 May 2013 06:01:34 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id D969FED; Mon, 6 May 2013 06:01:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4661XMO043657; Mon, 6 May 2013 06:01:33 GMT (envelope-from tota@svn.freebsd.org) Received: (from tota@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4661WbI043653; Mon, 6 May 2013 06:01:32 GMT (envelope-from tota@svn.freebsd.org) Message-Id: <201305060601.r4661WbI043653@svn.freebsd.org> From: TAKATSU Tomonari Date: Mon, 6 May 2013 06:01:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r317461 - in head/math: . R-cran-RcppArmadillo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 May 2013 06:01:34 -0000 Author: tota Date: Mon May 6 06:01:32 2013 New Revision: 317461 URL: http://svnweb.freebsd.org/changeset/ports/317461 Log: - Add new port: math/R-cran-RcppArmadillo RcppArmadillo provides an interface from R to and from Armadillo by utilising the Rcpp R/C++ interface library. WWW: http://cran.r-project.org/web/packages/RcppArmadillo/ Added: head/math/R-cran-RcppArmadillo/ head/math/R-cran-RcppArmadillo/Makefile (contents, props changed) head/math/R-cran-RcppArmadillo/distinfo (contents, props changed) head/math/R-cran-RcppArmadillo/pkg-descr (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Mon May 6 05:39:13 2013 (r317460) +++ head/math/Makefile Mon May 6 06:01:32 2013 (r317461) @@ -13,6 +13,7 @@ SUBDIR += R-cran-MCMCpack SUBDIR += R-cran-RHmm SUBDIR += R-cran-RSvgDevice + SUBDIR += R-cran-RcppArmadillo SUBDIR += R-cran-SuppDists SUBDIR += R-cran-Zelig SUBDIR += R-cran-bdsmatrix Added: head/math/R-cran-RcppArmadillo/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-RcppArmadillo/Makefile Mon May 6 06:01:32 2013 (r317461) @@ -0,0 +1,20 @@ +# Created by: TAKATSU Tomonari +# $FreeBSD$ + +PORTNAME= RcppArmadillo +PORTVERSION= 0.3.800.1 +CATEGORIES= math +DISTNAME= ${PORTNAME}_${PORTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Rcpp integration for Armadillo templated linear algebra library + +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + +RUN_DEPENDS= R-cran-Rcpp>=0.10.2:${PORTSDIR}/devel/R-cran-Rcpp + +USE_R_MOD= yes +R_MOD_AUTOPLIST= yes + +.include Added: head/math/R-cran-RcppArmadillo/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-RcppArmadillo/distinfo Mon May 6 06:01:32 2013 (r317461) @@ -0,0 +1,2 @@ +SHA256 (RcppArmadillo_0.3.800.1.tar.gz) = ce8cfdfaca7348808242566764bdb7b6d4c709950993f0fd1fdd1fa72de50312 +SIZE (RcppArmadillo_0.3.800.1.tar.gz) = 803279 Added: head/math/R-cran-RcppArmadillo/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-RcppArmadillo/pkg-descr Mon May 6 06:01:32 2013 (r317461) @@ -0,0 +1,4 @@ +RcppArmadillo provides an interface from R to and from Armadillo +by utilising the Rcpp R/C++ interface library. + +WWW: http://cran.r-project.org/web/packages/RcppArmadillo/