Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Aug 2017 22:38:11 +0000 (UTC)
From:      Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r447296 - in head/security: . openvas9-cli openvas9-cli/files
Message-ID:  <201708032238.v73McBZJ075870@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: acm
Date: Thu Aug  3 22:38:10 2017
New Revision: 447296
URL: https://svnweb.freebsd.org/changeset/ports/447296

Log:
  - 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/

Added:
  head/security/openvas9-cli/
  head/security/openvas9-cli/Makefile   (contents, props changed)
  head/security/openvas9-cli/distinfo   (contents, props changed)
  head/security/openvas9-cli/files/
  head/security/openvas9-cli/files/patch-CMakeLists.txt   (contents, props changed)
  head/security/openvas9-cli/files/patch-doc-CMakeLists.txt   (contents, props changed)
  head/security/openvas9-cli/pkg-descr   (contents, props changed)
  head/security/openvas9-cli/pkg-plist   (contents, props changed)
Modified:
  head/security/Makefile

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Thu Aug  3 22:36:54 2017	(r447295)
+++ head/security/Makefile	Thu Aug  3 22:38:10 2017	(r447296)
@@ -438,6 +438,7 @@
     SUBDIR += openvas8-libraries
     SUBDIR += openvas8-manager
     SUBDIR += openvas8-scanner
+    SUBDIR += openvas9-cli
     SUBDIR += openvas9-libraries
     SUBDIR += openvpn
     SUBDIR += openvpn-admin

Added: head/security/openvas9-cli/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/openvas9-cli/Makefile	Thu Aug  3 22:38:10 2017	(r447296)
@@ -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"

Added: head/security/openvas9-cli/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/openvas9-cli/distinfo	Thu Aug  3 22:38:10 2017	(r447296)
@@ -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

Added: head/security/openvas9-cli/files/patch-CMakeLists.txt
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/openvas9-cli/files/patch-CMakeLists.txt	Thu Aug  3 22:38:10 2017	(r447296)
@@ -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)

Added: head/security/openvas9-cli/files/patch-doc-CMakeLists.txt
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/openvas9-cli/files/patch-doc-CMakeLists.txt	Thu Aug  3 22:38:10 2017	(r447296)
@@ -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 )

Added: head/security/openvas9-cli/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/openvas9-cli/pkg-descr	Thu Aug  3 22:38:10 2017	(r447296)
@@ -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/

Added: head/security/openvas9-cli/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/openvas9-cli/pkg-plist	Thu Aug  3 22:38:10 2017	(r447296)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708032238.v73McBZJ075870>