aboutsummaryrefslogtreecommitdiff
path: root/dns/rdap
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Bump PORTREVISION after r517743 to force relinking.Dmitri Goutnik2019-11-161-0/+1
| | | | | | | | Approved by: araujo (mentor) Differential Revision: https://reviews.freebsd.org/D21854 Notes: svn path=/head/; revision=517745
* New port: dns/rdapKurt Jaeger2019-09-163-0/+54
OpenRDAP is a command line client for the Registration Data Access Protocol, written in Go. RDAP is a replacement for WHOIS, which provides domain name & IP address registration information in JSON format over HTTP. WWW: https://www.openrdap.org/ Notes: svn path=/head/; revision=512182