FreeBSD Bugzilla – Attachment 86654 Details for
Bug 123131
[NEW PORT] security/openvas-client: A GUI client for OpenVAS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
openvas-client-1.0.3.shar
openvas-client-1.0.3.shar (text/plain), 4.12 KB, created by
Tomoyuki Sakurai
on 2008-04-27 07:40:03 UTC
(
hide
)
Description:
openvas-client-1.0.3.shar
Filename:
MIME Type:
Creator:
Tomoyuki Sakurai
Created:
2008-04-27 07:40:03 UTC
Size:
4.12 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># openvas-client ># openvas-client/pkg-descr ># openvas-client/Makefile ># openvas-client/pkg-plist ># openvas-client/distinfo ># openvas-client/files ># openvas-client/files/patch-nessus-Makefile ># openvas-client/files/patch-src-gui-Makefile ># openvas-client/files/patch-nessus.tmpl.in ># >echo c - openvas-client >mkdir -p openvas-client > /dev/null 2>&1 >echo x - openvas-client/pkg-descr >sed 's/^X//' >openvas-client/pkg-descr << 'END-of-openvas-client/pkg-descr' >XOpenVAS stands for Open Vulnerability Assessment System and is a network >Xsecurity scanner with associated tools like a graphical user fontend. The core >Xis a server component with a set of network vulnerability tests (NVTs) to >Xdetect security problems in remote systems and applications. >X >XWWW: http://www.openvas.org/ >END-of-openvas-client/pkg-descr >echo x - openvas-client/Makefile >sed 's/^X//' >openvas-client/Makefile << 'END-of-openvas-client/Makefile' >X# New ports collection makefile for: openvas-client >X# Date created: 2008-04-27 >X# Whom: Tomoyuki Sakurai <cherry@trombik.org> >X# >X# $FreeBSD$ >X# >X >XPORTNAME= openvas-client >XPORTVERSION= 1.0.3 >XCATEGORIES= security >XMASTER_SITES= http://wald.intevation.org/frs/download.php/420/ >X >XMAINTAINER= cherry@trombik.org >XCOMMENT= A GUI client for OpenVAS >X >XMAN1= OpenVAS-Client.1 openvasclient-mkcert.1 openvasclient-mkrand.1 >X >XGNU_CONFIGURE= yes >XUSE_LDCONFIG= yes >XUSE_GMAKE= yes >XUSE_GNOME= gtk20 >X >X.include "${.CURDIR}/../../security/openvas-server/Makefile.common" >X >X.include <bsd.port.pre.mk> >X.include <bsd.port.post.mk> >END-of-openvas-client/Makefile >echo x - openvas-client/pkg-plist >sed 's/^X//' >openvas-client/pkg-plist << 'END-of-openvas-client/pkg-plist' >X@comment $FreeBSD$ >Xbin/OpenVAS-Client >Xbin/openvasclient-mkcert >END-of-openvas-client/pkg-plist >echo x - openvas-client/distinfo >sed 's/^X//' >openvas-client/distinfo << 'END-of-openvas-client/distinfo' >XMD5 (openvas-client-1.0.3.tar.gz) = bad1bc466055e1373053e9be47739206 >XSHA256 (openvas-client-1.0.3.tar.gz) = b1affacb83c750e214bcc368babb66d2c49cea8dd375d75b33a959f6946e151a >XSIZE (openvas-client-1.0.3.tar.gz) = 694275 >END-of-openvas-client/distinfo >echo c - openvas-client/files >mkdir -p openvas-client/files > /dev/null 2>&1 >echo x - openvas-client/files/patch-nessus-Makefile >sed 's/^X//' >openvas-client/files/patch-nessus-Makefile << 'END-of-openvas-client/files/patch-nessus-Makefile' >X--- nessus/Makefile.orig 2008-04-27 10:55:40.000000000 +0900 >X+++ nessus/Makefile 2008-04-27 10:56:19.000000000 +0900 >X@@ -12,7 +12,7 @@ >X NESSUSCLIENT=OpenVAS-Client >X >X # Add some specific Windows compile options for Cygwin >X-SYSTEM:=$(shell uname -o) >X+SYSTEM:=$(shell uname -s) >X ifeq ($(SYSTEM), Cygwin) >X CFLAGS+=-mms-bitfields >X LDFLAGS+=-mwindows >END-of-openvas-client/files/patch-nessus-Makefile >echo x - openvas-client/files/patch-src-gui-Makefile >sed 's/^X//' >openvas-client/files/patch-src-gui-Makefile << 'END-of-openvas-client/files/patch-src-gui-Makefile' >X--- src/gui/Makefile.orig 2008-04-27 10:56:55.000000000 +0900 >X+++ src/gui/Makefile 2008-04-27 10:57:17.000000000 +0900 >X@@ -42,7 +42,7 @@ >X CFLAGS+=-Wall >X >X # Add some specific Windows compile options for Cygwin >X-SYSTEM:=$(shell uname -o) >X+SYSTEM:=$(shell uname -s) >X ifeq ($(SYSTEM), Cygwin) >X CFLAGS+=-mms-bitfields >X LDFLAGS+=-mwindows >END-of-openvas-client/files/patch-src-gui-Makefile >echo x - openvas-client/files/patch-nessus.tmpl.in >sed 's/^X//' >openvas-client/files/patch-nessus.tmpl.in << 'END-of-openvas-client/files/patch-nessus.tmpl.in' >X--- nessus.tmpl.in.orig 2008-04-27 11:39:30.000000000 +0900 >X+++ nessus.tmpl.in 2008-04-27 11:39:47.000000000 +0900 >X@@ -37,7 +37,7 @@ >X make_bindir=${rootdir}/bin >X libsdir=${rootdir}/libs >X top_builddir = @PWDD@ >X-include= -I. -I$(rootdir)/include >X+include= -I. -I$(rootdir)/include -I$(includedir) >X INSTALL=@INSTALL@ >X INSTALL_DIR=@INSTALL_DIR@ >X installuser=@installuser@ >END-of-openvas-client/files/patch-nessus.tmpl.in >exit
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 123131
: 86654