From 6f1015aa8c4f777a3c9f963b1ce33b241db9ec9c Mon Sep 17 00:00:00 2001 From: frueauf Date: Sun, 30 Jul 2000 11:11:25 +0000 Subject: Initial import of libnasl, a Nessus Attack Scripting Language library. Based on work Hubert Feyrer did for some former version. --- security/libnasl/Makefile | 14 ++++++++++++++ security/libnasl/files/md5 | 3 +++ security/libnasl/pkg/COMMENT | 1 + security/libnasl/pkg/DESCR | 2 ++ security/libnasl/pkg/PLIST | 9 +++++++++ 5 files changed, 29 insertions(+) create mode 100644 security/libnasl/Makefile create mode 100644 security/libnasl/files/md5 create mode 100644 security/libnasl/pkg/COMMENT create mode 100644 security/libnasl/pkg/DESCR create mode 100644 security/libnasl/pkg/PLIST (limited to 'security') diff --git a/security/libnasl/Makefile b/security/libnasl/Makefile new file mode 100644 index 00000000000..65302593ea5 --- /dev/null +++ b/security/libnasl/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/07/30 11:11:25 frueauf Exp $ +# + +DISTNAME= libnasl-${VERS} +.include "../nessus/Makefile.common" + +DEPENDS+= nessus-libraries-${VERS}:../nessus-libraries + +WRKSRC= ${WRKDIR}/libnasl + +GNU_CONFIGURE= yes +CONFIGURE_ENV+= CPP=${CPP} + +.include "../../mk/bsd.pkg.mk" diff --git a/security/libnasl/files/md5 b/security/libnasl/files/md5 new file mode 100644 index 00000000000..ff7bafe4bda --- /dev/null +++ b/security/libnasl/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/07/30 11:11:26 frueauf Exp $ + +MD5 (libnasl-1.0.3.tar.gz) = b22908d353677f1f3da4714af611606c diff --git a/security/libnasl/pkg/COMMENT b/security/libnasl/pkg/COMMENT new file mode 100644 index 00000000000..9bad4355745 --- /dev/null +++ b/security/libnasl/pkg/COMMENT @@ -0,0 +1 @@ +Nessus Attack Scripting Language library diff --git a/security/libnasl/pkg/DESCR b/security/libnasl/pkg/DESCR new file mode 100644 index 00000000000..30c91e27938 --- /dev/null +++ b/security/libnasl/pkg/DESCR @@ -0,0 +1,2 @@ +Nessus Attack Scripting Language library, used by the nessus +package(s). diff --git a/security/libnasl/pkg/PLIST b/security/libnasl/pkg/PLIST new file mode 100644 index 00000000000..8ab7badb624 --- /dev/null +++ b/security/libnasl/pkg/PLIST @@ -0,0 +1,9 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/07/30 11:11:25 frueauf Exp $ +bin/nasl +bin/nasl-config +include/nessus/nasl.h +lib/libnasl.a +lib/libnasl.la +lib/libnasl.so.1.3 +man/man1/nasl-config.1 +man/man1/nasl.1 -- cgit v1.2.3