Date: Sat, 1 Sep 2018 02:48:35 +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: r478652 - in head/math: . R-cran-partitions Message-ID: <201809010248.w812mZYV016774@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wen Date: Sat Sep 1 02:48:35 2018 New Revision: 478652 URL: https://svnweb.freebsd.org/changeset/ports/478652 Log: Additive partitions of integers. Enumerates the partitions, unequal partitions, and restricted partitions of an integer; the three corresponding partition functions are also given. Set partitions are now included. WWW: https://cran.r-project.org/web/packages/partitions/ Added: head/math/R-cran-partitions/ head/math/R-cran-partitions/Makefile (contents, props changed) head/math/R-cran-partitions/distinfo (contents, props changed) head/math/R-cran-partitions/pkg-descr (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Sat Sep 1 02:25:22 2018 (r478651) +++ head/math/Makefile Sat Sep 1 02:48:35 2018 (r478652) @@ -76,6 +76,7 @@ SUBDIR += R-cran-numDeriv SUBDIR += R-cran-numbers SUBDIR += R-cran-outliers + SUBDIR += R-cran-partitions SUBDIR += R-cran-pbkrtest SUBDIR += R-cran-pls SUBDIR += R-cran-polynom Added: head/math/R-cran-partitions/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-partitions/Makefile Sat Sep 1 02:48:35 2018 (r478652) @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= partitions +DISTVERSION= 1.9-19 +CATEGORIES= math +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= wen@FreeBSD.org +COMMENT= Additive Partitions of Integers + +LICENSE= GPLv3+ + +RUN_DEPENDS= R-cran-gmp>=0.5.1:math/R-cran-gmp \ + R-cran-polynom>=0:math/R-cran-polynom + +USES= cran:auto-plist,compiles + +.include <bsd.port.mk> Added: head/math/R-cran-partitions/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-partitions/distinfo Sat Sep 1 02:48:35 2018 (r478652) @@ -0,0 +1,3 @@ +TIMESTAMP = 1535767220 +SHA256 (partitions_1.9-19.tar.gz) = dd47a511313ca26392bbe42d896cb96323d83ede8de1f92d622401d6a47574de +SIZE (partitions_1.9-19.tar.gz) = 374216 Added: head/math/R-cran-partitions/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-partitions/pkg-descr Sat Sep 1 02:48:35 2018 (r478652) @@ -0,0 +1,5 @@ +Additive partitions of integers. Enumerates the partitions, unequal partitions, +and restricted partitions of an integer; the three corresponding partition +functions are also given. Set partitions are now included. + +WWW: https://cran.r-project.org/web/packages/partitions/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809010248.w812mZYV016774>