# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 115554 2014-01-04 21:52:49Z mfeiri@macports.org $

PortSystem          1.0

name                lrzip
version             0.616
categories          archivers
maintainers         mfeiri openmaintainer
license             GPL-2+
homepage            http://ck.kolivas.org/apps/lrzip/
description         Long Range ZIP or Lzma RZIP
long_description    lrzip is a compression program optimised for large files.\
                    The larger the file and the more memory you have, the \
                    better the compression advantage this will provide, \
                    especially once the files are larger than 100MB. The \
                    advantage can be chosen to be either size (much smaller \
                    than bzip2) or speed (much faster than bzip2).

master_sites        ${homepage}
use_bzip2           yes
checksums           rmd160  6cc2a3f6fd13bfbaba93ae61bf0597383e0d98cd \
                    sha256  982d5a8db4d8bbbced6e33fbbcd589c9b3fc4275110155d7bd71cbeff4a235ae

depends_lib         port:lzo2 port:bzip2 port:zlib

livecheck.type      regex
livecheck.url       ${master_sites}
livecheck.regex     "${name}-(\[\\d.\]+)${extract.suffix}"

