aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2023-12-02 12:24:47 +0000
committerRene Ladan <rene@FreeBSD.org>2023-12-02 12:24:47 +0000
commite6ef0ecd6b19e6b206073845827e8619c0428035 (patch)
tree602095253e8f5bb1b9e524a00f62f96eafe0d795
parent73d7cea1e84553d040e899e7ae35f75f3da64b4e (diff)
downloadports-e6ef0ecd6b19e6b206073845827e8619c0428035.tar.gz
ports-e6ef0ecd6b19e6b206073845827e8619c0428035.zip
graphics/R-cran-rtiff: Remove expired port
2023-11-30 graphics/R-cran-rtiff: Fails to build and abandoned upstream
-rw-r--r--MOVED1
-rw-r--r--graphics/Makefile1
-rw-r--r--graphics/R-cran-rtiff/Makefile24
-rw-r--r--graphics/R-cran-rtiff/distinfo3
-rw-r--r--graphics/R-cran-rtiff/pkg-descr11
5 files changed, 1 insertions, 39 deletions
diff --git a/MOVED b/MOVED
index ed436cd39df9..ab5b66460310 100644
--- a/MOVED
+++ b/MOVED
@@ -8124,3 +8124,4 @@ astro/ptiger||2023-12-02|Has expired: Depends on expired astro/tkgeomap
devel/ptmalloc2||2023-12-02|Has expired: Abandonware, last release in 2006 and there are other alternative malloc implementations available
java/wildfly25||2023-12-02|Has expired: End of life upstream
net/gupnp-ui||2023-12-02|Has expired: Depends on deprecated port net/gupnp14
+graphics/R-cran-rtiff||2023-12-02|Has expired: Fails to build and abandoned upstream
diff --git a/graphics/Makefile b/graphics/Makefile
index e3ef342004ba..ccf232244ad7 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -29,7 +29,6 @@
SUBDIR += R-cran-png
SUBDIR += R-cran-qcc
SUBDIR += R-cran-rgdal
- SUBDIR += R-cran-rtiff
SUBDIR += R-cran-s2
SUBDIR += R-cran-scales
SUBDIR += R-cran-shape
diff --git a/graphics/R-cran-rtiff/Makefile b/graphics/R-cran-rtiff/Makefile
deleted file mode 100644
index 19a28b7d4a04..000000000000
--- a/graphics/R-cran-rtiff/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-PORTNAME= rtiff
-PORTVERSION= 1.4.8
-PORTREVISION= 1
-CATEGORIES= graphics
-DISTNAME= ${PORTNAME}_${PORTVERSION}
-
-MAINTAINER= tota@FreeBSD.org
-COMMENT= TIFF reader for R
-WWW= https://cran.r-project.org/web/packages/rtiff/
-
-LICENSE= GPLv3
-
-DEPRECATED= Fails to build and abandoned upstream
-EXPIRATION_DATE= 2023-11-30
-BROKEN= does not build
-
-LIB_DEPENDS= libtiff.so:graphics/tiff
-CRAN_DEPENDS= R-cran-pixmap>0:graphics/R-cran-pixmap
-BUILD_DEPENDS= ${CRAN_DEPENDS}
-RUN_DEPENDS= ${CRAN_DEPENDS}
-
-USES= cran:auto-plist,compiles
-
-.include <bsd.port.mk>
diff --git a/graphics/R-cran-rtiff/distinfo b/graphics/R-cran-rtiff/distinfo
deleted file mode 100644
index 08667819ebce..000000000000
--- a/graphics/R-cran-rtiff/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1608722350
-SHA256 (rtiff_1.4.8.tar.gz) = ed05aa1b3862d9d19bad16adf201789e6dbf4edd2c8def5ff5cf1023116ef0ca
-SIZE (rtiff_1.4.8.tar.gz) = 110187
diff --git a/graphics/R-cran-rtiff/pkg-descr b/graphics/R-cran-rtiff/pkg-descr
deleted file mode 100644
index 82d314f1b550..000000000000
--- a/graphics/R-cran-rtiff/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-This package will read and write TIFF format images and return them
-as a pixmap object. Because the resulting object can be very large
-for even modestly sized TIFF images, images can be reduced as they
-are read for improved performance. This package is a wrapper around
-libtiff (www.libtiff.org), on which it depends (i.e. the libtiff
-shared library must be on your PATH for the binary to work, and
-tiffio.h must be on your system to build the package from source).
-By using libtiff's highlevel TIFFReadRGBAImage function, this package
-inherently support a wide range of image formats and compression
-schemes. This package also provides an implementation of the Ridler
-Autothresholding algorithm for easy generation of binary masks.