ports/123129: [NEW PORT] security/openvas-libnasl: NASL libraries for OpenVAS

Tomoyuki Sakurai cherry at trombik.org
Sun Apr 27 06:40:03 UTC 2008


>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 at 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 at 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 at comment $FreeBSD$
Xbin/openvas-nasl
Xbin/openvas-libnasl-config
Xlib/libopenvasnasl.so.1
Xlib/libopenvasnasl.so
Xlib/libopenvasnasl.la
Xlib/libopenvasnasl.a
X at 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:



More information about the freebsd-ports-bugs mailing list