# -*- 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
PortGroup           common_lisp 1.0

github.setup        sharplispers log4cl fe3da517147d023029782ced7cd989ba24f1e62d
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name                cl-log4cl
version             20230526
revision            0

checksums           rmd160  1905ebd3c3efcb0e449bfbbb2702fe1ac102c830 \
                    sha256  0abc0fdfcc839e1a1cf06d135d9d04f974c3adc7c9e24218b2c5e484e948038a \
                    size    918792

categories-append   devel
maintainers         nomaintainer
license             BSD

description         Common Lisp logging framework, modeled after Log4J

long_description    {*}${description}

depends_lib-append  port:cl-bordeaux-threads \
                    port:cl-slynk \
                    port:cl-stefil \
                    port:cl-swank

common_lisp.threads yes

# :info:test Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD "main thread" RUNNING
# :info:test                                                           {10013C0073}>:
# :info:test   COMPILE-FILE-ERROR while compiling #<LOCAL-CL-SOURCE-FILE "stefil" "stefil">
# :info:test Backtrace for: #<SB-THREAD:THREAD "main thread" RUNNING {10013C0073}>
common_lisp.sbcl    no

# See: https://github.com/joaotavora/sly/issues/425
common_lisp.abcl    no
