Date: Sun, 27 Apr 2008 15:36:15 +0900 (JST) From: Tomoyuki Sakurai <cherry@trombik.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/123129: [NEW PORT] security/openvas-libnasl: NASL libraries for OpenVAS Message-ID: <20080427063615.1FB8A3C041F@spica.trombik.org> Resent-Message-ID: <200804270640.m3R6e30x080003@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 123129 >Category: ports >Synopsis: [NEW PORT] security/openvas-libnasl: NASL libraries for OpenVAS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Apr 27 06:40:03 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Tomoyuki Sakurai >Release: FreeBSD 6.3-STABLE i386 >Organization: >Environment: System: FreeBSD x60.i.trombik.org 6.3-STABLE FreeBSD 6.3-STABLE #6: Sat Mar 29 17:03:57 JST 2008 >Description: OpenVAS stands for Open Vulnerability Assessment System and is a network security scanner with associated tools like a graphical user fontend. The core is a server component with a set of network vulnerability tests (NVTs) to detect security problems in remote systems and applications. WWW: http://www.openvas.org/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- openvas-libnasl-1.0.0.shar begins here --- # 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-libnasl # openvas-libnasl/pkg-descr # openvas-libnasl/Makefile # openvas-libnasl/pkg-plist # openvas-libnasl/distinfo # openvas-libnasl/files # openvas-libnasl/files/patch-Makefile # echo c - openvas-libnasl mkdir -p openvas-libnasl > /dev/null 2>&1 echo x - openvas-libnasl/pkg-descr sed 's/^X//' >openvas-libnasl/pkg-descr << 'END-of-openvas-libnasl/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-libnasl/pkg-descr echo x - openvas-libnasl/Makefile sed 's/^X//' >openvas-libnasl/Makefile << 'END-of-openvas-libnasl/Makefile' X# New ports collection makefile for: openvas-libnasl X# Date created: 2008-04-27 X# Whom: Tomoyuki Sakurai <cherry@trombik.org> X# X# $FreeBSD$ X# X XPORTNAME= openvas-libnasl XPORTVERSION= 1.0.0 XCATEGORIES= security XMASTER_SITES= http://wald.intevation.org/frs/download.php/406/ X XMAINTAINER= cherry@trombik.org XCOMMENT= NASL libraries for OpenVAS X XLIB_DEPENDS= gcrypt.15:${PORTSDIR}/security/libgcrypt \ X gnutls.26:${PORTSDIR}/security/gnutls \ X gpg-error.0:${PORTSDIR}/security/libgpg-error \ X gpgme.17:${PORTSDIR}/security/gpgme \ X openvas.1:${PORTSDIR}/security/openvas-libraries \ X openvas_hg.1:${PORTSDIR}/security/openvas-libraries \ X tasn1.3:${PORTSDIR}/security/libtasn1 X XGNU_CONFIGURE= yes XUSE_LDCONFIG= yes XUSE_ICONV= yes XUSE_BISON= build X XMAN1= openvas-libnasl-config.1 openvas-nasl.1 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-libnasl/Makefile echo x - openvas-libnasl/pkg-plist sed 's/^X//' >openvas-libnasl/pkg-plist << 'END-of-openvas-libnasl/pkg-plist' X@comment $FreeBSD$ Xbin/openvas-nasl Xbin/openvas-libnasl-config Xlib/libopenvasnasl.so.1 Xlib/libopenvasnasl.so Xlib/libopenvasnasl.la Xlib/libopenvasnasl.a X@dirrmtry openvas END-of-openvas-libnasl/pkg-plist echo x - openvas-libnasl/distinfo sed 's/^X//' >openvas-libnasl/distinfo << 'END-of-openvas-libnasl/distinfo' XMD5 (openvas-libnasl-1.0.0.tar.gz) = 786a7e81f0bbcfedf2594ff731f5a7fc XSHA256 (openvas-libnasl-1.0.0.tar.gz) = 85a70f418aa54b14220bab825897a93fcce7e850ce8d5a5cc5edfb9131089e06 XSIZE (openvas-libnasl-1.0.0.tar.gz) = 416197 END-of-openvas-libnasl/distinfo echo c - openvas-libnasl/files mkdir -p openvas-libnasl/files > /dev/null 2>&1 echo x - openvas-libnasl/files/patch-Makefile sed 's/^X//' >openvas-libnasl/files/patch-Makefile << 'END-of-openvas-libnasl/files/patch-Makefile' X--- Makefile.orig 2008-04-27 13:27:21.000000000 +0900 X+++ Makefile 2008-04-27 13:28:00.000000000 +0900 X@@ -41,7 +41,7 @@ X $(INSTALL) -c -m 0644 doc/openvas-libnasl-config.1 ${mandir}/man1 X $(INSTALL) -c -m 0644 doc/openvas-nasl.1 ${mandir}/man1 X $(INSTALL) -c -m 0644 doc/openvas-libnasl-config.1 ${mandir}/man1 X- test -d ${localstatedir}/openvas || $(INSTALL_DIR) -m 755 ${localstatedir}/openvas X+ test -d ${localstatedir} || $(INSTALL_DIR) -m 755 ${localstatedir} X X X @echo END-of-openvas-libnasl/files/patch-Makefile exit --- openvas-libnasl-1.0.0.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080427063615.1FB8A3C041F>