Index: head/security/py-python-gvm/Makefile =================================================================== --- head/security/py-python-gvm/Makefile (nonexistent) +++ head/security/py-python-gvm/Makefile (revision 560470) @@ -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 Property changes on: head/security/py-python-gvm/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/security/py-python-gvm/distinfo =================================================================== --- head/security/py-python-gvm/distinfo (nonexistent) +++ head/security/py-python-gvm/distinfo (revision 560470) @@ -0,0 +1,3 @@ +TIMESTAMP = 1609778854 +SHA256 (python-gvm-20.12.1.tar.gz) = cef82bc78c64dbede980645461130f65c2c6a3a31e221f27620cb6a85632386b +SIZE (python-gvm-20.12.1.tar.gz) = 179355 Property changes on: head/security/py-python-gvm/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/security/py-python-gvm/files/patch-setup.py =================================================================== --- head/security/py-python-gvm/files/patch-setup.py (nonexistent) +++ head/security/py-python-gvm/files/patch-setup.py (revision 560470) @@ -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 = \ + {'': ['*']} Property changes on: head/security/py-python-gvm/files/patch-setup.py ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/security/py-python-gvm/pkg-descr =================================================================== --- head/security/py-python-gvm/pkg-descr (nonexistent) +++ head/security/py-python-gvm/pkg-descr (revision 560470) @@ -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 Property changes on: head/security/py-python-gvm/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property