diff options
author | cjs <cjs> | 2002-08-05 08:26:07 +0000 |
---|---|---|
committer | cjs <cjs> | 2002-08-05 08:26:07 +0000 |
commit | ed60e1cd3c7ce0533dc6dab639919c4f0d804480 (patch) | |
tree | a06d89f3eabdb228c69f13e32bef3853813e23bf /net | |
parent | 09d9a01241bcc982e14ba65457b195dbb50e3f43 (diff) | |
download | pkgsrc-ed60e1cd3c7ce0533dc6dab639919c4f0d804480.tar.gz |
Add nprobe package.
Diffstat (limited to 'net')
-rw-r--r-- | net/nprobe/DESCR | 10 | ||||
-rw-r--r-- | net/nprobe/Makefile | 27 | ||||
-rw-r--r-- | net/nprobe/PLIST | 2 | ||||
-rw-r--r-- | net/nprobe/distinfo | 4 |
4 files changed, 43 insertions, 0 deletions
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 <http://www.ntop.org/nProbe.html> +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 |