# -*- 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        hraban cl-markdown 3788802199228b49d0e06c3feb80c1c22af05cfc
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball

version             20231004
revision            0

checksums           rmd160  111c5c6934b9482d6af52d7badcc98b2af520104 \
                    sha256  168629dcd5f9e27d29538b401419e8082549a4e9ba661963f76dbbe2676f2c69 \
                    size    77289

categories-append   devel
maintainers         nomaintainer
license             MIT

description         A Common Lisp rewrite of Markdown

long_description    {*}${description}

# we're handle dependency by our self, no need for that hack
# See: https://github.com/hraban/cl-markdown/issues/1
patchfiles-append   remove-container-dynamic-classes.diff

depends_lib-append  port:cl-anaphora \
                    port:cl-containers \
                    port:cl-dynamic-classes \
                    port:cl-html-diff \
                    port:cl-html-encode \
                    port:cl-lift \
                    port:cl-lml2 \
                    port:cl-metabang-bind \
                    port:cl-metatilities-base \
                    port:cl-ppcre \
                    port:cl-trivial-shell

# 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
