35d2fcad4e
processlists. It can filter it using different criterias like execution time, query type, user or regexp matching of the SQL query etc. Actions can then be peformed on the result like killing, sorting or generating statistics.
28 lines
683 B
Makefile
28 lines
683 B
Makefile
# New ports collection makefile for: p5-mysql-genocide
|
|
# Date created: 2008/06/16
|
|
# Whom: chinsan
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mysql-genocide
|
|
PORTVERSION= 0.03
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= ../../authors/id/R/RS/RSOLIV
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= chinsan@FreeBSD.org
|
|
COMMENT= Parallel operation on MySQL processlist
|
|
|
|
BUILD_DEPENDS= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
MAN1= mysql-genocide.1
|
|
|
|
PLIST_FILES= bin/mysql-genocide \
|
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/mysql-genocide/.packlist
|
|
PLIST_DIRS= %%SITE_PERL%%/%%PERL_ARCH%%/auto/mysql-genocide
|
|
|
|
.include <bsd.port.mk>
|