svn commit: r465236 - in head/dns: . dsp
Kurt Jaeger
pi at FreeBSD.org
Wed Mar 21 20:12:45 UTC 2018
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 <freebsd at dns.company>
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 at dns.company>
+# $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 at 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 <bsd.port.mk>
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
More information about the svn-ports-all
mailing list