SlackBuilds Repository

15.0 > System > xar (1.8dev+498)

xar (eXtensible ARchiver)

The XAR project aims to provide an easily extensible archive
format. Important design decisions include an easily extensible XML
table of contents (TOC) for random access to archived files, storing
the TOC 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, and the
ability to query the table of content's rich meta-data.

xar is used primarily for software install packages (.pkg files) for
macOS X.

To actually extract a .pkg file, do something like:

$ xar -x -f filename.pkg
$ zcat base.pkg/Payload | cpio -iv

You'll end up with Applications/ Library/ Resources/, etc.

Maintained by: B. Watson
Keywords: extensible archiver,compression,archive
ChangeLog: xar

Homepage:
https://opensource.apple.com/source/xar/

Source Downloads:
xar-xar-498.tar.gz (4a4bcc060d8e9a1678c39ee3b701c44b)

Download SlackBuild:
xar.tar.gz
xar.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
patches
slack-desc
xar.SlackBuild
xar.info

Validated for Slackware 15.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds