Summary: | [NEW PORT] net/nDPI: A ntop-maintained superset of the popular OpenDPI library | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Muhammad Moinur Rahman <bofh> | ||||
Component: | Individual Port(s) | Assignee: | Po-Chuan Hsieh <sunpoet> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Muhammad Moinur Rahman
![]() ![]() Responsible Changed From-To: freebsd-ports-bugs->sunpoet sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool) Author: sunpoet Date: Mon Dec 2 08:02:31 2013 New Revision: 335456 URL: http://svnweb.freebsd.org/changeset/ports/335456 Log: - Add ndpi 1.4.0 - While I'm here: - Use PORTVERSION - Use USES=pathfix - Use PLIST_SUB - Update WWW nDPI is a ntop-maintained superset of the popular OpenDPI library. Its goal is to extend the original library by adding new protocols that are otherwise available only on the paid version of OpenDPI. Furthermore, we have modified nDPI do be more suitable for traffic monitoring applications, by disabling specific features that slow down the DPI engine while being them un-necessary for network traffic monitoring. WWW: http://www.ntop.org/products/ndpi/ PR: ports/184209 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Added: head/net/ndpi/ head/net/ndpi/Makefile (contents, props changed) head/net/ndpi/distinfo (contents, props changed) head/net/ndpi/pkg-descr (contents, props changed) head/net/ndpi/pkg-plist (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Mon Dec 2 08:00:56 2013 (r335455) +++ head/net/Makefile Mon Dec 2 08:02:31 2013 (r335456) @@ -406,6 +406,7 @@ SUBDIR += ncp SUBDIR += ncplib SUBDIR += ndisc6 + SUBDIR += ndpi SUBDIR += nemesis SUBDIR += nepenthes SUBDIR += nepim Added: head/net/ndpi/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/ndpi/Makefile Mon Dec 2 08:02:31 2013 (r335456) @@ -0,0 +1,22 @@ +# Created by: Muhammad Moinur Rahman <5u623l20@gmail.com> +# $FreeBSD$ + +PORTNAME= ndpi +PORTVERSION= 1.4.0 +CATEGORIES= net +MASTER_SITES= SF/ntop/nDPI +DISTNAME= nDPI-${PORTVERSION}_r7023 + +MAINTAINER= 5u623l20@gmail.com +COMMENT= ntop-maintained superset of the popular OpenDPI library + +LICENSE= GPLv3 + +CONFIGURE_ARGS= --with-pic +GNU_CONFIGURE= yes +USE_LDCONFIG= yes +USES= pathfix pkgconfig + +PLIST_SUB= MAJOR_VER=${PORTVERSION:R} + +.include <bsd.port.mk> Added: head/net/ndpi/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/ndpi/distinfo Mon Dec 2 08:02:31 2013 (r335456) @@ -0,0 +1,2 @@ +SHA256 (nDPI-1.4.0_r7023.tar.gz) = a06b45cbe9336d40acb7892a3399f41e7e341a37fd2526d0b242587d21bd4197 +SIZE (nDPI-1.4.0_r7023.tar.gz) = 522464 Added: head/net/ndpi/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/ndpi/pkg-descr Mon Dec 2 08:02:31 2013 (r335456) @@ -0,0 +1,8 @@ +nDPI is a ntop-maintained superset of the popular OpenDPI library. Its goal is +to extend the original library by adding new protocols that are otherwise +available only on the paid version of OpenDPI. Furthermore, we have modified +nDPI do be more suitable for traffic monitoring applications, by disabling +specific features that slow down the DPI engine while being them un-necessary +for network traffic monitoring. + +WWW: http://www.ntop.org/products/ndpi/ Added: head/net/ndpi/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/ndpi/pkg-plist Mon Dec 2 08:02:31 2013 (r335456) @@ -0,0 +1,13 @@ +include/libndpi-%%MAJOR_VER%%/libndpi/ndpi_api.h +include/libndpi-%%MAJOR_VER%%/libndpi/ndpi_debug_functions.h +include/libndpi-%%MAJOR_VER%%/libndpi/ndpi_define.h +include/libndpi-%%MAJOR_VER%%/libndpi/ndpi_macros.h +include/libndpi-%%MAJOR_VER%%/libndpi/ndpi_protocols_osdpi.h +include/libndpi-%%MAJOR_VER%%/libndpi/ndpi_public_functions.h +lib/libndpi.a +lib/libndpi.la +lib/libndpi.so +lib/libndpi.so.1 +libdata/pkgconfig/libndpi.pc +@dirrm include/libndpi-%%MAJOR_VER%%/libndpi +@dirrm include/libndpi-%%MAJOR_VER%% _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" State Changed From-To: open->closed New port added. Thanks! |