# -*- 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: Portfile 81042 2011-07-24 05:19:39Z ryandesign@macports.org $

PortSystem              1.0

name                    clex
epoch                   1
version                 4.6.patch5
categories              sysutils
platforms               darwin
maintainers             ryandesign openmaintainer
license                 GPL-2

description             file manager with curses interface

long_description \
    CLEX is a file manager with a full-screen user interface. It        \
    displays directory contents including the file status details and   \
    provides features like command history, filename insertion, or name \
    completion in order to help users to create commands to be executed \
    by the shell.

homepage                http://www.clex.sk/
master_sites            ${homepage}download/

checksums               sha1    cf1e6831d7639de55b17ea8e3fa5d1e32f13ec59 \
                        rmd160  83ae4fbae1d3325b883fb9365a188de56a47213d

depends_lib             port:ncurses

use_parallel_build      yes

test.run                yes
test.target             check

livecheck.type          regex
livecheck.regex         {latest stable version is ([0-9]+(\.[0-9a-z]+)+)}
