1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00

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
This commit is contained in:
Rene Ladan 2024-09-01 16:17:55 +02:00
parent 7dd4632166
commit c31e20eed7
5 changed files with 1 additions and 41 deletions

1
MOVED
View File

@ -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

View File

@ -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

View File

@ -1,25 +0,0 @@
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>

View File

@ -1,3 +0,0 @@
TIMESTAMP = 1685744133
SHA256 (rgdal_1.6-7.tar.gz) = 555cedfdadb05db90b061d4b056f96d8b7010c00ea54bc6c1bbcc7684fadae33
SIZE (rgdal_1.6-7.tar.gz) = 4351163

View File

@ -1,12 +0,0 @@
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'.