diff options
author | mspo <mspo@pkgsrc.org> | 2012-03-21 22:11:56 +0000 |
---|---|---|
committer | mspo <mspo@pkgsrc.org> | 2012-03-21 22:11:56 +0000 |
commit | 8c1bea9a2282acc7b592ced904d6a68beba953e4 (patch) | |
tree | 4a3f2aaac079f060d60cbe517862c1c99cd6b577 /databases | |
parent | 1fdcb5110e2cac1f697763fee39747f6ffd5da5d (diff) | |
download | pkgsrc-8c1bea9a2282acc7b592ced904d6a68beba953e4.tar.gz |
percona toolkit is the new name for maatkit
Diffstat (limited to 'databases')
-rw-r--r-- | databases/percona-toolkit/DESCR | 2 | ||||
-rw-r--r-- | databases/percona-toolkit/Makefile | 30 | ||||
-rw-r--r-- | databases/percona-toolkit/distinfo | 5 |
3 files changed, 37 insertions, 0 deletions
diff --git a/databases/percona-toolkit/DESCR b/databases/percona-toolkit/DESCR new file mode 100644 index 00000000000..640d311ebb9 --- /dev/null +++ b/databases/percona-toolkit/DESCR @@ -0,0 +1,2 @@ +percona toolkit is a toolkit for mysql. +It was formerly known as maatkit. diff --git a/databases/percona-toolkit/Makefile b/databases/percona-toolkit/Makefile new file mode 100644 index 00000000000..7d860120aa8 --- /dev/null +++ b/databases/percona-toolkit/Makefile @@ -0,0 +1,30 @@ +# $NetBSD: Makefile,v 1.1.1.1 2012/03/21 22:11:56 mspo Exp $ +# + +DISTNAME= percona-toolkit-2.0.4 +CATEGORIES= databases +MASTER_SITES= http://www.percona.com/redir/downloads/percona-toolkit/${PKGVERSION}/ + +MAINTAINER= msporleder@gmail.com +HOMEPAGE= http://www.percona.com/software/percona-toolkit/ +COMMENT= Advanced command-line tools for open-source databases (MySQL) +LICENSE= gnu-gpl-v2 + +USE_TOOLS+= perl +PKG_DESTDIR_SUPPORT= user-destdir +FETCH_USING= curl + +REPLACE_PERL+= bin/* +CHECK_INTERPRETER_SKIP+= *pt-ioprofile +CHECK_INTERPRETER_SKIP+= *pt-mysql-summary +CHECK_INTERPRETER_SKIP+= *pt-pmp +CHECK_INTERPRETER_SKIP+= *pt-sift +CHECK_INTERPRETER_SKIP+= *pt-stalk + +DEPENDS+= p5-DBD-mysql-[0-9]*:../../databases/p5-DBD-mysql +DEPENDS+= p5-Time-HiRes-[0-9]*:../../time/p5-Time-HiRes +DEPENDS+= bash-[0-9]*:../../shells/bash + +PERL5_PACKLIST= auto/percona-toolkit/.packlist +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/databases/percona-toolkit/distinfo b/databases/percona-toolkit/distinfo new file mode 100644 index 00000000000..eaf4a008c99 --- /dev/null +++ b/databases/percona-toolkit/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2012/03/21 22:11:56 mspo Exp $ + +SHA1 (percona-toolkit-2.0.4.tar.gz) = 1117db46920f087e192204dc1bd34f93d1405804 +RMD160 (percona-toolkit-2.0.4.tar.gz) = ac72ec5ace7500b2f2b28428951c7cff9e18e996 +Size (percona-toolkit-2.0.4.tar.gz) = 1074798 bytes |