diff options
author | David Spencer <baildon.research@googlemail.com> | 2016-06-08 23:02:44 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-06-09 07:44:06 +0700 |
commit | a115106b6aa3c449a42e2f4e5212e825644ed1eb (patch) | |
tree | 202b374dcc2497df0b64e4377e3c7110b22f6221 /system/xar/README | |
parent | 9e3dabbc5458188a61c6b661527fc9caf727a416 (diff) |
system/xar: Removed (fails to build).
Changes in ext4 have broken xar, see Gentoo bug 583668 and
https://github.com/mackyle/xar/issues/10 -- there is no fix
for this problem from upstream at this time.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
Diffstat (limited to 'system/xar/README')
-rw-r--r-- | system/xar/README | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/system/xar/README b/system/xar/README deleted file mode 100644 index 82c36b3f4e..0000000000 --- a/system/xar/README +++ /dev/null @@ -1,12 +0,0 @@ -The XAR project aims to provide an easily extensible archive format. Important -design decisions include an easily extensible XML table of contents for random -access to archived files; storing the table at the beginning of the archive to -allow for efficient handling of streamed archives; the ability to handle files -of arbitrarily large sizes; the ability to choose independent encodings for -individual files in the archive; the ability to store checksums for individual -files in both compressed and uncompressed form; the ability to query the table -of content's rich meta-data. - -NOTE: This script builds a fork of the original XAR project developed by Rob -Braun at code.google.com. The forked project includes several bug fixes and -enhancements. |