1 | # -*- 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 |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name libasr |
---|
6 | version 1.0.2 |
---|
7 | license bsd |
---|
8 | categories net devel |
---|
9 | platforms darwin |
---|
10 | description Asynchronous DNS resolver library |
---|
11 | long_description libasr is a free, simple and portable asynchronous resolver library. It allows to run dns queries and perform hostname resolutions in a fully asynchronous fashion. The implementation is thread-less, fork-less, and does not make use of signals or other "tricks" that might get in the developer's way. |
---|
12 | homepage https://www.opensmtpd.org |
---|
13 | |
---|
14 | maintainers openmaintainer \ |
---|
15 | thrivedata.it:ian |
---|
16 | |
---|
17 | master_sites https://www.opensmtpd.org/archives/ |
---|
18 | |
---|
19 | checksums rmd160 515da534a66eab6d1bbd2629c0b0991456869492 \ |
---|
20 | sha256 a6f5d1c6306938156da3427525572b9b16c1e6be6c69845d390bb63f41a58b34 \ |
---|
21 | size 406428 |
---|
22 | |
---|
23 | depends_build port:autoconf \ |
---|
24 | port:automake \ |
---|
25 | port:libtool |
---|