Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 May 2022 15:32:51 GMT
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 315d52d42cb6 - main - devel/R-cran-multicool: adding a R lib for Permutations of Multisets in Cool-Lex Order
Message-ID:  <202205061532.246FWppt037008@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by thierry:

URL: https://cgit.FreeBSD.org/ports/commit/?id=315d52d42cb6fdcdbe65e5a58ee7a81336cfd1f7

commit 315d52d42cb6fdcdbe65e5a58ee7a81336cfd1f7
Author:     Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2022-05-06 14:28:39 +0000
Commit:     Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2022-05-06 15:32:19 +0000

    devel/R-cran-multicool: adding a R lib for Permutations of Multisets in Cool-Lex Order
---
 devel/Makefile                   |  1 +
 devel/R-cran-multicool/Makefile  | 17 +++++++++++++++++
 devel/R-cran-multicool/distinfo  |  3 +++
 devel/R-cran-multicool/pkg-descr |  4 ++++
 devel/R-cran-multicool/pkg-plist | 20 ++++++++++++++++++++
 5 files changed, 45 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index 0a60bf7782e1..1d8a9e59e582 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -76,6 +76,7 @@
     SUBDIR += R-cran-microbenchmark
     SUBDIR += R-cran-mockery
     SUBDIR += R-cran-msm
+    SUBDIR += R-cran-multicool
     SUBDIR += R-cran-optparse
     SUBDIR += R-cran-pak
     SUBDIR += R-cran-parallelly
diff --git a/devel/R-cran-multicool/Makefile b/devel/R-cran-multicool/Makefile
new file mode 100644
index 000000000000..d01580e539ce
--- /dev/null
+++ b/devel/R-cran-multicool/Makefile
@@ -0,0 +1,17 @@
+# Created by: Thierry Thomas <thierry@pompo.net>
+
+PORTNAME=	multicool
+DISTVERSION=	0.1-12
+CATEGORIES=	devel
+DISTNAME=	${PORTNAME}_${DISTVERSION}
+
+MAINTAINER=	thierry@FreeBSD.org
+COMMENT=	Permutations of Multisets in Cool-Lex Order
+
+LICENSE=	GPLv2
+
+RUN_DEPENDS=	R-cran-Rcpp>0:devel/R-cran-Rcpp
+
+USES=		compiler:c++11-lang cran:compiles
+
+.include <bsd.port.mk>
diff --git a/devel/R-cran-multicool/distinfo b/devel/R-cran-multicool/distinfo
new file mode 100644
index 000000000000..a347490742f2
--- /dev/null
+++ b/devel/R-cran-multicool/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1651759345
+SHA256 (multicool_0.1-12.tar.gz) = 487d28d9c3c606be0cf56e2d8f8b0d79fb71949c68886ea9251fbb1c01664a36
+SIZE (multicool_0.1-12.tar.gz) = 14628
diff --git a/devel/R-cran-multicool/pkg-descr b/devel/R-cran-multicool/pkg-descr
new file mode 100644
index 000000000000..384e71a092af
--- /dev/null
+++ b/devel/R-cran-multicool/pkg-descr
@@ -0,0 +1,4 @@
+A set of tools to permute multisets without loops or hash tables and to generate
+integer partitions.
+
+WWW: https://cran.r-project.org/package=multicool
diff --git a/devel/R-cran-multicool/pkg-plist b/devel/R-cran-multicool/pkg-plist
new file mode 100644
index 000000000000..7d11dd583b4c
--- /dev/null
+++ b/devel/R-cran-multicool/pkg-plist
@@ -0,0 +1,20 @@
+%%R_MOD_DIR%%/DESCRIPTION
+%%R_MOD_DIR%%/INDEX
+%%R_MOD_DIR%%/Meta/Rd.rds
+%%R_MOD_DIR%%/Meta/features.rds
+%%R_MOD_DIR%%/Meta/hsearch.rds
+%%R_MOD_DIR%%/Meta/links.rds
+%%R_MOD_DIR%%/Meta/nsInfo.rds
+%%R_MOD_DIR%%/Meta/package.rds
+%%R_MOD_DIR%%/NAMESPACE
+%%R_MOD_DIR%%/R/multicool
+%%R_MOD_DIR%%/R/multicool.rdb
+%%R_MOD_DIR%%/R/multicool.rdx
+%%R_MOD_DIR%%/help/AnIndex
+%%R_MOD_DIR%%/help/aliases.rds
+%%R_MOD_DIR%%/help/multicool.rdb
+%%R_MOD_DIR%%/help/multicool.rdx
+%%R_MOD_DIR%%/help/paths.rds
+%%R_MOD_DIR%%/html/00Index.html
+%%R_MOD_DIR%%/html/R.css
+%%R_MOD_DIR%%/libs/multicool.so



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