git: 4dd59ae3c68d - main - science/R-cran-eco: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 16 Jun 2025 14:27:21 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4dd59ae3c68d2192cdfa603317d406923d8b7cba
commit 4dd59ae3c68d2192cdfa603317d406923d8b7cba
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-06-16 14:26:45 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-06-16 14:26:50 +0000
science/R-cran-eco: Remove expired port
2025-06-14 science/R-cran-eco: Unsupported upstream
Event: Kitchener-Waterloo Hackathon 202506
---
MOVED | 1 +
science/Makefile | 1 -
science/R-cran-eco/Makefile | 18 ------------------
science/R-cran-eco/distinfo | 3 ---
science/R-cran-eco/pkg-descr | 4 ----
5 files changed, 1 insertion(+), 26 deletions(-)
diff --git a/MOVED b/MOVED
index 8ef8cb7b16de..4985337082cf 100644
--- a/MOVED
+++ b/MOVED
@@ -4513,3 +4513,4 @@ net/rabbiteer|net/amqpcat|2025-06-10|No longer maintained, use net/amqpcat inste
editors/gnome-latex|editors/enter-tex|2025-06-10|Renamed uspstream
net/landrop||2025-06-14|Has expired: Unmaintained version and the newer version turned to close source
lang/frawk||2025-06-15|Abandoned upstream; fails to build; was labeled broken for over a year
+science/R-cran-eco||2025-06-16|Has expired: Unsupported upstream
diff --git a/science/Makefile b/science/Makefile
index 81bfb43e9972..0fd8eb49e6d3 100644
--- a/science/Makefile
+++ b/science/Makefile
@@ -12,7 +12,6 @@
SUBDIR += R-cran-bayesm
SUBDIR += R-cran-cmprsk
SUBDIR += R-cran-e1071
- SUBDIR += R-cran-eco
SUBDIR += R-cran-epicalc
SUBDIR += R-cran-etm
SUBDIR += R-cran-fastICA
diff --git a/science/R-cran-eco/Makefile b/science/R-cran-eco/Makefile
deleted file mode 100644
index 8d881dd8cb0a..000000000000
--- a/science/R-cran-eco/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-PORTNAME= eco
-PORTVERSION= 4.0.3
-CATEGORIES= science
-MASTER_SITES= https://cran.r-project.org/src/contrib/Archive/eco/
-DISTNAME= ${PORTNAME}_${PORTVERSION:C/\./-/g:C/-/./1}
-
-MAINTAINER= wen@FreeBSD.org
-COMMENT= R Package for Ecological Inference in 2x2 Tables
-WWW= https://imai.princeton.edu/software/eco.html
-
-LICENSE= GPLv2
-
-DEPRECATED= Unsupported upstream
-EXPIRATION_DATE=2025-06-14
-
-USES= cran:auto-plist,compiles
-
-.include <bsd.port.mk>
diff --git a/science/R-cran-eco/distinfo b/science/R-cran-eco/distinfo
deleted file mode 100644
index ad286ffeb822..000000000000
--- a/science/R-cran-eco/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1684532790
-SHA256 (eco_4.0-3.tar.gz) = 0a70fec84ed49aa30f34510493c4586dd0fcb7b05b7ab87c379324ed570f4c19
-SIZE (eco_4.0-3.tar.gz) = 176181
diff --git a/science/R-cran-eco/pkg-descr b/science/R-cran-eco/pkg-descr
deleted file mode 100644
index 5d82489bddf2..000000000000
--- a/science/R-cran-eco/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-eco is a publicly available R package that implements the Bayesian
-and likelihood methods proposed in Imai, Lu, and Strauss (2008) for
-ecological inference in $2 \times 2$ tables as well as the method
-of bounds introduced by Duncan and Davis (1953).