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

bensons at users.sourceforge.net bensons at users.sourceforge.net
Sun Jul 26 20:27:21 CEST 2009


Revision: 5663
          http://gar.svn.sourceforge.net/gar/?rev=5663&view=rev
Author:   bensons
Date:     2009-07-26 18:27:20 +0000 (Sun, 26 Jul 2009)

Log Message:
-----------
fprobe: initial GAR commit

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


Property changes on: csw/mgar/pkg/fprobe/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/fprobe/trunk/Makefile
===================================================================
--- csw/mgar/pkg/fprobe/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/fprobe/trunk/Makefile	2009-07-26 18:27:20 UTC (rev 5663)
@@ -0,0 +1,31 @@
+GARNAME = fprobe
+GARVERSION = 1.1
+CATEGORIES = net
+
+DESCRIPTION = Tool that collect network traffic data
+define BLURB
+  fprobe - libpcap-based tool that collect network traffic data 
+  and emit it as NetFlow flows towards the specified collector.
+endef
+
+MASTER_SITES = http://downloads.sourceforge.net/project/fprobe/fprobe/1.1/
+DISTFILES  = $(GARNAME)-$(GARVERSION).tar.bz2
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
+
+# If the url used to check for software update is different of MASTER_SITES, then 
+# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES
+# UPSTREAM_MASTER_SITES = 
+
+# no build tests
+SKIPTEST = 1
+
+CONFIGURE_ARGS  = $(DIRPATHS)
+CONFIGURE_ARGS += --with-pcap=$(includedir)
+CONFIGURE_ARGS += --with-libpcap=$(libdir)
+
+include gar/category.mk
+
+pre-configure-modulated:
+	@gsed -i'' 's,CFLAGS="$$CFLAGS -DWALL -W -Wall",,' $(WORKSRC)/configure

Added: csw/mgar/pkg/fprobe/trunk/checksums
===================================================================
--- csw/mgar/pkg/fprobe/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/fprobe/trunk/checksums	2009-07-26 18:27:20 UTC (rev 5663)
@@ -0,0 +1 @@
+65850d0470078269b33eee58cba77ac2  download/fprobe-1.1.tar.bz2


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