30 lines
1.2 KiB
XML
30 lines
1.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<herd>proxy-maintainers</herd>
|
|
<maintainer>
|
|
<email>ultrabug@gentoo.org</email>
|
|
<name>Alexys Jacob</name>
|
|
</maintainer>
|
|
<maintainer>
|
|
<email>bugs@bergstroem.nu</email>
|
|
<name>Johan Bergström</name>
|
|
<description>Proxy Maintainer. CC on bugs</description>
|
|
</maintainer>
|
|
<longdescription lang="en">
|
|
MongoDB (from "humongous") is a scalable, high-performance, open source,
|
|
schema-free, document-oriented database. Written in C++, MongoDB features:
|
|
|
|
MongoDB bridges the gap between key-value stores (which are fast and highly
|
|
scalable) and traditional RDBMS systems (which provide structured schemas
|
|
and powerful queries).
|
|
</longdescription>
|
|
<use>
|
|
<flag name="mms-agent">Install the MongoDB Monitoring Service agent</flag>
|
|
<flag name="sharedclient">build client shared library libmongoclient.so</flag>
|
|
<flag name="spidermonkey">Use embedded SpiderMonkey engine
|
|
(<pkg>dev-lang/spidermonkey</pkg>) instead of v8</flag>
|
|
<flag name="tools">Install the MongoDB tools (mongoimport, mongodump...)
|
|
from <pkg>app-admin/mongo-tools</pkg></flag>
|
|
</use>
|
|
</pkgmetadata>
|