diff options
author | miwi <miwi@FreeBSD.org> | 2009-03-01 03:57:35 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-03-01 03:57:35 +0800 |
commit | 4ababda7a1b3ef62e2e232f50298a1b43d84ce60 (patch) | |
tree | e27d1c8dba684af2b1a30a087f051df822cd0b09 /databases | |
parent | 720e65ccc65f117a2e25dd8d6d89b578c7ab517f (diff) | |
download | freebsd-ports-gnome-4ababda7a1b3ef62e2e232f50298a1b43d84ce60.tar.gz freebsd-ports-gnome-4ababda7a1b3ef62e2e232f50298a1b43d84ce60.tar.zst freebsd-ports-gnome-4ababda7a1b3ef62e2e232f50298a1b43d84ce60.zip |
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>
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/openark-kit/Makefile | 22 | ||||
-rw-r--r-- | databases/openark-kit/distinfo | 3 | ||||
-rw-r--r-- | databases/openark-kit/pkg-descr | 5 | ||||
-rw-r--r-- | databases/openark-kit/pkg-plist | 9 |
5 files changed, 40 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 6fe3a34c0981..60be70fc0a07 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -204,6 +204,7 @@ SUBDIR += namazu2 SUBDIR += ocaml-pgocaml SUBDIR += ocaml-sqlite3 + SUBDIR += openark-kit SUBDIR += openbase-jdbc SUBDIR += opendbx SUBDIR += oracle7-client diff --git a/databases/openark-kit/Makefile b/databases/openark-kit/Makefile new file mode 100644 index 000000000000..94a3e57aea6a --- /dev/null +++ b/databases/openark-kit/Makefile @@ -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> diff --git a/databases/openark-kit/distinfo b/databases/openark-kit/distinfo new file mode 100644 index 000000000000..2d32e48dabcc --- /dev/null +++ b/databases/openark-kit/distinfo @@ -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 diff --git a/databases/openark-kit/pkg-descr b/databases/openark-kit/pkg-descr new file mode 100644 index 000000000000..4233b3bd4639 --- /dev/null +++ b/databases/openark-kit/pkg-descr @@ -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 diff --git a/databases/openark-kit/pkg-plist b/databases/openark-kit/pkg-plist new file mode 100644 index 000000000000..51c964cd7d14 --- /dev/null +++ b/databases/openark-kit/pkg-plist @@ -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 |