Index: head/net-mgmt/Makefile =================================================================== --- head/net-mgmt/Makefile +++ head/net-mgmt/Makefile @@ -290,6 +290,7 @@ SUBDIR += py-snmp4-mibs SUBDIR += py-snmp_passpersist SUBDIR += py-yapsnmp + SUBDIR += py3-dnsdiag SUBDIR += qkismet SUBDIR += rackmonkey SUBDIR += rancid3 Index: head/net-mgmt/py3-dnsdiag/Makefile =================================================================== --- head/net-mgmt/py3-dnsdiag/Makefile +++ head/net-mgmt/py3-dnsdiag/Makefile @@ -0,0 +1,21 @@ +# Created by: Babak Farrokhi +# $FreeBSD$ + +PORTNAME= dnsdiag +PORTVERSION= 1.6.3 +CATEGORIES= net-mgmt python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= farrokhi@FreeBSD.org +COMMENT= DNS Diagnostics and measurement tools (ping, traceroute) + +LICENSE= BSD2CLAUSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython>=1.15.0:dns/py-dnspython \ + ${PYTHON_PKGNAMEPREFIX}cymruwhois>=1.6:net/py-cymruwhois + +USES= python:3.3+ +USE_PYTHON= autoplist distutils + +.include Index: head/net-mgmt/py3-dnsdiag/distinfo =================================================================== --- head/net-mgmt/py3-dnsdiag/distinfo +++ head/net-mgmt/py3-dnsdiag/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1493793506 +SHA256 (dnsdiag-1.6.3.tar.gz) = dad8a74643b2d224e1b1ac7b7745e68071164bfa9530d97328d4d45a7f0c5fad +SIZE (dnsdiag-1.6.3.tar.gz) = 11676 Index: head/net-mgmt/py3-dnsdiag/pkg-descr =================================================================== --- head/net-mgmt/py3-dnsdiag/pkg-descr +++ head/net-mgmt/py3-dnsdiag/pkg-descr @@ -0,0 +1,7 @@ +DNSDiag provides a handful of tools to measure and diagnose your DNS +performance and integrity. Using dnsping, dnstraceroute and dnseval +tools you can measure your DNS response quality from delay and loss +perspective as well as tracing the path your DNS query takes to get +to DNS server. + +WWW: https://github.com/farrokhi/dnsdiag