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@dns.company>
This commit is contained in:
parent
68fa387fbd
commit
522c80dd1a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=465236
5 changed files with 61 additions and 0 deletions
|
@ -63,6 +63,7 @@
|
|||
SUBDIR += doc
|
||||
SUBDIR += dq
|
||||
SUBDIR += drool
|
||||
SUBDIR += dsp
|
||||
SUBDIR += dynip
|
||||
SUBDIR += erlang-idna
|
||||
SUBDIR += ez-ipupdate
|
||||
|
|
31
dns/dsp/Makefile
Normal file
31
dns/dsp/Makefile
Normal file
|
@ -0,0 +1,31 @@
|
|||
# Created by: Leo Vandewoestijne <freebsd@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@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>
|
3
dns/dsp/distinfo
Normal file
3
dns/dsp/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1520905401
|
||||
SHA256 (dsp-2.0.0.tar.gz) = f56e28ebd2f963c1281a5019c7aa89c69d544166f94348d0cec215e567eff7de
|
||||
SIZE (dsp-2.0.0.tar.gz) = 148665
|
5
dns/dsp/pkg-descr
Normal file
5
dns/dsp/pkg-descr
Normal file
|
@ -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/
|
21
dns/dsp/pkg-plist
Normal file
21
dns/dsp/pkg-plist
Normal file
|
@ -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
|
Loading…
Reference in a new issue