pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Import statzone 1.0.0 as wip/statzone.
Module Name: pkgsrc-wip
Committed By: Frederic Cambus <fcambus%NetBSD.org@localhost>
Pushed By: fcambus
Date: Sun Mar 22 16:49:47 2020 +0100
Changeset: c3bb438a31da23daab38279c9318cf59f23c5c36
Modified Files:
Makefile
Added Files:
statzone/DESCR
statzone/Makefile
statzone/PLIST
statzone/distinfo
Log Message:
Import statzone 1.0.0 as wip/statzone.
StatZone is a DNS zone file analyzer targeted at TLD zones.
It is currently used to generate TLD Zone File Statistics on StatDNS.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c3bb438a31da23daab38279c9318cf59f23c5c36
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
statzone/DESCR | 3 +++
statzone/Makefile | 16 ++++++++++++++++
statzone/PLIST | 2 ++
statzone/distinfo | 6 ++++++
5 files changed, 28 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 5aa34f9df3..f798432dcb 100644
--- a/Makefile
+++ b/Makefile
@@ -4614,6 +4614,7 @@ SUBDIR+= stackdriver-collectd
SUBDIR+= stardict
SUBDIR+= stardict-tools
SUBDIR+= starfighter
+SUBDIR+= statzone
SUBDIR+= stksolver
SUBDIR+= stmd-git
SUBDIR+= stmpclean
diff --git a/statzone/DESCR b/statzone/DESCR
new file mode 100644
index 0000000000..de5c4e820f
--- /dev/null
+++ b/statzone/DESCR
@@ -0,0 +1,3 @@
+StatZone is a DNS zone file analyzer targeted at TLD zones.
+
+It is currently used to generate TLD Zone File Statistics on StatDNS.
diff --git a/statzone/Makefile b/statzone/Makefile
new file mode 100644
index 0000000000..5fe708fc4f
--- /dev/null
+++ b/statzone/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+DISTNAME= statzone-1.0.0
+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
+
+.include "../../devel/uthash/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/statzone/PLIST b/statzone/PLIST
new file mode 100644
index 0000000000..495f60c6c5
--- /dev/null
+++ b/statzone/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+bin/statzone
diff --git a/statzone/distinfo b/statzone/distinfo
new file mode 100644
index 0000000000..e813f35c67
--- /dev/null
+++ b/statzone/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (statzone-1.0.0.tar.gz) = 47917989b8d17e5d4410b48bc681e9f007f5ef7f
+RMD160 (statzone-1.0.0.tar.gz) = 36c7515d68c5b05615fa7e0a8f999d9b1cdc492f
+SHA512 (statzone-1.0.0.tar.gz) = 097a2b8598df31d36ad41ac25b347495843b6af6122a619d3fbcd6c6909bf66756c62be73ede16a23d314df7b9b68b3b4066fa11f97a32209d3d172d1672279d
+Size (statzone-1.0.0.tar.gz) = 6714 bytes
Home |
Main Index |
Thread Index |
Old Index