mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
Merge pull request #485 from DarkmatterVale/master
More ordering & layout fixes
This commit is contained in:
@@ -3,8 +3,7 @@ DESCRIPTION="
|
||||
Automake is a tool for automatically generating 'Makefile.in' files from \
|
||||
'Makefile.am' files. 'Makefile.am' is a series of 'make' macro definitions \
|
||||
(with rules occasionally thrown in). The generated 'Makefile.in' files are \
|
||||
compatible with the GNU Makefile standards.
|
||||
"
|
||||
compatible with the GNU Makefile standards."
|
||||
HOMEPAGE="http://www.gnu.org/software/automake/"
|
||||
COPYRIGHT="2009 Free Software Foundation, Inc."
|
||||
LICENSE="GNU GPL v2"
|
||||
|
||||
@@ -3,8 +3,7 @@ DESCRIPTION="
|
||||
Automake is a tool for automatically generating 'Makefile.in' files from \
|
||||
'Makefile.am' files. 'Makefile.am' is a series of 'make' macro definitions \
|
||||
(with rules occasionally thrown in). The generated 'Makefile.in' files are \
|
||||
compatible with the GNU Makefile standards.
|
||||
"
|
||||
compatible with the GNU Makefile standards."
|
||||
HOMEPAGE="http://www.gnu.org/software/automake/"
|
||||
COPYRIGHT="2012 Free Software Foundation, Inc."
|
||||
LICENSE="GNU GPL v2"
|
||||
|
||||
@@ -4,8 +4,7 @@ as86 is an assembler for the 8086..80386 processors, it's syntax is closer \
|
||||
to the intel/microsoft form rather than the more normal generic form of \
|
||||
the unix system assembler.
|
||||
The linker understands only the object files produced by the as86 assembler, \
|
||||
it can link them into either an impure or a separate I&D executable.
|
||||
"
|
||||
it can link them into either an impure or a separate I&D executable."
|
||||
HOMEPAGE="http://v3.sk/~lkundrak/dev86/"
|
||||
COPYRIGHT="1994 Bruce Evans
|
||||
1999 Robert de Bath"
|
||||
|
||||
@@ -8,8 +8,7 @@ languages.
|
||||
Bison is upward compatible with Yacc: all properly-written Yacc grammars ought \
|
||||
to work with Bison with no change. Anyone familiar with Yacc should be able to \
|
||||
use Bison with little trouble. You need to be fluent in C or C++ programming \
|
||||
in order to use Bison.
|
||||
"
|
||||
in order to use Bison."
|
||||
HOMEPAGE="http://www.gnu.org/software/bison/bison.html"
|
||||
COPYRIGHT="1992-2010 Free Software Foundation, Inc."
|
||||
LICENSE="GNU GPL v3"
|
||||
|
||||
@@ -5,8 +5,7 @@ One of the main goals is to have an API library, so that IDEs can implement \
|
||||
actual Jam support. Another one is to add features that are complicated to add \
|
||||
in Jam (like more intelligent header scanning, plug-in support (for header \
|
||||
scanning, archive types), dependence of targets on their actual actions (i.e. \
|
||||
Jamfile change would trigger rebuild of affected targets)
|
||||
"
|
||||
Jamfile change would trigger rebuild of affected targets)"
|
||||
HOMEPAGE="https://github.com/weinhold/Ham"
|
||||
COPYRIGHT="2010-2013 Ingo Weinhold"
|
||||
LICENSE="MIT"
|
||||
|
||||
@@ -45,7 +45,6 @@ PROVIDES="
|
||||
lib:BugpointPasses
|
||||
lib:LLVMHello
|
||||
lib:libLTO
|
||||
|
||||
devel:libLLVMAArch64AsmParser
|
||||
devel:libLLVMAArch64AsmPrinter
|
||||
devel:libLLVMAArch64CodeGen
|
||||
|
||||
@@ -45,7 +45,6 @@ PROVIDES="
|
||||
lib:BugpointPasses$secondaryArchSuffix
|
||||
lib:LLVMHello$secondaryArchSuffix
|
||||
lib:libLTO$secondaryArchSuffix
|
||||
|
||||
devel:libLLVMAArch64AsmParser$secondaryArchSuffix
|
||||
devel:libLLVMAArch64AsmPrinter$secondaryArchSuffix
|
||||
devel:libLLVMAArch64CodeGen$secondaryArchSuffix
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
SUMMARY="Modular and reuseable compiler and toolchain technologies"
|
||||
DESCRIPTION="
|
||||
LLVM is a collection of modular and reuseable compiler and and toolchain \
|
||||
technologies.
|
||||
"
|
||||
technologies."
|
||||
HOMEPAGE="http://www.llvm.org/"
|
||||
COPYRIGHT="2003-2014 University of Illinois at Urbana-Champaign"
|
||||
LICENSE="UIUC"
|
||||
@@ -51,7 +50,6 @@ PROVIDES="
|
||||
lib:BugpointPasses$secondaryArchSuffix
|
||||
lib:LLVMHello$secondaryArchSuffix
|
||||
lib:libLTO$secondaryArchSuffix
|
||||
|
||||
devel:libLLVMAArch64AsmParser$secondaryArchSuffix
|
||||
devel:libLLVMAArch64AsmPrinter$secondaryArchSuffix
|
||||
devel:libLLVMAArch64CodeGen$secondaryArchSuffix
|
||||
|
||||
@@ -2,8 +2,7 @@ SUMMARY="Utility to apply diffs to files"
|
||||
DESCRIPTION="
|
||||
Patch takes a patch file containing a difference listing produced by the diff \
|
||||
program and applies those differences to one or more original files, producing \
|
||||
patched versions.
|
||||
"
|
||||
patched versions."
|
||||
HOMEPAGE="http://www.gnu.org/software/patch/"
|
||||
COPYRIGHT="2012-2015 Free Software Foundation, Inc."
|
||||
LICENSE="GNU GPL v3"
|
||||
|
||||
Reference in New Issue
Block a user