svn commit: r382343 - in head/net: . rdapper
Kurt Jaeger
pi at FreeBSD.org
Thu Mar 26 20:51:55 UTC 2015
Author: pi
Date: Thu Mar 26 20:51:52 2015
New Revision: 382343
URL: https://svnweb.freebsd.org/changeset/ports/382343
QAT: https://qat.redports.org/buildarchive/r382343/
Log:
New port: net/rdapper
rdapper is a command-line client for the Registration Data Access
Protocol (RDAP), as described in the RDAP RFCs (7480 - 7485).
This tool will send an RDAP query to an RDAP server over HTTP or
HTTPS, parse the JSON response, and display it in human-readable
form.
WWW: https://github.com/jodrell/rdapper
Submitted by: pi
Added:
head/net/rdapper/
head/net/rdapper/Makefile (contents, props changed)
head/net/rdapper/distinfo (contents, props changed)
head/net/rdapper/pkg-descr (contents, props changed)
Modified:
head/net/Makefile
Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile Thu Mar 26 20:43:08 2015 (r382342)
+++ head/net/Makefile Thu Mar 26 20:51:52 2015 (r382343)
@@ -987,6 +987,7 @@
SUBDIR += radvd
SUBDIR += raggle
SUBDIR += ranch
+ SUBDIR += rdapper
SUBDIR += rdesktop
SUBDIR += rdist6
SUBDIR += recvnet
Added: head/net/rdapper/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net/rdapper/Makefile Thu Mar 26 20:51:52 2015 (r382343)
@@ -0,0 +1,23 @@
+# $FreeBSD$
+
+PORTNAME= rdapper
+PORTVERSION= 20150326
+CATEGORIES= net
+MASTER_SITES= GH
+
+MAINTAINER= pi at FreeBSD.org
+COMMENT= Command-line Registration Data Access Protocol (RDAP) client
+
+LICENSE= GPLv2
+
+RUN_DEPENDS= p5-JSON-Path>=0:${PORTSDIR}/devel/p5-JSON-Path
+
+USES= perl5
+USE_GITHUB= yes
+GH_ACCOUNT= jodrell
+GH_TAGNAME= c6961117a5
+USE_PERL5= configure run
+
+PLIST_FILES= bin/rdapper man/man1/rdapper.1.gz
+
+.include <bsd.port.mk>
Added: head/net/rdapper/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net/rdapper/distinfo Thu Mar 26 20:51:52 2015 (r382343)
@@ -0,0 +1,2 @@
+SHA256 (jodrell-rdapper-20150326-c6961117a5_GH0.tar.gz) = 31cf5149e65d4251630fe392ffbfd1e7098b2de3a1a9613613fdf48e24c3c5d4
+SIZE (jodrell-rdapper-20150326-c6961117a5_GH0.tar.gz) = 13826
Added: head/net/rdapper/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net/rdapper/pkg-descr Thu Mar 26 20:51:52 2015 (r382343)
@@ -0,0 +1,8 @@
+rdapper is a command-line client for the Registration Data Access
+Protocol (RDAP), as described in the RDAP RFCs (7480 - 7485).
+
+This tool will send an RDAP query to an RDAP server over HTTP or
+HTTPS, parse the JSON response, and display it in human-readable
+form.
+
+WWW: https://github.com/jodrell/rdapper
More information about the svn-ports-all
mailing list