# $Id: Portfile 149678 2016-06-29 06:16:04Z toby@macports.org $ PortSystem 1.0 name libarchive homepage http://libarchive.org/ master_sites ${homepage}downloads/ version 3.2.1 categories archivers license BSD maintainers toby description functions for reading and writing streaming archives long_description \ 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. platforms darwin checksums rmd160 4779f14e2ccf8135908720786c2fa5c3ffe0cc1d \ sha256 72ee1a4e3fd534525f13a0ba1aa7b05b203d186e0c6072a8a4738649d0b3cfd2 depends_lib port:bzip2 port:zlib path:lib/libssl.dylib:openssl port:libxml2 port:xz \ port:lzo2 port:libiconv patchfiles patch-libarchive__archive_read_support_format_lha.c.diff configure.args --enable-bsdtar=shared --enable-bsdcpio=shared \ --disable-silent-rules --without-nettle livecheck.type regex livecheck.regex libarchive-(\[0-9.\]+)\\.tar.gz