summaryrefslogtreecommitdiffstats
path: root/net-mgmt/slate/Makefile
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2004-07-19 09:26:00 +0000
committeredwin <edwin@FreeBSD.org>2004-07-19 09:26:00 +0000
commit0d9e74fcff3b60b5239747987a7ee6c8b738f3b6 (patch)
tree37b5135e25bf5c57f4d0b3da5f414372418cdd50 /net-mgmt/slate/Makefile
parent20ba88f6905d85b4b0dcc9ed0797ca9b6a0ac1de (diff)
downloadFreeBSD-ports-0d9e74fcff3b60b5239747987a7ee6c8b738f3b6.zip
FreeBSD-ports-0d9e74fcff3b60b5239747987a7ee6c8b738f3b6.tar.gz
Simple traffic analysis and data reporting collection server for LFAP
This package contains a small Lightweight Flow Accounting (LFAP) server and LFAP API library. LFAP open solution to delivering accounting data from Riverstone Networks Switches and Routers. You can use the sfas program to obtain micro-flow information from a Riverstone switch running either in Layer 4 bridging mode, routing or MPLS LSPs. Data that can be collected includes everything from an IPv4 header and UDP headers and the src/dst port from a TCP header. WWW: http://www.riverstonenet.com/support/nmops/
Diffstat (limited to 'net-mgmt/slate/Makefile')
-rw-r--r--net-mgmt/slate/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/net-mgmt/slate/Makefile b/net-mgmt/slate/Makefile
new file mode 100644
index 0000000..c62dd0c
--- /dev/null
+++ b/net-mgmt/slate/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: slate
+# Date created: 2004 July 19
+# Whom: Edwin Groothuis <edwin@mavetju.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= slate
+PORTVERSION= 5.0.1
+CATEGORIES= net-mgmt
+MASTER_SITES= http://www.riverstonenet.com/support/nmops/
+
+MAINTAINER= edwin@mavetju.org
+COMMENT= Simple traffic analysis and data reporting collection server for LFAP
+
+PLIST_FILES= bin/sfas
+
+USE_REINPLACE= yes
+GNU_CONFIGURE= yes
+
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud