mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
More ordering & layout fixes
This commit is contained in:
@@ -3,8 +3,7 @@ DESCRIPTION="
|
||||
ABI Compliance Checker (ACC) is a tool for checking backward binary and \
|
||||
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.
|
||||
"
|
||||
ABI (ABI=API+compiler ABI) that may break binary and/or source compatibility."
|
||||
HOMEPAGE="http://ispras.linuxbase.org/index.php/ABI_compliance_checker"
|
||||
COPYRIGHT="2009-2010 The Linux Foundation
|
||||
2009-2011 Institute for System Programming, RAS
|
||||
|
||||
@@ -15,8 +15,7 @@ effects of one bug and go on to learn about another.
|
||||
The program being debugged can be written in Ada, C, C++, Objective-C, Pascal \
|
||||
(and many other languages). Those programs might be executing on the same \
|
||||
machine as GDB (native) or on another machine (remote). GDB can run on most \
|
||||
popular UNIX and Microsoft Windows variants.
|
||||
"
|
||||
popular UNIX and Microsoft Windows variants."
|
||||
HOMEPAGE="http://sourceware.org/gdb/"
|
||||
COPYRIGHT="Free Software Foundation"
|
||||
LICENSE="GNU GPL v3"
|
||||
|
||||
@@ -2,8 +2,7 @@ SUMMARY="Native makefiles generator"
|
||||
DESCRIPTION="
|
||||
Bakefile is cross-platform, cross-compiler native makefiles generator. It \
|
||||
takes compiler-independent description of build tasks as input and generates \
|
||||
native makefile (autoconf's Makefile.in, Visual C++ project, bcc makefile etc.).
|
||||
"
|
||||
native makefile (autoconf's Makefile.in, Visual C++ project, bcc makefile etc.)."
|
||||
HOMEPAGE="http://www.bakefile.org"
|
||||
COPYRIGHT="2003-2007 Vaclav Slavik"
|
||||
LICENSE="MIT"
|
||||
|
||||
@@ -2,8 +2,7 @@ SUMMARY="Berkeley implementation of Yacc"
|
||||
DESCRIPTION="
|
||||
Berkeley Yacc (byacc) is generally conceded to be the best yacc variant \
|
||||
available. In contrast to bison, it is written to avoid dependencies upon a \
|
||||
particular compiler.
|
||||
"
|
||||
particular compiler."
|
||||
HOMEPAGE="http://invisible-island.net/byacc/byacc.html"
|
||||
COPYRIGHT="2002-2013,2014 by Thomas E. Dickey"
|
||||
LICENSE="Public Domain"
|
||||
@@ -16,10 +15,10 @@ ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
PROVIDES="
|
||||
byacc = $portVersion
|
||||
cmd:yacc = $portVersion
|
||||
"
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
|
||||
@@ -19,10 +19,10 @@ PROVIDES="
|
||||
cmd:colormake_short
|
||||
cmd:clmake
|
||||
cmd:clmake_short
|
||||
"
|
||||
"
|
||||
REQUIRES="
|
||||
cmd:perl
|
||||
"
|
||||
"
|
||||
|
||||
PATCH()
|
||||
{
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
SUMMARY="C++ unit testing framework"
|
||||
DESCRIPTION="
|
||||
CppUnit is a C++ unit testing framework. It started its life as a port of \
|
||||
JUnit to C++ by Michael Feathers.
|
||||
"
|
||||
JUnit to C++ by Michael Feathers."
|
||||
HOMEPAGE="http://cppunit.sourceforge.net/"
|
||||
COPYRIGHT="2000 Jerome Lacoste
|
||||
2000 Michael Feathers
|
||||
|
||||
@@ -8,8 +8,7 @@ Allows searching code for:
|
||||
* text string
|
||||
* regular expression pattern
|
||||
* a file
|
||||
* files including a file
|
||||
"
|
||||
* files including a file"
|
||||
HOMEPAGE="http://cscope.sourceforge.net/"
|
||||
COPYRIGHT="1998-2000 The Santa Cruz Operation"
|
||||
LICENSE="BSD (3-clause)"
|
||||
|
||||
@@ -9,8 +9,7 @@ GDB can do four main kinds of things (plus other things in support of these) to
|
||||
* Examine what has happened, when your program has stopped.
|
||||
* Change things in your program, so you can experiment with correcting the effects of one bug and go on to learn about another.
|
||||
|
||||
The program being debugged can be written in Ada, C, C++, Objective-C, Pascal (and many other languages). Those programs might be executing on the same machine as GDB (native) or on another machine (remote). GDB can run on most popular UNIX and Microsoft Windows variants.
|
||||
"
|
||||
The program being debugged can be written in Ada, C, C++, Objective-C, Pascal (and many other languages). Those programs might be executing on the same machine as GDB (native) or on another machine (remote). GDB can run on most popular UNIX and Microsoft Windows variants."
|
||||
HOMEPAGE="http://sourceware.org/gdb/"
|
||||
COPYRIGHT="Free Software Foundation"
|
||||
LICENSE="GNU GPL v3"
|
||||
|
||||
@@ -8,8 +8,7 @@ lookup needs a single string comparison only.
|
||||
GNU gperf is highly customizable. There are options for generating C or C++ \
|
||||
code, for emitting switch statements or nested ifs instead of a hash table, \
|
||||
and for tuning the algorithm employed by gperf.
|
||||
Online Manual is available at www.gnu.org/software/gperf/manual/gperf.html
|
||||
"
|
||||
Online Manual is available at www.gnu.org/software/gperf/manual/gperf.html"
|
||||
HOMEPAGE="http://www.gnu.org/software/gperf/"
|
||||
COPYRIGHT="1989-1998, 2000-2004, 2006-2009 Free Software Foundation, Inc."
|
||||
LICENSE="GNU GPL v3"
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
SUMMARY="Generate Your Projects (GYP) is a build automation tool"
|
||||
DESCRIPTION="GYP is created by Google to generate native IDE project files \
|
||||
(such as Visual Studio and Xcode) for building the Chromium web browser and is \
|
||||
licensed as open source software using the BSD software license.
|
||||
"
|
||||
licensed as open source software using the BSD software license."
|
||||
HOMEPAGE="https://chromium.googlesource.com/external/gyp/"
|
||||
COPYRIGHT="2012 Google Inc."
|
||||
LICENSE="BSD (2-clause)"
|
||||
|
||||
@@ -28,7 +28,7 @@ REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libiconv$secondaryArchSuffix
|
||||
lib:libintl$secondaryArchSuffix
|
||||
"
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
SUMMARY="NetSurf build framework"
|
||||
DESCRIPTION="
|
||||
NetSurf build framework for compiling some of their libraries.
|
||||
"
|
||||
NetSurf build framework for compiling some of their libraries."
|
||||
HOMEPAGE="http://git.netsurf-browser.org/buildsystem.git/"
|
||||
COPYRIGHT="2009 - 2013 The NetSurf Browser project"
|
||||
LICENSE="MIT"
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
SUMMARY="NetSurf build framework"
|
||||
DESCRIPTION="
|
||||
NetSurf build framework for compiling some of their libraries.
|
||||
"
|
||||
NetSurf build framework for compiling some of their libraries."
|
||||
HOMEPAGE="http://git.netsurf-browser.org/buildsystem.git/"
|
||||
COPYRIGHT="2009-2014 The NetSurf Browser project"
|
||||
LICENSE="MIT"
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
SUMMARY="NetSurf build framework"
|
||||
DESCRIPTION="
|
||||
NetSurf build framework for compiling some of their libraries.
|
||||
"
|
||||
NetSurf build framework for compiling some of their libraries."
|
||||
HOMEPAGE="http://git.netsurf-browser.org/buildsystem.git/"
|
||||
COPYRIGHT="2009-2015 The NetSurf Browser project"
|
||||
LICENSE="MIT"
|
||||
|
||||
@@ -5,8 +5,7 @@ input files generated by a higher-level build system, and it is designed to \
|
||||
run builds as fast as possible.
|
||||
Ninja's low-level approach makes it perfect for embedding into more featureful \
|
||||
build systems. Via gyp it can build Chrome and v8 and node.js etc.; via CMake \
|
||||
it can build LLVM, KDE, Blender, etc.
|
||||
"
|
||||
it can build LLVM, KDE, Blender, etc."
|
||||
HOMEPAGE="http://martine.github.io/ninja/"
|
||||
COPYRIGHT="2014 Google Inc."
|
||||
LICENSE="Apache v2"
|
||||
|
||||
@@ -2,8 +2,7 @@ SUMMARY="Powerfully simple build configuration"
|
||||
DESCRIPTION="\
|
||||
Describe your software project with a full-featured scripting language and \
|
||||
let Premake write the build scripts for you. With one file your project can \
|
||||
support both IDE-addicted Windows coders and Linux command-line junkies!
|
||||
"
|
||||
support both IDE-addicted Windows coders and Linux command-line junkies!"
|
||||
HOMEPAGE="http://industriousone.com/premake"
|
||||
COPYRIGHT="2012 Industrious One, LLC"
|
||||
LICENSE="BSD (2-clause)"
|
||||
@@ -19,10 +18,10 @@ PROVIDES="
|
||||
premake
|
||||
premake4$secondaryArchSuffix = $portVersion
|
||||
cmd:premake4$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
|
||||
@@ -52,12 +52,12 @@ PROVIDES="
|
||||
lib:libr_socket$secondaryArchSuffix
|
||||
lib:libr_syscall$secondaryArchSuffix
|
||||
lib:libr_util$secondaryArchSuffix
|
||||
"
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libcapstone$secondaryArchSuffix
|
||||
lib:libmagic$secondaryArchSuffix
|
||||
"
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
radare2${secondaryArchSuffix}_devel = $portVersion
|
||||
@@ -65,7 +65,7 @@ PROVIDES_devel="
|
||||
"
|
||||
REQUIRES_devel="
|
||||
radare2${secondaryArchSuffix} == $portVersion base
|
||||
"
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
|
||||
@@ -2,8 +2,7 @@ SUMMARY="A compiler-compiler tool for aspect-oriented programming"
|
||||
DESCRIPTION="\
|
||||
Tree Compiler-Compiler (treecc) is designed to assist in the development of \
|
||||
compilers and other language- based tools. It manages the generation of code \
|
||||
to handle abstract syntax trees and operations upon the trees. \
|
||||
"
|
||||
to handle abstract syntax trees and operations upon the trees. \"
|
||||
HOMEPAGE="http://www.gnu.org/software/dotgnu/treecc/treecc.html"
|
||||
COPYRIGHT="2001-2003 Southern Storm Software, Pty Ltd
|
||||
2003 Free Software Foundation, Inc.
|
||||
|
||||
Reference in New Issue
Block a user