summaryrefslogtreecommitdiff
path: root/net/nprobe
diff options
context:
space:
mode:
authorcjs <cjs@pkgsrc.org>2002-08-05 08:26:07 +0000
committercjs <cjs@pkgsrc.org>2002-08-05 08:26:07 +0000
commitfd63c5908167567293f4a76bebe25bb16348f140 (patch)
treea06d89f3eabdb228c69f13e32bef3853813e23bf /net/nprobe
parentbdc91e8c0b2ee1bf5c72efb6fd133ac871706033 (diff)
downloadpkgsrc-fd63c5908167567293f4a76bebe25bb16348f140.tar.gz
Add nprobe package.
Diffstat (limited to 'net/nprobe')
-rw-r--r--net/nprobe/DESCR10
-rw-r--r--net/nprobe/Makefile27
-rw-r--r--net/nprobe/PLIST2
-rw-r--r--net/nprobe/distinfo4
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