Ticket #14549: Portfile

File Portfile, 1.3 KB (added by ebgssth@…, 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
4
5name                innotop
6version             1.6.0
7categories          databases
8maintainers         gmail.com:ebgssth
9description         A MySQL and InnoDB monitor program.
10long_description    MySQL and InnoDB transaction/status monitor.  \
11                    Like 'top' for MySQL.  Displays queries, InnoDB \
12                    transactions, lock waits, deadlocks, foreign key \
13                    errors, open tables, replication status, buffer \
14                    information, row operations, logs, I/O \
15                    operations, load graph, and more.  You can \
16                    monitor any servers at once with innotop.
17homepage            http://sourceforge.net/projects/innotop/
18platforms           darwin
19master_sites        sourceforge
20
21checksums           md5 3f90e94b96b9c27bf2a162f85df75dcb \
22                    sha1 8b6923bdcbee3359097b78f62a48c555f57f261a \
23                    rmd160 727f97cb71f83aa2b1fd51b74a557ff0243fbdbb
24
25depends_lib         port:perl5.8 \
26                    port:p5-dbi \
27                    port:p5-dbd-mysql \
28                    port:p5-term-readkey
29
30configure.cmd       perl Makefile.PL