Page MenuHomeFreeBSD

dns/zone2json: new port - converts RFC1035 format DNS zonefiles to JSON
Needs ReviewPublic

Authored by dch on Apr 1 2021, 3:14 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Sep 30, 3:42 AM
Unknown Object (File)
Sat, Sep 27, 11:18 PM
Unknown Object (File)
Sep 6 2025, 6:16 AM
Unknown Object (File)
Aug 5 2025, 7:50 PM
Unknown Object (File)
Aug 3 2025, 5:27 AM
Unknown Object (File)
Aug 3 2025, 2:17 AM
Unknown Object (File)
Jul 28 2025, 12:54 AM
Unknown Object (File)
Jul 21 2025, 3:13 AM
Subscribers
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None
Summary

TBD

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 38256
Build 35145: arc lint + arc unit

Event Timeline

dch requested review of this revision.Apr 1 2021, 3:14 PM
dns/zone2json/Makefile
22

This looks a wee bit strange, does the build system expect to find those in WRKSRC/../zdns ?

dch marked an inline comment as done.Apr 1 2021, 3:40 PM

yes, zig's build system puts all packages at $TOP_LEVEL:

./zamqp
./zone2json
./zdns
...

the .. was the easiest thing that worked so far.

dns/zone2json/Makefile
24

if I remove this, do-install: can have something actually to do