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

PortSystem          1.0
PortGroup           github 1.0

github.setup        cph6 zsync 0.6.5 v
revision            0
categories          net
license             Artistic-2 Zlib
maintainers         nomaintainer

description         file transfer program
long_description    ${name} is a {*}${description}. It allows you to download a file \
                    from a remote web server, where you have a copy of an older \
                    version of the file on your computer already. ${name} downloads \
                    only the new parts of the file. It uses the same algorithm \
                    as rsync.

checksums           rmd160  81b73c2971f9b566c525923aeae2dad31f176026 \
                    sha256  a01cff254192906f6afd9a5eb040cec6df99bcfd2befa4983173e8740023344f \
                    size    261092
github.tarball_from archive

worksrcdir          ${worksrcpath}/c

use_autoreconf      yes
