Use https by default
[gentoo.git] / app-arch / libarchive / metadata.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
3 <pkgmetadata>
4   <herd>bsd</herd>
5   <maintainer>
6     <email>ssuominen@gentoo.org</email>
7     <name>Samuli Suominen</name>
8   </maintainer>
9   <longdescription lang='en'>
10     The bsdtar program creates and manipulates streaming archive files.
11     It has a number of advantages over previous tar implementations.
12   </longdescription>
13   <use>
14     <flag name='zlib'>
15       Allow accessing gzip-compressed archives through
16       <pkg>sys-libs/zlib</pkg>. This only affects libarchive's native
17       support: bsdtar will keep using gunzip as a filter if that's not
18       built-in. It's also needed for supporting extraction of ZIP
19       files.
20     </flag>
21     <flag name='bzip2'>
22       Allow accessing bzip2-compressed archives through libbz2 (which
23       comes with <pkg>app-arch/bzip2</pkg>). This only affects
24       libarchive's native support: bsdtar will keep using bunzip2 as a
25       filter if that's not built-in.
26     </flag>
27     <flag name='nettle'>
28       Use <pkg>dev-libs/nettle</pkg> as crypto backend
29     </flag>
30     <flag name='e2fsprogs'>
31       Use file flags from <pkg>sys-fs/e2fsprogs</pkg> headers instead of <pkg>virtual/os-headers</pkg> headers
32     </flag>
33   </use>
34 </pkgmetadata>