# -*- 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 cmake 1.1 PortGroup github 1.0 github.setup c-ares c-ares 1.31.0 v revision 0 categories net maintainers {toby @tobypeterson} license MIT github.tarball_from releases description C library for asynchronous DNS requests (including name resolves) long_description This is c-ares, an asynchronous resolver \ library. It is intended for applications which \ need to perform DNS queries without blocking, or \ need to perform multiple DNS queries in \ parallel. The primary examples of such \ applications are servers which communicate with \ multiple clients and programs with graphical user \ interfaces. homepage https://c-ares.org checksums rmd160 cb049c3ddc6c6a4dc5e76c575257023a4298b591 \ sha256 0167a33dba96ca8de29f3f598b1e6cabe531799269fd63d0153aa0e6f5efeabd \ size 1012373 configure.args-append \ -DCARES_SHARED:BOOL=ON