Revision: 4240 http://gar.svn.sourceforge.net/gar/?rev=4240&view=rev Author: hson Date: 2009-04-09 03:32:05 +0000 (Thu, 09 Apr 2009)
Log Message: ----------- tcpdump: Initial commit Added Paths: ----------- csw/mgar/pkg/tcpdump/ csw/mgar/pkg/tcpdump/Makefile csw/mgar/pkg/tcpdump/branches/ csw/mgar/pkg/tcpdump/tags/ csw/mgar/pkg/tcpdump/trunk/ csw/mgar/pkg/tcpdump/trunk/Makefile csw/mgar/pkg/tcpdump/trunk/checksums csw/mgar/pkg/tcpdump/trunk/files/ Added: csw/mgar/pkg/tcpdump/Makefile =================================================================== --- csw/mgar/pkg/tcpdump/Makefile (rev 0) +++ csw/mgar/pkg/tcpdump/Makefile 2009-04-09 03:32:05 UTC (rev 4240) @@ -0,0 +1,15 @@ +# vim: ft=make ts=4 sw=4 noet + +default: + @echo "You are in the pkg/ directory." + +%: + $(MAKE) -C trunk $* + +paranoid-%: + $(MAKE) -C trunk $* || exit 2 + +export BUILDLOG ?= $(shell pwd)/buildlog.txt + +report-%: + $(MAKE) -C trunk $* || echo " *** make $* in $$i failed ***" >> $(BUILDLOG) Property changes on: csw/mgar/pkg/tcpdump/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/tcpdump/trunk/Makefile =================================================================== --- csw/mgar/pkg/tcpdump/trunk/Makefile (rev 0) +++ csw/mgar/pkg/tcpdump/trunk/Makefile 2009-04-09 03:32:05 UTC (rev 4240) @@ -0,0 +1,31 @@ +GARNAME = tcpdump +GARVERSION = 3.9.8 +CATEGORIES = utils + +DESCRIPTION = tcpdump allows you to dump the traffic on a network +define BLURB + +endef + +MASTER_SITES = http://www.tcpdump.org/release/ +DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz + +LICENSE = LICENSE + +PREREQUISITE_PKGS = CSWlibpcap CSWosslrt CSWossldevel +REQUIRED_PKGS = CSWlibpcap CSWosslrt +# We define upstream file regex so we can be notifed of new upstream software release +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz + +# Shared libraries patch +#PATCHFILES = solib.diff + +# No test target for libpcap +TEST_SCRIPTS = + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --enable-ipv6 + +#INSTALL_OVERRIDE_DIRS = prefix exec_prefix includedir libdir mandir + +include gar/category.mk Added: csw/mgar/pkg/tcpdump/trunk/checksums =================================================================== --- csw/mgar/pkg/tcpdump/trunk/checksums (rev 0) +++ csw/mgar/pkg/tcpdump/trunk/checksums 2009-04-09 03:32:05 UTC (rev 4240) @@ -0,0 +1 @@ +c491a78c52fe73f1f7271aa5d8c6ab2e download/tcpdump-3.9.8.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel