From owner-svn-ports-head@freebsd.org Sat Feb 3 15:01:08 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BE15BECD46A; Sat, 3 Feb 2018 15:01:07 +0000 (UTC) (envelope-from mmokhi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 71D2B6CBD6; Sat, 3 Feb 2018 15:01:07 +0000 (UTC) (envelope-from mmokhi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5289F48FD; Sat, 3 Feb 2018 15:01:07 +0000 (UTC) (envelope-from mmokhi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w13F17px042272; Sat, 3 Feb 2018 15:01:07 GMT (envelope-from mmokhi@FreeBSD.org) Received: (from mmokhi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w13F16HG042267; Sat, 3 Feb 2018 15:01:06 GMT (envelope-from mmokhi@FreeBSD.org) Message-Id: <201802031501.w13F16HG042267@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mmokhi set sender to mmokhi@FreeBSD.org using -f From: Mahdi Mokhtari Date: Sat, 3 Feb 2018 15:01:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r460818 - in head/net-mgmt: . rtrlib X-SVN-Group: ports-head X-SVN-Commit-Author: mmokhi X-SVN-Commit-Paths: in head/net-mgmt: . rtrlib X-SVN-Commit-Revision: 460818 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Feb 2018 15:01:08 -0000 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 Reported by: Felix Annen 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@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 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