Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 May 2013 06:01:32 +0000 (UTC)
From:      TAKATSU Tomonari <tota@FreeBSD.org>
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
Message-ID:  <201305060601.r4661WbI043653@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <tota@FreeBSD.org>
+# $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 <bsd.port.mk>

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/



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