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

name                eltclsh
version             1.16
revision            0
categories          lang tcl
maintainers         {danchr @danchr} openmaintainer
description         Tcl shell using editline
long_description    The editline tcl shell is an interactive shell \
                    for the Tcl interpreter. It provides command \
                    line editing, history browsing, and \
                    variable/command completion thanks to the \
                    features of editline (aka libedit). The \
                    completion engine is programmable and comes \
                    with built-in completion for all of Tk. The \
                    package also includes elwish, an interactive \
                    interpreter for Tcl/Tk that corresponds to \
                    wish.

homepage            http://homepages.laas.fr/mallet/soft/shell/eltclsh
platforms           darwin
master_sites        http://distfiles.openrobots.org/${name}/

checksums           rmd160  527c2be75c11fbdcf07bccddcdbc76753e17e0f4 \
                    sha256  4478b62adc327bf72f86ffc420335a2827d4e313ca77f22d850cbb4a86f0ca03 \
                    size    357909

depends_lib         port:tcl port:tk port:libedit

configure.args-append --with-tcl=${prefix}/lib --with-tk=${prefix}/lib
