2003-08-16 00:59:37 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
#
|
2003-08-30 08:27:01 +02:00
|
|
|
|
2004-04-02 09:29:48 +02:00
|
|
|
COMMENT = Domain Name Service tools
|
|
|
|
|
2003-09-05 06:54:37 +02:00
|
|
|
SUBDIR += adns
|
2011-05-07 17:13:53 +02:00
|
|
|
SUBDIR += adsuck
|
2018-09-11 22:55:38 +02:00
|
|
|
SUBDIR += amass
|
2003-09-10 11:59:25 +02:00
|
|
|
SUBDIR += ares
|
2015-08-06 11:06:38 +02:00
|
|
|
SUBDIR += axfr2acl
|
2014-01-28 04:25:28 +01:00
|
|
|
SUBDIR += bind-tools
|
2015-11-05 16:01:29 +01:00
|
|
|
SUBDIR += bind9-devel
|
2016-07-04 11:47:25 +02:00
|
|
|
SUBDIR += bind911
|
2020-02-20 10:06:58 +01:00
|
|
|
SUBDIR += bind916
|
2007-12-13 07:55:32 +01:00
|
|
|
SUBDIR += bindgraph
|
2014-05-15 17:46:59 +02:00
|
|
|
SUBDIR += bundy
|
2006-09-07 14:22:18 +02:00
|
|
|
SUBDIR += c-ares
|
2005-05-20 23:19:10 +02:00
|
|
|
SUBDIR += checkdns
|
2015-04-29 22:24:44 +02:00
|
|
|
SUBDIR += cli53
|
2019-05-27 03:44:18 +02:00
|
|
|
SUBDIR += coredns
|
2012-08-12 23:00:32 +02:00
|
|
|
SUBDIR += credns
|
2004-03-02 18:17:21 +01:00
|
|
|
SUBDIR += crossip
|
2011-03-04 14:45:40 +01:00
|
|
|
SUBDIR += curvedns
|
2003-09-05 06:54:37 +02:00
|
|
|
SUBDIR += ddclient
|
2013-07-01 14:53:39 +02:00
|
|
|
SUBDIR += ddns
|
2014-08-12 03:32:30 +02:00
|
|
|
SUBDIR += denominator
|
2003-09-05 06:54:37 +02:00
|
|
|
SUBDIR += dhisd
|
|
|
|
SUBDIR += djbdns
|
2004-10-13 10:32:24 +02:00
|
|
|
SUBDIR += djbdns-tools
|
2003-09-05 06:54:37 +02:00
|
|
|
SUBDIR += dlint
|
|
|
|
SUBDIR += dnrd
|
New port dns/dns2blackhole: Malware Prevention through Domain Blocking
dns2blackhole is a set of Bourne Shell csh scripts that fetch host files
from public host file providers that contain the FQDN [ Fully Qualified
Domain Names ] of sites that fall into the following categories, adware,
malware, exploit, hijackers, harvesters, tracking, phishing, fake news,
fraud, spam, sex, porn, gambling, advertisements, misleading marketing,
illegal pharmacy, warez/piracy and others. The output of the dns2blackhole
scripts is fed directly into the ports/package versions of unbound, named,
and dnsmask DNS servers to block those FQDN thus protecting user
devices from being compromised or bothered seeing things of no interest.
The base built-in version of unbound titled "local_unbound" can also be
configured to work using the dns2blackhole method. This black hole method
is another layer of protection that you can customize to your needs.
WWW: http://dns2blackhole.sourceforge.net/
PR: 222805
Submitted by: joeb1@a1poweruser.com
2017-10-14 15:15:15 +02:00
|
|
|
SUBDIR += dns2blackhole
|
2008-11-23 17:35:48 +01:00
|
|
|
SUBDIR += dns2tcp
|
2003-09-05 06:54:37 +02:00
|
|
|
SUBDIR += dns_balance
|
2018-08-06 11:16:59 +02:00
|
|
|
SUBDIR += dnsblast
|
2008-09-23 02:53:38 +02:00
|
|
|
SUBDIR += dnscap
|
2010-09-01 09:15:59 +02:00
|
|
|
SUBDIR += dnscheckengine
|
2020-05-08 09:39:26 +02:00
|
|
|
SUBDIR += dnscontrol
|
2018-03-25 16:46:17 +02:00
|
|
|
SUBDIR += dnscrypt-proxy2
|
2015-09-03 00:17:45 +02:00
|
|
|
SUBDIR += dnscrypt-wrapper
|
2015-08-06 10:27:41 +02:00
|
|
|
SUBDIR += dnsdbck
|
2018-02-15 07:56:11 +01:00
|
|
|
SUBDIR += dnsdbq
|
2015-08-07 21:34:57 +02:00
|
|
|
SUBDIR += dnsdist
|
2016-05-29 13:33:33 +02:00
|
|
|
SUBDIR += dnsenum
|
2003-10-17 22:18:11 +02:00
|
|
|
SUBDIR += dnsflood
|
2017-05-27 10:57:39 +02:00
|
|
|
SUBDIR += dnsforwarder
|
2014-08-11 21:51:17 +02:00
|
|
|
SUBDIR += dnshistory
|
dnsjava is an implementation of DNS in Java. It supports all defined record
types (including the DNSSEC types), and unknown types. It can be used for
queries, zone transfers, and dynamic updates. It includes a cache which can be
used by clients, and a minimal implementation of a server. It supports TSIG
authenticated messages, partial DNSSEC verification, and EDNS0.
dnsjava provides functionality above and beyond that of the InetAddress class.
Since it is written in pure Java, dnsjava is fully threadable, and in many
cases is faster than using InetAddress.
dnsjava provides both high and low level access to DNS. The high level
functions perform queries for records of a given name, type, and class, and
return an array of records. There is also a clone of InetAddress, which is even
simpler. A cache is used to reduce the number of DNS queries sent. The low
level functions allow direct manipulation of DNS messages and records, as well
as allowing additional resolver properties to be set.
WWW: http://www.xbill.org/dnsjava/
2004-11-19 15:11:10 +01:00
|
|
|
SUBDIR += dnsjava
|
2003-09-05 06:54:37 +02:00
|
|
|
SUBDIR += dnsmasq
|
2020-07-13 22:24:59 +02:00
|
|
|
SUBDIR += dnsmasq-devel
|
2005-01-29 20:17:03 +01:00
|
|
|
SUBDIR += dnsmax-perl
|
2004-01-14 13:47:13 +01:00
|
|
|
SUBDIR += dnsproxy
|
2016-05-29 13:00:02 +02:00
|
|
|
SUBDIR += dnsrecon
|
2009-05-30 20:43:33 +02:00
|
|
|
SUBDIR += dnsreflector
|
2015-04-04 00:22:45 +02:00
|
|
|
SUBDIR += dnstable
|
2018-06-25 19:14:41 +02:00
|
|
|
SUBDIR += dnstable-convert
|
2003-09-05 06:54:37 +02:00
|
|
|
SUBDIR += dnstop
|
|
|
|
SUBDIR += dnstracer
|
|
|
|
SUBDIR += dnsutl
|
2016-03-13 08:08:42 +01:00
|
|
|
SUBDIR += dnsviz
|
2003-09-05 06:54:37 +02:00
|
|
|
SUBDIR += dnswalk
|
2008-01-28 20:38:44 +01:00
|
|
|
SUBDIR += dnswall
|
2005-11-25 21:54:32 +01:00
|
|
|
SUBDIR += doc
|
2018-08-08 14:26:13 +02:00
|
|
|
SUBDIR += doh-proxy
|
2016-12-18 18:28:08 +01:00
|
|
|
SUBDIR += dq
|
2017-04-30 05:22:11 +02:00
|
|
|
SUBDIR += drool
|
2018-03-21 21:14:11 +01:00
|
|
|
SUBDIR += dsc
|
2018-03-21 21:12:43 +01:00
|
|
|
SUBDIR += dsp
|
2017-12-14 18:08:01 +01:00
|
|
|
SUBDIR += dynip
|
2015-07-01 10:24:09 +02:00
|
|
|
SUBDIR += erlang-idna
|
2004-08-08 23:59:24 +02:00
|
|
|
SUBDIR += fastresolve
|
2003-09-05 06:54:37 +02:00
|
|
|
SUBDIR += firedns
|
2019-02-05 19:24:07 +01:00
|
|
|
SUBDIR += flamethrower
|
2004-07-03 16:23:35 +02:00
|
|
|
SUBDIR += fpdns
|
2014-11-07 17:38:36 +01:00
|
|
|
SUBDIR += gdnsd2
|
2019-02-23 02:51:58 +01:00
|
|
|
SUBDIR += gdnsd3
|
2016-05-06 11:14:24 +02:00
|
|
|
SUBDIR += gen6dns
|
2014-03-04 03:52:52 +01:00
|
|
|
SUBDIR += getdns
|
2003-09-05 06:54:37 +02:00
|
|
|
SUBDIR += hesiod
|
2013-07-16 22:35:20 +02:00
|
|
|
SUBDIR += hostdb
|
2003-09-05 06:54:37 +02:00
|
|
|
SUBDIR += idnkit
|
2011-11-16 18:48:53 +01:00
|
|
|
SUBDIR += idnkit2
|
2005-09-20 17:15:31 +02:00
|
|
|
SUBDIR += inadyn
|
2013-03-21 21:38:15 +01:00
|
|
|
SUBDIR += inadyn-mt
|
2003-09-05 06:54:37 +02:00
|
|
|
SUBDIR += ipcheck
|
2014-02-17 12:27:10 +01:00
|
|
|
SUBDIR += ironsides
|
2018-05-18 22:09:20 +02:00
|
|
|
SUBDIR += kadnode
|
2016-11-14 17:12:56 +01:00
|
|
|
SUBDIR += kf5-kdnssd
|
2019-05-21 11:04:56 +02:00
|
|
|
SUBDIR += knock
|
2016-09-04 20:56:53 +02:00
|
|
|
SUBDIR += knot-resolver
|
2015-05-18 13:33:11 +02:00
|
|
|
SUBDIR += knot2
|
2018-12-04 20:40:28 +01:00
|
|
|
SUBDIR += knot2-lib
|
2004-01-06 09:19:47 +01:00
|
|
|
SUBDIR += ldapdns
|
2005-12-30 05:24:11 +01:00
|
|
|
SUBDIR += ldns
|
2015-02-07 16:54:26 +01:00
|
|
|
SUBDIR += libasr
|
2015-02-07 16:58:33 +01:00
|
|
|
SUBDIR += libasr-devel
|
The libbind functions have been separated from the BIND suite as of
BIND 9.6.0. Originally from older versions of BIND, they have been
continually maintained and improved but not installed by default with
BIND 9. This standard resolver library contains the same historical
functions and headers included with many Unix operating systems.
In fact, most implementations are based on the same original code.
ISC's libbind provides the standard resolver library, along with header
files and documentation, for communicating with domain name servers,
retrieving network host entries from /etc/hosts or via DNS, converting
CIDR network addresses, performing Hesiod information lookups, retrieving
network entries from /etc/networks, implementing TSIG transaction/request
security of DNS messages, performing name-to-address and address-to-name
translations, and utilizing /etc/resolv.conf for resolver configuration.
WWW: https://www.isc.org/software/libbind
- Doug Barton
DougB@FreeBSD.org
2009-08-10 08:44:32 +02:00
|
|
|
SUBDIR += libbind
|
2003-09-05 06:54:37 +02:00
|
|
|
SUBDIR += libdjbdns
|
2005-11-12 19:52:22 +01:00
|
|
|
SUBDIR += libidn
|
2015-12-04 13:22:22 +01:00
|
|
|
SUBDIR += libidn2
|
2016-11-21 15:04:24 +01:00
|
|
|
SUBDIR += libnspsl
|
2015-12-04 13:23:12 +01:00
|
|
|
SUBDIR += libpsl
|
2016-10-19 16:50:26 +02:00
|
|
|
SUBDIR += linux-c7-libasyncns
|
2014-08-15 06:49:45 +02:00
|
|
|
SUBDIR += mDNSResponder_nss
|
2003-09-05 06:54:37 +02:00
|
|
|
SUBDIR += maradns
|
|
|
|
SUBDIR += mdnsd
|
|
|
|
SUBDIR += mydns
|
2009-03-29 13:57:35 +02:00
|
|
|
SUBDIR += mydns-ng
|
2018-08-07 00:13:45 +02:00
|
|
|
SUBDIR += namesilo_ddns
|
2020-01-18 02:21:44 +01:00
|
|
|
SUBDIR += nextdns
|
2003-09-05 06:54:37 +02:00
|
|
|
SUBDIR += noip
|
|
|
|
SUBDIR += nsd
|
2019-01-06 18:29:59 +01:00
|
|
|
SUBDIR += nsec3walker
|
2003-09-05 06:54:37 +02:00
|
|
|
SUBDIR += nslint
|
2017-07-26 18:44:40 +02:00
|
|
|
SUBDIR += nsnotifyd
|
2003-09-05 06:54:37 +02:00
|
|
|
SUBDIR += nsping
|
2007-01-20 15:43:58 +01:00
|
|
|
SUBDIR += nss_mdns
|
2006-04-12 15:02:44 +02:00
|
|
|
SUBDIR += nss_resinit
|
2006-11-15 22:23:52 +01:00
|
|
|
SUBDIR += opendd
|
2010-01-07 07:25:07 +01:00
|
|
|
SUBDIR += opendnssec
|
2016-07-13 15:29:18 +02:00
|
|
|
SUBDIR += opendnssec2
|
2008-02-02 09:53:21 +01:00
|
|
|
SUBDIR += openresolv
|
2015-04-14 20:33:54 +02:00
|
|
|
SUBDIR += p5-AnyEvent-CacheDNS
|
2015-03-10 07:39:34 +01:00
|
|
|
SUBDIR += p5-AnyEvent-DNS-EtcHosts
|
2018-03-21 21:10:42 +01:00
|
|
|
SUBDIR += p5-App-DSC-DataTool
|
2003-09-05 06:54:37 +02:00
|
|
|
SUBDIR += p5-BIND-Conf_Parser
|
2010-05-05 13:39:03 +02:00
|
|
|
SUBDIR += p5-BIND-Config-Parser
|
2003-09-05 06:54:37 +02:00
|
|
|
SUBDIR += p5-DNS-Config
|
2006-05-28 22:10:52 +02:00
|
|
|
SUBDIR += p5-DNS-EasyDNS
|
2014-04-30 11:36:26 +02:00
|
|
|
SUBDIR += p5-DNS-Ldns
|
2003-09-05 06:54:37 +02:00
|
|
|
SUBDIR += p5-DNS-Zone
|
2004-07-15 15:37:58 +02:00
|
|
|
SUBDIR += p5-DNS-ZoneParse
|
2018-03-21 21:08:30 +01:00
|
|
|
SUBDIR += p5-DSC
|
2005-12-30 10:48:14 +01:00
|
|
|
SUBDIR += p5-Data-Validate-Domain
|
2015-07-27 21:25:30 +02:00
|
|
|
SUBDIR += p5-IO-Async-Resolver-DNS
|
2012-04-03 10:28:12 +02:00
|
|
|
SUBDIR += p5-Mozilla-PublicSuffix
|
2011-04-26 20:33:10 +02:00
|
|
|
SUBDIR += p5-Net-Amazon-Route53
|
2011-04-05 18:21:01 +02:00
|
|
|
SUBDIR += p5-Net-Bonjour
|
2003-09-05 06:54:37 +02:00
|
|
|
SUBDIR += p5-Net-DNS
|
2008-05-07 08:05:47 +02:00
|
|
|
SUBDIR += p5-Net-DNS-Async
|
2011-06-01 10:53:22 +02:00
|
|
|
SUBDIR += p5-Net-DNS-Check
|
2006-09-26 12:22:20 +02:00
|
|
|
SUBDIR += p5-Net-DNS-Codes
|
2010-11-26 22:16:38 +01:00
|
|
|
SUBDIR += p5-Net-DNS-Lite
|
2014-03-03 14:13:36 +01:00
|
|
|
SUBDIR += p5-Net-DNS-Match
|
2010-05-19 08:00:57 +02:00
|
|
|
SUBDIR += p5-Net-DNS-RR-SRV-Helper
|
2017-10-19 22:35:31 +02:00
|
|
|
SUBDIR += p5-Net-DNS-Resolver-Mock
|
2007-02-10 17:13:31 +01:00
|
|
|
SUBDIR += p5-Net-DNS-Resolver-Programmable
|
2003-09-05 06:54:37 +02:00
|
|
|
SUBDIR += p5-Net-DNS-SEC
|
2010-06-27 03:21:47 +02:00
|
|
|
SUBDIR += p5-Net-DNS-TestNS
|
2006-10-04 16:33:27 +02:00
|
|
|
SUBDIR += p5-Net-DNS-ToolKit
|
2012-05-18 20:50:49 +02:00
|
|
|
SUBDIR += p5-Net-DNS-Zone-Parser
|
2004-10-14 21:16:28 +02:00
|
|
|
SUBDIR += p5-Net-DNS-ZoneFile-Fast
|
2007-08-21 13:01:56 +02:00
|
|
|
SUBDIR += p5-Net-DNSBL-MultiDaemon
|
2008-01-12 17:38:47 +01:00
|
|
|
SUBDIR += p5-Net-DNSBL-Statistics
|
2013-05-03 22:26:49 +02:00
|
|
|
SUBDIR += p5-Net-DRI
|
2005-03-04 03:07:30 +01:00
|
|
|
SUBDIR += p5-Net-Domain-ExpireDate
|
2005-12-30 10:40:59 +01:00
|
|
|
SUBDIR += p5-Net-Domain-TLD
|
2005-11-12 19:52:22 +01:00
|
|
|
SUBDIR += p5-Net-LibIDN
|
2017-09-26 17:55:36 +02:00
|
|
|
SUBDIR += p5-Net-LibIDN2
|
2003-10-14 16:23:24 +02:00
|
|
|
SUBDIR += p5-Net-Nslookup
|
2006-07-13 04:02:55 +02:00
|
|
|
SUBDIR += p5-Net-RBLClient
|
2015-07-14 22:25:50 +02:00
|
|
|
SUBDIR += p5-Net-RNDC
|
2003-09-05 06:54:37 +02:00
|
|
|
SUBDIR += p5-POE-Component-Client-DNS
|
2012-02-29 05:41:15 +01:00
|
|
|
SUBDIR += p5-POE-Component-Client-DNS-Recursive
|
2012-03-01 17:34:33 +01:00
|
|
|
SUBDIR += p5-POE-Component-Client-DNSBL
|
2011-02-26 17:32:49 +01:00
|
|
|
SUBDIR += p5-POE-Component-Resolver
|
2007-02-25 16:03:47 +01:00
|
|
|
SUBDIR += p5-POE-Component-Server-DNS
|
2013-04-24 12:51:30 +02:00
|
|
|
SUBDIR += p5-POE-Filter-DNS-TCP
|
2003-09-05 06:54:37 +02:00
|
|
|
SUBDIR += p5-Tie-DNS
|
2013-12-23 22:02:29 +01:00
|
|
|
SUBDIR += p5-URBL-Prepare
|
2017-05-25 23:03:07 +02:00
|
|
|
SUBDIR += packetq
|
2003-09-05 06:54:37 +02:00
|
|
|
SUBDIR += pdnsd
|
2007-07-04 10:21:53 +02:00
|
|
|
SUBDIR += pear-File_DNS
|
2015-01-09 13:41:33 +01:00
|
|
|
SUBDIR += pear-Horde_Idna
|
2010-10-27 03:26:24 +02:00
|
|
|
SUBDIR += pear-Net_DNS2
|
2003-09-05 06:54:37 +02:00
|
|
|
SUBDIR += powerdns
|
2006-11-16 00:59:16 +01:00
|
|
|
SUBDIR += powerdns-recursor
|
2015-12-04 13:21:42 +01:00
|
|
|
SUBDIR += public_suffix_list
|
2018-09-16 10:03:36 +02:00
|
|
|
SUBDIR += py-adns
|
2018-05-29 14:29:16 +02:00
|
|
|
SUBDIR += py-aiodns
|
2018-02-22 15:29:57 +01:00
|
|
|
SUBDIR += py-cloudflare
|
2003-09-05 06:54:37 +02:00
|
|
|
SUBDIR += py-dns
|
2017-05-06 08:03:58 +02:00
|
|
|
SUBDIR += py-dns-lexicon
|
2004-12-26 11:36:52 +01:00
|
|
|
SUBDIR += py-dnspython
|
2012-02-10 23:31:17 +01:00
|
|
|
SUBDIR += py-easyzone
|
2015-11-02 17:30:46 +01:00
|
|
|
SUBDIR += py-idna
|
2018-03-17 11:44:12 +01:00
|
|
|
SUBDIR += py-idna_ssl
|
2012-11-22 13:28:09 +01:00
|
|
|
SUBDIR += py-ldns
|
2018-11-21 21:19:11 +01:00
|
|
|
SUBDIR += py-localzone
|
2009-12-25 20:24:24 +01:00
|
|
|
SUBDIR += py-namebench
|
2019-05-22 23:23:36 +02:00
|
|
|
SUBDIR += py-ns1-python
|
2012-06-28 00:25:42 +02:00
|
|
|
SUBDIR += py-publicsuffix
|
2020-02-04 18:58:34 +01:00
|
|
|
SUBDIR += py-publicsuffix2
|
2018-08-18 02:13:39 +02:00
|
|
|
SUBDIR += py-publicsuffixlist
|
2015-12-29 18:30:16 +01:00
|
|
|
SUBDIR += py-py3dns
|
2019-01-29 15:56:44 +01:00
|
|
|
SUBDIR += py-pybonjour
|
2016-05-31 14:03:06 +02:00
|
|
|
SUBDIR += py-pycares
|
2015-04-06 01:17:29 +02:00
|
|
|
SUBDIR += py-pydnstable
|
2015-04-03 01:40:29 +02:00
|
|
|
SUBDIR += py-pywdns
|
2018-01-21 14:12:27 +01:00
|
|
|
SUBDIR += py-tld
|
2016-03-08 07:34:24 +01:00
|
|
|
SUBDIR += py-tldextract
|
2018-08-04 18:23:51 +02:00
|
|
|
SUBDIR += qmdnsengine
|
2011-09-28 11:48:16 +02:00
|
|
|
SUBDIR += radns
|
2003-08-30 02:45:27 +02:00
|
|
|
SUBDIR += rbldnsd
|
2004-11-06 23:25:28 +01:00
|
|
|
SUBDIR += rbllookup
|
2006-11-13 14:10:14 +01:00
|
|
|
SUBDIR += rbllookup-ng
|
2019-09-16 21:15:21 +02:00
|
|
|
SUBDIR += rdap
|
2015-08-06 10:14:33 +02:00
|
|
|
SUBDIR += renewck
|
2015-08-06 11:06:38 +02:00
|
|
|
SUBDIR += rpsl2acl
|
2009-08-27 11:20:22 +02:00
|
|
|
SUBDIR += rubygem-dnsruby
|
2019-10-24 18:58:32 +02:00
|
|
|
SUBDIR += rubygem-gitlab-net-dns
|
2017-07-25 21:46:46 +02:00
|
|
|
SUBDIR += rubygem-idn-ruby
|
2011-06-19 18:29:21 +02:00
|
|
|
SUBDIR += rubygem-net-dns
|
2013-06-29 04:22:50 +02:00
|
|
|
SUBDIR += rubygem-public_suffix
|
2011-11-10 04:15:21 +01:00
|
|
|
SUBDIR += rubygem-public_suffix_service
|
2017-03-20 01:28:57 +01:00
|
|
|
SUBDIR += rubygem-simpleidn
|
2017-03-22 22:03:48 +01:00
|
|
|
SUBDIR += rubygem-validates_hostname
|
2013-02-14 01:32:34 +01:00
|
|
|
SUBDIR += samba-nsupdate
|
2005-04-20 02:21:04 +02:00
|
|
|
SUBDIR += scavenge
|
2004-06-02 21:18:22 +02:00
|
|
|
SUBDIR += sheerdns
|
2003-09-05 06:54:37 +02:00
|
|
|
SUBDIR += sleuth
|
2006-10-05 14:50:47 +02:00
|
|
|
SUBDIR += sshfp
|
2019-05-21 10:47:56 +02:00
|
|
|
SUBDIR += subfinder
|
2005-07-12 13:06:26 +02:00
|
|
|
SUBDIR += tinystats
|
2003-09-05 06:54:37 +02:00
|
|
|
SUBDIR += totd
|
2008-05-24 01:39:53 +02:00
|
|
|
SUBDIR += udns
|
2008-04-29 09:35:14 +02:00
|
|
|
SUBDIR += unbound
|
2003-12-18 14:59:48 +01:00
|
|
|
SUBDIR += updatedd
|
2018-07-10 13:49:01 +02:00
|
|
|
SUBDIR += utdns
|
2012-04-26 10:43:00 +02:00
|
|
|
SUBDIR += validns
|
2015-08-05 16:49:24 +02:00
|
|
|
SUBDIR += vhostcname
|
2007-08-13 23:37:31 +02:00
|
|
|
SUBDIR += vizone
|
2016-11-25 19:31:53 +01:00
|
|
|
SUBDIR += void-zones-tools
|
2003-09-05 06:54:37 +02:00
|
|
|
SUBDIR += walker
|
2014-06-03 10:36:10 +02:00
|
|
|
SUBDIR += wdns
|
2015-08-05 15:47:41 +02:00
|
|
|
SUBDIR += whoseip
|
2015-01-11 21:44:39 +01:00
|
|
|
SUBDIR += wrapsrv
|
2013-11-23 15:13:15 +01:00
|
|
|
SUBDIR += yadifa
|
2008-08-17 08:09:52 +02:00
|
|
|
SUBDIR += zkt
|
2005-04-23 13:51:58 +02:00
|
|
|
SUBDIR += zonenotify
|
2003-08-16 00:59:37 +02:00
|
|
|
|
|
|
|
.include <bsd.port.subdir.mk>
|