Date: Mon, 16 Sep 2019 19:15:22 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r512182 - in head/dns: . rdap Message-ID: <201909161915.x8GJFMe0023056@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Mon Sep 16 19:15:21 2019 New Revision: 512182 URL: https://svnweb.freebsd.org/changeset/ports/512182 Log: New port: dns/rdap 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/ Added: head/dns/rdap/ head/dns/rdap/Makefile (contents, props changed) head/dns/rdap/distinfo (contents, props changed) head/dns/rdap/pkg-descr (contents, props changed) Modified: head/dns/Makefile Modified: head/dns/Makefile ============================================================================== --- head/dns/Makefile Mon Sep 16 19:08:45 2019 (r512181) +++ head/dns/Makefile Mon Sep 16 19:15:21 2019 (r512182) @@ -209,6 +209,7 @@ SUBDIR += rbldnsd SUBDIR += rbllookup SUBDIR += rbllookup-ng + SUBDIR += rdap SUBDIR += renewck SUBDIR += rpsl2acl SUBDIR += rubygem-dnsruby Added: head/dns/rdap/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/rdap/Makefile Mon Sep 16 19:15:21 2019 (r512182) @@ -0,0 +1,30 @@ +# $FreeBSD$ + +PORTNAME= rdap +DISTVERSIONPREFIX= v +DISTVERSION= 0.9.0 +CATEGORIES= dns + +MAINTAINER= pi@FreeBSD.org +COMMENT= CLI for the Registration Data Access Protocol, RDAP + +LICENSE= MIT + +USES= go:modules +USE_GITHUB= yes + +GH_ACCOUNT= openrdap +GH_TAGNAME= e2ea151 +GH_TUPLE= \ + alecthomas:kingpin:v2.2.6:alecthomas_kingpin/vendor/gopkg.in/alecthomas/kingpin.v2 \ + alecthomas:template:fb15b899a751:alecthomas_template/vendor/github.com/alecthomas/template \ + alecthomas:units:c3de453c63f4:alecthomas_units/vendor/github.com/alecthomas/units \ + davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ + golang:crypto:4def268fd1a4:golang_crypto/vendor/golang.org/x/crypto \ + jarcoal:httpmock:v1.0.4:jarcoal_httpmock/vendor/github.com/jarcoal/httpmock \ + mitchellh:go-homedir:v1.1.0:mitchellh_go_homedir/vendor/github.com/mitchellh/go-homedir + +GO_TARGET= cmd/rdap/main.go:rdap +PLIST_FILES= bin/rdap + +.include <bsd.port.mk> Added: head/dns/rdap/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/rdap/distinfo Mon Sep 16 19:15:21 2019 (r512182) @@ -0,0 +1,17 @@ +TIMESTAMP = 1568574348 +SHA256 (openrdap-rdap-v0.9.0-e2ea151_GH0.tar.gz) = 087f5ec154db813948e9e546ef85f15bd0d49350c708af3bbde2d9911dbc22bd +SIZE (openrdap-rdap-v0.9.0-e2ea151_GH0.tar.gz) = 78024 +SHA256 (alecthomas-kingpin-v2.2.6_GH0.tar.gz) = 4624eae43489de8a71ea60efaf6744c581b6bd62909f7514c484c1ea0efaba5a +SIZE (alecthomas-kingpin-v2.2.6_GH0.tar.gz) = 44383 +SHA256 (alecthomas-template-fb15b899a751_GH0.tar.gz) = 2e2a44375eca48ce941182504b5d13aa98182b9a3f64ace33bfda52208bd0f5e +SIZE (alecthomas-template-fb15b899a751_GH0.tar.gz) = 55339 +SHA256 (alecthomas-units-c3de453c63f4_GH0.tar.gz) = b2eb77de46e677edb150bb4bf81d213416a477525980e315264cbd70b22d0ece +SIZE (alecthomas-units-c3de453c63f4_GH0.tar.gz) = 3485 +SHA256 (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 7d82b9bb7291adbe7498fe946920ab3e7fc9e6cbfc3b2294693fad00bf0dd17e +SIZE (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 42152 +SHA256 (golang-crypto-4def268fd1a4_GH0.tar.gz) = eaf2ba9df95911f41a340478d1fbb540d7bc21939e4688273995dabf58e8c7b0 +SIZE (golang-crypto-4def268fd1a4_GH0.tar.gz) = 1693117 +SHA256 (jarcoal-httpmock-v1.0.4_GH0.tar.gz) = a1d804455a31dc91db474224ce0190b63f405c86a5335c9f3801b01a90bd23f4 +SIZE (jarcoal-httpmock-v1.0.4_GH0.tar.gz) = 20389 +SHA256 (mitchellh-go-homedir-v1.1.0_GH0.tar.gz) = 646671c73a84a8dfb4a5a76b80c7b63549ffefa906524d45077301bc7da76600 +SIZE (mitchellh-go-homedir-v1.1.0_GH0.tar.gz) = 3362 Added: head/dns/rdap/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/rdap/pkg-descr Mon Sep 16 19:15:21 2019 (r512182) @@ -0,0 +1,7 @@ +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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909161915.x8GJFMe0023056>