# $Id: Portfile 63041 2010-01-24 11:35:59Z vinc17@macports.org $ PortSystem 1.0 name lzip version 1.9 epoch 20091025 categories archivers platforms darwin maintainers vinc17 description Compression program based on LZMA similar to gzip or bzip2 long_description Lzip is a lossless data compressor based on the LZMA \ algorithm, with very safe integrity checking and a \ user interface similar to the one of gzip or bzip2. \ Lzip decompresses almost as fast as gzip and compresses \ better than bzip2, which makes it well suited for \ software distribution and data archiving. homepage http://www.nongnu.org/lzip/lzip.html master_sites http://download.savannah.gnu.org/releases/lzip/ checksums md5 9e1d7f4db5b953e9f75b8500ebe0d4c0 \ sha1 19d2109e5b81a4f2418edaa069de6a25c0138fc3 \ rmd160 76e47d2e257630186f0afc98086f0c385022027c post-destroot { set docdir ${destroot}${prefix}/share/doc/${name} file mkdir ${docdir} xinstall -m 644 -v -W ${worksrcpath} \ AUTHORS ChangeLog COPYING NEWS ${docdir} } livecheck.type regex livecheck.url ${master_sites}/?C=M&O=D livecheck.regex ${name}-(\[-0-9a-z.\]+)\\.tar\\.gz