Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/statzone net/statzone: import statzone-1.0.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/caef3a03d0fe
branches:  trunk
changeset: 431030:caef3a03d0fe
user:      fcambus <fcambus%pkgsrc.org@localhost>
date:      Fri May 08 09:32:41 2020 +0000

description:
net/statzone: import statzone-1.0.1.

StatZone is a DNS zone file analyzer targeted at TLD zones.

After analyzing a zone, it returns counts for: IPv4 and IPv6 glue records,
NS records (total and uniques), DS records, DNSSEC signed domains, IDNs
domains, and total number of domains.

diffstat:

 net/statzone/DESCR    |   5 +++++
 net/statzone/Makefile |  18 ++++++++++++++++++
 net/statzone/PLIST    |   3 +++
 net/statzone/distinfo |   6 ++++++
 4 files changed, 32 insertions(+), 0 deletions(-)

diffs (48 lines):

diff -r 4ca191c8182b -r caef3a03d0fe net/statzone/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/statzone/DESCR        Fri May 08 09:32:41 2020 +0000
@@ -0,0 +1,5 @@
+StatZone is a DNS zone file analyzer targeted at TLD zones.
+
+After analyzing a zone, it returns counts for: IPv4 and IPv6 glue records,
+NS records (total and uniques), DS records, DNSSEC signed domains, IDNs
+domains, and total number of domains.
diff -r 4ca191c8182b -r caef3a03d0fe net/statzone/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/statzone/Makefile     Fri May 08 09:32:41 2020 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2020/05/08 09:32:41 fcambus Exp $
+
+DISTNAME=      statzone-1.0.1
+CATEGORIES=    net
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=fcambus/}
+GITHUB_RELEASE=        ${PKGVERSION_NOREV}
+
+MAINTAINER=    fcambus%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/fcambus/statzone
+COMMENT=       DNS zone file analyzer targeted at TLD zones
+LICENSE=       2-clause-bsd
+
+USE_CMAKE=     yes
+
+TEST_TARGET=   test
+
+.include "../../devel/uthash/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 4ca191c8182b -r caef3a03d0fe net/statzone/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/statzone/PLIST        Fri May 08 09:32:41 2020 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2020/05/08 09:32:41 fcambus Exp $
+bin/statzone
+man/man1/statzone.1
diff -r 4ca191c8182b -r caef3a03d0fe net/statzone/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/statzone/distinfo     Fri May 08 09:32:41 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/05/08 09:32:41 fcambus Exp $
+
+SHA1 (statzone-1.0.1.tar.gz) = 5e1f183e335eec42eec43d2699eaa60861b0f53f
+RMD160 (statzone-1.0.1.tar.gz) = 58c03fe3ed0868462a72b06ba4fea9ef10468b21
+SHA512 (statzone-1.0.1.tar.gz) = a80c89957e23e321395cc4e783197d62090e7397935a8ee57647b414c0f20774aa73159acf786a1da8f22106572ad3ec6698c0dfbb0c9c36caa00486229fd9de
+Size (statzone-1.0.1.tar.gz) = 17522 bytes



Home | Main Index | Thread Index | Old Index