Bug 226629 - New port: dns/p5-DSC: Perl Library is used to extract and graph DNS Statistics Collector (DSC) data
Summary: New port: dns/p5-DSC: Perl Library is used to extract and graph DNS Statistic...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Kurt Jaeger
URL: https://www.dns-oarc.net/oarc/data/dsc
Keywords:
Depends on:
Blocks: 226631
  Show dependency treegraph
 
Reported: 2018-03-15 13:13 UTC by Leo Vandewoestijne
Modified: 2018-03-21 20:09 UTC (History)
1 user (show)

See Also:


Attachments
p5-DSC (2.66 KB, text/plain)
2018-03-15 13:13 UTC, Leo Vandewoestijne
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Leo Vandewoestijne 2018-03-15 13:13:21 UTC
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)
Comment 1 Leo Vandewoestijne 2018-03-15 13:22:09 UTC
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.
Comment 2 commit-hook freebsd_committer freebsd_triage 2018-03-21 20:09:21 UTC
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
Comment 3 Kurt Jaeger freebsd_committer freebsd_triage 2018-03-21 20:09:43 UTC
Committed, thanks!