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

@@ -1,4 +1,4 @@
SUMMARY="Docbook DTD for XML."
SUMMARY="Docbook DTD for XML"
DESCRIPTION="
DocBook is an XML vocabulary that lets you create documents in a \
presentation-neutral form that captures the logical structure of your content.
@@ -18,16 +18,15 @@ ARCHITECTURES="any"
LICENSE="Docbook"
COPYRIGHT="
19996-2006 HaL Computer Systems Inc., O'Reilly & Associates Inc,
1996-2006 HaL Computer Systems Inc., O'Reilly & Associates Inc,
ArborText Inc, Fujitsu Software Corporation, Norman Walsh,
Sun Microsystems Inc. and the Organization for the Advancement of
Structured Information Standards (OASIS)
"
"
PROVIDES="
docbook_xml_dtd = $portVersion
"
BUILD_PREREQUIRES="
cmd:xmlcatalog
cmd:find

View File

@@ -1,6 +1,9 @@
SUMMARY="XSL stylesheets for DocBook XML document instances."
SUMMARY="XSL stylesheets for DocBook XML document instances"
DESCRIPTION="
DocBook is an XML vocabulary that lets you create documents in a presentation-neutral form that captures the logical structure of your content. Using free tools along with the DocBook XSL stylesheets, you can publish your content as HTML pages and PDF files, and in many other formats.
DocBook is an XML vocabulary that lets you create documents in a \
presentation-neutral form that captures the logical structure of your content. \
Using free tools along with the DocBook XSL stylesheets, you can publish your \
content as HTML pages and PDF files, and in many other formats.
"
HOMEPAGE="http://docbook.sourceforge.net"
@@ -17,18 +20,18 @@ COPYRIGHT="
2004-2007 Steve Ball
2005-2008 The DocBook Project
2011-2012 O'Reilly Media
"
"
PROVIDES="
docbook_xsl_stylesheets = $portVersion
"
BUILD_PREREQUIRES="
cmd:xmlcatalog
cmd:find
"
SOURCE_DIR="docbook-xsl-$portVersion"
BUILD()
{
true

View File

@@ -1,4 +1,4 @@
SUMMARY="dos2unix and unix2dos end of line file convertors."
SUMMARY="dos2unix and unix2dos end of line file convertors"
DESCRIPTION="
DOS/Windows like to put CR/LF at the end of lines whereas UNIX like to have \
just LF. Dos2unix and unix2dos are simple parser/converter command line \
@@ -17,11 +17,9 @@ PROVIDES="
cmd:dos2unix
cmd:unix2dos
"
REQUIRES="
haiku
"
BUILD_PREREQUIRES="
haiku_devel
cmd:g++

View File

@@ -1,4 +1,4 @@
SUMMARY="A lightweight XPS and PDF rendering library."
SUMMARY="A lightweight XPS and PDF rendering library"
DESCRIPTION="
The renderer in MuPDF is tailored for high quality anti-aliased graphics. It \
renders text with metrics and spacing accurate to within fractions of a pixel \
@@ -33,7 +33,6 @@ PROVIDES="
mupdf$secondaryArchSuffix = $portVersion compat >= 1.1
devel:libmupdf$secondaryArchSuffix = $portVersion compat >= 1.1
"
REQUIRES="
haiku$secondaryArchSuffix
lib:libjpeg$secondaryArchSuffix
@@ -42,7 +41,6 @@ REQUIRES="
openjpeg$secondaryArchSuffix
lib:libjbig2dec$secondaryArchSuffix
"
BUILD_REQUIRES="
devel:libopenjp2$secondaryArchSuffix
devel:libjbig2dec$secondaryArchSuffix
@@ -50,7 +48,6 @@ BUILD_REQUIRES="
devel:libfreetype$secondaryArchSuffix
devel:libz$secondaryArchSuffix
"
BUILD_PREREQUIRES="
haiku${secondaryArchSuffix}_devel
cmd:find