Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Dec 2013 08:02:32 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r335456 - in head/net: . ndpi
Message-ID:  <201312020802.rB282Wwh016362@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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%%



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312020802.rB282Wwh016362>