Created attachment 258002 [details] www/zns.patch zns is a command-line utility for querying DNS records, displaying them in a human-readable, colored format that includes type, name, TTL, and value. Features: - Supports various DNS record types - Colorized and tabular output for easy reading - Concurrent queries for improved performance - JSON output format for machine-readable results - Option to write output to a file - Option to query a specific DNS server WWW: https://github.com/znscli/zns Poudriere testport passes on 142amd64-default. Pet port{clippy,fmt,lint}. Thanks in advance.
I don't think the appropriate category for this port is www. I think it must be dns. Is there something about this port that makes it a www port?
(In reply to Koichiro Iwao from comment #2) Sorry, I forgot about the "dns" category. I will update the patch. Thanks.
Created attachment 258156 [details] dns/zns.patch
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=b4ec7306d64ca113c83db5c9dd80a497a16567d2 commit b4ec7306d64ca113c83db5c9dd80a497a16567d2 Author: Yusuf Yaman <nxjoseph@protonmail.com> AuthorDate: 2025-02-26 19:54:28 +0000 Commit: Koichiro Iwao <meta@FreeBSD.org> CommitDate: 2025-03-01 14:07:43 +0000 dns/zns: New port: CLI tool for querying DNS records with readable and colored output zns is a command-line utility for querying DNS records, displaying them in a human-readable, colored format that includes type, name, TTL, and value. WWW: https://github.com/znscli/zns PR: 285058 dns/Makefile | 1 + dns/zns/Makefile (new) | 26 ++++++++++++++++++++++++++ dns/zns/distinfo (new) | 5 +++++ dns/zns/pkg-descr (new) | 12 ++++++++++++ 4 files changed, 44 insertions(+)
Perfect! Thank you for your contribution.
(In reply to Koichiro Iwao from comment #6) You are welcome and thank you for your interest.