Trim extra newlines at end of file & trailing whitespace.

This commit is contained in:
Augustin Cavalier
2015-08-04 12:08:31 -04:00
parent 55dd9cf19d
commit 4634abef1b
724 changed files with 1430 additions and 1527 deletions

View File

@@ -1,5 +1,5 @@
DESCRIPTION="LibCSS is a CSS (Cascading Style Sheet) parser and selection engine"
HOMEPAGE="http://www.netsurf-browser.org/projects/libcss/"
DESCRIPTION="LibCSS is a CSS (Cascading Style Sheet) parser and selection engine"
HOMEPAGE="http://www.netsurf-browser.org/projects/libcss/"
SOURCE_URI="http://download.netsurf-browser.org/libs/releases/libcss-0.1.2-src.tar.gz"
REVISION="1"
STATUS_HAIKU="stable"

View File

@@ -1,8 +1,8 @@
SUMMARY="A CSS parser and selection engine"
SUMMARY="A CSS parser and selection engine"
DESCRIPTION="
LibCSS is a CSS (Cascading Style Sheet) parser and selection engine.
"
HOMEPAGE="http://www.netsurf-browser.org/projects/libcss/"
"
HOMEPAGE="http://www.netsurf-browser.org/projects/libcss/"
COPYRIGHT="2007-2014 J-M Bell"
LICENSE="MIT"
SOURCE_URI="http://download.netsurf-browser.org/libs/releases/libcss-$portVersion-src.tar.gz"
@@ -26,7 +26,7 @@ BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libparserutils${secondaryArchSuffix} >= 0.1.1
devel:libwapcaplet${secondaryArchSuffix} >= 0.1.1
devel:libiconv
"
BUILD_PREREQUIRES="
@@ -52,7 +52,7 @@ INSTALL()
prepareInstalledDevelLib libcss
fixPkgconfig
# devel package
packageEntries devel \
$developDir

View File

@@ -1,7 +1,7 @@
SUMMARY="A CSS parser and selection engine"
SUMMARY="A CSS parser and selection engine"
DESCRIPTION="
LibCSS is a CSS (Cascading Style Sheet) parser and selection engine.
"
"
HOMEPAGE="http://www.netsurf-browser.org/projects/libcss/"
COPYRIGHT="2007-2014 J-M Bell"
LICENSE="MIT"
@@ -54,7 +54,7 @@ INSTALL()
prepareInstalledDevelLib libcss
fixPkgconfig
# devel package
packageEntries devel $developDir
}

View File

@@ -1,7 +1,7 @@
SUMMARY="A CSS parser and selection engine"
SUMMARY="A CSS parser and selection engine"
DESCRIPTION="
LibCSS is a CSS (Cascading Style Sheet) parser and selection engine.
"
"
HOMEPAGE="http://www.netsurf-browser.org/projects/libcss/"
COPYRIGHT="2007-2014 J-M Bell"
LICENSE="MIT"
@@ -54,7 +54,7 @@ INSTALL()
prepareInstalledDevelLib libcss
fixPkgconfig
# devel package
packageEntries devel $developDir
}