Skip to content

Commit

Permalink
dns/zdns: New port: Fast CLI DNS lookup tool
Browse files Browse the repository at this point in the history
  • Loading branch information
yurivict committed Nov 4, 2023
1 parent 67e298a commit 4d132b6
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions dns/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@
SUBDIR += wrapsrv
SUBDIR += yadifa
SUBDIR += yandex-ddns
SUBDIR += zdns
SUBDIR += zkt
SUBDIR += zonenotify

Expand Down
19 changes: 19 additions & 0 deletions dns/zdns/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
PORTNAME= zdns
DISTVERSIONPREFIX= v
DISTVERSION= 1.0.0
CATEGORIES= dns

MAINTAINER= yuri@FreeBSD.org
COMMENT= Fast CLI DNS lookup tool
WWW= https://github.com/zmap/zdns

LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE

USES= go:modules

GO_MODULE= github.com/zmap/zdns

PLIST_FILES= bin/${PORTNAME}

.include <bsd.port.mk>
5 changes: 5 additions & 0 deletions dns/zdns/distinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
TIMESTAMP = 1699087114
SHA256 (go/dns_zdns/zdns-v1.0.0/v1.0.0.mod) = 22fd94eb06abb7cd2592ac62d82bef179e2622ec1306a10ac7e6ee5ae118f0ec
SIZE (go/dns_zdns/zdns-v1.0.0/v1.0.0.mod) = 1269
SHA256 (go/dns_zdns/zdns-v1.0.0/v1.0.0.zip) = 1e841d7ffed452d15411f987721c94a5cf604c22f47e69941218d9f3bfd5945c
SIZE (go/dns_zdns/zdns-v1.0.0/v1.0.0.zip) = 115777
3 changes: 3 additions & 0 deletions dns/zdns/pkg-descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ZDNS is a command-line utility that provides high-speed DNS lookups.
ZDNS is written in Go and contains its own recursive resolution code and
a cache optimized for performing lookups of a diverse set of names.

0 comments on commit 4d132b6

Please sign in to comment.