# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 82547 2011-08-15 16:46:16Z jmr@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.setup         innotop 1.6.0
revision            3
maintainers         akitada openmaintainer
description         A MySQL and InnoDB monitor program.
long_description    MySQL and InnoDB transaction/status monitor.  \
                    Like 'top' for MySQL.  Displays queries, InnoDB \
                    transactions, lock waits, deadlocks, foreign key \
                    errors, open tables, replication status, buffer \
                    information, row operations, logs, I/O \
                    operations, load graph, and more.  You can \
                    monitor any servers at once with innotop.
homepage            http://sourceforge.net/projects/innotop/
platforms           darwin
master_sites        sourceforge:innotop
dist_subdir         innotop

checksums           md5 3f90e94b96b9c27bf2a162f85df75dcb \
                    sha1 8b6923bdcbee3359097b78f62a48c555f57f261a \
                    rmd160 727f97cb71f83aa2b1fd51b74a557ff0243fbdbb

if {${perl5.major} != ""} {
depends_lib-append  port:p${perl5.major}-dbi \
                    port:p${perl5.major}-dbd-mysql \
                    port:p${perl5.major}-term-readkey
}
