summaryrefslogtreecommitdiff
blob: 5e99e6c774c8f0ba4e3ee32947691fc5442fae2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<email>polynomial-c@gentoo.org</email>
		<name>Lars Wendler</name>
	</maintainer>
	<longdescription lang="en">
		PuTTY is a free implementation of Telnet and SSH for Windows and Unix
		platforms, along with an xterm terminal emulator. It supports flexible terminal
		setup, mid-session reconfiguration using Ctrl-rightclick, multiple X11
		authentication protocols, and various other interesting things not provided by
		ssh in an xterm.
	</longdescription>
	<use>
		<flag name="gssapi">Enable support for GSSAPI (<pkg>virtual/krb5</pkg>)</flag>
		<flag name="gtk">Build the PuTTY client which requires <pkg>x11-libs/gtk+</pkg>. If disabled only the CLI tools puttygen, plink, pscp and psftp will be built</flag>
		<flag name="gtk2">Build the PuTTY client with <pkg>x11-libs/gtk+</pkg>:2 instead of <pkg>x11-libs/gtk+</pkg>:3</flag>
	</use>
</pkgmetadata>