From owner-svn-ports-all@freebsd.org Fri Apr 24 04:43:51 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8F58D2CEE33; Fri, 24 Apr 2020 04:43:51 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 497hQH3C9qz3Jsy; Fri, 24 Apr 2020 04:43:51 +0000 (UTC) (envelope-from bofh@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 69207185CE; Fri, 24 Apr 2020 04:43:51 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 03O4hplb055069; Fri, 24 Apr 2020 04:43:51 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 03O4hon5055065; Fri, 24 Apr 2020 04:43:50 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <202004240443.03O4hon5055065@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Fri, 24 Apr 2020 04:43:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r532731 - in head/net-mgmt: . py-arouteserver X-SVN-Group: ports-head X-SVN-Commit-Author: bofh X-SVN-Commit-Paths: in head/net-mgmt: . py-arouteserver X-SVN-Commit-Revision: 532731 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Apr 2020 04:43:51 -0000 Author: bofh Date: Fri Apr 24 04:43:50 2020 New Revision: 532731 URL: https://svnweb.freebsd.org/changeset/ports/532731 Log: [NEW] net-mgmt/py-arouteserver: Tool to automatically build configurations for BGP route servers A Python tool to automatically build (and test) feature-rich configurations for BGP route servers. WWW: https://github.com/pierky/arouteserver Added: head/net-mgmt/py-arouteserver/ head/net-mgmt/py-arouteserver/Makefile (contents, props changed) head/net-mgmt/py-arouteserver/distinfo (contents, props changed) head/net-mgmt/py-arouteserver/pkg-descr (contents, props changed) Modified: head/net-mgmt/Makefile Modified: head/net-mgmt/Makefile ============================================================================== --- head/net-mgmt/Makefile Fri Apr 24 03:59:42 2020 (r532730) +++ head/net-mgmt/Makefile Fri Apr 24 04:43:50 2020 (r532731) @@ -300,6 +300,7 @@ SUBDIR += pushgateway SUBDIR += py-adal SUBDIR += py-aggregate6 + SUBDIR += py-arouteserver SUBDIR += py-ciscoconfparse SUBDIR += py-dnsdiag SUBDIR += py-ipcalc Added: head/net-mgmt/py-arouteserver/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/py-arouteserver/Makefile Fri Apr 24 04:43:50 2020 (r532731) @@ -0,0 +1,45 @@ +# Created by: Muhammad Moinur Rahman +# $FreeBSD$ + +PORTNAME= arouteserver +PORTVERSION= 0.24.1 +CATEGORIES= net-mgmt python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= bofh@FreeBSD.org +COMMENT= Tool to automatically build configurations for BGP route servers + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= bash>0:shells/bash \ + bgpq4>0:net-mgmt/bgpq4 \ + ca_root_nss>0:security/ca_root_nss \ + ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.9.4:devel/py-Jinja2@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}aggregate6>=1.0.12:net-mgmt/py-aggregate6@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}packaging>0:devel/py-packaging@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.18.4:www/py-requests@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}yaml>=3.13:devel/py-yaml@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=1.3.7:devel/py-nose@${PY_FLAVOR} + +USES= python shebangfix +USE_PYTHON= autoplist concurrent distutils + +SHEBANG_FILES= pierky/arouteserver/config.d/rtt_getter.sh +NO_ARCH= yes + +.include + +.if ${PYTHON_REL} < 3300 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}ipaddr>=2.1.11:devel/py-ipaddr@${PY_FLAVOR} +.endif + +post-patch: + ${REINPLACE_CMD} -e 's|#bgpq3_path: "bgpq3"|bgpq3_path: "bgpq4"|' \ + ${WRKSRC}/pierky/arouteserver/config.d/arouteserver.yml + +do-test: + @(cd ${WRKSRC} && ${SETENV} nosetests -vs --tests=tests/external_resources/) + +.include Added: head/net-mgmt/py-arouteserver/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/py-arouteserver/distinfo Fri Apr 24 04:43:50 2020 (r532731) @@ -0,0 +1,3 @@ +TIMESTAMP = 1587701333 +SHA256 (arouteserver-0.24.1.tar.gz) = 841cf90c02bab878b6cf873976bef9cbdd6f9bf8a04261f7833aa14c9b21784a +SIZE (arouteserver-0.24.1.tar.gz) = 200996 Added: head/net-mgmt/py-arouteserver/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/py-arouteserver/pkg-descr Fri Apr 24 04:43:50 2020 (r532731) @@ -0,0 +1,4 @@ +A Python tool to automatically build (and test) feature-rich configurations for +BGP route servers. + +WWW: https://github.com/pierky/arouteserver