Rewrap haiku-apps DESCRIPTIONs

This commit is contained in:
noryb009
2014-01-02 16:40:57 -05:00
parent be600cdc25
commit a08a763e6f
91 changed files with 467 additions and 351 deletions

View File

@@ -1,11 +1,10 @@
SUMMARY="A small tool to turn CRLF into LF without fuss!"
DESCRIPTION="
ConvertToLF is a filter that removes the carriage returns used in the
end of file markers on some operating systems. Haiku uses just a line
feed to mark the end of line, and gcc, the Haiku compiler and StyledEdit
don't function properly with carriage returns in source code / text files.
" # Taken from the homepage
ConvertToLF is a filter that removes the carriage returns used in the end of \
file markers on some operating systems. Haiku uses just a line feed to mark \
the end of line, and gcc, the Haiku compiler and StyledEdit don't function \
properly with carriage returns in source code / text files.
" # Taken from the homepage
HOMEPAGE="https://github.com/HaikuArchives/ConvertToLF/"
SRC_URI="git://github.com/HaikuArchives/ConvertToLF.git#d8ec50f92a65d9fd1058adf98fe2515fbafa243c"