svn commit: r460818 - in head/net-mgmt: . rtrlib

Mahdi Mokhtari mmokhi at FreeBSD.org
Sat Feb 3 15:01:08 UTC 2018


Author: mmokhi
Date: Sat Feb  3 15:01:06 2018
New Revision: 460818
URL: https://svnweb.freebsd.org/changeset/ports/460818

Log:
  net-mgmt/rtrlib: Add the port to the tree and pass maintainership to the submitter
  The RTRlib implements the client-side of the RPKI-RTR (RFC 6810) and
  BGP Prefix Origin Validation (RFC 6811).
  
  PR:		225645
  Submitted by:	Felix Annen <freebsd at bodems.net>
  Reported by:	Felix Annen <freebsd at bodems.net>
  Reviewed by:	olivier

Added:
  head/net-mgmt/rtrlib/
  head/net-mgmt/rtrlib/Makefile   (contents, props changed)
  head/net-mgmt/rtrlib/distinfo   (contents, props changed)
  head/net-mgmt/rtrlib/pkg-descr   (contents, props changed)
  head/net-mgmt/rtrlib/pkg-plist   (contents, props changed)
Modified:
  head/net-mgmt/Makefile

Modified: head/net-mgmt/Makefile
==============================================================================
--- head/net-mgmt/Makefile	Sat Feb  3 14:49:46 2018	(r460817)
+++ head/net-mgmt/Makefile	Sat Feb  3 15:01:06 2018	(r460818)
@@ -327,6 +327,7 @@
     SUBDIR += routers2-extensions
     SUBDIR += routers2-extras
     SUBDIR += rrdbot
+    SUBDIR += rtrlib
     SUBDIR += rubygem-blimpy
     SUBDIR += rubygem-oxidized
     SUBDIR += rubygem-oxidized-script

Added: head/net-mgmt/rtrlib/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-mgmt/rtrlib/Makefile	Sat Feb  3 15:01:06 2018	(r460818)
@@ -0,0 +1,23 @@
+# $FreeBSD$
+
+PORTNAME=	rtrlib
+PORTVERSION=	0.5.0
+DISTVERSIONPREFIX=	v
+CATEGORIES=	net-mgmt sysutils
+
+MAINTAINER=	freebsd at bodems.net
+COMMENT=	Open-source C implementation of the RPKI/Router Protocol client
+
+LICENSE=	MIT
+
+LIB_DEPENDS=	libssh.so:security/libssh
+BUILD_DEPENDS=	cmake:devel/cmake
+
+USES=		cmake
+USE_LDCONFIG=	yes
+CMAKE_ARGS=	-DCMAKE_BUILD_TYPE=Release
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	rtrlib
+
+.include <bsd.port.mk>

Added: head/net-mgmt/rtrlib/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-mgmt/rtrlib/distinfo	Sat Feb  3 15:01:06 2018	(r460818)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1517667849
+SHA256 (rtrlib-rtrlib-v0.5.0_GH0.tar.gz) = 8b1f2fa0501ae3a7a0a73447df1ee1b3735281f9b47c17479e9ca08eb6f55f69
+SIZE (rtrlib-rtrlib-v0.5.0_GH0.tar.gz) = 223059

Added: head/net-mgmt/rtrlib/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-mgmt/rtrlib/pkg-descr	Sat Feb  3 15:01:06 2018	(r460818)
@@ -0,0 +1,4 @@
+The RTRlib implements the client-side of the RPKI-RTR protocol (RFC 6810) and
+BGP Prefix Origin Validation (RFC 6811).
+
+WWW: http://rtrlib.realmv6.org/

Added: head/net-mgmt/rtrlib/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-mgmt/rtrlib/pkg-plist	Sat Feb  3 15:01:06 2018	(r460818)
@@ -0,0 +1,40 @@
+bin/rtrclient
+bin/cli-validator
+include/rtrlib/lib/alloc_utils.h
+include/rtrlib/lib/convert_byte_order.h
+include/rtrlib/lib/ip.h
+include/rtrlib/lib/ipv4.h
+include/rtrlib/lib/ipv6.h
+include/rtrlib/lib/log.h
+include/rtrlib/lib/utils.h
+include/rtrlib/pfx/pfx.h
+include/rtrlib/pfx/trie/trie-pfx.h
+include/rtrlib/pfx/trie/trie.h
+include/rtrlib/rtr/packets.h
+include/rtrlib/rtr/rtr.h
+include/rtrlib/rtr_mgr.h
+include/rtrlib/rtrlib.h
+include/rtrlib/spki/hashtable/ht-spkitable.h
+include/rtrlib/spki/hashtable/tommyds-1.8/tommy.h
+include/rtrlib/spki/hashtable/tommyds-1.8/tommyalloc.h
+include/rtrlib/spki/hashtable/tommyds-1.8/tommyarray.h
+include/rtrlib/spki/hashtable/tommyds-1.8/tommyarrayblk.h
+include/rtrlib/spki/hashtable/tommyds-1.8/tommyarrayblkof.h
+include/rtrlib/spki/hashtable/tommyds-1.8/tommyarrayof.h
+include/rtrlib/spki/hashtable/tommyds-1.8/tommychain.h
+include/rtrlib/spki/hashtable/tommyds-1.8/tommyhash.h
+include/rtrlib/spki/hashtable/tommyds-1.8/tommyhashdyn.h
+include/rtrlib/spki/hashtable/tommyds-1.8/tommyhashlin.h
+include/rtrlib/spki/hashtable/tommyds-1.8/tommyhashtbl.h
+include/rtrlib/spki/hashtable/tommyds-1.8/tommylist.h
+include/rtrlib/spki/hashtable/tommyds-1.8/tommytrie.h
+include/rtrlib/spki/hashtable/tommyds-1.8/tommytrieinp.h
+include/rtrlib/spki/hashtable/tommyds-1.8/tommytypes.h
+include/rtrlib/spki/spkitable.h
+include/rtrlib/transport/ssh/ssh_transport.h
+include/rtrlib/transport/tcp/tcp_transport.h
+include/rtrlib/transport/transport.h
+lib/librtr.so
+lib/librtr.so.0
+lib/librtr.so.0.5.0
+libdata/pkgconfig/rtrlib.pc


More information about the svn-ports-all mailing list