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

go.setup            github.com/zmap/zdns 2.0.5 v
go.offline_build    no
revision            0

description         Fast DNS Lookup Library and CLI Tool

long_description    \
    ZDNS is a command-line utility that provides high-speed DNS lookups. \
    ZDNS is written in Go and contains its own recursive resolution code and \
    a cache optimized for performing lookups of a diverse set of names. We \
    use {https://github.com/zmap/dns} to construct and parse raw DNS packets.\
    For more information about ZDNS\'s architecture and performance, check \
    out the following paper appearing at ACM\'s Internet Measurement \
    Conference \'22: \
    {https://lizizhikevich.github.io/assets/papers/ZDNS.pdf}

categories          net
installs_libs       no
license             Apache-2
maintainers         {gmail.com:herby.gillot @herbygillot} \
                    openmaintainer

checksums           rmd160  3e519c3ef7fa3ec8d5b824dd7b564222b224bd55 \
                    sha256  9c0bf43b892a3e65df15bb7b1c41264eea2255ee272d933127a1ed89c5f2de13 \
                    size    1076161

destroot {
    xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/
}
