# -*- 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        mmontone hunchentoot-errors 69eb3bcea59ed1ccf3dd1960e6d48fb21f1dadab
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name                cl-hunchentoot-errors
version             20231013
revision            0

checksums           rmd160  58e1d054c95878965b442eb611997677ca568f98 \
                    sha256  df5bf0ae54bf3c6bfefafa35dca04a3d9cd65af0ace189066173dac4e0e063cf \
                    size    4141

categories-append   devel
maintainers         nomaintainer
license             MIT

description         Augments Hunchentoot error pages and logs with request and session information

long_description    {*}${description}

depends_lib-append  port:cl-hunchentoot \
                    port:cl-mimeparse \
                    port:cl-parse-number \
                    port:cl-string-case \

# should be synced with cl-hunchentoot
common_lisp.ffi     yes
common_lisp.threads yes
common_lisp.abcl    no
common_lisp.ccl     no
