svn commit: r414258 - in head/math: . R-cran-gmp

TAKATSU Tomonari tota at FreeBSD.org
Fri Apr 29 06:56:39 UTC 2016


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 at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	gmp
+DISTVERSION=	0.5-12
+CATEGORIES=	math
+DISTNAME=	${PORTNAME}_${DISTVERSION}
+
+MAINTAINER=	tota at 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/


More information about the svn-ports-head mailing list