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

@@ -13,7 +13,7 @@ BUILD()
cmake ..
make
}
INSTALL()
{
cd eigen-eigen-5097c01bcdc4/build

View File

@@ -19,7 +19,7 @@ BUILD()
--docdir=${DOCDIR}
make
}
INSTALL()
{
cd glog-0.3.3

View File

@@ -3,7 +3,7 @@ Hugen is a simply python script for generating code for Haiku \
applications. It is based on templates. You can define your own \
one and quick generate some files with adequate names and content \
instead creating it manually. Templates for class and simple \
application with Makefile and Jamfile are provided by default.
application with Makefile and Jamfile are provided by default.
"
SUMMARY="Code generator for Haiku"
HOMEPAGE="https://github.com/aldeck/hugen"
@@ -40,7 +40,7 @@ INSTALL()
mkdir -p $binDir
python=$portPackageLinksDir/cmd~python/bin/python
version=$($python --version 2>&1 | sed 's/Python //' | head -c3)
installLocation=$prefix/lib/python$version/vendor-packages
mkdir -p $installLocation/hugen_app
cp -R hugen.py configs/ templates/ $installLocation/hugen_app

View File

@@ -1,5 +1,5 @@
DESCRIPTION="Build infrastructure and utilities for GNOME C++ bindings."
HOMEPAGE="http://www.gtkmm.org/"
DESCRIPTION="Build infrastructure and utilities for GNOME C++ bindings."
HOMEPAGE="http://www.gtkmm.org/"
SOURCE_URI="http://ftp.gnome.org/pub/GNOME/sources/mm-common/0.9/mm-common-0.9.2.tar.gz"
REVISION="1"
STATUS_HAIKU="stable"

View File

@@ -10,10 +10,10 @@ SOURCE_URI="http://www.msweet.org/files/project3/mxml-2.9.tar.gz"
CHECKSUM_SHA256="cded54653c584b24c4a78a7fa1b3b4377d49ac4f451ddf170ebbc8161d85ff92"
SOURCE_DIR="mxml-2.9"
PATCHES="mxml-2.9.patchset"
ARCHITECTURES="!x86_gcc2 !x86 !x86_64"
SECONDARY_ARCHITECTURES="!x86_gcc2 !x86"
PROVIDES="
mxml$secondaryArchSuffix = $portVersion
lib:mxml$secondaryArchSuffix = $portVersion
@@ -48,14 +48,14 @@ BUILD_PREREQUIRES="
"
BUILD()
{
{
libtoolize -fci
autoconf
runConfigure ./configure --enable-shared
sed -i "s|LIBS = -pthread|LIBS=|" $sourceDir/Makefile
make $jobArgs
}
INSTALL()
{
make install

View File

@@ -7,7 +7,7 @@ CHECKSUM_SHA256="2ed639a7155607c097c2029af5f4287296595080b2e5dd2e2ebd9bbb7450b87
REVISION="1"
LICENSE="BSD (2-clause)"
COPYRIGHT="2008 Jesse Beder"
ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
@@ -34,19 +34,19 @@ BUILD_PREREQUIRES="
"
BUILD()
{
{
autoreconf -fi
runConfigure ./configure
make $jobArgs
}
INSTALL()
{
make install
mkdir -p $docDir
fixPkgconfig
mv $prefix/share/doc/sparsehash*/* $docDir
rm -rf $prefix/share
}

View File

@@ -8,7 +8,7 @@ SOURCE_DIR="yaml-cpp-$portVersion"
REVISION="1"
LICENSE="MIT"
COPYRIGHT="2008 Jesse Beder"
ARCHITECTURES="!x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86"
@@ -36,15 +36,15 @@ BUILD_PREREQUIRES="
"
BUILD()
{
{
cmake -DBUILD_SHARED_LIBS=ON -DCMAKE_INSTALL_PREFIX:PATH=$prefix .
make $jobArgs
}
INSTALL()
{
make install
mkdir -p `dirname $includeDir` $libDir
mv $prefix/include $includeDir