mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
More ordering & layout fixes
This commit is contained in:
@@ -14,10 +14,10 @@ ARCHITECTURES="x86_gcc2"
|
||||
PROVIDES="
|
||||
avra = $portVersion
|
||||
cmd:avra
|
||||
"
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku_devel
|
||||
cmd:aclocal
|
||||
|
||||
@@ -34,13 +34,13 @@ PROVIDES="
|
||||
cmd:png2crtc
|
||||
cmd:raw2crtc
|
||||
lib:libcpc
|
||||
"
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libdsk
|
||||
lib:libpng
|
||||
lib:libz
|
||||
"
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
|
||||
@@ -8,8 +8,7 @@ With the use of a control file, you can, by an iterative process, get a \
|
||||
progressively more meaningful disassembly by modifying the control file based \
|
||||
on examination of the output of previous runs of the disassembler. You can \
|
||||
also specify names for labels and symbols in the control file, resulting in a \
|
||||
much more readable source file.
|
||||
"
|
||||
much more readable source file."
|
||||
HOMEPAGE="http://www.brouhaha.com/~eric/software/d52"
|
||||
COPYRIGHT="2007 Jeffery L. Post"
|
||||
LICENSE="GNU GPL v3"
|
||||
@@ -25,10 +24,10 @@ PROVIDES="
|
||||
cmd:d48
|
||||
cmd:d52
|
||||
cmd:dz80
|
||||
"
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
|
||||
@@ -2,8 +2,7 @@ SUMMARY="Cross-development tools for the Motorola 6809"
|
||||
DESCRIPTION="LWTOOLS is a set of cross-development tools for the Motorola 6809 \
|
||||
and Hitachi 6309 microprocessors. It supports assembling to raw binaries, CoCo \
|
||||
LOADM binaries, and a proprietary object file format for later linking. It also \
|
||||
supports macros and file inclusion among other things.
|
||||
"
|
||||
supports macros and file inclusion among other things."
|
||||
HOMEPAGE="http://lwtools.projects.l-w.ca/"
|
||||
COPYRIGHT="2006-2014 William Astle"
|
||||
LICENSE="GNU GPL v3"
|
||||
|
||||
@@ -6,8 +6,7 @@ Intel MCS51 based microprocessors (8031, 8032, 8051, 8052, etc.), Maxim \
|
||||
(hc08, s08), Zilog Z80 based MCUs (z80, z180, gbz80, Rabbit 2000/3000, Rabbit \
|
||||
3000A, TLCS-90) and STMicroelectronics STM8. Work is in progress on supporting \
|
||||
the Microchip PIC16 and PIC18 targets. It can be retargeted for other \
|
||||
microprocessors.
|
||||
"
|
||||
microprocessors."
|
||||
HOMEPAGE="http://sdcc.sourceforge.net"
|
||||
COPYRIGHT="
|
||||
1999-2013 Sandeep Dutta
|
||||
|
||||
@@ -5,8 +5,7 @@ Maxim (formerly Dallas) DS80C390 variants, Freescale (formerly Motorola) HC08 \
|
||||
based (hc08, s08), Zilog Z80 based MCUs (z80, z180, gbz80, Rabbit 2000/3000, \
|
||||
Rabbit 3000A, TLCS-90) and STMicroelectronics STM8. Work is in progress on \
|
||||
supporting the Microchip PIC16 and PIC18 targets. It can be retargeted for \
|
||||
other microprocessors.
|
||||
"
|
||||
other microprocessors."
|
||||
HOMEPAGE="http://sdcc.sourceforge.net"
|
||||
COPYRIGHT="
|
||||
1999-2013 Sandeep Dutta
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
SUMMARY="STM32 discovery line programmer"
|
||||
DESCRIPTION="stlink is a cheap adapter used to program and debug STM32 \
|
||||
microcontrollers. This tool allows interfacing the stlink with GDB for easy \
|
||||
programming and debugging of these chips.
|
||||
"
|
||||
programming and debugging of these chips."
|
||||
HOMEPAGE="https://github.com/texane/stlink"
|
||||
COPYRIGHT="2011 The Capt'ns Missing Link Authors"
|
||||
LICENSE="BSD (3-clause)"
|
||||
|
||||
@@ -11,8 +11,7 @@ ST serial bootloader.
|
||||
* verify & retry up to N times on failed writes
|
||||
* start execution at specified address
|
||||
* software reset the device when finished if -g not specified
|
||||
* resume already initialized connection (for when reset fails)
|
||||
"
|
||||
* resume already initialized connection (for when reset fails)"
|
||||
HOMEPAGE="http://code.google.com/p/stm32flash/"
|
||||
COPYRIGHT="
|
||||
Geoffrey McRae
|
||||
|
||||
Reference in New Issue
Block a user