From owner-svn-ports-head@freebsd.org Wed Mar 21 20:12:44 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BFE6DF6311C; Wed, 21 Mar 2018 20:12:44 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 506B485435; Wed, 21 Mar 2018 20:12:44 +0000 (UTC) (envelope-from pi@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4B6332F488; Wed, 21 Mar 2018 20:12:44 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w2LKCiN8064014; Wed, 21 Mar 2018 20:12:44 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2LKChPM064008; Wed, 21 Mar 2018 20:12:43 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201803212012.w2LKChPM064008@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Wed, 21 Mar 2018 20:12:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r465236 - in head/dns: . dsp X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: in head/dns: . dsp X-SVN-Commit-Revision: 465236 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Mar 2018 20:12:45 -0000 Author: pi Date: Wed Mar 21 20:12:43 2018 New Revision: 465236 URL: https://svnweb.freebsd.org/changeset/ports/465236 Log: New port: dns/dsp DNS Statistics Presenter (DSP) is a tool used for exploring statistics from busy DNS servers collected by DNS Statistics Collector (DSC). WWW: https://www.dns-oarc.net/dsc/ PR: 226630 Submitted by: Leo Vandewoestijne Added: head/dns/dsp/ head/dns/dsp/Makefile (contents, props changed) head/dns/dsp/distinfo (contents, props changed) head/dns/dsp/pkg-descr (contents, props changed) head/dns/dsp/pkg-plist (contents, props changed) Modified: head/dns/Makefile Modified: head/dns/Makefile ============================================================================== --- head/dns/Makefile Wed Mar 21 20:10:42 2018 (r465235) +++ head/dns/Makefile Wed Mar 21 20:12:43 2018 (r465236) @@ -63,6 +63,7 @@ SUBDIR += doc SUBDIR += dq SUBDIR += drool + SUBDIR += dsp SUBDIR += dynip SUBDIR += erlang-idna SUBDIR += ez-ipupdate Added: head/dns/dsp/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/dsp/Makefile Wed Mar 21 20:12:43 2018 (r465236) @@ -0,0 +1,31 @@ +# Created by: Leo Vandewoestijne +# $FreeBSD$ + +PORTNAME= dsp +PORTVERSION= 2.0.0 +CATEGORIES= dns +MASTER_SITES= https://www.dns-oarc.net/files/dsc/ \ + https://dns.company/files/dsc/ + +MAINTAINER= freebsd@dns.company +COMMENT= Tool used for collecting and exploring statistics from DNS servers + +LICENSE= BSD3CLAUSE + +BUILD_DEPENDS= p5-Proc-PID-File>=1.28:devel/p5-Proc-PID-File \ + p5-XML-Simple>=2.24:textproc/p5-XML-Simple \ + p5-App-DSC-DataTool>=0.03:dns/p5-App-DSC-DataTool \ + p5-DSC>=2.04:dns/p5-DSC \ + p5-CGI>=4.38:www/p5-CGI \ + p5-Switch>=2.17:lang/p5-Switch \ + p5-File-Copy-Link>=0.140:devel/p5-File-Copy-Link + +RUN_DEPENDS:= ${BUILD_DEPENDS} + +GNU_CONFIGURE= yes + +USES= gmake perl5 +PERL5= configure patch shebangfix +NO_ARCH= yes + +.include Added: head/dns/dsp/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/dsp/distinfo Wed Mar 21 20:12:43 2018 (r465236) @@ -0,0 +1,3 @@ +TIMESTAMP = 1520905401 +SHA256 (dsp-2.0.0.tar.gz) = f56e28ebd2f963c1281a5019c7aa89c69d544166f94348d0cec215e567eff7de +SIZE (dsp-2.0.0.tar.gz) = 148665 Added: head/dns/dsp/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/dsp/pkg-descr Wed Mar 21 20:12:43 2018 (r465236) @@ -0,0 +1,5 @@ +DNS Statistics Presenter (DSP) is a tool used +for exploring statistics from busy DNS servers +collected by DNS Statistics Collector (DSC). + +WWW: https://www.dns-oarc.net/dsc/ Added: head/dns/dsp/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/dsp/pkg-plist Wed Mar 21 20:12:43 2018 (r465236) @@ -0,0 +1,21 @@ +%%ETCDIR%%/dsc-grapher.cfg.sample +lib/cgi-bin/dsc-grapher.pl +lib/cgi-bin/put-file.pl +libexec/dsp/dsc-grapher-cli.pl +libexec/dsp/dsc-xml-extractor.pl +libexec/dsp/fix-corrupted-dat-files.pl +libexec/dsp/refile-and-grok.sh +libexec/dsp/remove-xmls.pl +libexec/dsp/update-dat-file-locations.sh +%%PORTDOCS%%%%DOCSDIR%%/CHANGES +%%PORTDOCS%%%%DOCSDIR%%/LICENSE +%%PORTDOCS%%%%DOCSDIR%%/README.md +%%DATADIR%%/html/1downarrow.png +%%DATADIR%%/html/1leftarrow.png +%%DATADIR%%/html/1rightarrow.png +%%DATADIR%%/html/1uparrow.png +%%DATADIR%%/html/2downarrow.png +%%DATADIR%%/html/2leftarrow.png +%%DATADIR%%/html/2rightarrow.png +%%DATADIR%%/html/2uparrow.png +%%DATADIR%%/html/plot.page