# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= R-wk VERSION= 0.9.1 KEYWORDS= cran VARIANTS= standard SDESC[standard]= Lightweight Well-Known Geometry Parsing HOMEPAGE= https://paleolimbot.github.io/wk/ CONTACT= CRAN_Automaton[cran@ironwolf.systems] DOWNLOAD_GROUPS= main SITES[main]= CRAN/src/contrib https://loki.dragonflybsd.org/cranfiles/ DISTFILE[1]= wk_0.9.1.tar.gz:main DIST_SUBDIR= CRAN DF_INDEX= 1 SPKGS[standard]= single OPTIONS_AVAILABLE= none OPTIONS_STANDARD= none USES= cran gmake DISTNAME= wk GENERATED= yes INSTALL_REQ_TOOLCHAIN= yes [FILE:447:descriptions/desc.single] wk: Lightweight Well-Known Geometry Parsing Provides a minimal R and C++ API for parsing well-known binary and well-known text representation of geometries to and from R-native formats. Well-known binary is compact and fast to parse; well-known text is human-readable and is useful for writing tests. These formats are useful in R only if the information they contain can be accessed in R, for which high-performance functions are provided here. [FILE:99:distinfo] b7a0af51c0e04175dc359d1fb0e852ac55097b4105d876b58d3cf995c0f2bf7b 1039442 CRAN/wk_0.9.1.tar.gz [FILE:446:patches/patch-src_internal_fast__float_fast__float.h] --- src/internal/fast_float/fast_float.h.orig 2021-12-21 00:36:19 UTC +++ src/internal/fast_float/fast_float.h @@ -166,7 +166,7 @@ from_chars_result from_chars_advanced(co #ifdef _WIN32 #define FASTFLOAT_IS_BIG_ENDIAN 0 #else -#if defined(__APPLE__) || defined(__FreeBSD__) +#if defined(__APPLE__) || defined(__FreeBSD__) || defined(__DragonFly__) #include #elif defined(sun) || defined(__sun) #include