Rewrap net-misc DESCRIPTIONs

This commit is contained in:
noryb009
2014-01-02 16:40:58 -05:00
parent fd12006470
commit 94848cde58
15 changed files with 153 additions and 102 deletions

View File

@@ -1,8 +1,16 @@
DESCRIPTION="The MUSCLE system is a robust, somewhat scalable, cross-platform client-server solution for dynamic distributed applications for Haiku and other operating systems.
It allows (n) client programs (each of which may be running on a separate computer and/or under a different OS) to communicate with each other in a many-to-many message-passing style.
It employs a central server to which client programs may connect or disconnect at any time (this design is similar to other client-server systems such as Quake servers, IRC servers, and Napster servers, but more general in application).
In addition to the client-server system, MUSCLE contains classes to support peer-to-peer message streaming connections, as well as some handy miscellaneous utility classes."
SUMMARY="Robust, somewhat scalable, cross-platform client-server solution"
DESCRIPTION="
The MUSCLE system is a robust, somewhat scalable, cross-platform client-server \
solution for dynamic distributed applications for Haiku and other operating \
systems. It allows (n) client programs (each of which may be running on a \
separate computer and/or under a different OS) to communicate with each other \
in a many-to-many message-passing style. It employs a central server to which \
client programs may connect or disconnect at any time (this design is similar \
to other client-server systems such as Quake servers, IRC servers, and Napster \
servers, but more general in application). In addition to the client-server \
system, MUSCLE contains classes to support peer-to-peer message streaming \
connections, as well as some handy miscellaneous utility classes.
"
COPYRIGHT="2000-2009 Meyer Sound Laboratories Inc."
LICENSE="BSD (3-clause)"
HOMEPAGE="https://public.msli.com/lcs/muscle/index.html"