mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
See https://github.com/macports/macports-ports/pull/26909#issuecomment-3339115770
23 lines
753 B
Tcl
23 lines
753 B
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup R 1.0
|
|
|
|
R.setup cran rspatial geosphere 1.5-18
|
|
revision 2
|
|
categories-append math gis
|
|
maintainers nomaintainer
|
|
license GPL-3+
|
|
description Spherical trigonometry
|
|
long_description {*}${description}
|
|
checksums rmd160 88b4dd47a1c38e52111130acf4615a2aa33d1dba \
|
|
sha256 99ff6ff050cc8c2d565b6bb1488607fc7950a6d448930f8d9642eccefbc6dac0 \
|
|
size 829034
|
|
|
|
depends_lib-append port:R-Rcpp \
|
|
port:R-sp
|
|
|
|
depends_test-append port:R-raster
|
|
|
|
test.run yes
|