diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-11-17 09:13:12 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-11-17 09:13:12 +0000 |
commit | 85bf8eddde166e459a592dd88e786c1f3f04c7cb (patch) | |
tree | 12638f456adea5581126e45fd8facc6c8edb0525 /net | |
parent | With the goal of staying out of your way while writing creatively, PyRoom has a (diff) |
The OpenDPI deep packet inspection engine.
WWW: http://www.opendpi.org/
PR: ports/140539
Submitted by: fernandotcl
Notes
Notes:
svn path=/head/; revision=244370
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/opendpi/Makefile | 18 | ||||
-rw-r--r-- | net/opendpi/distinfo | 3 | ||||
-rw-r--r-- | net/opendpi/pkg-descr | 3 | ||||
-rw-r--r-- | net/opendpi/pkg-plist | 13 |
5 files changed, 38 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 302aa5fc1c38..f0d2dd88a12f 100644 --- a/net/Makefile +++ b/net/Makefile @@ -440,6 +440,7 @@ SUBDIR += opal3 SUBDIR += openam SUBDIR += openbgpd + SUBDIR += opendpi SUBDIR += openh323 SUBDIR += openldap23-client SUBDIR += openldap23-sasl-client diff --git a/net/opendpi/Makefile b/net/opendpi/Makefile new file mode 100644 index 000000000000..9c81c0431606 --- /dev/null +++ b/net/opendpi/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: opendpi +# Date created: 13 November 2009 +# Whom: fernandotcl +# +# $FreeBSD$ +# + +PORTNAME= opendpi +PORTVERSION= 1.1.1 +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} + +MAINTAINER= fernando@netfilter.com.br +COMMENT= An open source deep packet inspection engine + +GNU_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/net/opendpi/distinfo b/net/opendpi/distinfo new file mode 100644 index 000000000000..3a988138773a --- /dev/null +++ b/net/opendpi/distinfo @@ -0,0 +1,3 @@ +MD5 (opendpi-1.1.1.tar.gz) = 69328e326fcedb939bd652cf6bc54fd0 +SHA256 (opendpi-1.1.1.tar.gz) = e4eb06a660c570abbddcff9b2fa9fa4befcff8bfa685f580148e096f56add7dd +SIZE (opendpi-1.1.1.tar.gz) = 383740 diff --git a/net/opendpi/pkg-descr b/net/opendpi/pkg-descr new file mode 100644 index 000000000000..9918316e2743 --- /dev/null +++ b/net/opendpi/pkg-descr @@ -0,0 +1,3 @@ +The OpenDPI deep packet inspection engine. + +WWW: http://www.opendpi.org/ diff --git a/net/opendpi/pkg-plist b/net/opendpi/pkg-plist new file mode 100644 index 000000000000..78533cc3596e --- /dev/null +++ b/net/opendpi/pkg-plist @@ -0,0 +1,13 @@ +bin/OpenDPI_demo +include/libopendpi-1.1/libopendpi/ipq_api.h +include/libopendpi-1.1/libopendpi/ipq_basic_def.h +include/libopendpi-1.1/libopendpi/ipq_debug_functions.h +include/libopendpi-1.1/libopendpi/ipq_macros.h +include/libopendpi-1.1/libopendpi/ipq_protocols_osdpi.h +include/libopendpi-1.1/libopendpi/ipq_public_functions.h +lib/libopendpi.a +lib/libopendpi.la +lib/libopendpi.so +lib/libopendpi.so.1 +@dirrm include/libopendpi-1.1/libopendpi +@dirrm include/libopendpi-1.1 |