1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

Add innotop 0.1.160, a MySQL and InnoDB monitoring program.

PR:		ports/104722
Submitted by:	Steven Kreuzer <skreuzer at f2o.org>
This commit is contained in:
Cheng-Lung Sung 2006-11-24 07:33:35 +00:00
parent a640f4628d
commit e56a0f8468
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=177955
5 changed files with 42 additions and 0 deletions

View File

@ -77,6 +77,7 @@
SUBDIR += gtksql
SUBDIR += hk_classes
SUBDIR += hsqldb
SUBDIR += innotop
SUBDIR += ip4r
SUBDIR += ipa_sdb
SUBDIR += isql-viewer

View File

@ -0,0 +1,26 @@
# New ports collection makefile for: innotop
# Date created: 23 October 2006
# Whom: Steven Kreuzer <skreuzer@f2o.org>
#
# $FreeBSD$
#
PORTNAME= innotop
PORTVERSION= 0.1.160
CATEGORIES= databases
MASTER_SITES= http://www.xaprb.com/innotop/src/ \
http://skreuzer.f2o.org/mirror/innotop/
MAINTAINER= skreuzer@f2o.org
COMMENT= A MySQL and InnoDB monitoring program
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \
${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql \
${SITE_PERL}/${PERL_ARCH}/Data/Dumper.pm:${PORTSDIR}/devel/p5-Data-Dumper
PERL_CONFIGURE= yes
MAN1= innotop.1
MAN3= InnoDBParser.3
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (innotop-0.1.160.tar.gz) = de400da5d88abe8dc50bf9dc495138cf
SHA256 (innotop-0.1.160.tar.gz) = 0ecc7fa818b74569ac0e851ea9c5710059fff973882324f16231ec3a4d902284
SIZE (innotop-0.1.160.tar.gz) = 50223

View File

@ -0,0 +1,8 @@
innotop connects to a MySQL database server and retrieves
information from it, then displays it in a manner similar
to the UNIX top program.
It runs on most Unix systems which have Perl, DBI, and
Term::ReadKey installed.
WWW: http://www.xaprb.com/innotop/

View File

@ -0,0 +1,4 @@
bin/innotop
%%SITE_PERL%%/%%PERL_ARCH%%/auto/innotop/.packlist
%%SITE_PERL%%/InnoDBParser.pm
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/innotop