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.
* Add missing requires
* Add a system vimrc file setting the nocp option. This makes arrow,
backspace, and delete keys work as expected, and disabled a lot of bugs
that vim emulates from the original vi.
* vim-7.4 recipe and makefile adjusted for building both console and GUI vim binaries;
* patch trailing whitespaces cleanup.
Thanks to Alex von Gluck for initial turning this stuff function.
what's new ahead of version 7.3:
* GUI font Selector dialog implemented;
* documentation updated, more Haiku-related information added and fixed;
* __HAIKU__ code snippets are separated fromEOS__ rudiments allowing to purge out last ones if needed.
installation as Haiku optional package. this package contains both gui and console
versions of vim. Those versions are build separately;
- FilePanels in GUI version are dynamically allocated now. This fixes some hang problems
during performing make test;
- some syntax and cosmetic fixes.