metadata.xml 1.1 KB

12345678910111213141516171819202122232425262728293031
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
  3. <pkgmetadata>
  4. <maintainer type="person">
  5. <email>julien@thebault.co</email>
  6. <name>Lujeni</name>
  7. <description>Proxy-Maintainer, assign bugs</description>
  8. </maintainer>
  9. <maintainer type="person">
  10. <email>ultrabug@gentoo.org</email>
  11. <name>Alexys Jacob</name>
  12. </maintainer>
  13. <maintainer type="project">
  14. <email>proxy-maint@gentoo.org</email>
  15. <name>Proxy Maintainers</name>
  16. </maintainer>
  17. <longdescription lang="en">
  18. MongoDB (from "humongous") is a scalable, high-performance, open source,
  19. schema-free, document-oriented database. Written in C++, MongoDB features:
  20. MongoDB bridges the gap between key-value stores (which are fast and highly
  21. scalable) and traditional RDBMS systems (which provide structured schemas
  22. and powerful queries).
  23. </longdescription>
  24. <use>
  25. <flag name="mms-agent">Install the MongoDB Monitoring Service agent</flag>
  26. <flag name="tools">Install the MongoDB tools (mongoimport, mongodump...)
  27. from <pkg>app-admin/mongo-tools</pkg></flag>
  28. </use>
  29. </pkgmetadata>