Bug 184209 - [NEW PORT] net/nDPI: A ntop-maintained superset of the popular OpenDPI library
Summary: [NEW PORT] net/nDPI: A ntop-maintained superset of the popular OpenDPI library
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-24 09:50 UTC by Muhammad Moinur Rahman
Modified: 2013-12-02 08:10 UTC (History)
0 users

See Also:


Attachments
.shar (2.92 KB, text/plain)
2013-11-24 09:50 UTC, Muhammad Moinur Rahman
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Muhammad Moinur Rahman freebsd_committer freebsd_triage 2013-11-24 09:50:00 UTC
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.

Author:	Luca Deri <deri@ntop.org>
WWW: http://www.ntop.org/

For Committer's reference:
http://pdr.s.ubze.ro/bulk/latest-per-pkg/nDPI/1.4.0.r7023/84i386-default.log
http://pdr.s.ubze.ro/bulk/latest-per-pkg/nDPI/1.4.0.r7023/84amd64-default.log
http://pdr.s.ubze.ro/bulk/latest-per-pkg/nDPI/1.4.0.r7023/92i386-default.log
http://pdr.s.ubze.ro/bulk/latest-per-pkg/nDPI/1.4.0.r7023/92amd64-default.log
http://pdr.s.ubze.ro/bulk/latest-per-pkg/nDPI/1.4.0.r7023/10b3i386-default.log
http://pdr.s.ubze.ro/bulk/latest-per-pkg/nDPI/1.4.0.r7023/10b3amd64-default.log
http://pdr.s.ubze.ro/bulk/latest-per-pkg/nDPI/1.4.0.r7023/11i386-default.log
http://pdr.s.ubze.ro/bulk/latest-per-pkg/nDPI/1.4.0.r7023/11amd64-default.log


Generated with FreeBSD Port Tools 0.99_8 (mode: new)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-11-24 09:50:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-12-02 08:02:40 UTC
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"
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-12-02 08:04:55 UTC
State Changed
From-To: open->closed

New port added. Thanks!