Ravenports generated: 05 Oct 2022 01:24
[ravenports.git] / bucket_6C / perl-Algorithm-ConsistentHash-CHash
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               perl-Algorithm-ConsistentHash-CHash
4 VERSION=                0.04
5 KEYWORDS=               perl
6 VARIANTS=               532 534
7 SDESC[532]=             XS bindings to Consistent Hash library (5.32)
8 SDESC[534]=             XS bindings to Consistent Hash library (5.34)
9 HOMEPAGE=               https://github.com/tsee/p5-Algorithm-ConsistentHash-CHash
10 CONTACT=                Perl_Automaton[perl@ironwolf.systems]
11
12 DOWNLOAD_GROUPS=        main
13 SITES[main]=            CPAN/ID:E/EH/EHERMAN
14 DISTFILE[1]=            Algorithm-ConsistentHash-CHash-0.04.tar.gz:main
15 DF_INDEX=               1
16 SPKGS[532]=             single
17 SPKGS[534]=             single
18
19 OPTIONS_AVAILABLE=      PERL_532 PERL_534
20 OPTIONS_STANDARD=       none
21 VOPTS[532]=             PERL_532=ON PERL_534=OFF
22 VOPTS[534]=             PERL_532=OFF PERL_534=ON
23
24 DISTNAME=               Algorithm-ConsistentHash-CHash-0.04
25
26 GENERATED=              yes
27
28 SINGLE_JOB=             yes
29
30 [PERL_532].USES_ON=                     perl:532,configure
31
32 [PERL_534].USES_ON=                     perl:534,configure
33
34 [FILE:48:descriptions/desc.single]
35 XS bindings to bundled Consistent Hash library
36
37
38
39 [FILE:121:distinfo]
40 c84dadf7898cc9e6a64493e451f0b91881ddd2ef509427381354e9c5739501a7        54495 Algorithm-ConsistentHash-CHash-0.04.tar.gz
41
42
43 [FILE:232:patches/patch-CHash.xs]
44 --- CHash.xs.orig       2014-08-12 08:30:04 UTC
45 +++ CHash.xs
46 @@ -1,3 +1,8 @@
47 +#ifdef __sun__
48 +#define _LARGEFILE64_SOURCE 1
49 +#define __EXTENSIONS__ 1
50 +#include <setjmp.h>
51 +#endif
52  #include "EXTERN.h"
53  #include "perl.h"
54  #include "XSUB.h"
55