Index: head/security/py-gvm-tools/Makefile =================================================================== --- head/security/py-gvm-tools/Makefile (nonexistent) +++ head/security/py-gvm-tools/Makefile (revision 560480) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= gvm-tools +DISTVERSION= 20.10.1 +CATEGORIES= security python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= acm@FreeBSD.org +COMMENT= The Greenbone Vulnerability Management Tools + +LICENSE= GPLv3+ + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-gvm>=0:security/py-python-gvm@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +.include Property changes on: head/security/py-gvm-tools/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-gvm-tools/distinfo =================================================================== --- head/security/py-gvm-tools/distinfo (nonexistent) +++ head/security/py-gvm-tools/distinfo (revision 560480) @@ -0,0 +1,3 @@ +TIMESTAMP = 1609779351 +SHA256 (gvm-tools-20.10.1.tar.gz) = 790d44c11aa4b96d2f8e5dbbdf25783c1785e91cad5da86dec71ef0d0f2eae36 +SIZE (gvm-tools-20.10.1.tar.gz) = 74334 Property changes on: head/security/py-gvm-tools/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-gvm-tools/files/patch-setup.py =================================================================== --- head/security/py-gvm-tools/files/patch-setup.py (nonexistent) +++ head/security/py-gvm-tools/files/patch-setup.py (revision 560480) @@ -0,0 +1,11 @@ +--- setup.py.orig 2021-01-04 15:47:34.037289000 -0500 ++++ setup.py 2021-01-04 15:47:58.669103000 -0500 +@@ -2,7 +2,7 @@ + from setuptools import setup + + packages = \ +-['gvmtools', 'scripts', 'tests'] ++['gvmtools', 'scripts'] + + package_data = \ + {'': ['*']} Property changes on: head/security/py-gvm-tools/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-gvm-tools/pkg-descr =================================================================== --- head/security/py-gvm-tools/pkg-descr (nonexistent) +++ head/security/py-gvm-tools/pkg-descr (revision 560480) @@ -0,0 +1,12 @@ +The Greenbone Vulnerability Management Tools gvm-tools are a collection of +tools that help with remote controlling a Greenbone Security Manager (GSM) +appliance and its underlying Greenbone Vulnerability Manager (GVM). The tools +aid in accessing the communication protocols GMP (Greenbone Management +Protocol) and OSP (Open Scanner Protocol). + +This module is comprised of interactive and non-interactive clients. The +programming language Python is supported directly for interactive scripting. +But it is also possible to issue remote GMP/OSP commands without programming +in Python. + +WWW: https://github.com/greenbone/gvm-tools Property changes on: head/security/py-gvm-tools/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