diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2016-04-29 06:56:37 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2016-04-29 06:56:37 +0000 |
commit | d69db65a06caf581eef1539f4a8ccb85c0fbbb48 (patch) | |
tree | 456de7575d23ba1c4038d33e1baad1fefa867f51 /math/R-cran-gmp | |
parent | 5ea4494a21d62c2ac043ab969a0cf1c92242e672 (diff) | |
download | freebsd-ports-d69db65a06caf581eef1539f4a8ccb85c0fbbb48.zip |
- 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/
Diffstat (limited to 'math/R-cran-gmp')
-rw-r--r-- | math/R-cran-gmp/Makefile | 18 | ||||
-rw-r--r-- | math/R-cran-gmp/distinfo | 2 | ||||
-rw-r--r-- | math/R-cran-gmp/pkg-descr | 5 |
3 files changed, 25 insertions, 0 deletions
diff --git a/math/R-cran-gmp/Makefile b/math/R-cran-gmp/Makefile new file mode 100644 index 000000000000..4a88d255b938 --- /dev/null +++ b/math/R-cran-gmp/Makefile @@ -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> diff --git a/math/R-cran-gmp/distinfo b/math/R-cran-gmp/distinfo new file mode 100644 index 000000000000..debe7697b090 --- /dev/null +++ b/math/R-cran-gmp/distinfo @@ -0,0 +1,2 @@ +SHA256 (gmp_0.5-12.tar.gz) = aa4e6b0d0d64edfff166b7417e7c2782a1337905d667258d44ca881229dbd781 +SIZE (gmp_0.5-12.tar.gz) = 130077 diff --git a/math/R-cran-gmp/pkg-descr b/math/R-cran-gmp/pkg-descr new file mode 100644 index 000000000000..b6afa25f11ab --- /dev/null +++ b/math/R-cran-gmp/pkg-descr @@ -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/ |