aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorwen <wen@FreeBSD.org>2017-07-26 16:44:49 +0800
committerwen <wen@FreeBSD.org>2017-07-26 16:44:49 +0800
commit63f9215b379c3fa62762ac2543e50b27d3daf17f (patch)
treed689bef4172b4ae947acd20c59b12b83e13984be /math
parent42b3cbc804bdfcaf60b4be191a9ba9c160472692 (diff)
downloadfreebsd-ports-gnome-63f9215b379c3fa62762ac2543e50b27d3daf17f.tar.gz
freebsd-ports-gnome-63f9215b379c3fa62762ac2543e50b27d3daf17f.tar.zst
freebsd-ports-gnome-63f9215b379c3fa62762ac2543e50b27d3daf17f.zip
Routines for combinatorics.
WWW: https://cran.r-project.org/package=conmbinat PR: 220060 Submitted by: pfg@
Diffstat (limited to 'math')
-rw-r--r--math/Makefile1
-rw-r--r--math/R-cran-combinat/Makefile16
-rw-r--r--math/R-cran-combinat/distinfo3
-rw-r--r--math/R-cran-combinat/pkg-descr3
4 files changed, 23 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile
index 1b11fb94ff6b..fee22af3a482 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -31,6 +31,7 @@
SUBDIR += R-cran-bdsmatrix
SUBDIR += R-cran-car
SUBDIR += R-cran-coda
+ SUBDIR += R-cran-combinat
SUBDIR += R-cran-deldir
SUBDIR += R-cran-dlmodeler
SUBDIR += R-cran-dplyr
diff --git a/math/R-cran-combinat/Makefile b/math/R-cran-combinat/Makefile
new file mode 100644
index 000000000000..f05cfe8d82bf
--- /dev/null
+++ b/math/R-cran-combinat/Makefile
@@ -0,0 +1,16 @@
+# Created by: Pedro Giffuni
+# $FreeBSD$
+
+PORTNAME= combinat
+DISTVERSION= 0.0-8
+CATEGORIES= math
+DISTNAME= ${PORTNAME}_${DISTVERSION}
+
+MAINTAINER= pfg@FreeBSD.org
+COMMENT= Routines for combinatorics
+
+LICENSE= GPLv2
+
+USES= cran:auto-plist
+
+.include <bsd.port.mk>
diff --git a/math/R-cran-combinat/distinfo b/math/R-cran-combinat/distinfo
new file mode 100644
index 000000000000..65179b7f86c0
--- /dev/null
+++ b/math/R-cran-combinat/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1497644116
+SHA256 (combinat_0.0-8.tar.gz) = 1513cf6b6ed74865bfdd9f8ca58feae12b62f38965d1a32c6130bef810ca30c1
+SIZE (combinat_0.0-8.tar.gz) = 9197
diff --git a/math/R-cran-combinat/pkg-descr b/math/R-cran-combinat/pkg-descr
new file mode 100644
index 000000000000..cf4184991918
--- /dev/null
+++ b/math/R-cran-combinat/pkg-descr
@@ -0,0 +1,3 @@
+Routines for combinatorics.
+
+WWW: https://cran.r-project.org/package=conmbinat