mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
The openark kit is a set of utilities for MySQL. They solve everyday
maintenance tasks, which may be complicated or time consuming to work by hand. WWW: http://code.openark.org/forge/openark-kit PR: ports/132175 Submitted by: Gea-Suan Lin <gslin at gslin.org>
This commit is contained in:
parent
84425a73be
commit
568cbe5726
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=229241
@ -204,6 +204,7 @@
|
||||
SUBDIR += namazu2
|
||||
SUBDIR += ocaml-pgocaml
|
||||
SUBDIR += ocaml-sqlite3
|
||||
SUBDIR += openark-kit
|
||||
SUBDIR += openbase-jdbc
|
||||
SUBDIR += opendbx
|
||||
SUBDIR += oracle7-client
|
||||
|
22
databases/openark-kit/Makefile
Normal file
22
databases/openark-kit/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# New ports collection makefile for: openark-kit
|
||||
# Date created: 2009-02-28
|
||||
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= openark-kit
|
||||
PORTVERSION= 0.7
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
||||
|
||||
MAINTAINER= gslin@gslin.org
|
||||
COMMENT= Common utilities for MySQL
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/MySQLdb/__init__.py:${PORTSDIR}/databases/py-MySQLdb
|
||||
|
||||
PROJECTHOST= openarkkit
|
||||
USE_PYDISTUTILS= yes
|
||||
USE_PYTHON= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
databases/openark-kit/distinfo
Normal file
3
databases/openark-kit/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (openark-kit-0.7.tar.gz) = 96cb37eb61543f829ee260f87cde16e2
|
||||
SHA256 (openark-kit-0.7.tar.gz) = 71981f04b6a1ec714447850c172487685f102cb35adfbd2349644357fddb092c
|
||||
SIZE (openark-kit-0.7.tar.gz) = 14054
|
5
databases/openark-kit/pkg-descr
Normal file
5
databases/openark-kit/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
The openark kit is a set of utilities for MySQL. They solve everyday
|
||||
maintenance tasks, which may be complicated or time consuming to work
|
||||
by hand.
|
||||
|
||||
WWW: http://code.openark.org/forge/openark-kit
|
9
databases/openark-kit/pkg-plist
Normal file
9
databases/openark-kit/pkg-plist
Normal file
@ -0,0 +1,9 @@
|
||||
@comment $FreeBSD$
|
||||
bin/oak-apply-ri
|
||||
bin/oak-block-account
|
||||
bin/oak-kill-slow-queries
|
||||
bin/oak-modify-charset
|
||||
bin/oak-purge-master-logs
|
||||
bin/oak-security-audit
|
||||
bin/oak-show-limits
|
||||
bin/oak-show-replication-status
|
Loading…
Reference in New Issue
Block a user