pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/statzone



Module Name:    pkgsrc
Committed By:   fcambus
Date:           Fri May  8 09:32:41 UTC 2020

Added Files:
        pkgsrc/net/statzone: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/net/statzone/DESCR pkgsrc/net/statzone/Makefile \
    pkgsrc/net/statzone/PLIST pkgsrc/net/statzone/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/net/statzone/DESCR
diff -u /dev/null pkgsrc/net/statzone/DESCR:1.1
--- /dev/null   Fri May  8 09:32:41 2020
+++ pkgsrc/net/statzone/DESCR   Fri May  8 09:32:41 2020
@@ -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.
Index: pkgsrc/net/statzone/Makefile
diff -u /dev/null pkgsrc/net/statzone/Makefile:1.1
--- /dev/null   Fri May  8 09:32:41 2020
+++ pkgsrc/net/statzone/Makefile        Fri May  8 09:32:41 2020
@@ -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"
Index: pkgsrc/net/statzone/PLIST
diff -u /dev/null pkgsrc/net/statzone/PLIST:1.1
--- /dev/null   Fri May  8 09:32:41 2020
+++ pkgsrc/net/statzone/PLIST   Fri May  8 09:32:41 2020
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2020/05/08 09:32:41 fcambus Exp $
+bin/statzone
+man/man1/statzone.1
Index: pkgsrc/net/statzone/distinfo
diff -u /dev/null pkgsrc/net/statzone/distinfo:1.1
--- /dev/null   Fri May  8 09:32:41 2020
+++ pkgsrc/net/statzone/distinfo        Fri May  8 09:32:41 2020
@@ -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