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

name                cl-kmrcl
version             1.111
revision            0

homepage            https://tracker.debian.org/pkg/cl-kmrcl

master_sites        debian:c/${name}/
worksrcdir          ${distname}
distname            ${name}_${version}
extract.suffix      .orig.tar.gz

checksums           rmd160  05fa692c78d26c3a1a4b886926279beec58125d6 \
                    sha256  0295ab3456dbe9c758aa1214676ede028f8428a16ea751bef46342914ebff6fb \
                    size    52043

categories-append   devel
maintainers         nomaintainer
license             LLGPL

description         General Utilities for Common Lisp Programs

long_description    {*}${description}

depends_test-append port:cl-rt

livecheck.url       http://ftp.debian.org/debian/pool/main/c/${name}/?C=N\;O=D
livecheck.regex     ${name}_(\\d+(?:\\.\\d+)*)

# Test :STS.10 failed
# Form:
# (KMRCL:SECONDS-TO-CONDENSED-TIME-STRING (+ 0.1 86400 7200 120 50 (* 21 86400))
#  :DP-DIGITS 1)
# Expected value: "3w1d2h2m50.1s"
# Actual value: "3w1d2h2m50.2s".
common_lisp.clisp   no

# Caught READER-ERROR while processing --eval option "(asdf:operate (quote asdf:build-op) (quote kmrcl))":
#   The symbol "MAKE-THREAD-LOCK" was not found in package EXT.
# See: https://github.com/armedbear/abcl/issues/616
common_lisp.abcl    no
