Commit e6ef0ecd authored by Rene Ladan's avatar Rene Ladan
Browse files

graphics/R-cran-rtiff: Remove expired port

2023-11-30 graphics/R-cran-rtiff: Fails to build and abandoned upstream
parent 73d7cea1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -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

graphics/R-cran-rtiff/Makefile

deleted100644 → 0
+0 −24
Original line number Diff line number Diff line
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>

graphics/R-cran-rtiff/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1608722350
SHA256 (rtiff_1.4.8.tar.gz) = ed05aa1b3862d9d19bad16adf201789e6dbf4edd2c8def5ff5cf1023116ef0ca
SIZE (rtiff_1.4.8.tar.gz) = 110187

graphics/R-cran-rtiff/pkg-descr

deleted100644 → 0
+0 −11
Original line number Diff line number Diff line
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.