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

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Wed Oct 7 23:16:26 CEST 2009


Revision: 6767
          http://gar.svn.sourceforge.net/gar/?rev=6767&view=rev
Author:   dmichelsen
Date:     2009-10-07 21:16:26 +0000 (Wed, 07 Oct 2009)

Log Message:
-----------
wireshark: Initial commit, review X11

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


Property changes on: csw/mgar/pkg/wireshark/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/wireshark/trunk/Makefile
===================================================================
--- csw/mgar/pkg/wireshark/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/wireshark/trunk/Makefile	2009-10-07 21:16:26 UTC (rev 6767)
@@ -0,0 +1,34 @@
+GARNAME = wireshark
+GARVERSION = 1.2.2
+CATEGORIES = apps
+
+DESCRIPTION = Wireshark (was Ethereal) is a free network protocol analyzer
+define BLURB
+endef
+
+MASTER_SITES = $(SF_MIRRORS)
+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
+
+SPKG_SOURCEURL = http://www.wireshark.org/
+
+#SED = /opt/csw/bin/gsed
+#EXTRA_COMMON_EXPORTS = SED
+
+EXTRA_INC = /opt/csw/include/gtk-2.0
+EXTRA_INC += /opt/csw/lib/gtk-2.0/include
+EXTRA_INC += /opt/csw/include/glib-2.0
+EXTRA_INC += /opt/csw/lib/glib-2.0/include
+EXTRA_INC += /opt/csw/include/cairo
+EXTRA_INC += /opt/csw/include/pango-1.0
+EXTRA_INC += /opt/csw/include/atk-1.0
+
+EXTRA_LINKER_FLAGS = -lgtk-x11-2.0
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+include gar/category.mk
+
+PATH := /opt/csw/gnu:$(PATH)

Added: csw/mgar/pkg/wireshark/trunk/checksums
===================================================================
--- csw/mgar/pkg/wireshark/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/wireshark/trunk/checksums	2009-10-07 21:16:26 UTC (rev 6767)
@@ -0,0 +1 @@
+bb5c09b8cffd461ced4d3251fddb217b  wireshark-1.2.2.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