# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8::et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           github 1.0
PortGroup           python 1.0

github.setup        dholm FlowUI 0.2.1
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball

maintainers         {g5pw @g5pw} openmaintainer
categories          devel
description         A flow-based data presentation interface
long_description    FlowUI is a simple presentation toolkit for text-based \
                    displays where it is not possible to move the cursor \
                    backwards. All widgets are designed so that they are \
                    rendered one character at a time and assuming the cursor is \
                    moved forward one character each time.

license             BSD

python.default_version 27

checksums           rmd160  7b0864ffdc7300ded174f178099e2d63f8e1c016 \
                    sha256  b0c6720af731c51f442d9d33fe277e7a21352007d0c58a0e63847de53747ebe4
