[csw-devel] SF.net SVN: gar:[11142] csw/mgar/pkg
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Mon Oct 4 13:21:00 CEST 2010
Revision: 11142
http://gar.svn.sourceforge.net/gar/?rev=11142&view=rev
Author: dmichelsen
Date: 2010-10-04 11:20:59 +0000 (Mon, 04 Oct 2010)
Log Message:
-----------
tcpstat: Initial commit
Added Paths:
-----------
csw/mgar/pkg/tcpstat/
csw/mgar/pkg/tcpstat/branches/
csw/mgar/pkg/tcpstat/tags/
csw/mgar/pkg/tcpstat/trunk/
csw/mgar/pkg/tcpstat/trunk/Makefile
csw/mgar/pkg/tcpstat/trunk/checksums
csw/mgar/pkg/tcpstat/trunk/files/
Property changes on: csw/mgar/pkg/tcpstat/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/tcpstat/trunk/Makefile
===================================================================
--- csw/mgar/pkg/tcpstat/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/tcpstat/trunk/Makefile 2010-10-04 11:20:59 UTC (rev 11142)
@@ -0,0 +1,36 @@
+# $Id$
+GARNAME = tcpstat
+GARVERSION = 1.5
+CATEGORIES = utils
+
+DESCRIPTION = Report network interface statistics
+define BLURB
+ tcpstat reports certain network interface statistics much like vmstat does for system statistics.
+ tcpstat gets its information by either monitoring a specific interface, or by reading previously
+ saved tcpdump data from a file.
+endef
+
+MASTER_SITES = http://www.frenchfries.net/paul/tcpstat/
+DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
+
+# File name regex to get notifications about upstream software releases
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+LICENSE = LICENSE
+
+BUILD_DEP_PKGS = CSWlibpcap CSWlibpcapdevel
+RUNTIME_DEP_PKGS = CSWlibpcap
+
+# EXTRA_INC = $(prefix)/bdb48/include
+# EXTRA_LIB = $(prefix)/bdb48/lib
+
+# Otherwise inet_ntop(3socket) is not correctly detected
+EXTRA_LINKER_FLAGS = -lsocket -lnsl
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+TEST_TARGET = check
+
+EXTRA_MERGE_EXCLUDE_FILES = .*/tcpprof\.1
+
+include gar/category.mk
Property changes on: csw/mgar/pkg/tcpstat/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: csw/mgar/pkg/tcpstat/trunk/checksums
===================================================================
--- csw/mgar/pkg/tcpstat/trunk/checksums (rev 0)
+++ csw/mgar/pkg/tcpstat/trunk/checksums 2010-10-04 11:20:59 UTC (rev 11142)
@@ -0,0 +1 @@
+93ca0ffb8f319ecf2e42ff925a7e6854 tcpstat-1.5.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