# -*- 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 # $Id$ PortSystem 1.0 PortGroup haskell 1.0 haskell.setup terminfo 0.3.2.5 revision 2 checksums rmd160 a534812d1e698af4d28f90b4ee5844d8aeac2491 \ sha256 6f419fa3a9afe995993f18022d6a347aedffc9a28a6974701f8421b15f584dc1 license BSD maintainers cal openmaintainer platforms darwin description Haskell bindings to the terminfo library. long_description \ This library provides an interface to the terminfo database (via bindings \ to the curses library). Terminfo allows POSIX systems to interact with \ a variety of terminals using a standard set of capabilities. depends_lib-append port:ncurses