Fix ordering

This commit is contained in:
Vale
2016-02-17 14:26:37 -05:00
parent c78e400f98
commit 4ceccd41e1
491 changed files with 2610 additions and 2977 deletions

View File

@@ -23,8 +23,8 @@ format written by the Amstrad operating system. The tool allows the user to
define the .CDT \"recording\" method and baud rate."
HOMEPAGE="http://cpctech.org.uk/"
COPYRIGHT="2000-2014 Kevin Thacker"
REVISION="1"
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="http://cpctech.cpc-live.com/download/2cdt.zip"
CHECKSUM_SHA256="e6a4e69de46b256df51c9c265c6b9a50f8016264bfb3d35f5958152b91500e56"
SOURCE_DIR="2cdt"

View File

@@ -4,23 +4,21 @@ and upload it to the board. It runs on Windows, Mac OS X, and Linux. \
The environment is written in Java and based on Processing and other \
open-source software."
HOMEPAGE="http://arduino.cc"
LICENSE="GNU GPL v2"
COPYRIGHT="Arduino team"
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="http://downloads.arduino.cc/arduino-1.0.6-linux32.tgz"
CHECKSUM_SHA256="f059a572231abafb92099a3a404c0a41502c3413668610676c40029384edc658"
REVISION="1"
SOURCE_DIR="arduino-1.0.6"
PATCHES="arduino_x86-1.0.6.patchset"
ARCHITECTURES="!x86_gcc2 x86 ?x86_64"
SECONDARY_ARCHITECTURES="x86"
PATCHES="arduino_x86-1.0.6.patchset"
PROVIDES="
arduino$secondaryArchSuffix = $portVersion
app:Arduino$secondaryArchSuffix = $portVersion
"
REQUIRES="
haiku$secondaryArchSuffix
openjdk$secondaryArchSuffix
@@ -30,6 +28,7 @@ REQUIRES="
avr_gcc$secondaryArchSuffix
avr_binutils$secondaryArchSuffix
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
"
@@ -38,8 +37,6 @@ BUILD_PREREQUIRES="
cmd:make
"
SOURCE_DIR="arduino-1.0.6"
BUILD()
{
cd haiku

View File

@@ -2,24 +2,22 @@ SUMMARY="Assember for the Atmel AVR microcontroller family"
DESCRIPTION="AVRA is an assembler for Atmel AVR microcontrollers, and it is \
almost compatible with Atmels own assembler AVRASM32. The programming \
principles and conceptions are based on the ANSI programming language \"C\"."
HOMEPAGE="http://avra.sourceforge.net/"
COPYRIGHT="1999-2010 John Anders Haugum, Tobias Weber, Jerry Jacobs"
LICENSE="GNU GPL v2"
HOMEPAGE="http://avra.sourceforge.net/"
ARCHITECTURES="x86_gcc2"
REVISION="1"
SOURCE_URI="http://sourceforge.net/projects/avra/files/1.3.0/avra-1.3.0.tar.bz2"
CHECKSUM_SHA256="a62cbf8662caf9cc4e75da6c634efce402778639202a65eb2d149002c1049712"
ARCHITECTURES="x86_gcc2"
PROVIDES="
avra = $portVersion
cmd:avra
"
REQUIRES="
haiku
"
BUILD_PREREQUIRES="
haiku_devel
cmd:aclocal

View File

@@ -10,23 +10,22 @@ 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.
"
REVISION="1"
ARCHITECTURES="x86_gcc2"
LICENSE="GNU GPL v3"
COPYRIGHT="2007 Jeffery L. Post"
HOMEPAGE="http://www.brouhaha.com/~eric/software/d52"
COPYRIGHT="2007 Jeffery L. Post"
LICENSE="GNU GPL v3"
REVISION="1"
SOURCE_URI="http://www.brouhaha.com/~eric/software/d52/d52v341.zip"
CHECKSUM_SHA256="784900108a4352fb439f9c9efa9458c93138ed1f05f2e41aa2faca5bc7c76e46"
SOURCE_DIR="d52v341"
ARCHITECTURES="x86_gcc2"
PROVIDES="
d52 = $portVersion
cmd:d48
cmd:d52
cmd:dz80
"
REQUIRES="
haiku
"
@@ -34,7 +33,6 @@ REQUIRES="
BUILD_REQUIRES="
haiku_devel
"
BUILD_PREREQUIRES="
cmd:gcc
cmd:make

View File

@@ -24,7 +24,6 @@ PROVIDES="
cmd:ftdi_eeprom$secondaryArchSuffix
cmd:libftdi1_config$secondaryArchSuffix
"
REQUIRES="
haiku$secondaryArchSuffix
confuse$secondaryArchSuffix >= 2.5
@@ -32,13 +31,21 @@ REQUIRES="
boost$secondaryArchSuffix
"
PROVIDES_devel="
libftdi${secondaryArchSuffix}_devel = $portVersion
devel:libftdi1$secondaryArchSuffix = $portVersion
devel:libftdipp1$secondaryArchSuffix = $portVersion
"
REQUIRES_devel="
lib:libftdi1$secondaryArchSuffix == $portVersion base
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
confuse${secondaryArchSuffix}_devel >= 2.5
libusb${secondaryArchSuffix}_devel
boost${secondaryArchSuffix}_devel
"
BUILD_PREREQUIRES="
cmd:gcc$secondaryArchSuffix
cmd:ld$secondaryArchSuffix
@@ -74,13 +81,3 @@ INSTALL()
fixPkgconfig
packageEntries devel $developDir
}
PROVIDES_devel="
libftdi${secondaryArchSuffix}_devel = $portVersion
devel:libftdi1$secondaryArchSuffix = $portVersion
devel:libftdipp1$secondaryArchSuffix = $portVersion
"
REQUIRES_devel="
lib:libftdi1$secondaryArchSuffix == $portVersion base
"

View File

@@ -5,11 +5,11 @@ LOADM binaries, and a proprietary object file format for later linking. It also
supports macros and file inclusion among other things.
"
HOMEPAGE="http://lwtools.projects.l-w.ca/"
SOURCE_URI="$HOMEPAGE/releases/lwtools/lwtools-$portVersion.tar.gz"
CHECKSUM_SHA256="06ee27c597798bbfb064a8d9471e5cd91074ff22fa8eb4f7d276a8809d35622c"
REVISION="2"
COPYRIGHT="2006-2014 William Astle"
LICENSE="GNU GPL v3"
REVISION="2"
SOURCE_URI="$HOMEPAGE/releases/lwtools/lwtools-$portVersion.tar.gz"
CHECKSUM_SHA256="06ee27c597798bbfb064a8d9471e5cd91074ff22fa8eb4f7d276a8809d35622c"
ARCHITECTURES="!x86_gcc2"
SECONDARY_ARCHITECTURES="x86"

View File

@@ -9,15 +9,17 @@ the Microchip PIC16 and PIC18 targets. It can be retargeted for other \
microprocessors.
"
HOMEPAGE="http://sdcc.sourceforge.net"
LICENSE="
GNU GPL v2
"
COPYRIGHT="
1999-2013 Sandeep Dutta
"
LICENSE="
GNU GPL v2
"
REVISION="1"
SOURCE_URI="http://sourceforge.net/projects/sdcc/files/sdcc/3.4.0/sdcc-src-3.4.0.tar.bz2"
CHECKSUM_SHA256="cf6af862b94d5f259f11afa0a1b86304f3047b3723a9df96f20dba869deb5bf9"
REVISION="1"
PATCHES="sdcc-$portVersion.patchset"
ARCHITECTURES="!x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86"
@@ -59,6 +61,7 @@ PROVIDES="
REQUIRES="
haiku$secondaryArchSuffix
"
BUILD_REQUIRES="
devel:libboost_graph$secondaryArchSuffix
devel:libiconv$secondaryArchSuffix
@@ -74,8 +77,6 @@ BUILD_PREREQUIRES="
cmd:make
"
PATCHES="sdcc-$portVersion.patchset"
BUILD()
{
# The PIC14/16 ports need gputils. Enable them when we have a recipe for it.

View File

@@ -8,15 +8,17 @@ supporting the Microchip PIC16 and PIC18 targets. It can be retargeted for \
other microprocessors.
"
HOMEPAGE="http://sdcc.sourceforge.net"
LICENSE="
GNU GPL v2
"
COPYRIGHT="
1999-2013 Sandeep Dutta
"
LICENSE="
GNU GPL v2
"
REVISION="1"
SOURCE_URI="http://sourceforge.net/projects/sdcc/files/sdcc/$portVersion/sdcc-src-$portVersion.tar.bz2"
CHECKSUM_SHA256="f82978d1614244b22e093402c0a4de1f688a07c807b2980126c964eb3df85fa9"
REVISION="1"
PATCHES="sdcc-3.5.0.patchset"
ARCHITECTURES="!x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86"
@@ -58,6 +60,7 @@ PROVIDES="
REQUIRES="
haiku$secondaryArchSuffix
"
BUILD_REQUIRES="
devel:libboost_graph$secondaryArchSuffix
devel:libiconv$secondaryArchSuffix
@@ -73,8 +76,6 @@ BUILD_PREREQUIRES="
cmd:make
"
PATCHES="sdcc-3.5.0.patchset"
BUILD()
{
# The PIC14/16 ports need gputils. Enable them when we have a recipe for it.

View File

@@ -4,16 +4,15 @@ microcontrollers. This tool allows interfacing the stlink with GDB for easy \
programming and debugging of these chips.
"
HOMEPAGE="https://github.com/texane/stlink"
LICENSE="BSD (3-clause)"
COPYRIGHT="2011 The Capt'ns Missing Link Authors"
LICENSE="BSD (3-clause)"
REVISION="2"
SOURCE_URI="https://github.com/texane/stlink/archive/1.0.0.tar.gz"
CHECKSUM_SHA256="d80af441be2c2be8a8e431e4ff6608f7c5ae52017c590d1c04b28bf0af0a3ddb"
ARCHITECTURES="!x86_gcc2"
SECONDARY_ARCHITECTURES="x86"
SOURCE_URI="https://github.com/texane/stlink/archive/1.0.0.tar.gz"
CHECKSUM_SHA256="d80af441be2c2be8a8e431e4ff6608f7c5ae52017c590d1c04b28bf0af0a3ddb"
PROVIDES="
stlink$secondaryArchSuffix = $portVersion
cmd:st_flash$secondaryArchSuffix
@@ -25,6 +24,7 @@ REQUIRES="
haiku$secondaryArchSuffix
lib:libusb_1.0$secondaryArchSuffix
"
BUILD_REQUIRES="
devel:libusb_1.0$secondaryArchSuffix
"

View File

@@ -14,19 +14,19 @@ ST serial bootloader.
* resume already initialized connection (for when reset fails)
"
HOMEPAGE="http://code.google.com/p/stm32flash/"
REVISION="1"
ARCHITECTURES="!x86_gcc2"
SECONDARY_ARCHITECTURES="x86"
COPYRIGHT="
Geoffrey McRae
2012-2014 Tormod Volden
"
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="https://releases.stm32flash.googlecode.com/git/stm32flash-0.3.tar.gz"
CHECKSUM_SHA256="8c9da430c6aca2cb711c90a1bd6e38d7169f73f9baf6cbf11234f1f8c444f47f"
SOURCE_DIR="stm32flash"
ARCHITECTURES="!x86_gcc2"
SECONDARY_ARCHITECTURES="x86"
PROVIDES="
stm32flash$secondaryArchSuffix = $portVersion
cmd:stm32flash$secondaryArchSuffix = $portVersion

View File

@@ -6,8 +6,8 @@ COPYRIGHT="2003 - 2012 U-Boot"
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="http://ftp.denx.de/pub/u-boot/u-boot-2012.10.tar.bz2"
SOURCE_DIR="u-boot-$portVersion"
CHECKSUM_SHA256="dddec75070b5faa5df463085e3e1d27c6d058ec3481c666917baa961956d4d17"
SOURCE_DIR="u-boot-$portVersion"
PATCHES="u_boot_tools-$portVersion.patchset"
ARCHITECTURES="x86_gcc2 x86_64"