From 8811f027d49eecf9d6caae073e334bd0c60537be Mon Sep 17 00:00:00 2001 From: Humdinger Date: Mon, 31 Oct 2022 10:13:19 +0100 Subject: [PATCH] wireshark: separate summary/description for gui sub-package It's a good idea to add separate summaries/descriptions for sub-packages, where it makes sense. Here, for example, there's the main standalone Wireshark package, which is set to appear in the "Featured packages" while the optional GUI is in a "non-featured" package. By referencing the GUI package people have an easier time finding out about it. Not bumping revision to save people downloading 40MiB. --- net-analyzer/wireshark/wireshark-4.0.1.recipe | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/net-analyzer/wireshark/wireshark-4.0.1.recipe b/net-analyzer/wireshark/wireshark-4.0.1.recipe index 74bedf8cc..17cec1797 100644 --- a/net-analyzer/wireshark/wireshark-4.0.1.recipe +++ b/net-analyzer/wireshark/wireshark-4.0.1.recipe @@ -1,8 +1,11 @@ SUMMARY="A network protocol analyzer formerly known as ethereal" +SUMMARY_gui="A GUI for the network protocol analyzer Wireshark" DESCRIPTION="Wireshark is a network traffic analyzer, or \"sniffer\", for Unix \ and Unix-like operating systems. It uses Qt, a graphical user interface \ library, and libpcap, a packet capture and filtering library. +The graphical user interface (GUI) is available as a separate package. + The Wireshark distribution also comes with TShark, which is a \ line-oriented sniffer (similar to Sun's snoop, or tcpdump) that uses the \ same dissection, capture-file reading and writing, and packet filtering \ @@ -10,6 +13,12 @@ code as Wireshark, and with editcap, which is a program to read capture \ files and write the packets from that capture file, possibly in a \ different capture file format, and with some packets possibly removed \ from the capture." +DESCRIPTION_gui="This is the graphical user interface for Wireshark, which is available as a \ +separate package. + +Wireshark is a network traffic analyzer, or \"sniffer\", for Unix \ +and Unix-like operating systems. It uses Qt, a graphical user interface \ +library, and libpcap, a packet capture and filtering library." HOMEPAGE="https://www.wireshark.org" COPYRIGHT="1998-2022 Gerald Combs" LICENSE="GNU GPL v2"