haikuutils: improved SUMMARY and DESCRIPTION

This commit is contained in:
Humdinger
2023-12-31 13:31:02 +01:00
parent ed80e9b9cc
commit e56e6fe843

View File

@@ -1,13 +1,25 @@
SUMMARY="A tool to manage teams and threads"
DESCRIPTION="SystemManager shows all running teams and lets you explore various team objects \
(images, threads, semaphores, etc.). It also generates stack traces of selected threads.
provide stack trace of selected thread.
SUMMARY="A tool collection to manage and explore the lower levels of Haiku"
DESCRIPTION="HaikuUtils is a collection of little tools to manage various aspects of the \
running system.
Warning! This software is incomplete."
CLI tools:
* 'MsgDump' opens flattened BMessage files, which are often used to store application settings.
* 'PictureView' shows flattened BPictures.
* 'TraverseApps' lists running applications and GUI objects inside them such as BWindow and BView. \
Very handy for (hey) scripting purposes.
GUI tools:
* 'Services' lets you stop and restart services like servers and daemons, a bit like a GUI to the \
shell command 'launch_roster'.
*'SystemManager' shows all running teams and lets you explore various team objects (images, \
threads, semaphores, etc.).
* 'Users' is used to add, remove or edit user and group profiles.
Warning! This software suit is incomplete."
HOMEPAGE="https://github.com/X547/HaikuUtils"
COPYRIGHT="2020 X512"
LICENSE="MIT"
REVISION="1"
REVISION="2"
srcGitRev="d2d7c366340d1002b3fbd34dca657db1596e4e5f"
SOURCE_URI="$HOMEPAGE/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="0eaec032980f79f1144b11d6062aca30b86f3ef314bbfecb5573b313117b80b6"