- New port: security/openvas9-cli

The Open Vulnerability Assessment System (OpenVAS) is a framework of several
services and tools offering a comprehensive and powerful vulnerability
scanning and vulnerability management solution.

This package contains a command-line tool to control the OpenVAS Manager and
a Nagios plugin.

WWW: http://www.openvas.org/
This commit is contained in:
Jose Alonso Cardenas Marquez 2017-08-03 22:38:10 +00:00
parent 0c86153793
commit a2bd7c908e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=447296
7 changed files with 56 additions and 0 deletions

View File

@ -438,6 +438,7 @@
SUBDIR += openvas8-libraries
SUBDIR += openvas8-manager
SUBDIR += openvas8-scanner
SUBDIR += openvas9-cli
SUBDIR += openvas9-libraries
SUBDIR += openvpn
SUBDIR += openvpn-admin

View File

@ -0,0 +1,19 @@
# $FreeBSD$
PORTNAME= openvas9-cli
PORTVERSION= 1.4.5
MASTER_SITES= http://wald.intevation.org/frs/download.php/2397/
COMMENT= OpenVAS 9 command-line interface and Nagios plugin
CONFLICTS?= ${PORTNAME:S/${OPENVAS_VER}/8/}-*
MASTERDIR= ${.CURDIR}/../../security/openvas8-cli
DISTINFO_FILE= ${.CURDIR}/distinfo
PATCHDIR= ${.CURDIR}/files
PLIST= ${.CURDIR}/pkg-plist
OPENVAS_VER= 9
.include "${MASTERDIR}/Makefile"

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1501780188
SHA256 (openvas9/openvas-cli-1.4.5.tar.gz) = 55d9beaee0161686c452805428af50c1d6e07835621297afbca789f45a1e86a4
SIZE (openvas9/openvas-cli-1.4.5.tar.gz) = 113958

View File

@ -0,0 +1,11 @@
--- CMakeLists.txt.orig 2015-10-12 12:46:59 UTC
+++ CMakeLists.txt
@@ -134,7 +134,7 @@ if (NOT LIBDIR)
endif (NOT LIBDIR)
if (NOT LOCALSTATEDIR)
- set (LOCALSTATEDIR "${CMAKE_INSTALL_PREFIX}/var")
+ set (LOCALSTATEDIR "/var")
endif (NOT LOCALSTATEDIR)
if (NOT DATADIR)

View File

@ -0,0 +1,8 @@
--- doc/CMakeLists.txt 2016-07-21 01:33:19.000000000 -0500
+++ doc/CMakeLists.txt 2017-08-03 12:02:21.673557000 -0500
@@ -131,4 +131,4 @@
endif (XMLMANTOHTML_EXECUTABLE)
install (FILES omp.8 check_omp.8 omp-dialog.8
- DESTINATION ${DATADIR}/man/man8 )
+ DESTINATION ${CMAKE_INSTALL_PREFIX}/man/man8 )

View File

@ -0,0 +1,8 @@
The Open Vulnerability Assessment System (OpenVAS) is a framework of several
services and tools offering a comprehensive and powerful vulnerability
scanning and vulnerability management solution.
This package contains a command-line tool to control the OpenVAS Manager and
a Nagios plugin.
WWW: http://www.openvas.org/

View File

@ -0,0 +1,6 @@
bin/omp
bin/omp-dialog
libexec/nagios/check_omp
man/man8/check_omp.8.gz
man/man8/omp-dialog.8.gz
man/man8/omp.8.gz