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="enet"
HOMEPAGE="http://enet.bespin.org"
DESCRIPTION="enet"
HOMEPAGE="http://enet.bespin.org"
SOURCE_URI="http://enet.bespin.org/download/enet-1.2.2.tar.gz"
CHECKSUM_MD5="bae05cb752649e8c692944d5480fb861"
REVISION="1"

View File

@@ -7,7 +7,7 @@ ENet omits certain higher level networking features such as authentication, \
lobbying, server discovery, encryption, or other similar tasks that are \
particularly application specific so that the library remains flexible, \
portable, and easily embeddable."
HOMEPAGE="http://enet.bespin.org"
HOMEPAGE="http://enet.bespin.org"
SOURCE_URI="http://enet.bespin.org/download/enet-1.3.0.tar.gz"
CHECKSUM_SHA256="200c271b218979db3bce6d9e60659d3f35a52d698c4972f20eb91a52f0d8d62c"
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"

View File

@@ -50,10 +50,10 @@ BUILD()
INSTALL()
{
make install
# prepare development lib links
prepareInstalledDevelLib libgloox
# devel package
packageEntries devel $developDir $binDir
}

View File

@@ -1,4 +1,4 @@
SUMMARY="A TLS 1.0 and SSL 3.0 implementation for the GNU project"
SUMMARY="A TLS 1.0 and SSL 3.0 implementation for the GNU project"
DESCRIPTION="GnuTLS is a secure communications library implementing the SSL, \
TLS and DTLS protocols and technologies around them. It provides a simple C \
language application programming interface (API) to access the secure \

View File

@@ -1,4 +1,4 @@
SUMMARY="An HTML5 compliant parsing library"
SUMMARY="An HTML5 compliant parsing library"
DESCRIPTION="
Hubbub is an HTML5 compliant parsing library, written in C. It was developed \
as part of the NetSurf project and is available for use by other software \

View File

@@ -1,4 +1,4 @@
SUMMARY="An HTML5 compliant parsing library"
SUMMARY="An HTML5 compliant parsing library"
DESCRIPTION="
Hubbub is an HTML5 compliant parsing library, written in C. It was developed \
as part of the NetSurf project and is available for use by other software \

View File

@@ -1,4 +1,4 @@
SUMMARY="LibDOM is an implementation of the W3C DOM"
SUMMARY="LibDOM is an implementation of the W3C DOM"
DESCRIPTION="An implementation of the W3C DOM for NetSurf, written in C."
HOMEPAGE="http://www.netsurf-browser.org/projects/libdom/"
LICENSE="MIT"

View File

@@ -1,4 +1,4 @@
SUMMARY="LibDOM is an implementation of the W3C DOM"
SUMMARY="LibDOM is an implementation of the W3C DOM"
DESCRIPTION="An implementation of the W3C DOM for NetSurf, written in C."
HOMEPAGE="http://www.netsurf-browser.org/projects/libdom/"
LICENSE="MIT"

View File

@@ -1,4 +1,4 @@
SUMMARY="LibDOM is an implementation of the W3C DOM"
SUMMARY="LibDOM is an implementation of the W3C DOM"
DESCRIPTION="An implementation of the W3C DOM for NetSurf, written in C."
HOMEPAGE="http://www.netsurf-browser.org/projects/libdom/"
LICENSE="MIT"

View File

@@ -1,7 +1,7 @@
SUMMARY="NAT-PMP client library"
DESCRIPTION="
libnatpmp is a portable client library implementing the protocol NAT-PMP. It \
is based on non blocking sockets and all call of the API are asynchronous.
is based on non blocking sockets and all call of the API are asynchronous.
"
HOMEPAGE="http://miniupnp.free.fr/libnatpmp.html"
COPYRIGHT="
@@ -42,12 +42,12 @@ BUILD()
INSTALL()
{
make install INSTALLPREFIX=$prefix
mkdir -p $(dirname $includeDir)
mv $prefix/include $includeDir
prepareInstalledDevelLibs libnatpmp
# devel package
packageEntries devel \
$developDir

View File

@@ -60,9 +60,9 @@ BUILD()
INSTALL()
{
make install
rm $libDir/liboauth.la
prepareInstalledDevelLibs liboauth
fixPkgconfig

View File

@@ -1,5 +1,5 @@
DESCRIPTION="C Library API for Amazon S3"
HOMEPAGE="http://libs3.ischo.com.s3.amazonaws.com/index.html"
DESCRIPTION="C Library API for Amazon S3"
HOMEPAGE="http://libs3.ischo.com.s3.amazonaws.com/index.html"
SOURCE_URI="http://libs3.ischo.com.s3.amazonaws.com/libs3-2.0.tar.gz"
CHECKSUM_MD5="e52da69ddc11019e98cf8246fc55b4e1"
REVISION="1"

View File

@@ -59,11 +59,11 @@ BUILD()
INSTALL()
{
make install
# prepare development lib links
prepareInstalledDevelLibs libupnp libixml libthreadutil
fixPkgconfig
# devel package
packageEntries devel $developDir
}

View File

@@ -57,16 +57,16 @@ INSTALL()
{
scons install OPENSSL=$portPackageLinksDir/devel~libssl$secondaryArchSuffix \
ZLIB=/system APR=/bin/apr-1-config APU=/bin/apu-1-config PREFIX=$prefix
mkdir -p $includeDir $developLibDir
mv $prefix/include/serf-1/* $includeDir/
rm -rf $prefix/include
# prepare development lib links
prepareInstalledDevelLib libserf-1
fixPkgconfig
# The pkgconfig file reference other libraries using the wrong paths, which
# creates a lot of confusion. Fix them so correct paths are used.
local develPackageName="${portName}_devel-$portFullVersion"
@@ -77,8 +77,8 @@ INSTALL()
local linksDir="$packageLinksDir/${develPackageName}/devel~libapr_1$secondaryArchSuffix/$relativeDevelopLibDir"
sed -i -e "s,\-L/packages/apr-1.* \(-lapr-1 .*\)$,-L$linksDir \1," \
$developLibDir/pkgconfig/serf-1.pc
# devel package
packageEntries devel $developDir
}