summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorfrueauf <frueauf>2000-07-30 11:11:25 +0000
committerfrueauf <frueauf>2000-07-30 11:11:25 +0000
commit6f1015aa8c4f777a3c9f963b1ce33b241db9ec9c (patch)
tree10116967d5d6ea331d7e2a3599a85f4291e5110a /security
parentd5a8b7693f13f2f73d862d7fae62d890081c845f (diff)
downloadpkgsrc-6f1015aa8c4f777a3c9f963b1ce33b241db9ec9c.tar.gz
Initial import of libnasl, a Nessus Attack Scripting Language library.
Based on work Hubert Feyrer did for some former version.
Diffstat (limited to 'security')
-rw-r--r--security/libnasl/Makefile14
-rw-r--r--security/libnasl/files/md53
-rw-r--r--security/libnasl/pkg/COMMENT1
-rw-r--r--security/libnasl/pkg/DESCR2
-rw-r--r--security/libnasl/pkg/PLIST9
5 files changed, 29 insertions, 0 deletions
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