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:
parent
a640f4628d
commit
e56a0f8468
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=177955
@ -77,6 +77,7 @@
|
||||
SUBDIR += gtksql
|
||||
SUBDIR += hk_classes
|
||||
SUBDIR += hsqldb
|
||||
SUBDIR += innotop
|
||||
SUBDIR += ip4r
|
||||
SUBDIR += ipa_sdb
|
||||
SUBDIR += isql-viewer
|
||||
|
26
databases/innotop/Makefile
Normal file
26
databases/innotop/Makefile
Normal 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>
|
3
databases/innotop/distinfo
Normal file
3
databases/innotop/distinfo
Normal 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
|
8
databases/innotop/pkg-descr
Normal file
8
databases/innotop/pkg-descr
Normal 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/
|
4
databases/innotop/pkg-plist
Normal file
4
databases/innotop/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user