git: 7769baac3faf - main - devel/R-cran-mlbench: New port: Machine Learning Benchmark Problems
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Dec 2023 17:32:44 UTC
The branch main has been updated by eduardo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7769baac3fafac2044f50aec036a13b9300c2470
commit 7769baac3fafac2044f50aec036a13b9300c2470
Author: Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2023-12-09 17:14:29 +0000
Commit: Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2023-12-09 17:31:19 +0000
devel/R-cran-mlbench: New port: Machine Learning Benchmark Problems
A collection of artificial and real-world machine learning benchmark
problems, including, e.g., several data sets from the UCI repository.
WWW: https://cran.r-project.org/web/packages/mlbench/
---
devel/Makefile | 1 +
devel/R-cran-mlbench/Makefile | 14 ++++++++++++++
devel/R-cran-mlbench/distinfo | 3 +++
devel/R-cran-mlbench/pkg-descr | 2 ++
4 files changed, 20 insertions(+)
diff --git a/devel/Makefile b/devel/Makefile
index d928640b6481..f6fdb2640872 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -78,6 +78,7 @@
SUBDIR += R-cran-magrittr
SUBDIR += R-cran-memoise
SUBDIR += R-cran-microbenchmark
+ SUBDIR += R-cran-mlbench
SUBDIR += R-cran-mockery
SUBDIR += R-cran-msm
SUBDIR += R-cran-multicool
diff --git a/devel/R-cran-mlbench/Makefile b/devel/R-cran-mlbench/Makefile
new file mode 100644
index 000000000000..ff1cb52efb79
--- /dev/null
+++ b/devel/R-cran-mlbench/Makefile
@@ -0,0 +1,14 @@
+PORTNAME= mlbench
+DISTVERSION= 2.1-3.1
+CATEGORIES= devel
+DISTNAME= ${PORTNAME}_${DISTVERSION}
+
+MAINTAINER= eduardo@FreeBSD.org
+COMMENT= Machine Learning Benchmark Problems
+WWW= https://cran.r-project.org/web/packages/mlbench/
+
+LICENSE= GPLv2
+
+USES= cran:auto-plist,compiles
+
+.include <bsd.port.mk>
diff --git a/devel/R-cran-mlbench/distinfo b/devel/R-cran-mlbench/distinfo
new file mode 100644
index 000000000000..b2c581c4ea6e
--- /dev/null
+++ b/devel/R-cran-mlbench/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1702140532
+SHA256 (mlbench_2.1-3.1.tar.gz) = 7afec6d58968ab526ea642e1df39bead2f479c14486b0a62032c999ba73d5cf0
+SIZE (mlbench_2.1-3.1.tar.gz) = 922128
diff --git a/devel/R-cran-mlbench/pkg-descr b/devel/R-cran-mlbench/pkg-descr
new file mode 100644
index 000000000000..2b7b2eb0abc1
--- /dev/null
+++ b/devel/R-cran-mlbench/pkg-descr
@@ -0,0 +1,2 @@
+A collection of artificial and real-world machine learning benchmark problems,
+including, e.g., several data sets from the UCI repository.