mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 20:20:06 +02:00
Trim extra newlines at end of file & trailing whitespace.
This commit is contained in:
@@ -5,7 +5,7 @@ source-level compatibility of aC/C++ library. The tool checks header files \
|
||||
and shared libraries of old and new versions and analyzes changes in API and \
|
||||
ABI (ABI=API+compiler ABI) that may break binary and/or source compatibility.
|
||||
"
|
||||
HOMEPAGE="http://ispras.linuxbase.org/index.php/ABI_compliance_checker"
|
||||
HOMEPAGE="http://ispras.linuxbase.org/index.php/ABI_compliance_checker"
|
||||
SOURCE_URI="https://github.com/downloads/lvc/abi-compliance-checker/abi-compliance-checker-1.98.3.tar.gz"
|
||||
CHECKSUM_SHA256="d397530027ec781d53d80287a77f18a872b35720fbb1e559e0bda7e715607013"
|
||||
SOURCE_DIR="abi-compliance-checker-1.98.3"
|
||||
@@ -41,7 +41,7 @@ BUILD()
|
||||
{
|
||||
sed -i 's/linux|freebsd|openbsd|netbsd/linux|freebsd|openbsd|netbsd|haiku/' Makefile.pl
|
||||
sed -i 's/$PREFIX\/share\/$TOOL_SNAME/$PREFIX\/data\/$TOOL_SNAME/' Makefile.pl
|
||||
sed -i 's/..\/share\/$TOOL_SNAME/..\/data\/$TOOL_SNAME/' Makefile.pl
|
||||
sed -i 's/..\/share\/$TOOL_SNAME/..\/data\/$TOOL_SNAME/' Makefile.pl
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
DESCRIPTION="a simple, self-contained and portable build system"
|
||||
HOMEPAGE="http://hypertriton.com/bsdbuild/"
|
||||
DESCRIPTION="a simple, self-contained and portable build system"
|
||||
HOMEPAGE="http://hypertriton.com/bsdbuild/"
|
||||
SOURCE_URI="http://stable.hypertriton.com/bsdbuild/bsdbuild-2.9.tar.gz"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="broken"
|
||||
@@ -14,7 +14,7 @@ BUILD()
|
||||
sed -i 's#/usr/bin/perl#/boot/common/bin/perl#' mkconfigure
|
||||
sed -i 's#$INSTALLDIR/gen-dotdepend.pl#./gen-dotdepend.pl#' mkconfigure
|
||||
cat configure.in | mkconfigure > configure
|
||||
rm mkconfigure
|
||||
rm mkconfigure
|
||||
./configure --prefix=/boot/common \
|
||||
--mandir=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man \
|
||||
--datadir=`finddir B_COMMON_DATA_DIRECTORY` \
|
||||
|
||||
@@ -20,7 +20,7 @@ developers are inconvenienced by the failure. Main features are:
|
||||
* Slaves can be run behind a NAT firewall and communicate with the master
|
||||
|
||||
* Buildbot has a variety of status-reporting tools to get information about \
|
||||
builds in front of developers in a timely manner.
|
||||
builds in front of developers in a timely manner.
|
||||
|
||||
This package contains the slave implementation, i.e. the part that is \
|
||||
executing builds and/or tests.
|
||||
|
||||
@@ -6,7 +6,7 @@ software compilation process using simple platform and compiler independent \
|
||||
configuration files. CMake generates native makefiles and workspaces that can \
|
||||
be used in the compiler environment of your choice.
|
||||
"
|
||||
HOMEPAGE="http://www.cmake.org"
|
||||
HOMEPAGE="http://www.cmake.org"
|
||||
LICENSE="CMake"
|
||||
COPYRIGHT="2002-2013 Kitware, Inc., Insight Consortium, All rights reserved."
|
||||
SOURCE_URI="http://www.cmake.org/files/v2.8/cmake-2.8.11.2.tar.gz"
|
||||
@@ -61,4 +61,3 @@ TEST()
|
||||
{
|
||||
make test VERBOSE=1
|
||||
}
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ family of tools designed to build, test and package software. CMake is used \
|
||||
to control the software compilation process using simple platform and \
|
||||
compiler independent configuration files. CMake generates native makefiles \
|
||||
and workspaces that can be used in the compiler environment of your choice."
|
||||
HOMEPAGE="http://www.cmake.org"
|
||||
HOMEPAGE="http://www.cmake.org"
|
||||
COPYRIGHT="2002-2014 Kitware, Inc., Insight Consortium. All rights reserved."
|
||||
LICENSE="CMake"
|
||||
SOURCE_URI="http://www.cmake.org/files/v3.0/cmake-3.0.0.tar.gz"
|
||||
|
||||
@@ -4,7 +4,7 @@ family of tools designed to build, test and package software. CMake is used \
|
||||
to control the software compilation process using simple platform and \
|
||||
compiler independent configuration files. CMake generates native makefiles \
|
||||
and workspaces that can be used in the compiler environment of your choice."
|
||||
HOMEPAGE="http://www.cmake.org"
|
||||
HOMEPAGE="http://www.cmake.org"
|
||||
COPYRIGHT="2002-2014 Kitware, Inc., Insight Consortium. All rights reserved."
|
||||
LICENSE="CMake"
|
||||
SOURCE_URI="http://www.cmake.org/files/v3.2/cmake-$portVersion.tar.gz"
|
||||
|
||||
@@ -10,7 +10,7 @@ Allows searching code for:
|
||||
* a file
|
||||
* files including a file
|
||||
"
|
||||
HOMEPAGE="http://cscope.sourceforge.net/"
|
||||
HOMEPAGE="http://cscope.sourceforge.net/"
|
||||
SOURCE_URI="http://sourceforge.net/projects/cscope/files/cscope/15.7a/cscope-15.7a.tar.bz2"
|
||||
CHECKSUM_SHA256="02638bcba790bc8b0562f28dbe789e61794415079d94a676efc287d18dc96037"
|
||||
REVISION="1"
|
||||
|
||||
@@ -6,7 +6,7 @@ for hacking a large project containing many sub-directories, many #ifdef and \
|
||||
many main() functions. It is similar to ctags or etags but is different from \
|
||||
them at the point of independence of any editor. It runs on a UNIX(POSIX) \
|
||||
compatible operating system like GNU and BSD."
|
||||
HOMEPAGE="http://www.gnu.org/software/global/"
|
||||
HOMEPAGE="http://www.gnu.org/software/global/"
|
||||
SOURCE_URI="http://ftp.gnu.org/pub/gnu/global/global-6.3.tar.gz"
|
||||
CHECKSUM_SHA256="c91c741ebf5a27fcb3a61c93f2ee4b97ba265ecb2f48644751d0d5e133c3f8db"
|
||||
REVISION="1"
|
||||
|
||||
@@ -42,7 +42,7 @@ INSTALL()
|
||||
installLocation=$prefix/lib/python$pythonVersion/vendor-packages/
|
||||
export PYTHONPATH=$installLocation:$PYTHONPATH
|
||||
mkdir -p $installLocation
|
||||
|
||||
|
||||
$portPackageLinksDir/cmd~python/bin/python setup.py install \
|
||||
--prefix=$prefix
|
||||
}
|
||||
|
||||
@@ -9,7 +9,7 @@ the memos containing references to a project, or automatically invoke an \
|
||||
editor on all files containing references to some function or variable. Anyone \
|
||||
with a large software project to maintain, or a large set of text files to \
|
||||
organize, can benefit from the ID utilities."
|
||||
HOMEPAGE="http://www.gnu.org/software/idutils/"
|
||||
HOMEPAGE="http://www.gnu.org/software/idutils/"
|
||||
SOURCE_URI="http://ftp.gnu.org/gnu/idutils/idutils-4.6.tar.xz"
|
||||
CHECKSUM_SHA256="8181f43a4fb62f6f0ccf3b84dbe9bec71ecabd6dfdcf49c6b5584521c888aac2"
|
||||
REVISION="2"
|
||||
|
||||
@@ -4,7 +4,7 @@ DESCRIPTION="The indent program can be used to make code easier to read.
|
||||
understands a substantial amount about the syntax of C, but it also
|
||||
attempts to cope with incomplete and misformed syntax.
|
||||
"
|
||||
HOMEPAGE="https://www.gnu.org/software/indent/"
|
||||
HOMEPAGE="https://www.gnu.org/software/indent/"
|
||||
REVISION="2"
|
||||
ARCHITECTURES="x86 x86_gcc2"
|
||||
LICENSE="GNU GPL v3"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
SUMMARY="NetSurf build framework"
|
||||
SUMMARY="NetSurf build framework"
|
||||
DESCRIPTION="
|
||||
NetSurf build framework for compiling some of their libraries.
|
||||
"
|
||||
"
|
||||
HOMEPAGE="http://git.netsurf-browser.org/buildsystem.git/"
|
||||
SOURCE_URI="http://download.netsurf-browser.org/libs/releases/buildsystem-1.1.tar.gz"
|
||||
CHECKSUM_SHA256="5c092afe653d1c6c0fadb39cc47659471e4741fdd2803127be42db4264e3ac44"
|
||||
@@ -42,4 +42,3 @@ INSTALL()
|
||||
{
|
||||
make install PREFIX=$prefix BASE=$prefix/data/netsurf-buildsystem
|
||||
}
|
||||
|
||||
|
||||
@@ -42,4 +42,3 @@ INSTALL()
|
||||
{
|
||||
make install PREFIX=$prefix BASE=$prefix/data/netsurf-buildsystem
|
||||
}
|
||||
|
||||
|
||||
@@ -42,4 +42,3 @@ INSTALL()
|
||||
{
|
||||
make install PREFIX=$prefix BASE=$prefix/data/netsurf-buildsystem
|
||||
}
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ contains a given regular expression.
|
||||
*Recountdiff fixes up counts and offsets in a unified diff.
|
||||
*Unwrapdiff fixes word-wrapped unified diffs.
|
||||
"
|
||||
HOMEPAGE="http://cyberelk.net/tim/patchutils/"
|
||||
HOMEPAGE="http://cyberelk.net/tim/patchutils/"
|
||||
SOURCE_URI="http://cyberelk.net/tim/data/patchutils/stable/patchutils-0.3.3.tar.xz"
|
||||
CHECKSUM_SHA256="91f4e8451b2efcac5d40c966e42c175803450f0de94c926bfecc12c90070ad3c"
|
||||
REVISION="1"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
DESCRIPTION="FreeBSD's POSIX Test Suite"
|
||||
HOMEPAGE="http://people.freebsd.org/~pjd/pjdfstest"
|
||||
DESCRIPTION="FreeBSD's POSIX Test Suite"
|
||||
HOMEPAGE="http://people.freebsd.org/~pjd/pjdfstest"
|
||||
SOURCE_URI="http://people.freebsd.org/~pjd/pjdfstest/pjdfstest-20100807.tbz"
|
||||
CHECKSUM_MD5="2ea67f0ea6f8f028345b604cfddaf1aa"
|
||||
REVISION="1"
|
||||
|
||||
@@ -2,8 +2,8 @@ SUMMARY="An open source test suite for POSIX compliance"
|
||||
DESCRIPTION="
|
||||
The Open POSIX Test Suite is a test suite for POSIX 2001 APIs, not tied to \
|
||||
specific implementations.
|
||||
"
|
||||
HOMEPAGE="http://posixtest.sourceforge.net/"
|
||||
"
|
||||
HOMEPAGE="http://posixtest.sourceforge.net/"
|
||||
SOURCE_URI="http://sourceforge.net/projects/posixtest/files/posixtest/posixtestsuite-1.5.2/posixtestsuite-1.5.2.tar.gz"
|
||||
CHECKSUM_SHA256="15a2185672127cba851d35ec9d538ff6148defdbb75f99c7e9c50aeba0f94757"
|
||||
REVISION="1"
|
||||
|
||||
@@ -55,4 +55,3 @@ INSTALL()
|
||||
mkdir -p $binDir
|
||||
install -m 0755 premake4 $binDir
|
||||
}
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
DESCRIPTION="tool for generating C-based recognizers from regular expressions"
|
||||
HOMEPAGE="http://re2c.org"
|
||||
DESCRIPTION="tool for generating C-based recognizers from regular expressions"
|
||||
HOMEPAGE="http://re2c.org"
|
||||
SOURCE_URI="http://sourceforge.net/projects/re2c/files/re2c/0.13.5/re2c-0.13.5.tar.gz/download"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="broken"
|
||||
@@ -27,6 +27,5 @@ TEST()
|
||||
}
|
||||
|
||||
#LICENSE="Public Domain"
|
||||
#COPYRIGHT
|
||||
#COPYRIGHT
|
||||
#Written by 2003 Peter Bumbulis, currently maintained by Dan Nuffer, Marcus Boerger and Hartmut Kaiser
|
||||
|
||||
|
||||
@@ -52,7 +52,7 @@ BUILD()
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
|
||||
|
||||
rm $libDir/libtreecc.a
|
||||
# mkdir -p $binDir
|
||||
# cp -a objects/projectx $binDir
|
||||
|
||||
Reference in New Issue
Block a user