From fd9f262e9ede1448ae1544e7a38c83e804d3a682 Mon Sep 17 00:00:00 2001 From: barracuda156 Date: Sun, 19 May 2024 18:57:54 +0800 Subject: [PATCH] R-yyjsonr: new port --- R/R-yyjsonr/Portfile | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 R/R-yyjsonr/Portfile diff --git a/R/R-yyjsonr/Portfile b/R/R-yyjsonr/Portfile new file mode 100644 index 0000000000000..00c7de403c45f --- /dev/null +++ b/R/R-yyjsonr/Portfile @@ -0,0 +1,26 @@ +# -*- 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 coolbutuseless yyjsonr 07655b5183802ad27746cf35041f023561984aff +version 0.1.20.9001 +revision 0 +categories-append devel +maintainers {@barracuda156 gmail.com:vital.had} openmaintainer +license MIT +description Fast JSON, NDJSON and GeoJSON parser and generator +long_description {*}${description} +homepage https://coolbutuseless.github.io/package/yyjsonr +checksums rmd160 da61a5c253a10a6eadea1e145298b98b12191e69 \ + sha256 be668202ed21a60ae826716d1b811e149dba96899dc08c1176d14d0b2ebedb75 \ + size 1334239 +github.tarball_from archive + +depends_test-append port:R-bit64 \ + port:R-jsonlite \ + port:R-knitr \ + port:R-rmarkdown \ + port:R-testthat + +test.run yes