git: c31e20eed7e6 - main - graphics/R-cran-rgdal: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 01 Sep 2024 14:18:01 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=c31e20eed7e6de5f61990ad147f5684554d068c1 commit c31e20eed7e6de5f61990ad147f5684554d068c1 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2024-09-01 14:17:55 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2024-09-01 14:17:55 +0000 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 --- MOVED | 1 + graphics/Makefile | 1 - graphics/R-cran-rgdal/Makefile | 25 ------------------------- graphics/R-cran-rgdal/distinfo | 3 --- graphics/R-cran-rgdal/pkg-descr | 12 ------------ 5 files changed, 1 insertion(+), 41 deletions(-) diff --git a/MOVED b/MOVED index 125d6b19ff9f..99660610bfca 100644 --- a/MOVED +++ b/MOVED @@ -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 diff --git a/graphics/Makefile b/graphics/Makefile index 52d6daac1f61..2797bccb73fb 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -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 diff --git a/graphics/R-cran-rgdal/Makefile b/graphics/R-cran-rgdal/Makefile deleted file mode 100644 index 9af85bcf3ffa..000000000000 --- a/graphics/R-cran-rgdal/Makefile +++ /dev/null @@ -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> diff --git a/graphics/R-cran-rgdal/distinfo b/graphics/R-cran-rgdal/distinfo deleted file mode 100644 index 5f8d50564286..000000000000 --- a/graphics/R-cran-rgdal/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1685744133 -SHA256 (rgdal_1.6-7.tar.gz) = 555cedfdadb05db90b061d4b056f96d8b7010c00ea54bc6c1bbcc7684fadae33 -SIZE (rgdal_1.6-7.tar.gz) = 4351163 diff --git a/graphics/R-cran-rgdal/pkg-descr b/graphics/R-cran-rgdal/pkg-descr deleted file mode 100644 index 49598add4758..000000000000 --- a/graphics/R-cran-rgdal/pkg-descr +++ /dev/null @@ -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'.