mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
haikuutils: improved SUMMARY and DESCRIPTION
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user