Ravenports generated: 13 Dec 2023 00:13
[ravenports.git] / bucket_EB / uthash
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               uthash
4 VERSION=                2.3.0
5 KEYWORDS=               devel
6 VARIANTS=               standard
7 SDESC[standard]=        Hash Table for C Structures
8 HOMEPAGE=               https://troydhanson.github.io/uthash/
9 CONTACT=                nobody
10
11 DOWNLOAD_GROUPS=        main
12 SITES[main]=            GITHUB/troydhanson:uthash:v2.3.0
13 DISTFILE[1]=            generated:main
14 DF_INDEX=               1
15 SPKGS[standard]=        complete
16                         primary
17                         docs
18
19 OPTIONS_AVAILABLE=      none
20 OPTIONS_STANDARD=       none
21
22 LICENSE=                CUSTOM1:primary
23 LICENSE_NAME=           CUSTOM1:"Single Clause BSD-like License"
24 LICENSE_FILE=           CUSTOM1:{{WRKSRC}}/LICENSE
25 LICENSE_SCHEME=         solo
26
27 FPC_EQUIVALENT=         devel/uthash
28
29 SKIP_BUILD=             yes
30
31 do-install:
32         (cd ${WRKSRC}/src &&\
33                 ${INSTALL_DATA} *.h ${STAGEDIR}${PREFIX}/include/)
34         ${MKDIR} ${STAGEDIR}${STD_DOCDIR}
35         (cd ${WRKSRC}/doc &&\
36                 ${INSTALL_DATA} *.txt ${STAGEDIR}${STD_DOCDIR}/)
37
38 [FILE:249:descriptions/desc.primary]
39 This is a hash table, implemented in C, supporting constant-time
40 add/find/remove of C structures. Any structure having a unique,
41 arbitrarily-typed key member can be hashed by adding a UT_hash_handle
42 member to the structure and calling these macros.
43
44
45 [FILE:110:distinfo]
46 e10382ab75518bad8319eb922ad04f907cb20cccb451a3aa980c9d005e661acc       191291 troydhanson-uthash-2.3.0.tar.gz
47
48
49 [FILE:79:manifests/plist.primary]
50 include/
51  utarray.h
52  uthash.h
53  utlist.h
54  utringbuffer.h
55  utstack.h
56  utstring.h
57
58
59 [FILE:118:manifests/plist.docs]
60 share/doc/uthash/
61  ChangeLog.txt
62  userguide.txt
63  utarray.txt
64  utlist.txt
65  utringbuffer.txt
66  utstack.txt
67  utstring.txt
68