mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
More ordering & layout fixes
This commit is contained in:
@@ -26,7 +26,7 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku
|
||||
cmd:ocaml
|
||||
"
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku_devel
|
||||
cmd:make
|
||||
|
||||
@@ -4,8 +4,7 @@ Lua combines simple procedural syntax with powerful data description \
|
||||
constructs based on associative arrays and extensible semantics. Lua is \
|
||||
dynamically typed, runs by interpreting bytecode for a register-based virtual \
|
||||
machine, and has automatic memory management with incremental garbage \
|
||||
collection, making it ideal for configuration, scripting, and rapid prototyping.
|
||||
"
|
||||
collection, making it ideal for configuration, scripting, and rapid prototyping."
|
||||
HOMEPAGE="http://www.lua.org"
|
||||
COPYRIGHT="1994-2012, Lua.org, PUC-Rio"
|
||||
LICENSE="MIT"
|
||||
|
||||
@@ -3,8 +3,7 @@ DESCRIPTION="
|
||||
Squirrel is a light weight programming language featuring higher-order \
|
||||
functions, classes/inheritance, delegation, tail recursion, generators, \
|
||||
cooperative threads, exception handling, reference counting and garbage \
|
||||
collection on demand. C-like syntax.
|
||||
"
|
||||
collection on demand. C-like syntax."
|
||||
HOMEPAGE="http://www.squirrel-lang.org"
|
||||
COPYRIGHT="2004-2013 Alberto Demichelis"
|
||||
LICENSE="MIT"
|
||||
|
||||
@@ -5,8 +5,7 @@ commonly used for teaching and semantic web applications. It has a rich set of \
|
||||
features, libraries for constraint logic programming, multithreading, unit \
|
||||
testing, GUI, interfacing to Java, ODBC and others, literate programming, a web \
|
||||
server, SGML, RDF, RDFS, developer tools (including an IDE with a GUI debugger \
|
||||
and GUI profiler), and extensive documentation.
|
||||
"
|
||||
and GUI profiler), and extensive documentation."
|
||||
HOMEPAGE="http://www.swi-prolog.org/"
|
||||
COPYRIGHT="1985-2012, University of Amsterdam, VU University Amsterdam"
|
||||
LICENSE="
|
||||
|
||||
@@ -5,8 +5,7 @@ commonly used for teaching and semantic web applications. It has a rich set of \
|
||||
features, libraries for constraint logic programming, multithreading, unit \
|
||||
testing, GUI, interfacing to Java, ODBC and others, literate programming, a web \
|
||||
server, SGML, RDF, RDFS, developer tools (including an IDE with a GUI debugger \
|
||||
and GUI profiler), and extensive documentation.
|
||||
"
|
||||
and GUI profiler), and extensive documentation."
|
||||
HOMEPAGE="http://www.swi-prolog.org/"
|
||||
COPYRIGHT="1985-2012, University of Amsterdam, VU University Amsterdam"
|
||||
LICENSE="
|
||||
|
||||
@@ -12,8 +12,7 @@ can be mixed freely with standard code.
|
||||
Full C preprocessor and GNU-like assembler included.
|
||||
* C script supported : just add '#!/usr/local/bin/tcc -run' at the first line \
|
||||
of your C source, and execute it directly from the command line.
|
||||
* With libtcc, you can use TCC as a backend for dynamic code generation.
|
||||
"
|
||||
* With libtcc, you can use TCC as a backend for dynamic code generation."
|
||||
HOMEPAGE="http://bellard.org/tcc/"
|
||||
COPYRIGHT="2001-2014 Fabrice Bellard"
|
||||
LICENSE="GNU LGPL v2"
|
||||
@@ -35,10 +34,10 @@ PROVIDES="
|
||||
cmd:tcc
|
||||
cmd:x86_64_tcc
|
||||
cmd:x86_64_win32_tcc
|
||||
"
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
devel:libtcc
|
||||
|
||||
@@ -4,8 +4,7 @@ Tcl (Tool Command Language) is a very powerful but easy to learn dynamic \
|
||||
programming language, suitable for a very wide range of uses, including web \
|
||||
and desktop applications, networking, administration, testing and many more. \
|
||||
Open source and business-friendly, Tcl is a mature yet evolving language that \
|
||||
is truly cross platform, easily deployed and highly extensible.
|
||||
"
|
||||
is truly cross platform, easily deployed and highly extensible."
|
||||
HOMEPAGE="http://www.tcl.tk"
|
||||
COPYRIGHT="Regents of the University of California, Sun Microsystems, Inc., Scriptics Corporation, ActiveState Corporation and other parties"
|
||||
LICENSE="BSD (2-clause)"
|
||||
|
||||
@@ -4,8 +4,7 @@ Tcl (Tool Command Language) is a very powerful but easy to learn dynamic \
|
||||
programming language, suitable for a very wide range of uses, including web \
|
||||
and desktop applications, networking, administration, testing and many more. \
|
||||
Open source and business-friendly, Tcl is a mature yet evolving language that \
|
||||
is truly cross platform, easily deployed and highly extensible.
|
||||
"
|
||||
is truly cross platform, easily deployed and highly extensible."
|
||||
HOMEPAGE="http://www.tcl.tk"
|
||||
COPYRIGHT="Regents of the University of California, Sun Microsystems, Inc., Scriptics Corporation, ActiveState Corporation and other parties"
|
||||
LICENSE="BSD (2-clause)"
|
||||
|
||||
@@ -54,10 +54,10 @@ ARCHITECTURES="x86_gcc2"
|
||||
PROVIDES="
|
||||
vasm = $portVersion
|
||||
cmd:vasmz80_oldstyle
|
||||
"
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
|
||||
@@ -39,8 +39,7 @@ Currently the following object and executable file formats are supported by vlin
|
||||
* AMSDOS format (Amstrad/Schneider CPC)
|
||||
* Commodore 8-bit PRG format
|
||||
* Raw binaries (writing only)
|
||||
* VOBJ, proprietary versatile object format (reading only)
|
||||
"
|
||||
* VOBJ, proprietary versatile object format (reading only)"
|
||||
HOMEPAGE="http://sun.hasenbraten.de/vlink/"
|
||||
COPYRIGHT="1997-2015 Frank Wille"
|
||||
LICENSE="vlink"
|
||||
@@ -54,10 +53,10 @@ ARCHITECTURES="x86_gcc2"
|
||||
PROVIDES="
|
||||
vlink = $portVersion
|
||||
cmd:vlink
|
||||
"
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
|
||||
@@ -7,8 +7,7 @@ GAS assembler syntaxes, outputs binary, ELF32, ELF64, 32 and 64-bit Mach-O, \
|
||||
RDOFF2, COFF, Win32, and Win64 object formats, and generates source debugging \
|
||||
information in STABS, DWARF 2, and CodeView 8 formats.
|
||||
Yasm can be easily integrated into Visual Studio 2005/2008 and 2010 for \
|
||||
assembly of NASM or GAS syntax code into Win32 or Win64 object files.
|
||||
"
|
||||
assembly of NASM or GAS syntax code into Win32 or Win64 object files."
|
||||
HOMEPAGE="http://www.tortall.net/projects/yasm/"
|
||||
COPYRIGHT="2001-2010 Peter Johnson and other Yasm developers."
|
||||
LICENSE="
|
||||
|
||||
@@ -7,8 +7,7 @@ GAS assembler syntaxes, outputs binary, ELF32, ELF64, 32 and 64-bit Mach-O, \
|
||||
RDOFF2, COFF, Win32, and Win64 object formats, and generates source debugging \
|
||||
information in STABS, DWARF 2, and CodeView 8 formats.
|
||||
Yasm can be easily integrated into Visual Studio 2005/2008 and 2010 for \
|
||||
assembly of NASM or GAS syntax code into Win32 or Win64 object files.
|
||||
"
|
||||
assembly of NASM or GAS syntax code into Win32 or Win64 object files."
|
||||
HOMEPAGE="http://www.tortall.net/projects/yasm/"
|
||||
COPYRIGHT="2001-2011 Peter Johnson and other Yasm developers."
|
||||
LICENSE="
|
||||
|
||||
Reference in New Issue
Block a user