# -*- 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$

PortSystem          1.0

name                wandio
version             1.0.3

categories          devel
maintainers         caida.org:alistair \
                    openmaintainer

description         C library for compressed file I/O
long_description    Libwandio is a software library written in C that provides \
                    an API for transparently reading from and writing to files \
                    using a variety of supported compression methods. I/O \
                    performance is improved by doing any compression and/or \
                    decompression using a separate thread.

platforms           darwin
license             GPL-2

homepage            http://research.wand.net.nz/software/libwandio.php
master_sites        http://research.wand.net.nz/software/wandio/

checksums           rmd160  39af9d065b54e7a9602463f0dbb3b784a0bd85f4 \
                    sha256  31dcc1402ace3023020446d6c7284fd84447f9b36e570206a179895e1eaa705b

depends_lib-append  port:bzip2 \
                    port:curl \
                    port:lzo2 \
                    port:xz \
                    port:zlib

livecheck.type      regex
livecheck.url       ${homepage}
livecheck.regex     ${name}-(\[0-9.\]+)${extract.suffix}