logo

overlay

My (experimental) gentoo overlay

metadata.xml (1322B)


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