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
854 B
Tcl
23 lines
854 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 github RobinHankin magic 1.6-1
|
|
revision 2
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2
|
|
description Create and investigate magic squares
|
|
long_description A collection of functions for the manipulation and analysis \
|
|
of arbitrarily dimensioned arrays.
|
|
checksums rmd160 e9b5ee49b27e7b430278ca12e599cf2da0896c7c \
|
|
sha256 50072ef06afa2e9ede09fede1cfc5f94f7d27c6356a78b425f3890fd06c42e19 \
|
|
size 82199
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-abind
|
|
|
|
test.run yes
|