summaryrefslogtreecommitdiff
blob: a9595027206b551fddebb1531c24f5afbc34392d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<email>slyfox@gentoo.org</email>
		<name>Sergei Trofimovich</name>
		<description>Primary Maintainer</description>
	</maintainer>
	<maintainer type="project">
		<email>proxy-maint@gentoo.org</email>
		<name>Proxy Maintainers</name>
	</maintainer>
	<longdescription>
		SMBNetFS is a Linux/FreeBSD FUSE filesystem that allow you to use samba/microsoft network.

		Features:
		 - Linux-2.6 and FreeBSD &gt;= 6.0 are supported (Linux-2.4 is not tested)
		 - you can use Samba/Microsoft network as a regular unix filesystem
		 - workgroup/computer/share entries are dynamically created
		 - windows domain supported
		 - user defined workgroup/link/hosts are supported
		 - national character supported
		 - in config files you can specify different user/password to access different
		   network shares
		 - command "cd mountpoint/username:password@computer_or_ip" allows you to
		   access "computer_or_ip" as user "username" with password "password"
		   (this is insecure, but usefull)
		 - the program is multithreaded, so simultaneous access to a file/share
		   is possible
	</longdescription>
	<use>
		<flag name="gnome">Use the <pkg>gnome-base/gnome-keyring</pkg> for password management.</flag>
	</use>
	<upstream>
		<remote-id type="sourceforge">smbnetfs</remote-id>
	</upstream>
</pkgmetadata>