summaryrefslogtreecommitdiff
path: root/net-misc/mosh/metadata.xml
blob: aa55e21c49cb7e7955333ce0170fdcfcf4f330e5 (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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
<pkgmetadata>
 <maintainer type="project">
  <email>dev@baldeagleos.com</email>
  <name>Development</name>
 </maintainer>
 <maintainer type="person">
  <email>amynka@gentoo.org</email>
  <name>Amy Liffey</name>
 </maintainer>
 <longdescription>
		Mosh is a remote terminal application that supports:
		- intermittent network connectivity,
		- roaming to different IP address without dropping the connection, and
		- intelligent local echo and line editing to reduce the effects of "network lag" on high-latency connections.
	</longdescription>
 <upstream>
  <bugs-to>https://github.com/keithw/mosh/issues</bugs-to>
 </upstream>
 <use>
  <flag name="client">Build network client</flag>
  <flag name="examples">Include example scripts</flag>
  <flag name="hardening">Enable compiler and linker options to frustrate memory corruption exploits</flag>
  <flag name="nettle">Use <pkg>dev-libs/nettle</pkg> for some cryptographic functions instead of <pkg>dev-libs/openssl</pkg>. With Nettle, some of mosh's own code is used for OCB.</flag>
  <flag name="server">Build network server</flag>
  <flag name="ufw">Install net-firewall/ufw rule set</flag>
  <flag name="utempter">Include libutempter support</flag>
 </use>
 <origin>ports</origin>
</pkgmetadata>