summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoritojun <itojun@pkgsrc.org>2000-08-11 08:00:56 +0000
committeritojun <itojun@pkgsrc.org>2000-08-11 08:00:56 +0000
commit4b3dddde9ce8527ce144b1a7e7bdb2646a31dda3 (patch)
treee2c9cee884d89cde78e053745ebaa3227edb6a40
parente18cbf9a9eb21881248780a16e1e66f14bd2cea2 (diff)
downloadpkgsrc-4b3dddde9ce8527ce144b1a7e7bdb2646a31dda3.tar.gz
libnids 1.13
-rw-r--r--net/libnids/Makefile26
-rw-r--r--net/libnids/files/md51
-rw-r--r--net/libnids/pkg/COMMENT1
-rw-r--r--net/libnids/pkg/DESCR11
-rw-r--r--net/libnids/pkg/PLIST2
5 files changed, 41 insertions, 0 deletions
diff --git a/net/libnids/Makefile b/net/libnids/Makefile
new file mode 100644
index 00000000000..4385adb2685
--- /dev/null
+++ b/net/libnids/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: libnids
+# Date created: 08 Jan 2000
+# Whom: kris@FreeBSD.org
+#
+# $FreeBSD: ports/net/libnids/Makefile,v 1.5 2000/04/24 07:42:58 kris Exp $
+#
+
+PORTNAME= libnids
+PORTVERSION= 1.13
+CATEGORIES= net security
+MASTER_SITES= http://www.packetfactory.net/Projects/libnids/dist/
+
+MAINTAINER= kris@FreeBSD.org
+
+BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet
+
+GNU_CONFIGURE= yes
+
+MAN3= libnids.3
+
+do-install:
+ ${INSTALL_DATA} ${WRKSRC}/src/nids.h ${PREFIX}/include
+ ${INSTALL_DATA} ${WRKSRC}/src/libnids.a ${PREFIX}/lib
+ ${INSTALL_DATA} ${WRKSRC}/src/libnids.3 ${PREFIX}/man/man3
+
+.include <bsd.port.mk>
diff --git a/net/libnids/files/md5 b/net/libnids/files/md5
new file mode 100644
index 00000000000..c56d63deb4e
--- /dev/null
+++ b/net/libnids/files/md5
@@ -0,0 +1 @@
+MD5 (libnids-1.13.tar.gz) = b78929a83b17a9f1302824e455763fa5
diff --git a/net/libnids/pkg/COMMENT b/net/libnids/pkg/COMMENT
new file mode 100644
index 00000000000..c74f7b37670
--- /dev/null
+++ b/net/libnids/pkg/COMMENT
@@ -0,0 +1 @@
+Network monitoring library with TCP/IP reassembly
diff --git a/net/libnids/pkg/DESCR b/net/libnids/pkg/DESCR
new file mode 100644
index 00000000000..ea7ea4d94f4
--- /dev/null
+++ b/net/libnids/pkg/DESCR
@@ -0,0 +1,11 @@
+Libnids is a library that provides the function of one of the NIDS
+(Network Intrusion Detection System) components, namely E-component. The
+libnids code watches all local network traffic, processes received
+datagrams a bit, and provides convenient information on them to analyzing
+modules. Libnids performs:
+
+a) assembly of TCP segments into TCP streams
+b) IP defragmentation
+c) TCP port scan detection
+
+WWW: http://www.packetfactory.net/libnids/
diff --git a/net/libnids/pkg/PLIST b/net/libnids/pkg/PLIST
new file mode 100644
index 00000000000..529223a735f
--- /dev/null
+++ b/net/libnids/pkg/PLIST
@@ -0,0 +1,2 @@
+include/nids.h
+lib/libnids.a