freebsd-ports/dns/Makefile
Ion-Mihai Tetcu fae8374e9f libasyncns is a C library for Linux/Unix for executing name service queries
asynchronously. It is an asynchronous wrapper around getaddrinfo(3),
getnameinfo(3), res_query(3) and res_search(3) from libc and libresolv.

In contrast to GNU's asynchronous name resolving API getaddrinfo_a(),
libasyncns does not make use of UNIX signals for reporting completion of name
queries. Instead, the API exports a standard UNIX file descriptor which may be
integerated cleanly into custom main loops.

In contrast to asynchronous DNS resolving libraries like libdenise, skadns,
adns, libasyncns is just an asynchronous wrapper around the libc's synchronous
getaddrinfo() API, which has the advantage of allowing name resolution using
techniques like Multicast DNS, LDAP or NIS using standard libc NSS (Name
Service Switch) modules. libasyncns is compatible with IPv6 if the underlying
libc is.

libasyncns is very tiny, consisting of just one header and one source file. It
has no dependencies besides libc.

WWW: http://0pointer.de/lennart/projects/libasyncns/
2010-02-04 08:25:54 +00:00

150 lines
3.6 KiB
Makefile

# $FreeBSD$
#
COMMENT = Domain Name Service tools
SUBDIR += adns
SUBDIR += ares
SUBDIR += autotrust
SUBDIR += bind9
SUBDIR += bind9-sdb-ldap
SUBDIR += bind9-sdb-postgresql
SUBDIR += bind94
SUBDIR += bind94-geoip
SUBDIR += bind95
SUBDIR += bind96
SUBDIR += bind97
SUBDIR += bindgraph
SUBDIR += c-ares
SUBDIR += checkdns
SUBDIR += crossip
SUBDIR += ddclient
SUBDIR += dhid
SUBDIR += dhisd
SUBDIR += djbdns
SUBDIR += djbdns-tools
SUBDIR += dlint
SUBDIR += dnrd
SUBDIR += dns2tcp
SUBDIR += dns_balance
SUBDIR += dns_mre
SUBDIR += dnscap
SUBDIR += dnscheck
SUBDIR += dnsdoctor
SUBDIR += dnsflood
SUBDIR += dnshijacker
SUBDIR += dnsjava
SUBDIR += dnsmasq
SUBDIR += dnsmax-perl
SUBDIR += dnsperf
SUBDIR += dnsproxy
SUBDIR += dnsreflector
SUBDIR += dnstop
SUBDIR += dnstracer
SUBDIR += dnsutl
SUBDIR += dnswalk
SUBDIR += dnswall
SUBDIR += doc
SUBDIR += domtools
SUBDIR += drill
SUBDIR += dualserver
SUBDIR += ez-ipupdate
SUBDIR += fastresolve
SUBDIR += firedns
SUBDIR += fourcdns
SUBDIR += fpdns
SUBDIR += geta
SUBDIR += ghtool
SUBDIR += gresolver
SUBDIR += h2n
SUBDIR += hesiod
SUBDIR += host
SUBDIR += idnkit
SUBDIR += inadyn
SUBDIR += ipcheck
SUBDIR += ldapdns
SUBDIR += ldns
SUBDIR += ldnsm
SUBDIR += libbind
SUBDIR += libdjbdns
SUBDIR += libidn
SUBDIR += linux-f10-libasyncns
SUBDIR += linux-f8-libidn
SUBDIR += maradns
SUBDIR += mdnsd
SUBDIR += mydns
SUBDIR += mydns-ng
SUBDIR += noip
SUBDIR += nsd
SUBDIR += nsd2
SUBDIR += nslint
SUBDIR += nsping
SUBDIR += nss_mdns
SUBDIR += nss_resinit
SUBDIR += odsclient
SUBDIR += opendd
SUBDIR += opendnssec
SUBDIR += openresolv
SUBDIR += p5-BIND-Conf_Parser
SUBDIR += p5-DNS-Config
SUBDIR += p5-DNS-EasyDNS
SUBDIR += p5-DNS-Zone
SUBDIR += p5-DNS-ZoneParse
SUBDIR += p5-Data-Validate-Domain
SUBDIR += p5-Net-DNS
SUBDIR += p5-Net-DNS-Async
SUBDIR += p5-Net-DNS-Codes
SUBDIR += p5-Net-DNS-Resolver-Programmable
SUBDIR += p5-Net-DNS-SEC
SUBDIR += p5-Net-DNS-ToolKit
SUBDIR += p5-Net-DNS-ZoneCheck
SUBDIR += p5-Net-DNS-ZoneFile
SUBDIR += p5-Net-DNS-ZoneFile-Fast
SUBDIR += p5-Net-DNSBL-MultiDaemon
SUBDIR += p5-Net-DNSBL-Statistics
SUBDIR += p5-Net-Domain-ExpireDate
SUBDIR += p5-Net-Domain-TLD
SUBDIR += p5-Net-LibIDN
SUBDIR += p5-Net-Nslookup
SUBDIR += p5-Net-RBLClient
SUBDIR += p5-POE-Component-Client-DNS
SUBDIR += p5-POE-Component-Server-DNS
SUBDIR += p5-Stanford-DNSserver
SUBDIR += p5-Tie-DNS
SUBDIR += p5-pgeodns
SUBDIR += pdnsd
SUBDIR += pear-File_DNS
SUBDIR += pear-Net_DNS
SUBDIR += posadis
SUBDIR += poweradmin
SUBDIR += powerdns
SUBDIR += powerdns-devel
SUBDIR += powerdns-recursor
SUBDIR += py-adns
SUBDIR += py-dns
SUBDIR += py-dnspython
SUBDIR += py-namebench
SUBDIR += py-twistedNames
SUBDIR += rbldnsd
SUBDIR += rbllookup
SUBDIR += rbllookup-ng
SUBDIR += rubygem-dnsruby
SUBDIR += scavenge
SUBDIR += sheerdns
SUBDIR += skadns
SUBDIR += sleuth
SUBDIR += sqldjbdns
SUBDIR += sshfp
SUBDIR += staticcharge
SUBDIR += tinystats
SUBDIR += totd
SUBDIR += udns
SUBDIR += unbound
SUBDIR += updatedd
SUBDIR += vizone
SUBDIR += walker
SUBDIR += zkt
SUBDIR += zonecheck
SUBDIR += zonenotify
.include <bsd.port.subdir.mk>