# -*- 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$ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.8 5.10 5.12 5.14 5.16 perl5.setup innotop 1.8.1 revision 1 maintainers akitada openmaintainer supported_archs noarch 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://code.google.com/p/innotop/ platforms darwin master_sites googlecode:innotop dist_subdir innotop checksums sha1 a8d8deb5a40bca1890d24f355ae317254dfc4102 \ rmd160 4773afb00d7d6a060d51ec3bc489e08e8db89e8d if {${perl5.major} != ""} { depends_lib-append port:p${perl5.major}-dbi \ port:p${perl5.major}-dbd-mysql \ port:p${perl5.major}-term-readkey }