Date: Sat, 15 Dec 2018 21:45:42 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487549 - in head/security: . py-ospd Message-ID: <201812152145.wBFLjgwn081086@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sat Dec 15 21:45:42 2018 New Revision: 487549 URL: https://svnweb.freebsd.org/changeset/ports/487549 Log: New port: security/py-ospd: Base for scanner wrappers for OSP (Open Scanner Protocol) Added: head/security/py-ospd/ head/security/py-ospd/Makefile (contents, props changed) head/security/py-ospd/distinfo (contents, props changed) head/security/py-ospd/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Sat Dec 15 21:43:49 2018 (r487548) +++ head/security/Makefile Sat Dec 15 21:45:42 2018 (r487549) @@ -989,6 +989,7 @@ SUBDIR += py-obfsproxy-tor SUBDIR += py-onetime SUBDIR += py-openssl + SUBDIR += py-ospd SUBDIR += py-paramiko SUBDIR += py-paramiko1 SUBDIR += py-passlib Added: head/security/py-ospd/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-ospd/Makefile Sat Dec 15 21:45:42 2018 (r487549) @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= ospd +DISTVERSION= 1.3.2 +CATEGORIES= security net python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Base for scanner wrappers for OSP (Open Scanner Protocol) + +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}paramiko>0:security/py-paramiko@${PY_FLAVOR} + +USES= python +USE_PYTHON= distutils autoplist + +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/security/py-ospd/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-ospd/distinfo Sat Dec 15 21:45:42 2018 (r487549) @@ -0,0 +1,3 @@ +TIMESTAMP = 1544909454 +SHA256 (ospd-1.3.2.tar.gz) = b273a1bb6f59a2aa389cf86e11c0dd8febd2222d9ecde60be26795a0976eeb9e +SIZE (ospd-1.3.2.tar.gz) = 38243 Added: head/security/py-ospd/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-ospd/pkg-descr Sat Dec 15 21:45:42 2018 (r487549) @@ -0,0 +1,7 @@ +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: http://openvas.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812152145.wBFLjgwn081086>