mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26 lines
917 B
Tcl
26 lines
917 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
|
|
|
|
# Revert to GitHub once updated there.
|
|
R.setup cran gagolews stringx 0.2.8 v
|
|
revision 1
|
|
categories-append devel textproc
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Replacements for base string functions powered by R-stringi
|
|
long_description {*}${description}
|
|
homepage https://stringx.gagolewski.com
|
|
checksums rmd160 1b5db3278931f01a6cb846359f039ce4a6e6f8a7 \
|
|
sha256 ad925bd0e81d752a93fe780bcdd2bd80987c9edf395a579e2a551dd0035b8b65 \
|
|
size 70170
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-stringi
|
|
|
|
depends_test-append port:R-realtest
|
|
|
|
test.run yes
|