# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= R-wk VERSION= 0.9.5 KEYWORDS= cran VARIANTS= std SDESC[std]= 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.5.tar.gz:main DIST_SUBDIR= CRAN DF_INDEX= 1 SPKGS[std]= 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] b720282890f8d322ff8217bd857bab8f5549343ea2a635a3c2ada63ce1206aed 1041465 CRAN/wk_0.9.5.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