aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-numbers
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2018-08-31 14:11:44 +0000
committerWen Heping <wen@FreeBSD.org>2018-08-31 14:11:44 +0000
commitb54de7e8e2d287c5324c96f47987555e7dbb0e0c (patch)
treee1ea97680221e4b5295e01d2f2b9e5cca6bd46c2 /math/R-cran-numbers
parentb19bf0aa012388c3d8846381d08ba3e6bd5d276c (diff)
downloadports-b54de7e8e2d287c5324c96f47987555e7dbb0e0c.tar.gz
ports-b54de7e8e2d287c5324c96f47987555e7dbb0e0c.zip
Provides number-theoretic functions for factorization, prime numbers,
twin primes, primitive roots, modular logarithm and inverses, extended GCD, Farey series and continuous fractions. Includes Legendre and Jacobi symbols, some divisor functions, Euler's Phi function, etc. WWW: https://cran.r-project.org/web/packages/numbers/
Notes
Notes: svn path=/head/; revision=478557
Diffstat (limited to 'math/R-cran-numbers')
-rw-r--r--math/R-cran-numbers/Makefile17
-rw-r--r--math/R-cran-numbers/distinfo3
-rw-r--r--math/R-cran-numbers/pkg-descr6
3 files changed, 26 insertions, 0 deletions
diff --git a/math/R-cran-numbers/Makefile b/math/R-cran-numbers/Makefile
new file mode 100644
index 000000000000..42bd6dbd807b
--- /dev/null
+++ b/math/R-cran-numbers/Makefile
@@ -0,0 +1,17 @@
+# $FreeBSD$
+
+PORTNAME= numbers
+DISTVERSION= 0.7-1
+CATEGORIES= math
+DISTNAME= ${PORTNAME}_${DISTVERSION}
+
+MAINTAINER= wen@FreeBSD.org
+COMMENT= Number-Theoretic Functions
+
+LICENSE= GPLv3+
+
+RUN_DEPENDS= R-cran-gmp>=0.5.1:math/R-cran-gmp
+
+USES= cran:auto-plist
+
+.include <bsd.port.mk>
diff --git a/math/R-cran-numbers/distinfo b/math/R-cran-numbers/distinfo
new file mode 100644
index 000000000000..477c160993f0
--- /dev/null
+++ b/math/R-cran-numbers/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1535723558
+SHA256 (numbers_0.7-1.tar.gz) = be8bc020b730f6f86d7490f22e5e95ba952de68e47030cc680c342692f11aacc
+SIZE (numbers_0.7-1.tar.gz) = 41870
diff --git a/math/R-cran-numbers/pkg-descr b/math/R-cran-numbers/pkg-descr
new file mode 100644
index 000000000000..655ebd60dd00
--- /dev/null
+++ b/math/R-cran-numbers/pkg-descr
@@ -0,0 +1,6 @@
+Provides number-theoretic functions for factorization, prime numbers,
+twin primes, primitive roots, modular logarithm and inverses, extended
+GCD, Farey series and continuous fractions. Includes Legendre and Jacobi
+symbols, some divisor functions, Euler's Phi function, etc.
+
+WWW: https://cran.r-project.org/web/packages/numbers/