diff options
author | tota <tota@FreeBSD.org> | 2016-04-29 14:56:37 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2016-04-29 14:56:37 +0800 |
commit | e56e8977f2b0d0a0c4bebd495653a0355ffbb647 (patch) | |
tree | 456de7575d23ba1c4038d33e1baad1fefa867f51 /math/R-cran-gmp | |
parent | 0011903800c88adaa0b95cdccae419b6327960a1 (diff) | |
download | freebsd-ports-gnome-e56e8977f2b0d0a0c4bebd495653a0355ffbb647.tar.gz freebsd-ports-gnome-e56e8977f2b0d0a0c4bebd495653a0355ffbb647.tar.zst freebsd-ports-gnome-e56e8977f2b0d0a0c4bebd495653a0355ffbb647.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/ |