[csw-devel] SF.net SVN: gar:[5449] csw/mgar/pkg

bensons at users.sourceforge.net bensons at users.sourceforge.net
Tue Jun 30 17:58:29 CEST 2009


Revision: 5449
          http://gar.svn.sourceforge.net/gar/?rev=5449&view=rev
Author:   bensons
Date:     2009-06-30 15:58:28 +0000 (Tue, 30 Jun 2009)

Log Message:
-----------
tcpflow: initial commit

Added Paths:
-----------
    csw/mgar/pkg/tcpflow/
    csw/mgar/pkg/tcpflow/branches/
    csw/mgar/pkg/tcpflow/tags/
    csw/mgar/pkg/tcpflow/trunk/
    csw/mgar/pkg/tcpflow/trunk/Makefile
    csw/mgar/pkg/tcpflow/trunk/checksums
    csw/mgar/pkg/tcpflow/trunk/files/


Property changes on: csw/mgar/pkg/tcpflow/trunk
___________________________________________________________________
Added: svn:ignore
   + cookies
download
work


Added: svn:externals
   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2


Added: csw/mgar/pkg/tcpflow/trunk/Makefile
===================================================================
--- csw/mgar/pkg/tcpflow/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/tcpflow/trunk/Makefile	2009-06-30 15:58:28 UTC (rev 5449)
@@ -0,0 +1,30 @@
+GARNAME = tcpflow
+GARVERSION = 0.21
+CATEGORIES = net
+
+DESCRIPTION = A TCP Flow Recorder
+define BLURB
+  tcpflow is a program that captures data transmitted as part of TCP 
+  connections (flows), and stores the data in a way that is convenient 
+  for protocol analysis or debugging. A program like 'tcpdump' shows a 
+  summary of packets seen on the wire, but usually doesn't store the data 
+  that's actually being transmitted. In contrast, tcpflow reconstructs 
+  the actual data streams and stores each flow in a separate file for 
+  later analysis. 
+endef
+
+MASTER_SITES = http://www.circlemud.org/pub/jelson/tcpflow/
+DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
+
+# We define upstream file regex
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+# we require
+REQUIRED_PKGS = CSWlibpcap
+
+# no testscript
+CONFIGURE_ARGS = $(DIRPATHS)
+
+TEST_SCRIPTS =
+
+include gar/category.mk

Added: csw/mgar/pkg/tcpflow/trunk/checksums
===================================================================
--- csw/mgar/pkg/tcpflow/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/tcpflow/trunk/checksums	2009-06-30 15:58:28 UTC (rev 5449)
@@ -0,0 +1 @@
+45a5aef6f043312315b7f342afc4a9c5  download/tcpflow-0.21.tar.gz


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list