From owner-svn-ports-head@freebsd.org Wed Jan 6 08:24:13 2021 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 3E9284C8926; Wed, 6 Jan 2021 08:24:13 +0000 (UTC) (envelope-from acm@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4D9j7x1GYBz4v2N; Wed, 6 Jan 2021 08:24:13 +0000 (UTC) (envelope-from acm@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 1EB421B8A9; Wed, 6 Jan 2021 08:24:13 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1068ODjN062246; Wed, 6 Jan 2021 08:24:13 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1068OCfo062242; Wed, 6 Jan 2021 08:24:12 GMT (envelope-from acm@FreeBSD.org) Message-Id: <202101060824.1068OCfo062242@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Wed, 6 Jan 2021 08:24:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r560470 - in head/security/py-python-gvm: . files X-SVN-Group: ports-head X-SVN-Commit-Author: acm X-SVN-Commit-Paths: in head/security/py-python-gvm: . files X-SVN-Commit-Revision: 560470 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.34 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, 06 Jan 2021 08:24:13 -0000 Author: acm Date: Wed Jan 6 08:24:12 2021 New Revision: 560470 URL: https://svnweb.freebsd.org/changeset/ports/560470 Log: - New port: security/py-python-gvm The Greenbone Vulnerability Management Python API library (python-gvm) is a collection of APIs that help with remote controlling a Greenbone Security Manager (GSM) appliance and its underlying Greenbone Vulnerability Manager (GVM). The library essentially abstracts accessing the communication protocols Greenbone Management Protocol (GMP) and Open Scanner Protocol (OSP) WWW: https://github.com/greenbone/python-gvm Added: head/security/py-python-gvm/ head/security/py-python-gvm/Makefile (contents, props changed) head/security/py-python-gvm/distinfo (contents, props changed) head/security/py-python-gvm/files/ head/security/py-python-gvm/files/patch-setup.py (contents, props changed) head/security/py-python-gvm/pkg-descr (contents, props changed) Added: head/security/py-python-gvm/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-python-gvm/Makefile Wed Jan 6 08:24:12 2021 (r560470) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= python-gvm +DISTVERSION= 20.12.1 +CATEGORIES= security python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= acm@FreeBSD.org +COMMENT= The Greenbone Vulnerability Management Python API library + +LICENSE= GPLv3+ + +USES= python +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +.include Added: head/security/py-python-gvm/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-python-gvm/distinfo Wed Jan 6 08:24:12 2021 (r560470) @@ -0,0 +1,3 @@ +TIMESTAMP = 1609778854 +SHA256 (python-gvm-20.12.1.tar.gz) = cef82bc78c64dbede980645461130f65c2c6a3a31e221f27620cb6a85632386b +SIZE (python-gvm-20.12.1.tar.gz) = 179355 Added: head/security/py-python-gvm/files/patch-setup.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-python-gvm/files/patch-setup.py Wed Jan 6 08:24:12 2021 (r560470) @@ -0,0 +1,34 @@ +--- setup.py.orig 2021-01-04 18:38:41.394413000 -0500 ++++ setup.py 2021-01-04 18:38:57.320954000 -0500 +@@ -8,30 +8,7 @@ + 'gvm.protocols.gmpv214', + 'gvm.protocols.gmpv7', + 'gvm.protocols.gmpv8', +- 'gvm.protocols.gmpv9', +- 'tests', +- 'tests.connections', +- 'tests.protocols', +- 'tests.protocols.gmp', +- 'tests.protocols.gmpv208', +- 'tests.protocols.gmpv208.testcmds', +- 'tests.protocols.gmpv208.testtypes', +- 'tests.protocols.gmpv214', +- 'tests.protocols.gmpv214.testcmds', +- 'tests.protocols.gmpv214.testtypes', +- 'tests.protocols.gmpv7', +- 'tests.protocols.gmpv7.testcmds', +- 'tests.protocols.gmpv7.testtypes', +- 'tests.protocols.gmpv8', +- 'tests.protocols.gmpv8.testcmds', +- 'tests.protocols.gmpv8.testtypes', +- 'tests.protocols.gmpv9', +- 'tests.protocols.gmpv9.testcmds', +- 'tests.protocols.gmpv9.testtypes', +- 'tests.protocols.osp', +- 'tests.transforms', +- 'tests.utils', +- 'tests.xml'] ++ 'gvm.protocols.gmpv9'] + + package_data = \ + {'': ['*']} Added: head/security/py-python-gvm/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-python-gvm/pkg-descr Wed Jan 6 08:24:12 2021 (r560470) @@ -0,0 +1,9 @@ +The Greenbone Vulnerability Management Python API library (python-gvm) is a +collection of APIs that help with remote controlling a Greenbone Security +Manager (GSM) appliance and its underlying Greenbone Vulnerability Manager +(GVM). + +The library essentially abstracts accessing the communication protocols +Greenbone Management Protocol (GMP) and Open Scanner Protocol (OSP) + +WWW: https://github.com/greenbone/python-gvm