blob: 4502a200619f3c73732a725498c3ce913179f61f (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>kde</herd>
<maintainer>
<email>rbu@gentoo.org</email>
<name>Robert Buchholz</name>
</maintainer>
<longdescription lang="en">
KNetworkManager is the KDE front end for NetworkManager. It
provides a sophisticated and intuitive user interface which
enables users easily to switch their network environment.
The range of functions encompasses the features implemented by
NetworkManager daemon. It supports Wired Ethernet, Wireless
Ethernet Devices (Unencrypted, WEP, WPA), Virtual Private
Networks (OpenVPN, VPNC, PPTP) and Dial-Up (PPP).
</longdescription>
<use>
<flag name='cisco'>Adds support for the Cisco VPN client
<pkg>net-misc/vpnc</pkg></flag>
<flag name='dialup'>Enables Dialup (PPP) support</flag>
<flag name='openvpn'>Adds support for the OpenVPN
<pkg>net-misc/openvpn</pkg> client</flag>
<flag name='pptp'>Adds support for the PPTP (PPP) VPN client</flag>
</use>
</pkgmetadata>
|