Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Apr 2016 07:04:54 +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: r414259 - in head/math: . R-cran-Rmpfr
Message-ID:  <201604290704.u3T74sXm064233@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tota
Date: Fri Apr 29 07:04:54 2016
New Revision: 414259
URL: https://svnweb.freebsd.org/changeset/ports/414259

Log:
  - Add new port: math/R-cran-Rmpfr
  
    Arithmetic (via S4 classes and methods) for arbitrary precision
    floating point numbers, including transcendental ("special")
    functions. To this end, Rmpfr interfaces to the LGPL'ed MPFR (Multiple
    Precision Floating-Point Reliable) Library which itself is based
    on the GMP (GNU Multiple Precision) Library.
  
    WWW: https://cran.r-project.org/web/packages/Rmpfr/
  
    Submitted by:	Jukka A. Ukkonen <jau_AT_iki_DOT_fi> (via private e-mail)

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

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Fri Apr 29 06:56:37 2016	(r414258)
+++ head/math/Makefile	Fri Apr 29 07:04:54 2016	(r414259)
@@ -20,6 +20,7 @@
     SUBDIR += R-cran-RSvgDevice
     SUBDIR += R-cran-RcppArmadillo
     SUBDIR += R-cran-RcppEigen
+    SUBDIR += R-cran-Rmpfr
     SUBDIR += R-cran-SparseM
     SUBDIR += R-cran-SuppDists
     SUBDIR += R-cran-VGAM

Added: head/math/R-cran-Rmpfr/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-Rmpfr/Makefile	Fri Apr 29 07:04:54 2016	(r414259)
@@ -0,0 +1,20 @@
+# Created by: Jukka A. Ukkonen <jau@iki.fi>
+# $FreeBSD$
+
+PORTNAME=	Rmpfr
+DISTVERSION=	0.6-0
+CATEGORIES=	math
+DISTNAME=	${PORTNAME}_${DISTVERSION}
+
+MAINTAINER=	tota@FreeBSD.org
+COMMENT=	R wrapper for the mpfr multiple precision library
+
+LICENSE=	GPLv2+
+
+LIB_DEPENDS=	libgmp.so:math/gmp \
+		libmpfr.so:math/mpfr
+RUN_DEPENDS=	R-cran-gmp>=0.5.8:math/R-cran-gmp
+
+USES=	cran:auto-plist
+
+.include <bsd.port.mk>

Added: head/math/R-cran-Rmpfr/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-Rmpfr/distinfo	Fri Apr 29 07:04:54 2016	(r414259)
@@ -0,0 +1,2 @@
+SHA256 (Rmpfr_0.6-0.tar.gz) = 43a1df2244014d76bb7fce1b6b143d57a64126dd26504c9060d6efd6f497251a
+SIZE (Rmpfr_0.6-0.tar.gz) = 582729

Added: head/math/R-cran-Rmpfr/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-Rmpfr/pkg-descr	Fri Apr 29 07:04:54 2016	(r414259)
@@ -0,0 +1,7 @@
+Arithmetic (via S4 classes and methods) for arbitrary precision
+floating point numbers, including transcendental ("special")
+functions. To this end, Rmpfr interfaces to the LGPL'ed MPFR (Multiple
+Precision Floating-Point Reliable) Library which itself is based
+on the GMP (GNU Multiple Precision) Library.
+
+WWW: https://cran.r-project.org/web/packages/Rmpfr/



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