From owner-svn-ports-head@freebsd.org Wed Jan 8 14:48:12 2020 Return-Path: Delivered-To: svn-ports-head@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 EE3401F0C9F; Wed, 8 Jan 2020 14:48:12 +0000 (UTC) (envelope-from sunpoet@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 47tBv0678hz4ZP4; Wed, 8 Jan 2020 14:48:12 +0000 (UTC) (envelope-from sunpoet@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 C787A19900; Wed, 8 Jan 2020 14:48:12 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 008EmCma070393; Wed, 8 Jan 2020 14:48:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 008EmC3V070388; Wed, 8 Jan 2020 14:48:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202001081448.008EmC3V070388@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 8 Jan 2020 14:48:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r522375 - in head/net: . py-pyroute2 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/net: . py-pyroute2 X-SVN-Commit-Revision: 522375 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.29 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: Wed, 08 Jan 2020 14:48:13 -0000 Author: sunpoet Date: Wed Jan 8 14:48:11 2020 New Revision: 522375 URL: https://svnweb.freebsd.org/changeset/ports/522375 Log: Add py-pyroute2 0.5.7 Pyroute2 is a pure Python netlink library. It requires only Python stdlib, no 3rd party libraries. The library was started as an RTNL protocol implementation, so the name is pyroute2, but now it supports many netlink protocols. Some supported netlink families and protocols: - rtnl, network settings --- addresses, routes, traffic controls - nfnetlink --- netfilter API: ipset, nftables, ... - ipq --- simplest userspace packet filtering, iptables QUEUE target - devlink --- manage and monitor devlink-enabled hardware - generic --- generic netlink families - nl80211 --- wireless functions API (basic support) - taskstats --- extended process statistics - acpi_events --- ACPI events monitoring - thermal_events --- thermal events monitoring - VFS_DQUOT --- disk quota events monitoring Starting with 0.5.2 the library supports also PF_ROUTE sockets on BSD systems. WWW: https://github.com/svinota/pyroute2 Added: head/net/py-pyroute2/ head/net/py-pyroute2/Makefile (contents, props changed) head/net/py-pyroute2/distinfo (contents, props changed) head/net/py-pyroute2/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Wed Jan 8 14:48:06 2020 (r522374) +++ head/net/Makefile Wed Jan 8 14:48:11 2020 (r522375) @@ -1076,6 +1076,7 @@ SUBDIR += py-pynmsg SUBDIR += py-pynsq SUBDIR += py-pypcap + SUBDIR += py-pyroute2 SUBDIR += py-pysendfile SUBDIR += py-pyshark SUBDIR += py-pysmb Added: head/net/py-pyroute2/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-pyroute2/Makefile Wed Jan 8 14:48:11 2020 (r522375) @@ -0,0 +1,23 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= pyroute2 +PORTVERSION= 0.5.7 +CATEGORIES= net python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Python Netlink library + +LICENSE= APACHE20 GPLv2+ +LICENSE_COMB= dual +LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE.Apache.v2 +LICENSE_FILE_GPLv2+ = ${WRKSRC}/LICENSE.GPL.v2 + +USES= python +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include Added: head/net/py-pyroute2/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-pyroute2/distinfo Wed Jan 8 14:48:11 2020 (r522375) @@ -0,0 +1,3 @@ +TIMESTAMP = 1578401118 +SHA256 (pyroute2-0.5.7.tar.gz) = 963fce07da2841456d39e3b932b071f6de28d23dadfae014022d67a752916f98 +SIZE (pyroute2-0.5.7.tar.gz) = 718123 Added: head/net/py-pyroute2/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-pyroute2/pkg-descr Wed Jan 8 14:48:11 2020 (r522375) @@ -0,0 +1,18 @@ +Pyroute2 is a pure Python netlink library. It requires only Python stdlib, no +3rd party libraries. The library was started as an RTNL protocol implementation, +so the name is pyroute2, but now it supports many netlink protocols. Some +supported netlink families and protocols: +- rtnl, network settings --- addresses, routes, traffic controls +- nfnetlink --- netfilter API: ipset, nftables, ... +- ipq --- simplest userspace packet filtering, iptables QUEUE target +- devlink --- manage and monitor devlink-enabled hardware +- generic --- generic netlink families + - nl80211 --- wireless functions API (basic support) + - taskstats --- extended process statistics + - acpi_events --- ACPI events monitoring + - thermal_events --- thermal events monitoring + - VFS_DQUOT --- disk quota events monitoring + +Starting with 0.5.2 the library supports also PF_ROUTE sockets on BSD systems. + +WWW: https://github.com/svinota/pyroute2