Ravenports generated: 04 Sep 2021 16:22
[ravenports.git] / bucket_D5 / lua-bitop
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               lua-bitop
4 VERSION=                1.0.2
5 REVISION=               1
6 KEYWORDS=               devel
7 VARIANTS=               lua52 lua53 lua54
8 SDESC[lua52]=           Bitwise operations on numbers for Lua 5.2
9 SDESC[lua53]=           Bitwise operations on numbers for Lua 5.3
10 SDESC[lua54]=           Bitwise operations on numbers for Lua 5.4
11 HOMEPAGE=               http://bitop.luajit.org/
12 CONTACT=                nobody
13
14 DOWNLOAD_GROUPS=        main
15 SITES[main]=            http://bitop.luajit.org/download/
16 DISTFILE[1]=            LuaBitOp-1.0.2.tar.gz:main
17 DF_INDEX=               1
18 SPKGS[lua52]=           single
19 SPKGS[lua53]=           single
20 SPKGS[lua54]=           single
21
22 OPTIONS_AVAILABLE=      LUA52 LUA53 LUA54
23 OPTIONS_STANDARD=       none
24 VOPTS[lua52]=           LUA52=ON LUA53=OFF LUA54=OFF
25 VOPTS[lua53]=           LUA52=OFF LUA53=ON LUA54=OFF
26 VOPTS[lua54]=           LUA52=OFF LUA53=OFF LUA54=ON
27
28 USES=                   gmake
29
30 DISTNAME=               LuaBitOp-1.0.2
31
32 FPC_EQUIVALENT=         devel/lua-bitop
33
34 MAKE_ARGS=              CC={{CC}}
35                         LUA={{LUA_CMD}}
36
37 CFLAGS=                 -DLUA_NUMBER_LONG_LONG
38                         -I{{LUA_INCDIR}}
39
40 [LUA52].DESCRIPTION=                    Build with Lua 5.2
41 [LUA52].USES_ON=                        lua:5.2
42
43 [LUA53].DESCRIPTION=                    Build with Lua 5.3
44 [LUA53].USES_ON=                        lua:5.3
45
46 [LUA54].DESCRIPTION=                    Build with Lua 5.4
47 [LUA54].USES_ON=                        lua:5.4
48
49 do-install:
50         @${MKDIR} ${STAGEDIR}${LUA_MODLIBDIR}
51         ${INSTALL_LIB} ${WRKSRC}/bit.so ${STAGEDIR}${LUA_MODLIBDIR}
52
53 [FILE:826:descriptions/desc.single]
54 Lua BitOp is a C extension module for Lua 5.1/5.2 which adds bitwise
55 operations on numbers.
56
57 Features:
58  * Supported functions: bit.tobit, bit.tohex, bit.bnot, bit.band, bit.bor,
59    bit.bxor, bit.lshift, bit.rshift, bit.arshift, bit.rol, bit.ror,
60    bit.bswap
61  * Consistent semantics across 16, 32 and 64 bit platforms.
62  * Supports different lua_Number types: either IEEE 754 doubles,
63    int32_t or int64_t.
64  * Runs on Linux, *BSD, Mac OS X, Windows and probably anything else you
65    can find.
66  * Simple installation on all systems. No bulky configure scripts.
67    Embedded-systems-friendly.
68  * Internal self-test on startup to detect miscompiles. Includes a
69    comprehensive test and benchmark suite.
70  * Compatible with the built-in bitwise operations in LuaJIT 2.0.
71  * It's as fast as you can get with the standard Lua/C API.
72
73
74 [FILE:100:distinfo]
75 1207c9293dcd52eb9dca6538d1b87352bd510f4e760938f5048433f7f272ce99        23127 LuaBitOp-1.0.2.tar.gz
76
77
78 [FILE:25:manifests/plist.single]
79 %%LUA_MODLIBDIR%%/bit.so
80