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

graphics/R-cran-rgdal: Remove expired port

2024-08-30 graphics/R-cran-rgdal: Fails to build and upstream recommends using math/R-cran-sf or math/R-cran-terra instead
parent 7dd46321
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3448,3 +3448,4 @@ devel/py-jaraco.timing||2024-09-01|Has expired: Deprecated by upstream
irc/ircd-ratbox-devel|irc/ircd-ratbox|2024-09-01|Has expired: Development stalled upstream, consider switching to irc/ircd-ratbox
irc/ctrlproxy||2024-09-01|Has expired: Development stalled upstream, consider switching to irc/soju or irc/znc
devel/electron28||2024-09-01|Has expired: EOLed upstream, switch to newer version
graphics/R-cran-rgdal||2024-09-01|Has expired: Fails to build and upstream recommends using math/R-cran-sf or math/R-cran-terra instead
+0 −1
Original line number Diff line number Diff line
@@ -30,7 +30,6 @@
    SUBDIR += R-cran-png
    SUBDIR += R-cran-qcc
    SUBDIR += R-cran-ragg
    SUBDIR += R-cran-rgdal
    SUBDIR += R-cran-s2
    SUBDIR += R-cran-scales
    SUBDIR += R-cran-shape

graphics/R-cran-rgdal/Makefile

deleted100644 → 0
+0 −25
Original line number Diff line number Diff line
PORTNAME=	rgdal
DISTVERSION=	1.6-7
PORTREVISION=	3
CATEGORIES=	graphics
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Bindings for the Geospatial Data Abstraction Library
WWW=		https://cran.r-project.org/web/packages/rgdal/

LICENSE=	GPLv2+

DEPRECATED=	Fails to build and upstream recommends using math/R-cran-sf or math/R-cran-terra instead
EXPIRATION_DATE=	2024-08-30
BROKEN=		does not build

CRAN_DEPENDS=	R-cran-sp>=1.1.0:math/R-cran-sp
BUILD_DEPENDS=	${CRAN_DEPENDS}
LIB_DEPENDS=	libgdal.so:graphics/gdal \
		libproj.so:graphics/proj
RUN_DEPENDS=	${CRAN_DEPENDS}

USES=		compiler:c++11-lang cran:auto-plist,compiles pkgconfig

.include <bsd.port.mk>

graphics/R-cran-rgdal/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1685744133
SHA256 (rgdal_1.6-7.tar.gz) = 555cedfdadb05db90b061d4b056f96d8b7010c00ea54bc6c1bbcc7684fadae33
SIZE (rgdal_1.6-7.tar.gz) = 4351163

graphics/R-cran-rgdal/pkg-descr

deleted100644 → 0
+0 −12
Original line number Diff line number Diff line
Provides bindings to the 'Geospatial' Data Abstraction Library
('GDAL') (>= 1.11.4) and access to projection/transformation
operations from the 'PROJ' library. Use is made of classes defined
in the 'sp' package. Raster and vector map data can be imported
into R, and raster and vector 'sp' objects exported. The 'GDAL' and
'PROJ' libraries are external to the package, and, when installing
the package from source, must be correctly installed first; it is
important that 'GDAL' < 3 be matched with 'PROJ' < 6. From 'rgdal'
1.5-8, installed with to 'GDAL' >=3, 'PROJ' >=6 and 'sp' >= 1.4,
coordinate reference systems use 'WKT2_2019' strings, not 'PROJ'
strings. 'Windows' and 'macOS' binaries (including 'GDAL', 'PROJ'
and their dependencies) are provided on 'CRAN'.