blob: 2c2e6a235aacda0aee6bfb34961b12330e65a724 (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>felix.janda@posteo.de</email>
<name>Felix Janda</name>
</maintainer>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<use>
<flag name="bittorrent">Enable support for the BitTorrent protocol</flag>
<flag name="finger">Enable support for the finger protocol</flag>
<flag name="gemini">Enable support for the gemini protocol</flag>
<flag name="gopher">Enable support for the gopher protocol</flag>
<flag name="libcss">Enable support for cascading style sheets via <pkg>dev-libs/libcss</pkg></flag>
<flag name="mouse">Make elinks to grab all mouse events</flag>
<flag name="sftp">Add support for sftp (requires <pkg>net-misc/curl</pkg>).</flag>
<flag name="tre">Enable support for regex searches via <pkg>dev-libs/tre</pkg></flag>
<flag name="xml">Enable support for bookmarks via <pkg>dev-libs/expat</pkg></flag>
</use>
<origin>liguros-repo</origin>
</pkgmetadata>
|