diff options
Diffstat (limited to 'dev-db/mysql-proxy/metadata.xml')
-rw-r--r-- | dev-db/mysql-proxy/metadata.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-db/mysql-proxy/metadata.xml b/dev-db/mysql-proxy/metadata.xml new file mode 100644 index 000000000000..44ff01d6a5d3 --- /dev/null +++ b/dev-db/mysql-proxy/metadata.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>neurogeek@gentoo.org</email> + <name>Jesus Rivero</name> + <description>Primary maintainer</description> + </maintainer> + <longdescription> +MySQL Proxy is a simple program that sits between your client and MySQL +server(s) that can monitor, analyze or transform their communication. Its +flexibility allows for unlimited uses; common ones include: load balancing; +failover; query analysis; query filtering and modification; and many more. +</longdescription> + <upstream> + <remote-id type="launchpad">mysql-proxy</remote-id> + </upstream> +</pkgmetadata> |