diff options
Diffstat (limited to 'net-misc/putty/metadata.xml')
-rw-r--r-- | net-misc/putty/metadata.xml | 29 |
1 files changed, 16 insertions, 13 deletions
diff --git a/net-misc/putty/metadata.xml b/net-misc/putty/metadata.xml index bc1f2eab89b4..5e99e6c774c8 100644 --- a/net-misc/putty/metadata.xml +++ b/net-misc/putty/metadata.xml @@ -1,17 +1,20 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<!-- maintainer-needed --> -<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> + <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> |