# -*- 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-infix
version             19960628
revision            0

checksums           rmd160  cdfc42fa2ff3b113153604d66b1c6be8327236db \
                    sha256  556fd0432eba376075129b93467d72ad16793354eeb562521cdb0996ed92a62c \
                    size    13894

categories-append   devel
maintainers         nomaintainer

# No fees or compensation can be charged
license             unknown

homepage            https://www.cliki.net/infix
master_sites        http://ftp.linux.org.uk/pub/lisp/cclan/
distname            infix

description         Lisp macro for reading math expressions in infix form

long_description    {*}${description}

worksrcdir          ${distname}-${version}

patchfiles-append   patch-rename-infix.cl-to-infix.lisp.diff

post-extract {
    move ${worksrcpath}/infix.cl ${worksrcpath}/infix.lisp
}

livecheck.type      none
