metadata.xml 1.5 KB

1234567891011121314151617181920212223242526272829303132
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
  3. <pkgmetadata>
  4. <maintainer type="project">
  5. <email>samba@gentoo.org</email>
  6. <name>Samba Team</name>
  7. </maintainer>
  8. <longdescription>
  9. Samba is an Open Source/Free Software suite that provides seamless file and print services to SMB/CIFS clients. Integration with various accounting and antivirus backends. License: GNU General Public License.
  10. </longdescription>
  11. <use>
  12. <flag name="addc">Enable Active Directory Domain Controller support</flag>
  13. <flag name="addns">Enable AD DNS integration</flag>
  14. <flag name="ads">Enable Active Directory support</flag>
  15. <flag name="aio">Enable asynchronous IO support</flag>
  16. <flag name="client">Enables the client part</flag>
  17. <flag name="cluster">Enable support for clustering</flag>
  18. <flag name="dmapi">Enable support for DMAPI. This currently works only in combination with XFS.</flag>
  19. <flag name="gpg">Use <pkg>app-crypt/gpgme</pkg> for AD DC</flag>
  20. <flag name="iprint">Enabling iPrint technology by Novell</flag>
  21. <flag name="quota">Enables support for user quotas</flag>
  22. <flag name="system-heimdal">Use <pkg>app-crypt/heimdal</pkg> instead of
  23. bundled heimdal.</flag>
  24. <flag name="system-mitkrb5">Use <pkg>app-crypt/mit-krb5</pkg> instead of
  25. <pkg>app-crypt/heimdal</pkg>.</flag>
  26. <flag name="winbind">Enables support for the winbind auth daemon</flag>
  27. </use>
  28. <upstream>
  29. <remote-id type="cpe">cpe:/a:samba:samba</remote-id>
  30. </upstream>
  31. </pkgmetadata>