# -*- 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                qodem
version             1.0.1
revision            0
categories          comms
license             BSD
platforms           darwin
maintainers         {l2dy @l2dy} openmaintainer

description         Qodem Terminal Emulator
long_description    Qodem is a public domain re-implementation of the \
                    DOS-era Qmodem serial communications package, updated \
                    for modern systems.

master_sites        sourceforge:project/qodem/qodem/${version}/
homepage            https://qodem.sourceforge.net/

checksums           rmd160  78d23e09474444fe5e940cce72b53ad4456a7323 \
                    sha256  dedc73bfa73ced5c6193f1baf1ffe91f7accaad55a749240db326cebb9323359 \
                    size    9959922

depends_lib         port:ncurses

configure.args      --disable-ssh \
                    --disable-upnp \
                    --disable-gpm

livecheck.type      regex
livecheck.url       http://sourceforge.net/projects/${name}/files/qodem/
livecheck.regex     /${name}-(\[0-9a-z.\]+)\\${extract.suffix}
