Ravenports generated: 17 Jun 2023 22:17
[ravenports.git] / bucket_F1 / R-wk
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               R-wk
4 VERSION=                0.7.3
5 KEYWORDS=               cran
6 VARIANTS=               standard
7 SDESC[standard]=        Lightweight Well-Known Geometry Parsing
8 HOMEPAGE=               https://paleolimbot.github.io/wk/
9 CONTACT=                CRAN_Automaton[cran@ironwolf.systems]
10
11 DOWNLOAD_GROUPS=        main
12 SITES[main]=            CRAN/src/contrib
13                         https://loki.dragonflybsd.org/cranfiles/
14 DISTFILE[1]=            wk_0.7.3.tar.gz:main
15 DIST_SUBDIR=            CRAN
16 DF_INDEX=               1
17 SPKGS[standard]=        single
18
19 OPTIONS_AVAILABLE=      none
20 OPTIONS_STANDARD=       none
21
22 USES=                   cran gmake
23
24 DISTNAME=               wk
25
26 GENERATED=              yes
27
28 INSTALL_REQ_TOOLCHAIN=  yes
29
30 [FILE:447:descriptions/desc.single]
31 wk: Lightweight Well-Known Geometry Parsing
32
33 Provides a minimal R and C++ API for parsing well-known binary and
34 well-known text representation of geometries to and from R-native formats.
35 Well-known binary is compact and fast to parse; well-known text is
36 human-readable and is useful for writing tests. These formats are useful in
37 R only if the information they contain can be accessed in R, for which
38 high-performance functions are provided here.
39
40
41 [FILE:99:distinfo]
42 e1fbab800867dc642ffa9bc61e1716e6c9293a377f192075c1d25b6d59c82025      1001316 CRAN/wk_0.7.3.tar.gz
43
44
45 [FILE:446:patches/patch-src_internal_fast__float_fast__float.h]
46 --- src/internal/fast_float/fast_float.h.orig   2021-12-21 00:36:19 UTC
47 +++ src/internal/fast_float/fast_float.h
48 @@ -166,7 +166,7 @@ from_chars_result from_chars_advanced(co
49  #ifdef _WIN32
50  #define FASTFLOAT_IS_BIG_ENDIAN 0
51  #else
52 -#if defined(__APPLE__) || defined(__FreeBSD__)
53 +#if defined(__APPLE__) || defined(__FreeBSD__) || defined(__DragonFly__)
54  #include <machine/endian.h>
55  #elif defined(sun) || defined(__sun)
56  #include <sys/byteorder.h>
57