mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
dns/zdns: New port: Fast CLI DNS lookup tool
This commit is contained in:
parent
67e298afe7
commit
4d132b6070
@ -239,6 +239,7 @@
|
||||
SUBDIR += wrapsrv
|
||||
SUBDIR += yadifa
|
||||
SUBDIR += yandex-ddns
|
||||
SUBDIR += zdns
|
||||
SUBDIR += zkt
|
||||
SUBDIR += zonenotify
|
||||
|
||||
|
19
dns/zdns/Makefile
Normal file
19
dns/zdns/Makefile
Normal file
@ -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
dns/zdns/distinfo
Normal file
5
dns/zdns/distinfo
Normal file
@ -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
dns/zdns/pkg-descr
Normal file
3
dns/zdns/pkg-descr
Normal file
@ -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.
|
Loading…
Reference in New Issue
Block a user