summaryrefslogtreecommitdiff
path: root/databases/innotop/Makefile
diff options
context:
space:
mode:
authorfhajny <fhajny>2013-09-13 08:39:42 +0000
committerfhajny <fhajny>2013-09-13 08:39:42 +0000
commit01bfa895479aefe2c0000014af0a06447e4857c3 (patch)
treeca850c6451c83ef675b92eca1ea7de4950468be5 /databases/innotop/Makefile
parentffc892ebd786d4ebb794757af5ac065ea10784a4 (diff)
downloadpkgsrc-01bfa895479aefe2c0000014af0a06447e4857c3.tar.gz
Import databases/innotop.
MySQL and InnoDB transaction/status monitor. Like 'top' for MySQL. Displays queries, InnoDB transactions, lock waits, deadlocks, foreign key errors, open tables, replication status, buffer information, row operations, logs, I/O operations, load graph, and more. You can monitor many servers at once with innotop.
Diffstat (limited to 'databases/innotop/Makefile')
-rw-r--r--databases/innotop/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/databases/innotop/Makefile b/databases/innotop/Makefile
new file mode 100644
index 00000000000..d20997088d0
--- /dev/null
+++ b/databases/innotop/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2013/09/13 08:39:42 fhajny Exp $
+#
+
+DISTNAME= innotop-1.9.1
+CATEGORIES= databases
+MASTER_SITES= http://innotop.googlecode.com/files/
+
+MAINTAINER= filip@joyent.com
+HOMEPAGE= http://code.google.com/p/innotop/
+COMMENT= MySQL and InnoDB monitor program
+LICENSE= gnu-gpl-v2
+
+DEPENDS+= p5-Term-ReadKey>=2.10:../../devel/p5-Term-ReadKey
+DEPENDS+= p5-DBI>=1.13:../../databases/p5-DBI
+DEPENDS+= p5-DBD-mysql>=1.0:../../databases/p5-DBD-mysql
+
+PERL5_PACKLIST= auto/innotop/.packlist
+REPLACE_PERL= innotop
+NO_BUILD= YES
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"