Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Apr 2016 06:56:38 +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: r414258 - in head/math: . R-cran-gmp
Message-ID:  <201604290656.u3T6uc9Z061204@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tota
Date: Fri Apr 29 06:56:37 2016
New Revision: 414258
URL: https://svnweb.freebsd.org/changeset/ports/414258

Log:
  - Add new port: math/R-cran-gmp
  
    Multiple Precision Arithmetic (big integers and rationals, prime
    number tests, matrix computation), "arithmetic without limitations"
    using the C library GMP (GNU Multiple Precision Arithmetic).
  
    WWW: https://cran.r-project.org/web/packages/gmp/

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

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Fri Apr 29 05:51:37 2016	(r414257)
+++ head/math/Makefile	Fri Apr 29 06:56:37 2016	(r414258)
@@ -34,6 +34,7 @@
     SUBDIR += R-cran-forecast
     SUBDIR += R-cran-fracdiff
     SUBDIR += R-cran-geepack
+    SUBDIR += R-cran-gmp
     SUBDIR += R-cran-gpclib
     SUBDIR += R-cran-gss
     SUBDIR += R-cran-gtable

Added: head/math/R-cran-gmp/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-gmp/Makefile	Fri Apr 29 06:56:37 2016	(r414258)
@@ -0,0 +1,18 @@
+# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	gmp
+DISTVERSION=	0.5-12
+CATEGORIES=	math
+DISTNAME=	${PORTNAME}_${DISTVERSION}
+
+MAINTAINER=	tota@FreeBSD.org
+COMMENT=	Multiple Precision Arithmetic
+
+LICENSE=	GPLv2+
+
+LIB_DEPENDS=	libgmp.so:math/gmp
+
+USES=	cran:auto-plist
+
+.include <bsd.port.mk>

Added: head/math/R-cran-gmp/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-gmp/distinfo	Fri Apr 29 06:56:37 2016	(r414258)
@@ -0,0 +1,2 @@
+SHA256 (gmp_0.5-12.tar.gz) = aa4e6b0d0d64edfff166b7417e7c2782a1337905d667258d44ca881229dbd781
+SIZE (gmp_0.5-12.tar.gz) = 130077

Added: head/math/R-cran-gmp/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-gmp/pkg-descr	Fri Apr 29 06:56:37 2016	(r414258)
@@ -0,0 +1,5 @@
+Multiple Precision Arithmetic (big integers and rationals, prime
+number tests, matrix computation), "arithmetic without limitations"
+using the C library GMP (GNU Multiple Precision Arithmetic).
+
+WWW: https://cran.r-project.org/web/packages/gmp/



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