From fd63c5908167567293f4a76bebe25bb16348f140 Mon Sep 17 00:00:00 2001 From: cjs Date: Mon, 5 Aug 2002 08:26:07 +0000 Subject: Add nprobe package. --- net/nprobe/DESCR | 10 ++++++++++ net/nprobe/Makefile | 27 +++++++++++++++++++++++++++ net/nprobe/PLIST | 2 ++ net/nprobe/distinfo | 4 ++++ 4 files changed, 43 insertions(+) create mode 100644 net/nprobe/DESCR create mode 100644 net/nprobe/Makefile create mode 100644 net/nprobe/PLIST create mode 100644 net/nprobe/distinfo diff --git a/net/nprobe/DESCR b/net/nprobe/DESCR new file mode 100644 index 00000000000..0e386e711f4 --- /dev/null +++ b/net/nprobe/DESCR @@ -0,0 +1,10 @@ +nProbe is a stand-alone program to listen on a network interface and +generate NetFlow packets based on the traffic it sees. You will still +need a collector (such as ntop for flow-tools) to collect the NetFlow +packets and store or process them. + +nProbe is licensed under the GPL, but is not currently available for +public download. (You will need to know the appropriate username and +password to download the distribution file for this package.) Please see +the "nProbe Availability" section of +for more information. diff --git a/net/nprobe/Makefile b/net/nprobe/Makefile new file mode 100644 index 00000000000..d60a63508db --- /dev/null +++ b/net/nprobe/Makefile @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1 2002/08/05 08:26:07 cjs Exp $ + +DISTNAME= nProbe-source-1.3a +PKGNAME= nprobe-1.3a +CATEGORIES= net +MASTER_SITES= http://luca.ntop.org/nprobeDownload/ +# This program is not available anywhere else but the ntop site. +MASTER_SITE_BACKUP= +EXTRACT_SUFX= .tgz + +MAINTAINER= cjs@netbsd.org +HOMEPAGE= http://www.ntop.org/nProbe.html +COMMENT= Monitor a network interface and generate NetFlow data + +WRKSRC= ${WRKDIR}/nProbe +GNU_CONFIGURE= YES +USE_GMAKE= YES +ALL_TARGET= nprobe + +# Uncomment this to make a demo version of nprobe. +#CFLAGS+= -DMAX_DEMO_FLOWS=1000 -DDEMO_MODE + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/nprobe ${PREFIX}/sbin + +.include "../../mk/pthread.buildlink.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/nprobe/PLIST b/net/nprobe/PLIST new file mode 100644 index 00000000000..b0c9a1c5988 --- /dev/null +++ b/net/nprobe/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2002/08/05 08:26:07 cjs Exp $ +sbin/nprobe diff --git a/net/nprobe/distinfo b/net/nprobe/distinfo new file mode 100644 index 00000000000..8f7dca9675d --- /dev/null +++ b/net/nprobe/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1 2002/08/05 08:26:07 cjs Exp $ + +SHA1 (nProbe-source-1.3a.tgz) = 9996e14eed9e9ba6c410018f8ed7e5d0a52313f5 +Size (nProbe-source-1.3a.tgz) = 161123 bytes -- cgit v1.2.3