On Mon, Feb 03, 2025 at 05:04:19PM +0000, Stuart Henderson wrote: > According to ICANN, RDAP is now the definitive source for gTLD domain > registration information (and is also available on some, though not all, > ccTLDs). Currently registrars generally still offer WHOIS access, though > at some point it seems likely that RDAP may completely replace this. > > rdapper is a client for this written in Perl. A couple of dependencies > are needed, the attached tar includes
Thanks for porting this, an RDAP-capable tool's been on my wishlist for a while. > net/p5-LWP-Online ok > net/p5-Net-ASN DESCR is wrong. I think you can just replace it with the description on CPAN, appropriately wrapped: https://metacpan.org/pod/Net::ASN then it's ok > net/p5-Net-RDAP Seems this is missing a bunch of dependencies. I had to # pkg_add p5-File-Slurp p5-libwww p5-XML-LibXML p5-LWP-Protocol-https to get the basic rdapper commands working. Unsure how to get the complete list needed. With these added as rdeps, it's ok > net/rdapper looks good once the dependencies of net/p5-Net-RDAP are fixed. ok tb
