diff options
author | itojun <itojun@pkgsrc.org> | 2000-08-11 08:00:56 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2000-08-11 08:00:56 +0000 |
commit | 133ad30cbb64b74928fce1b4e4457acc73d2ca90 (patch) | |
tree | 9e702c7c6cabaacaff344b2152dba8fa932c3580 /net/libnids | |
parent | 48b730c65da44c72d99a1cdc3c5aaf1ddf49b63f (diff) | |
download | pkgsrc-133ad30cbb64b74928fce1b4e4457acc73d2ca90.tar.gz |
libnids 1.13
Diffstat (limited to 'net/libnids')
-rw-r--r-- | net/libnids/Makefile | 26 | ||||
-rw-r--r-- | net/libnids/files/md5 | 1 | ||||
-rw-r--r-- | net/libnids/pkg/COMMENT | 1 | ||||
-rw-r--r-- | net/libnids/pkg/DESCR | 11 | ||||
-rw-r--r-- | net/libnids/pkg/PLIST | 2 |
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 |