Commits
Ryan Schmidt authored bce7698482c
12 12 | libumem provides powerful object-caching services as described in umem_cache_create(3MALLOC). \ |
13 13 | This slab allocator is designed for systems with many threads and many CPUs. Memory allocation \ |
14 14 | with naive allocators can be a serious bottleneck. There are other highly scalable allocators \ |
15 15 | out there, but libumem is about the same or better in terms of performance, and has compelling \ |
16 16 | debugging features. |
17 17 | |
18 18 | categories devel |
19 19 | license CDDL-1 |
20 20 | platforms darwin |
21 21 | maintainers nomaintainer |
22 - | homepage http://developers.sun.com/solaris/articles/libumem_library.html |
23 - | master_sites https://labs.omniti.com/portableumem/releases/1.0/ |
24 - | checksums sha1 cdb2a7d3c29df21fc2ca85bcff6d2367c89c5bbe |
22 + | homepage https://web.archive.org/web/20111205182722/http://developers.sun.com/solaris/articles/libumem_library.html |
23 + | master_sites https://web.archive.org/web/20151129071107/https://labs.omniti.com/portableumem/releases/1.0/ |
25 24 | use_bzip2 yes |
26 - | use_parallel_build no |
25 + | |
26 + | checksums sha1 cdb2a7d3c29df21fc2ca85bcff6d2367c89c5bbe \ |
27 + | rmd160 ddfe124cc5e8494bf73e7bcec2aec09b1bbbe745 \ |
28 + | sha256 d6148d236c6e49f0243c712b939f08d654498f3bea80b2319c74247220972cf2 \ |
29 + | size 305999 |
30 + | |
27 31 | configure.args --mandir=${prefix}/share/man |
32 + | |
33 + | use_parallel_build no |