diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2022-05-22 05:52:41 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2022-05-22 05:52:41 +0000 |
commit | bf00a2f4b842a45e9536c44f42123a481446f875 (patch) | |
tree | d286a633b0db80260d8b45a5e3b3d1074488ff1b | |
parent | 76490618fe31b597e5450d4eff5179c6b07f9b5c (diff) | |
download | ports-bf00a2f4b842a45e9536c44f42123a481446f875.tar.gz ports-bf00a2f4b842a45e9536c44f42123a481446f875.zip |
security/py-ospd: Port was removed
- It was merged into security/py-ospd-openvas
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/py-ospd/Makefile | 24 | ||||
-rw-r--r-- | security/py-ospd/distinfo | 3 | ||||
-rw-r--r-- | security/py-ospd/files/patch-setup.py | 11 | ||||
-rw-r--r-- | security/py-ospd/pkg-descr | 7 |
5 files changed, 0 insertions, 46 deletions
diff --git a/security/Makefile b/security/Makefile index 6e15ff791fd0..9cf3b7e654d6 100644 --- a/security/Makefile +++ b/security/Makefile @@ -913,7 +913,6 @@ SUBDIR += py-onlykey SUBDIR += py-openssl SUBDIR += py-oscrypto - SUBDIR += py-ospd SUBDIR += py-ospd-openvas SUBDIR += py-paramiko SUBDIR += py-pass-audit diff --git a/security/py-ospd/Makefile b/security/py-ospd/Makefile deleted file mode 100644 index b01552075f1c..000000000000 --- a/security/py-ospd/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -PORTNAME= ospd -DISTVERSION= 21.4.4 -CATEGORIES= security net python -MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= acm@FreeBSD.org -COMMENT= Base for scanner wrappers for OSP (Open Scanner Protocol) - -LICENSE= GPLv2+ -LICENSE_FILE= ${WRKSRC}/COPYING - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}defusedxml>0:devel/py-defusedxml@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}deprecated>0:devel/py-deprecated@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}paramiko>0:security/py-paramiko@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}psutil>0:sysutils/py-psutil@${PY_FLAVOR} - -USES= python:3.6+ -USE_PYTHON= distutils autoplist - -NO_ARCH= yes - -.include <bsd.port.mk> diff --git a/security/py-ospd/distinfo b/security/py-ospd/distinfo deleted file mode 100644 index 7f13e088fba4..000000000000 --- a/security/py-ospd/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1635389759 -SHA256 (ospd-21.4.4.tar.gz) = 671cea59e63a7956a378f26275fc14693accacf90d91bddc76b914f48cbd6346 -SIZE (ospd-21.4.4.tar.gz) = 100607 diff --git a/security/py-ospd/files/patch-setup.py b/security/py-ospd/files/patch-setup.py deleted file mode 100644 index 91c26e03a037..000000000000 --- a/security/py-ospd/files/patch-setup.py +++ /dev/null @@ -1,11 +0,0 @@ ---- setup.py.orig 2021-09-04 19:49:01.514046000 -0500 -+++ setup.py 2021-09-04 20:24:10.187804000 -0500 -@@ -2,7 +2,7 @@ - from setuptools import setup - - packages = \ --['ospd', 'ospd.command', 'tests', 'tests.command'] -+['ospd', 'ospd.command'] - - package_data = \ - {'': ['*']} diff --git a/security/py-ospd/pkg-descr b/security/py-ospd/pkg-descr deleted file mode 100644 index f9fa86f82eec..000000000000 --- a/security/py-ospd/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -OSPD is a community edition of OpenVAS, a framework of several services and -tools offering a comprehensive and powerful vulnerability scanning and -vulnerability management solution. - -Sevaral OSPD plugins are available to use with this base OSPD package. - -WWW: https://openvas.org/ |