Changes in SUMMARY, DESCRIPTION and whitespace.

Removed the full-stop and repeating package name in SUMMARY.
Removed hard line breaks, broke up some very long paragraphs and
use bullet lists where possible.
All done by browsing through HaikuDepot. There may be (many) more left
in the whole haikuports repo...

Included 10 extended desriptions done by soyoye14 for GCI 2014
(https://www.google-melange.com/gci/task/view/google/gci2014/5240373098053632)

Removed/insert whitespace where it seems to be the custom in recipes.
Sometimes rearranged elements of a recipe (moving license and copyright
up, for example).
This commit is contained in:
Humdinger
2015-01-12 19:17:48 +01:00
parent 39bf2eff96
commit a38db25c39
131 changed files with 742 additions and 943 deletions

View File

@@ -2,12 +2,14 @@ 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 \
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 \
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.
"
@@ -33,16 +35,13 @@ PROVIDES="
cmd:muscled$secondaryArchSuffix = $portVersion
cmd:muscled_admin$secondaryArchSuffix = $portVersion
"
REQUIRES="
haiku$secondaryArchSuffix
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libz$secondaryArchSuffix
"
BUILD_PREREQUIRES="
cmd:gcc$secondaryArchSuffix
cmd:ld$secondaryArchSuffix
@@ -87,7 +86,6 @@ PROVIDES_devel="
devel:muscle$secondaryArchSuffix = $portVersion
devel:libmuscle$secondaryArchSuffix = $portVersion
"
REQUIRES_devel="
muscle$secondaryArchSuffix == $portVersion base
"