Created attachment 191519 [details] p5-DSC I'm submitting ports for DNS-OARC's DNS Statistics Collector project. The DSC software consists of the following 4 parts: (continued in follow-up with cross-references)
dsc (DNS Statistics Collector) a tool used for collecting and exploring statistics from busy DNS servers. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226631 dsp (DNS Statistics Presenter) can be used to display statistics collected by DSC. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226630 p5-DSC Perl Library is used to extract and graph DSC data, required by dsp. (This PR) p5-App-DSC-DataTool / dsc-datatool Tool for converting, exporting, merging and transforming DSC data. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226628 All was tested with portlint and with poudrier on all current releases both on amd64 as i386.
A commit references this bug: Author: pi Date: Wed Mar 21 20:08:31 UTC 2018 New revision: 465234 URL: https://svnweb.freebsd.org/changeset/ports/465234 Log: New port: dns/p5-DSC Perl Library to extract and graph DNS Statistics Collector (DSC) data DNS Statistics Presenter (DSP) is a tool used for exploring statistics from busy DNS servers collected by DNS Statistics Collector (DSC). This is the Perl library that is used to extract and graph DSC data. WWW: https://www.dns-oarc.net/dsc/ PR: 226629 Submitted by: Leo Vandewoestijne <freebsd@dns.company> Changes: head/dns/Makefile head/dns/p5-DSC/ head/dns/p5-DSC/Makefile head/dns/p5-DSC/distinfo head/dns/p5-DSC/pkg-descr head/dns/p5-DSC/pkg-plist
Committed, thanks!