functions for reading and writing streaming archives
Libarchive is a programming library that can create and read several different streaming archive formats, including most popular tar variants, several cpio formats, 7zip and rar. It can also write shar archives.
Libarchive is a programming library that can create and read several different streaming archive formats, including most popular tar variants, several cpio formats, 7zip and rar. It can also write shar archives.
To install libarchive, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libarchive
To see what files were installed by libarchive, run:
port contents libarchive
To later upgrade libarchive, run:
sudo port selfupdate && sudo port upgrade libarchive
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.