Ticket #14549: Portfile.2

File Portfile.2, 1.2 KB (added by akira@…, 16 years ago)
Line 
1# -*- 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
2# $Id$
3PortSystem          1.0
4PortGroup           perl5 1.0
5
6perl5.setup         innotop 1.6.0
7maintainers         akira openmaintainer
8description         A MySQL and InnoDB monitor program.
9long_description    MySQL and InnoDB transaction/status monitor.  \
10                    Like 'top' for MySQL.  Displays queries, InnoDB \
11                    transactions, lock waits, deadlocks, foreign key \
12                    errors, open tables, replication status, buffer \
13                    information, row operations, logs, I/O \
14                    operations, load graph, and more.  You can \
15                    monitor any servers at once with innotop.
16homepage            http://sourceforge.net/projects/innotop/
17platforms           darwin
18master_sites        sourceforge:innotop
19dist_subdir         innotop
20
21checksums           md5 3f90e94b96b9c27bf2a162f85df75dcb \
22                    sha1 8b6923bdcbee3359097b78f62a48c555f57f261a \
23                    rmd160 727f97cb71f83aa2b1fd51b74a557ff0243fbdbb
24
25depends_lib         port:p5-dbi \
26                    port:p5-dbd-mysql \
27                    port:p5-term-readkey