aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorBabak Farrokhi <farrokhi@FreeBSD.org>2017-05-03 11:26:26 +0000
committerBabak Farrokhi <farrokhi@FreeBSD.org>2017-05-03 11:26:26 +0000
commit53679473ab768b54dc4c09f5a19b06e3a12b2dd3 (patch)
tree9390d99813ed639a2bb02bbbf5ff18063c3ab27d /net-mgmt
parentb89954c84065d0b1fb92d097aad970e1e3c055c0 (diff)
downloadports-53679473ab768b54dc4c09f5a19b06e3a12b2dd3.tar.gz
ports-53679473ab768b54dc4c09f5a19b06e3a12b2dd3.zip
New port: net-mgmt/py3-dnsdiag
Reviewed by: mat Approved by: mat Differential Revision: https://reviews.freebsd.org/D10582
Notes
Notes: svn path=/head/; revision=440008
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/Makefile1
-rw-r--r--net-mgmt/py3-dnsdiag/Makefile21
-rw-r--r--net-mgmt/py3-dnsdiag/distinfo3
-rw-r--r--net-mgmt/py3-dnsdiag/pkg-descr7
4 files changed, 32 insertions, 0 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile
index 78e421710a2f..e1cd8a2725e2 100644
--- a/net-mgmt/Makefile
+++ b/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
diff --git a/net-mgmt/py3-dnsdiag/Makefile b/net-mgmt/py3-dnsdiag/Makefile
new file mode 100644
index 000000000000..3aa5004c628e
--- /dev/null
+++ b/net-mgmt/py3-dnsdiag/Makefile
@@ -0,0 +1,21 @@
+# Created by: Babak Farrokhi <farrokhi@FreeBSD.org>
+# $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 <bsd.port.mk>
diff --git a/net-mgmt/py3-dnsdiag/distinfo b/net-mgmt/py3-dnsdiag/distinfo
new file mode 100644
index 000000000000..1567f90d7968
--- /dev/null
+++ b/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
diff --git a/net-mgmt/py3-dnsdiag/pkg-descr b/net-mgmt/py3-dnsdiag/pkg-descr
new file mode 100644
index 000000000000..d5a60c2101f0
--- /dev/null
+++ b/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