Ravenports generated: 26 Nov 2019 23:39
[ravenports.git] / bucket_0C / perl-HTTP-XSCookies
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               perl-HTTP-XSCookies
4 VERSION=                0.000021
5 KEYWORDS=               perl
6 VARIANTS=               530 528
7 SDESC[530]=             Fast XS cookie mangling for Perl (v530)
8 SDESC[528]=             Fast XS cookie mangling for Perl (v528)
9 HOMEPAGE=               https://github.com/gonzus/http-xscookies
10 CONTACT=                Perl_Automaton[perl@ironwolf.systems]
11
12 DOWNLOAD_GROUPS=        main
13 SITES[main]=            CPAN/ID:G/GO/GONZUS
14 DISTFILE[1]=            HTTP-XSCookies-0.000021.tar.gz:main
15 DF_INDEX=               1
16 SPKGS[530]=             single
17 SPKGS[528]=             single
18
19 OPTIONS_AVAILABLE=      PERL_530 PERL_528
20 OPTIONS_STANDARD=       none
21 VOPTS[530]=             PERL_530=ON PERL_528=OFF
22 VOPTS[528]=             PERL_530=OFF PERL_528=ON
23
24 DISTNAME=               HTTP-XSCookies-0.000021
25
26 GENERATED=              yes
27
28 SINGLE_JOB=             yes
29
30 VAR_OPSYS[linux]=       CFLAGS=-Doff64_t=__off64_t
31
32 [PERL_528].USES_ON=                     perl:528,configure
33
34 [PERL_530].USES_ON=                     perl:530,configure
35
36 post-patch-sunos:
37         ${REINPLACE_CMD} -e '/XOPEN_SOURCE/d' ${WRKSRC}/Makefile.PL
38
39 [FILE:33:descriptions/desc.single]
40 Fast XS cookie mangling for Perl
41
42
43 [FILE:109:distinfo]
44 74e637d6f682f3025fbdf825f51c5be892a8458b5c6ae08c44a73cd8b658258a        73032 HTTP-XSCookies-0.000021.tar.gz
45
46
47 [FILE:286:patches/patch-baker.xs]
48 --- baker.xs.orig       2018-03-10 21:35:15 UTC
49 +++ baker.xs
50 @@ -1,4 +1,9 @@
51  #define PERL_NO_GET_CONTEXT     /* we want efficiency */
52 +#ifdef __sun__
53 +#define _LARGEFILE64_SOURCE
54 +#define __EXTENSIONS__
55 +#include <setjmp.h>
56 +#endif
57  #include "EXTERN.h"
58  #include "perl.h"
59  #include "XSUB.h"
60
61
62 [FILE:230:patches/patch-cookie.c]
63 --- cookie.c.orig       2018-03-09 06:55:51 UTC
64 +++ cookie.c
65 @@ -1,3 +1,8 @@
66 +#ifdef __sun__
67 +#define _LARGEFILE64_SOURCE
68 +#define __EXTENSIONS__
69 +#include <setjmp.h>
70 +#endif
71  #include <ctype.h>
72  #include <memory.h>
73  #include <stdio.h>
74
75
76 [FILE:226:patches/patch-date.c]
77 --- date.c.orig 2018-03-09 07:52:42 UTC
78 +++ date.c
79 @@ -1,3 +1,8 @@
80 +#ifdef __sun__
81 +#define _LARGEFILE64_SOURCE
82 +#define __EXTENSIONS__
83 +#include <setjmp.h>
84 +#endif
85  #include <ctype.h>
86  #include <stdio.h>
87  #include <string.h>
88
89
90 [FILE:225:patches/patch-gmem.c]
91 --- gmem.c.orig 2017-07-13 06:43:21 UTC
92 +++ gmem.c
93 @@ -1,3 +1,8 @@
94 +#ifdef __sun__
95 +#define _LARGEFILE64_SOURCE
96 +#define __EXTENSIONS__
97 +#include <setjmp.h>
98 +#endif
99  #include <stdio.h>
100  #include <stdlib.h>
101  #include "gmem.h"
102
103
104 [FILE:222:patches/patch-uri.c]
105 --- uri.c.orig  2018-03-09 07:51:02 UTC
106 +++ uri.c
107 @@ -1,3 +1,8 @@
108 +#ifdef __sun__
109 +#define _LARGEFILE64_SOURCE
110 +#define __EXTENSIONS__
111 +#include <setjmp.h>
112 +#endif
113  #include <ctype.h>
114  #include <string.h>
115  #include "uri.h"
116