From owner-svn-ports-all@FreeBSD.ORG Mon Dec 2 08:02:33 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6FA69107; Mon, 2 Dec 2013 08:02:33 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 58551197F; Mon, 2 Dec 2013 08:02:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rB282XF8016374; Mon, 2 Dec 2013 08:02:33 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rB282Wwh016362; Mon, 2 Dec 2013 08:02:32 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201312020802.rB282Wwh016362@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 2 Dec 2013 08:02:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335456 - in head/net: . ndpi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Dec 2013 08:02:33 -0000 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 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%%