From owner-svn-ports-all@freebsd.org Wed Mar 21 20:08:31 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A8094F62B03; Wed, 21 Mar 2018 20:08:31 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5EA9084EE6; Wed, 21 Mar 2018 20:08:31 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 598C82F310; Wed, 21 Mar 2018 20:08:31 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w2LK8VvQ058887; Wed, 21 Mar 2018 20:08:31 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2LK8UYH058882; Wed, 21 Mar 2018 20:08:30 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201803212008.w2LK8UYH058882@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Wed, 21 Mar 2018 20:08:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r465234 - in head/dns: . p5-DSC X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: in head/dns: . p5-DSC X-SVN-Commit-Revision: 465234 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Mar 2018 20:08:31 -0000 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 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$ + +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 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