mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
28 lines
984 B
Tcl
28 lines
984 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 garciapintado SpatialGraph 1.0-4
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description SpatialGraph class
|
|
long_description {*}${description}
|
|
homepage https://github.com/garciapintado/SpatialGraph
|
|
checksums rmd160 1e77235cb03542d67d4667b1a971b8af410e331f \
|
|
sha256 ed8380dde27e3881312065de3201039a3eaf14b1cd2756dd3a559ada46dce5a0 \
|
|
size 25965
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-igraph \
|
|
port:R-pracma \
|
|
port:R-sf \
|
|
port:R-shape \
|
|
port:R-sp \
|
|
port:R-splancs
|
|
|
|
test.run yes
|