Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Aug 2018 14:11:44 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r478557 - in head/math: . R-cran-numbers
Message-ID:  <201808311411.w7VEBiYp017445@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wen
Date: Fri Aug 31 14:11:44 2018
New Revision: 478557
URL: https://svnweb.freebsd.org/changeset/ports/478557

Log:
  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/

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

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Fri Aug 31 13:36:47 2018	(r478556)
+++ head/math/Makefile	Fri Aug 31 14:11:44 2018	(r478557)
@@ -74,6 +74,7 @@
     SUBDIR += R-cran-nnls
     SUBDIR += R-cran-nortest
     SUBDIR += R-cran-numDeriv
+    SUBDIR += R-cran-numbers
     SUBDIR += R-cran-outliers
     SUBDIR += R-cran-pbkrtest
     SUBDIR += R-cran-pls

Added: head/math/R-cran-numbers/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-numbers/Makefile	Fri Aug 31 14:11:44 2018	(r478557)
@@ -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>

Added: head/math/R-cran-numbers/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-numbers/distinfo	Fri Aug 31 14:11:44 2018	(r478557)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1535723558
+SHA256 (numbers_0.7-1.tar.gz) = be8bc020b730f6f86d7490f22e5e95ba952de68e47030cc680c342692f11aacc
+SIZE (numbers_0.7-1.tar.gz) = 41870

Added: head/math/R-cran-numbers/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-numbers/pkg-descr	Fri Aug 31 14:11:44 2018	(r478557)
@@ -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/



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