Date: Wed, 21 Mar 2018 20:08:30 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r465234 - in head/dns: . p5-DSC Message-ID: <201803212008.w2LK8UYH058882@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Wed Mar 21 20:08:30 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> Added: head/dns/p5-DSC/ head/dns/p5-DSC/Makefile (contents, props changed) head/dns/p5-DSC/distinfo (contents, props changed) head/dns/p5-DSC/pkg-descr (contents, props changed) head/dns/p5-DSC/pkg-plist (contents, props changed) Modified: head/dns/Makefile Modified: head/dns/Makefile ============================================================================== --- head/dns/Makefile Wed Mar 21 19:51:01 2018 (r465233) +++ head/dns/Makefile Wed Mar 21 20:08:30 2018 (r465234) @@ -126,6 +126,7 @@ SUBDIR += p5-DNS-Ldns SUBDIR += p5-DNS-Zone SUBDIR += p5-DNS-ZoneParse + SUBDIR += p5-DSC SUBDIR += p5-Data-Validate-Domain SUBDIR += p5-IO-Async-Resolver-DNS SUBDIR += p5-Mozilla-PublicSuffix Added: head/dns/p5-DSC/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/p5-DSC/Makefile Wed Mar 21 20:08:30 2018 (r465234) @@ -0,0 +1,35 @@ +# Created by: Leo Vandewoestijne <freebsd@dns.company> +# $FreeBSD$ + +PORTNAME= DSC +PORTVERSION= 2.04 +CATEGORIES= dns perl5 +MASTER_SITES= https://www.dns-oarc.net/files/dsc/ \ + https://dns.company/downloads/dsc/ +PKGNAMEPREFIX= p5- +DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} + +MAINTAINER= freebsd@dns.company +COMMENT= DNS Statistics Presenter Perl Library + +LICENSE= BSD3CLAUSE + +BUILD_DEPENDS= ploticus>=2.40:math/ploticus \ + p5-CGI-Untaint>=1.26:www/p5-CGI-Untaint \ + p5-File-NFSLock>=1.21:devel/p5-File-NFSLock \ + p5-Hash-Merge>=0.299:textproc/p5-Hash-Merge \ + p5-IP-Country>=2.28:net/p5-IP-Country \ + p5-Math-Calc-Units>=1.07:math/p5-Math-Calc-Units \ + p5-Net-DNS>=1.15:dns/p5-Net-DNS \ + p5-Text-Template>=1.51:textproc/p5-Text-Template \ + p5-Any-URI-Escape>=0.01:www/p5-Any-URI-Escape \ + p5-URI>=1.73:net/p5-URI \ + p5-XML-Simple>=2.24:textproc/p5-XML-Simple + +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes +USES= perl5 +USE_PERL5= configure patch + +.include <bsd.port.mk> Added: head/dns/p5-DSC/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/p5-DSC/distinfo Wed Mar 21 20:08:30 2018 (r465234) @@ -0,0 +1,3 @@ +TIMESTAMP = 1520893532 +SHA256 (p5-DSC-2.04.tar.gz) = 628153e5d050dfe71eb2e8af026d0cc5d9607f7e84dfc39df57591172ec941de +SIZE (p5-DSC-2.04.tar.gz) = 31212 Added: head/dns/p5-DSC/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/p5-DSC/pkg-descr Wed Mar 21 20:08:30 2018 (r465234) @@ -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). +This is the Perl library that is used to extract and graph DSC data. + +WWW: https://www.dns-oarc.net/dsc/ Added: head/dns/p5-DSC/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/p5-DSC/pkg-plist Wed Mar 21 20:08:30 2018 (r465234) @@ -0,0 +1,9 @@ +%%SITE_PERL%%/DSC/extractor.pm +%%SITE_PERL%%/DSC/extractor/config.pm +%%SITE_PERL%%/DSC/grapher.pm +%%SITE_PERL%%/DSC/grapher/config.pm +%%SITE_PERL%%/DSC/grapher/plot.pm +%%SITE_PERL%%/DSC/grapher/template.pm +%%SITE_PERL%%/DSC/grapher/text.pm +%%SITE_PERL%%/DSC/ploticus.pm +%%SITE_PERL%%/DSC/putfile.pm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803212008.w2LK8UYH058882>