mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
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.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user