summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-06-30 07:42:43 +0200
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-06-30 07:48:20 +0200
commitcf84b219583875581960a87885c80f538ae2b775 (patch)
treebe3c51b399b8a63910e73cc752b19b530d6bce62
parentnet/opal: Remove expired port (diff)
math/R-cran-RHmm: Remove expired port
2023-06-30 math/R-cran-RHmm: Fails to build with R 4.3.0+ and abandoned upstream Approved by: portmgr (blanket)
-rw-r--r--MOVED1
-rw-r--r--math/Makefile1
-rw-r--r--math/R-cran-RHmm/Makefile19
-rw-r--r--math/R-cran-RHmm/distinfo2
-rw-r--r--math/R-cran-RHmm/pkg-descr3
5 files changed, 1 insertions, 25 deletions
diff --git a/MOVED b/MOVED
index 823d5775956a..52bad61ed690 100644
--- a/MOVED
+++ b/MOVED
@@ -7703,3 +7703,4 @@ databases/mariadb104-client||2023-06-30|Has expired: Use databases/mariadb106-cl
dns/mydns-ng||2023-06-30|Has expired: Abandonware, last release in 2010. Consider migrating to dns/powerdns
dns/mydns||2023-06-30|Has expired: Abandonware, last release in 2006. Consider migrating to dns/powerdns
net/opal||2023-06-30|Has expired: Very outdated, current version in tree was released back in 2013 and upstream is still active
+math/R-cran-RHmm||2023-06-30|Has expired: Fails to build with R 4.3.0+ and abandoned upstream
diff --git a/math/Makefile b/math/Makefile
index 559908acb832..13c1849ad5ad 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -24,7 +24,6 @@
SUBDIR += R-cran-Matching
SUBDIR += R-cran-MatrixModels
SUBDIR += R-cran-NMF
- SUBDIR += R-cran-RHmm
SUBDIR += R-cran-RSvgDevice
SUBDIR += R-cran-RcppArmadillo
SUBDIR += R-cran-RcppEigen
diff --git a/math/R-cran-RHmm/Makefile b/math/R-cran-RHmm/Makefile
deleted file mode 100644
index a584071fda1f..000000000000
--- a/math/R-cran-RHmm/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-PORTNAME= RHmm
-PORTVERSION= 2.0.3
-PORTREVISION= 11
-CATEGORIES= math
-DISTNAME= ${PORTNAME}_${PORTVERSION}
-
-MAINTAINER= tota@FreeBSD.org
-COMMENT= Hidden Markov Models simulations and estimations
-WWW= https://r-forge.r-project.org/projects/rhmm/
-
-LICENSE= GPLv2+
-
-DEPRECATED= Fails to build with R 4.3.0+ and abandoned upstream
-EXPIRATION_DATE= 2023-06-30
-BROKEN= does not build with R 4.3.0+
-
-USES= cran:auto-plist,compiles
-
-.include <bsd.port.mk>
diff --git a/math/R-cran-RHmm/distinfo b/math/R-cran-RHmm/distinfo
deleted file mode 100644
index 4ec3f27b1743..000000000000
--- a/math/R-cran-RHmm/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (RHmm_2.0.3.tar.gz) = eb900d0aa058c4583d6fa765d701dfb52a355a4d52deee27f8a1a540dec4dad6
-SIZE (RHmm_2.0.3.tar.gz) = 128600
diff --git a/math/R-cran-RHmm/pkg-descr b/math/R-cran-RHmm/pkg-descr
deleted file mode 100644
index 2782a82e747a..000000000000
--- a/math/R-cran-RHmm/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-Simulations and estimations of discrete, univariate or multivariate
-gaussian, mixture of univariate or multivariate gaussian hidden
-Markov models.