* avrdude
SUMMARY must have at least 3 words
* bebook
SUMMARY must have at least 3 words
Re-ordered blocks
* bzflag
SUMMARY must have at least 3 words
Re-ordered blocks
* c_ares
SUMMARY must start with capital letter
Re-ordered blocks
* cmake
SUMMARY must have at least 3 words
Re-ordered blocks
* command_not_found
SUMMARY must have at least 3 words
Added BUILD_PREREQUIRES
Re-ordered blocks
* confuse
SUMMARY must start with capital letter
Re-ordered blocks
* cream
SUMMARY must start with capital letter
Re-ordered blocks
* croscorefonts
SUMMARY must have at least 3 words
Re-ordered blocks
* cssselect
SUMMARY must start with capital letter
Re-ordered blocks
* dcron
SUMMARY must start with capital letter
Re-ordered blocks
* eggchess
SUMMARY must have at least 3 words
Re-ordered blocks
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).
* Referring the current haiku version explicitly is not needed, since
the RequiresUpdater takes care of setting the version of Haiku used
for building a package.
* Just to keep track of what has already been upstreamed so far.
* Untested: the testsuite doesn't run from haikuporter anymore. We'll be
running a CMake build bot, however.
* The check for hybrids sometimes didn't work because the end of line
from the compiler output was stripped. Make sure there is always a
newline in the string so the regexp can match.
* The path prefix for SDL sub-libraries (image, ttf and mixer) are
wrong. Add the correct prefix, but leave the wrong ones for backward
compatibility.
* portVersionedName contains the secondary architecture,
so using it means secondary package builds fail.
example: $portVersionedName is libwow_x86-0.0.0 when
doing an x86 build on x86_gcc2
Checking for the compiler version at packaging time doesn't work. So, do
it earlier and export a variable for it.
Also fix some variable names to make a check work and avoid cmake
failing in strange ways later on.
* common/ dir is no more.
* When using distcc, our logic to detect the secondary architecture
didn't work because cmake ran "distcc" instad of "distcc gcc-x86". Add
the missing part to the command-line invocation.