these shouldn't have been ignored

This commit is contained in:
sturm 2005-05-16 16:07:43 +00:00
parent 99f0e7b6c3
commit 36f7f9c357
5 changed files with 203 additions and 0 deletions

View File

@ -0,0 +1,27 @@
# $OpenBSD: Makefile,v 1.1 2005/05/16 16:07:43 sturm Exp $
COMMENT= "network security scanner"
DISTNAME= nessus-core-${VERSION}
FLAVORS= no_x11
FLAVOR?=
WANTLIB= c crypto m pcap ssl util hosts_gatherer nessus
LIB_DEPENDS= nasl.4::security/nessus/libnasl
BUILD_DEPENDS= :bison-*:devel/bison
.if empty(FLAVOR:L:Mno_x11)
MODULES= devel/gettext
WANTLIB+= X11 Xcursor Xext Xft Xinerama Xrender atk-1.0.0.0 fontconfig \
freetype glib-2.0.0.0 gmodule-2.0.0.0 gobject-2.0.0.0 \
pango-1.0.0.0 pangox-1.0.0.0 pangoxft-1.0.0.0
BUILD_DEPENDS+= ::devel/pkgconfig
LIB_DEPENDS+= gdk-x11-2.0.0.0,gdk_pixbuf-2.0.0.0,gtk-x11-2.0.0.0::x11/gtk+2
CONFIGURE_ARGS+=--enable-gtk
.else
CONFIGURE_ARGS+=--disable-gtk
.endif
.include <bsd.port.mk>

View File

@ -0,0 +1,4 @@
MD5 (nessus-core-2.2.4.tar.gz) = 01669eca30ec1150c8da5a14b11338ff
RMD160 (nessus-core-2.2.4.tar.gz) = 7ea00c30045c594492e6cc8d11c562d5a70c94a8
SHA1 (nessus-core-2.2.4.tar.gz) = 10c34560f21a320dd335baa9fd773c61a2c4c012
SIZE (nessus-core-2.2.4.tar.gz) = 679333

View File

@ -0,0 +1,131 @@
$OpenBSD: patch-configure,v 1.1 2005/05/16 16:07:43 sturm Exp $
--- configure.orig Tue Feb 8 02:40:42 2005
+++ configure Sun May 8 17:06:47 2005
@@ -5415,80 +5415,8 @@ else
echo "$ac_t""no" 1>&6
fi
-test "x$GTKCONFIG" = x && {
- # Extract the first word of "gtk12-config", so it can be a program name with args.
-set dummy gtk12-config; ac_word=$2
-echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:5423: checking for $ac_word" >&5
-if eval "test \"`echo '$''{'ac_cv_path_GTKCONFIG'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
-else
- case "$GTKCONFIG" in
- /*)
- ac_cv_path_GTKCONFIG="$GTKCONFIG" # Let the user override the test with a path.
- ;;
- ?:/*)
- ac_cv_path_GTKCONFIG="$GTKCONFIG" # Let the user override the test with a dos path.
- ;;
- *)
- IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
- ac_dummy="$XPATH"
- for ac_dir in $ac_dummy; do
- test -z "$ac_dir" && ac_dir=.
- if test -f $ac_dir/$ac_word; then
- ac_cv_path_GTKCONFIG="$ac_dir/$ac_word"
- break
- fi
- done
- IFS="$ac_save_ifs"
- ;;
-esac
-fi
-GTKCONFIG="$ac_cv_path_GTKCONFIG"
-if test -n "$GTKCONFIG"; then
- echo "$ac_t""$GTKCONFIG" 1>&6
-else
- echo "$ac_t""no" 1>&6
-fi
- test "x$GTKCONFIG" = x && # Extract the first word of "gtk10-config", so it can be a program name with args.
-set dummy gtk10-config; ac_word=$2
-echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:5458: checking for $ac_word" >&5
-if eval "test \"`echo '$''{'ac_cv_path_GTKCONFIG'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
-else
- case "$GTKCONFIG" in
- /*)
- ac_cv_path_GTKCONFIG="$GTKCONFIG" # Let the user override the test with a path.
- ;;
- ?:/*)
- ac_cv_path_GTKCONFIG="$GTKCONFIG" # Let the user override the test with a dos path.
- ;;
- *)
- IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
- ac_dummy="$XPATH"
- for ac_dir in $ac_dummy; do
- test -z "$ac_dir" && ac_dir=.
- if test -f $ac_dir/$ac_word; then
- ac_cv_path_GTKCONFIG="$ac_dir/$ac_word"
- break
- fi
- done
- IFS="$ac_save_ifs"
- ;;
-esac
-fi
-GTKCONFIG="$ac_cv_path_GTKCONFIG"
-if test -n "$GTKCONFIG"; then
- echo "$ac_t""$GTKCONFIG" 1>&6
-else
- echo "$ac_t""no" 1>&6
-fi
- }
-
-
# Extract the first word of "pkg-config", so it can be a program name with args.
set dummy pkg-config; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
@@ -5582,46 +5510,7 @@ if test -n "$GLIBCONFIG"; then
else
echo "$ac_t""no" 1>&6
fi
-
-test "x$GLIBCONFIG" = x && {
- # Extract the first word of "glib12-config", so it can be a program name with args.
-set dummy glib12-config; ac_word=$2
-echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:5591: checking for $ac_word" >&5
-if eval "test \"`echo '$''{'ac_cv_path_GLIBCONFIG'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
-else
- case "$GLIBCONFIG" in
- /*)
- ac_cv_path_GLIBCONFIG="$GLIBCONFIG" # Let the user override the test with a path.
- ;;
- ?:/*)
- ac_cv_path_GLIBCONFIG="$GLIBCONFIG" # Let the user override the test with a dos path.
- ;;
- *)
- IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
- ac_dummy="$XPATH"
- for ac_dir in $ac_dummy; do
- test -z "$ac_dir" && ac_dir=.
- if test -f $ac_dir/$ac_word; then
- ac_cv_path_GLIBCONFIG="$ac_dir/$ac_word"
- break
- fi
- done
- IFS="$ac_save_ifs"
- ;;
-esac
-fi
-GLIBCONFIG="$ac_cv_path_GLIBCONFIG"
-if test -n "$GLIBCONFIG"; then
- echo "$ac_t""$GLIBCONFIG" 1>&6
-else
- echo "$ac_t""no" 1>&6
-fi
-
}
-}
-
test -z "$GTKCONFIG" && echo "configure: warning: **** gtk not found" 1>&2

View File

@ -0,0 +1,6 @@
Nessus is an open-source vulnerability scanner. It's able to perform about
one hundred security checks with its plugins, and is working on networks to
make security enhancements.
Flavors:
no_x11 no X11 frontend

View File

@ -0,0 +1,35 @@
@comment $OpenBSD: PLIST,v 1.1 2005/05/16 16:07:43 sturm Exp $
bin/nessus
bin/nessus-fetch
bin/nessus-mkcert-client
bin/nessus-mkrand
include/nessus/
include/nessus/config.h
@comment include/nessus/includes.h
include/nessus/nessus-devel.h
include/nessus/nessusicmp.h
include/nessus/nessusip.h
include/nessus/nessusraw.h
include/nessus/nessustcp.h
include/nessus/nessusudp.h
include/nessus/ntcompat.h
lib/nessus/
lib/nessus/plugins/
@man man/man1/nessus-fetch.1
@man man/man1/nessus-mkcert-client.1
@man man/man1/nessus-mkrand.1
@man man/man1/nessus.1
@man man/man8/nessus-adduser.8
@man man/man8/nessus-mkcert.8
@man man/man8/nessus-rmuser.8
@man man/man8/nessusd.8
sbin/nessus-adduser
sbin/nessus-check-signature
sbin/nessus-mkcert
sbin/nessus-rmuser
sbin/nessusd
@sample ${SYSCONFDIR}/nessus/
@sample /var/nessus/
@sample /var/nessus/logs/
@extraunexec rm -fr ${SYSCONFDIR}/nessus
@extraunexec rm -fr /var/nessus