# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           github 1.0

name                libck
github.setup        concurrencykit ck 0.7.2
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
revision            0

categories          devel
license             Apache-2
maintainers         {judaew @judaew} openmaintainer

description         \
    A concurrency primitives, safe memory reclamation mechanisms C library
long_description    \
    Concurrency primitives, safe memory reclamation mechanisms and \
    non-blocking (including lock-free) data structures designed to aid in \
    the research, design and implementation of high performance concurrent \
    systems developed in C99+.
homepage            https://concurrencykit.org/

checksums           rmd160  24cf7b3d7241338151b76d3d59145ef85cecf76f \
                    sha256  463a30c17ed8ada1fe66a628eef71008bd2f87867ace2fb6fa9fdfecaf7f98cd \
                    size    257857

depends_lib         path:lib/pkgconfig/glib-2.0.pc:glib2

# Fix assembler syntax in PowerPC headers:
patchfiles-append   patch-fix-powerpc.diff
