Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Mar 2015 20:51:53 +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: r382343 - in head/net: . rdapper
Message-ID:  <201503262051.t2QKprp7085329@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503262051.t2QKprp7085329>