# $Id$ PortSystem 1.0 name libarchive version 2.8.0 categories archivers 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 and several cpio formats. It can \ also write shar archives. homepage http://code.google.com/p/libarchive/ platforms darwin master_sites googlecode checksums md5 400fd9ba51fffe6c65c75387fffba9d9 \ sha1 b29d47aac4efd66d89e581585e17644a3c77c5cf \ rmd160 e49abd391e58ccbdc441670bb1a59752ecba406b depends_lib port:bzip2 port:zlib port:openssl configure.args --enable-bsdtar=shared --enable-bsdcpio=shared \ --without-lzmadec --without-lzma livecheck.regex files/libarchive-(\[0-9\]+\\.\[0-9\]+\\.\[0-9\]+)\\.tar\\.gz variant lzma description "LZMA support" { configure.args-delete --without-lzma depends_lib-append port:liblzma }