# -*- 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
# $Id: Portfile 119023 2014-04-15 11:07:12Z g5pw@macports.org $
PortSystem          1.0
PortGroup           github 1.0

github.setup        tstack lnav 0.7.0 v

maintainers         g5pw openmaintainer
categories          sysutils
description         An advanced log file viewer for the small-scale.
long_description    Many logging tools, like Splunk, provide great features but \
                    are optimized for large-scale deployments.  They require \
                    installing and configuring servers before they can be \
                    effectively used.  There is still a need for a robust log \
                    file analyzer for the terminal.
platforms           darwin
homepage            http://lnav.org

depends_lib			port:pcre \
                    port:sqlite3 \
                    port:ncurses \
                    port:readline \
                    port:zlib \
                    port:bzip2 \
                    port:openssl

checksums           rmd160  ed0018470de7d1a34c1927b0ace8243c7220a83f \
                    sha256  1e68e6ba96c6c9f363834a97397a6fc8e28f913ce291fbe9c2b92ee9d9dd726d

configure.args      --with-ncurses \
                    --with-pcre \
                    --with-readline \
                    --with-sqlite3
