From owner-svn-ports-all@freebsd.org Wed May 3 11:26:28 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 904B6D5BE29; Wed, 3 May 2017 11:26:28 +0000 (UTC) (envelope-from farrokhi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5375FE5D; Wed, 3 May 2017 11:26:28 +0000 (UTC) (envelope-from farrokhi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v43BQR2K021982; Wed, 3 May 2017 11:26:27 GMT (envelope-from farrokhi@FreeBSD.org) Received: (from farrokhi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v43BQRqR021978; Wed, 3 May 2017 11:26:27 GMT (envelope-from farrokhi@FreeBSD.org) Message-Id: <201705031126.v43BQRqR021978@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: farrokhi set sender to farrokhi@FreeBSD.org using -f From: Babak Farrokhi Date: Wed, 3 May 2017 11:26:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440008 - in head/net-mgmt: . py3-dnsdiag X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 11:26:28 -0000 Author: farrokhi Date: Wed May 3 11:26:26 2017 New Revision: 440008 URL: https://svnweb.freebsd.org/changeset/ports/440008 Log: New port: net-mgmt/py3-dnsdiag Reviewed by: mat Approved by: mat Differential Revision: https://reviews.freebsd.org/D10582 Added: head/net-mgmt/py3-dnsdiag/ head/net-mgmt/py3-dnsdiag/Makefile (contents, props changed) head/net-mgmt/py3-dnsdiag/distinfo (contents, props changed) head/net-mgmt/py3-dnsdiag/pkg-descr (contents, props changed) Modified: head/net-mgmt/Makefile Modified: head/net-mgmt/Makefile ============================================================================== --- head/net-mgmt/Makefile Wed May 3 09:25:30 2017 (r440007) +++ head/net-mgmt/Makefile Wed May 3 11:26:26 2017 (r440008) @@ -290,6 +290,7 @@ SUBDIR += py-snmp4-mibs SUBDIR += py-snmp_passpersist SUBDIR += py-yapsnmp + SUBDIR += py3-dnsdiag SUBDIR += qkismet SUBDIR += rackmonkey SUBDIR += rancid3 Added: head/net-mgmt/py3-dnsdiag/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/py3-dnsdiag/Makefile Wed May 3 11:26:26 2017 (r440008) @@ -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 Added: head/net-mgmt/py3-dnsdiag/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/py3-dnsdiag/distinfo Wed May 3 11:26:26 2017 (r440008) @@ -0,0 +1,3 @@ +TIMESTAMP = 1493793506 +SHA256 (dnsdiag-1.6.3.tar.gz) = dad8a74643b2d224e1b1ac7b7745e68071164bfa9530d97328d4d45a7f0c5fad +SIZE (dnsdiag-1.6.3.tar.gz) = 11676 Added: head/net-mgmt/py3-dnsdiag/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/py3-dnsdiag/pkg-descr Wed May 3 11:26:26 2017 (r440008) @@ -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