From 29d6a8ebccc4920cf835d71041317d016dfc92c2 Mon Sep 17 00:00:00 2001 From: adrianp Date: Sun, 4 Jan 2009 01:08:52 +0000 Subject: OpenVAS stands for Open Vulnerability Assessment System and is a network security scanner with associated tools like a graphical user front-end. The core component is a server with a set of network vulnerability tests (NVTs) to detect security problems in remote systems and applications. --- security/openvas-client/DESCR | 5 +++++ security/openvas-client/Makefile | 25 +++++++++++++++++++++++++ security/openvas-client/PLIST | 6 ++++++ security/openvas-client/distinfo | 5 +++++ 4 files changed, 41 insertions(+) create mode 100644 security/openvas-client/DESCR create mode 100644 security/openvas-client/Makefile create mode 100644 security/openvas-client/PLIST create mode 100644 security/openvas-client/distinfo (limited to 'security/openvas-client') diff --git a/security/openvas-client/DESCR b/security/openvas-client/DESCR new file mode 100644 index 00000000000..c6339b9eb98 --- /dev/null +++ b/security/openvas-client/DESCR @@ -0,0 +1,5 @@ +OpenVAS stands for Open Vulnerability Assessment System and is a +network security scanner with associated tools like a graphical +user front-end. The core component is a server with a set of network +vulnerability tests (NVTs) to detect security problems in remote +systems and applications. diff --git a/security/openvas-client/Makefile b/security/openvas-client/Makefile new file mode 100644 index 00000000000..070db4fd99e --- /dev/null +++ b/security/openvas-client/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/01/04 01:12:18 adrianp Exp $ +# + +DISTNAME= openvas-client-2.0.1 +CATEGORIES= security +MASTER_SITES= http://wald.intevation.org/frs/download.php/552/ + +MAINTAINER= adrianp@NetBSD.org +HOMEPAGE= http://www.openvas.org/ +COMMENT= Client for the Open Vulnerability Assessment System + +USE_TOOLS+= gmake pkg-config +GNU_CONFIGURE= YES +BUILD_DEFS+= VARBASE +USE_X11= YES + +CONFIGURE_ARGS+= --localstatedir=${VARBASE} +CONFIGURE_ARGS+= --with-x11 +CONFIGURE_ARGS+= --with-ssl + +.include "../../security/openvas-libraries/buildlink3.mk" +.include "../../security/openssl/buildlink3.mk" +.include "../../devel/glib2/buildlink3.mk" +.include "../../x11/gtk2/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/security/openvas-client/PLIST b/security/openvas-client/PLIST new file mode 100644 index 00000000000..f1607eed500 --- /dev/null +++ b/security/openvas-client/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2009/01/04 01:12:18 adrianp Exp $ +bin/OpenVAS-Client +bin/openvasclient-mkcert +man/man1/OpenVAS-Client.1 +man/man1/openvasclient-mkcert.1 +man/man1/openvasclient-mkrand.1 diff --git a/security/openvas-client/distinfo b/security/openvas-client/distinfo new file mode 100644 index 00000000000..f10b312f07e --- /dev/null +++ b/security/openvas-client/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/01/04 01:12:18 adrianp Exp $ + +SHA1 (openvas-client-2.0.1.tar.gz) = 07ada2cb7538da072c27a3a1cf58f9c6152d5e64 +RMD160 (openvas-client-2.0.1.tar.gz) = aa966e1e9911b63e5fee48d947cda5f0b036dd0a +Size (openvas-client-2.0.1.tar.gz) = 629551 bytes -- cgit v1.2.3