2024-05-19 15:33:56 +08:00
|
|
|
# -*- 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
|
|
|
|
|
|
2024-11-25 02:41:16 +08:00
|
|
|
R.setup cran parmsam lzstring 0.1.3
|
2024-05-19 15:33:56 +08:00
|
|
|
revision 0
|
|
|
|
|
categories-append devel
|
2026-04-11 19:42:02 +04:00
|
|
|
maintainers nomaintainer
|
2024-05-19 15:33:56 +08:00
|
|
|
license MIT
|
|
|
|
|
description Wrapper for lz-string C++ library
|
|
|
|
|
long_description {*}${description}
|
|
|
|
|
homepage https://parmsam.github.io/lzstring-r
|
2024-11-25 02:41:16 +08:00
|
|
|
checksums rmd160 2fce0371902e87a8d9b39a2863f994d6cc6bb768 \
|
|
|
|
|
sha256 aec2105d9d952e82721c1b970fc93933c1a5564b70dda1bff8b78a6f1705d0ef \
|
|
|
|
|
size 58042
|
2024-05-19 15:33:56 +08:00
|
|
|
|
|
|
|
|
depends_lib-append port:R-cpp11
|
|
|
|
|
|
2024-11-25 02:41:16 +08:00
|
|
|
depends_test-append port:R-bench \
|
|
|
|
|
port:R-ggplot2 \
|
|
|
|
|
port:R-testthat
|
2024-05-19 15:33:56 +08:00
|
|
|
|
|
|
|
|
test.run yes
|