metadata.xml 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738
  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>slyfox@gentoo.org</email>
  6. <name>Sergei Trofimovich</name>
  7. <description>Primary Maintainer</description>
  8. </maintainer>
  9. <maintainer type="project">
  10. <email>proxy-maint@gentoo.org</email>
  11. <name>Proxy Maintainers</name>
  12. </maintainer>
  13. <longdescription>
  14. SMBNetFS is a Linux/FreeBSD FUSE filesystem that allow you to use samba/microsoft network.
  15. Features:
  16. - Linux-2.6 and FreeBSD &gt;= 6.0 are supported (Linux-2.4 is not tested)
  17. - you can use Samba/Microsoft network as a regular unix filesystem
  18. - workgroup/computer/share entries are dynamically created
  19. - windows domain supported
  20. - user defined workgroup/link/hosts are supported
  21. - national character supported
  22. - in config files you can specify different user/password to access different
  23. network shares
  24. - command "cd mountpoint/username:password@computer_or_ip" allows you to
  25. access "computer_or_ip" as user "username" with password "password"
  26. (this is insecure, but usefull)
  27. - the program is multithreaded, so simultaneous access to a file/share
  28. is possible
  29. </longdescription>
  30. <use>
  31. <flag name="gnome">Use the <pkg>gnome-base/gnome-keyring</pkg> for password management.</flag>
  32. </use>
  33. <upstream>
  34. <remote-id type="sourceforge">smbnetfs</remote-id>
  35. </upstream>
  36. </pkgmetadata>