mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
Merge pull request #475 from DarkmatterVale/test_cleaner
Fix ordering in recipes by script.
This commit is contained in:
@@ -14,7 +14,6 @@ generator is very customizable, fast and easy to use. Especially someone who \
|
||||
generates passwords frequently will appreciate this feature.
|
||||
"
|
||||
HOMEPAGE="http://www.keepassx.org/"
|
||||
SOURCE_URI="git+https://github.com/keepassx/keepassx.git#2.0-alpha5"
|
||||
COPYRIGHT="
|
||||
2010-2012, Felix Geyer
|
||||
2011-2012, Florian Geyer
|
||||
@@ -24,16 +23,18 @@ COPYRIGHT="
|
||||
2012, Nokia Corporation and/or its subsidiary(-ies)
|
||||
2000-2008, Tom Sato
|
||||
"
|
||||
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="2"
|
||||
SOURCE_URI="git+https://github.com/keepassx/keepassx.git#2.0-alpha5"
|
||||
PATCHES="keepassx-2.0a5.patchset"
|
||||
ADDITIONAL_FILES="keepassx.rdef"
|
||||
|
||||
ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
keepassx = $portVersion
|
||||
app:keepassx = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libgcrypt
|
||||
@@ -49,7 +50,6 @@ BUILD_REQUIRES="
|
||||
devel:libQtCore
|
||||
devel:libQtGui
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:cmake
|
||||
cmd:make
|
||||
@@ -59,9 +59,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:xres
|
||||
"
|
||||
|
||||
PATCHES="keepassx-2.0a5.patchset"
|
||||
ADDITIONAL_FILES="keepassx.rdef"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cmake -DCMAKE_INSTALL_PREFIX=$prefix \
|
||||
|
||||
@@ -14,8 +14,6 @@ generator is very customizable, fast and easy to use. Especially someone who \
|
||||
generates passwords frequently will appreciate this feature.
|
||||
"
|
||||
HOMEPAGE="http://www.keepassx.org/"
|
||||
SOURCE_URI="https://github.com/keepassx/keepassx/archive/2.0-alpha6.zip"
|
||||
CHECKSUM_SHA256="3e4c2f3c5dd278cd139f4e91351aa3f9b435c8da506f14031edda44566365dc3"
|
||||
COPYRIGHT="
|
||||
2010-2012, Felix Geyer
|
||||
2011-2012, Florian Geyer
|
||||
@@ -25,16 +23,20 @@ COPYRIGHT="
|
||||
2012, Nokia Corporation and/or its subsidiary(-ies)
|
||||
2000-2008, Tom Sato
|
||||
"
|
||||
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/keepassx/keepassx/archive/2.0-alpha6.zip"
|
||||
CHECKSUM_SHA256="3e4c2f3c5dd278cd139f4e91351aa3f9b435c8da506f14031edda44566365dc3"
|
||||
SOURCE_DIR="keepassx-2.0-alpha6"
|
||||
PATCHES="keepassx-2.0a6.patchset"
|
||||
ADDITIONAL_FILES="keepassx.rdef"
|
||||
|
||||
ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
keepassx = $portVersion
|
||||
app:keepassx = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libgcrypt
|
||||
@@ -51,7 +53,6 @@ BUILD_REQUIRES="
|
||||
devel:libQtCore
|
||||
devel:libQtGui
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:cmake
|
||||
cmd:make
|
||||
@@ -61,11 +62,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:xres
|
||||
"
|
||||
|
||||
PATCHES="keepassx-2.0a6.patchset"
|
||||
ADDITIONAL_FILES="keepassx.rdef"
|
||||
|
||||
SOURCE_DIR="keepassx-2.0-alpha6"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cmake -DCMAKE_INSTALL_PREFIX=$prefix \
|
||||
|
||||
@@ -29,7 +29,6 @@ PROVIDES="
|
||||
pwgen = $portVersion
|
||||
cmd:pwgen = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
@@ -37,7 +36,6 @@ REQUIRES="
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:autoconf
|
||||
cmd:make
|
||||
|
||||
@@ -2,15 +2,15 @@ SUMMARY="Create and extract files from DOS .ARC files"
|
||||
DESCRIPTION="This archiver let's you create and extract files in the old DOS \
|
||||
.ARC format."
|
||||
HOMEPAGE="http://arc.sourceforge.net/"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="1985-2009 Thom Henderson"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://sourceforge.net/projects/arc/files/arc/arc-5.21p/arc-5.21p.tar.gz"
|
||||
CHECKSUM_SHA256="eacf870a245f155a4ba8c6f8e0fbb2e8a267aafa157f56ba7a8cb1d74fd8b5a1"
|
||||
REVISION="1"
|
||||
ARCHITECTURES="x86 ?x86_gcc2 ?x86_64"
|
||||
|
||||
PATCHES="arc-5.21p.patchset"
|
||||
|
||||
ARCHITECTURES="x86 ?x86_gcc2 ?x86_64"
|
||||
|
||||
PROVIDES="
|
||||
arc = $portVersion
|
||||
cmd:arc = $portVersion
|
||||
@@ -19,13 +19,14 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
cmd:make
|
||||
cmd:gcc
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
|
||||
@@ -6,18 +6,18 @@ based on the portable LGPL libmspack library. cabextract supports all special \
|
||||
features and all compression formats of Microsoft cabinet files.
|
||||
"
|
||||
HOMEPAGE="http://www.cabextract.org.uk"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2000-2011 Stuart Caie"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://www.cabextract.org.uk/cabextract-1.4.tar.gz"
|
||||
CHECKSUM_SHA256="f7ba8ba2c2d71912846eaaa2bed9200a7722ef0addeec32db7471c350a48e41e"
|
||||
REVISION="1"
|
||||
|
||||
ARCHITECTURES="x86 x86_gcc2 x86_64"
|
||||
|
||||
PROVIDES="
|
||||
cabextract = $portVersion
|
||||
cmd:cabextract = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
@@ -25,7 +25,6 @@ REQUIRES="
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
cmd:gcc
|
||||
|
||||
@@ -10,18 +10,19 @@ with older cpio programs. When extracting from archives, cpio automatically \
|
||||
recognizes which kind of archive it is reading and can read archives created \
|
||||
on machines with a different byte-order."
|
||||
HOMEPAGE="http://www.gnu.org/software/cpio/cpio.html"
|
||||
COPYRIGHT="1988-2010 Free Software Foundation, Inc."
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="1"
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
SOURCE_URI="http://ftp.gnu.org/gnu/cpio/cpio-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="08a35e92deb3c85d269a0059a27d4140a9667a6369459299d08c17f713a92e73"
|
||||
PATCHES="cpio-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
PROVIDES="
|
||||
cpio = $portVersion
|
||||
cmd:cpio
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
@@ -29,7 +30,6 @@ REQUIRES="
|
||||
BUILD_REQUIRES="
|
||||
devel:libiconv
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku_devel
|
||||
cmd:aclocal
|
||||
@@ -61,6 +61,3 @@ TEST()
|
||||
{
|
||||
make check
|
||||
}
|
||||
|
||||
LICENSE="GNU GPL v3"
|
||||
COPYRIGHT="1988-2010 Free Software Foundation, Inc."
|
||||
|
||||
@@ -24,17 +24,17 @@ following features:
|
||||
* It handles RLE-sequences well, no packer is necessary.
|
||||
* It is able to link/combine more than one source file into the same crunched target file.
|
||||
"
|
||||
HOMEPAGE="http://hem.bredband.net/magli143/exo/"
|
||||
COPYRIGHT="2002-2013 Magnus Lind"
|
||||
LICENSE="Zlib"
|
||||
REVISION="1"
|
||||
ARCHITECTURES="x86_gcc2"
|
||||
HOMEPAGE="http://hem.bredband.net/magli143/exo/"
|
||||
|
||||
SOURCE_URI="http://hem.bredband.net/magli143/exo/exomizer207.zip"
|
||||
CHECKSUM_SHA256="4fcc73d52b5b8a0e03c5a762c547bb5272d48e89d62cae8fd25791a2c8dfb3ba"
|
||||
SOURCE_DIR="src"
|
||||
PATCHES="exomizer-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2"
|
||||
|
||||
PROVIDES="
|
||||
exomizer = $portVersion
|
||||
cmd:b2membuf
|
||||
@@ -42,7 +42,6 @@ PROVIDES="
|
||||
cmd:exomizer
|
||||
cmd:exoraw
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
@@ -50,7 +49,6 @@ REQUIRES="
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:bison
|
||||
cmd:flex
|
||||
|
||||
@@ -6,12 +6,13 @@ in Java which makes it dog slow. Since FastJar is written in C, it can create \
|
||||
the same .jar file as Sun's tool in a fraction of the time.
|
||||
"
|
||||
HOMEPAGE="https://savannah.nongnu.org/projects/fastjar"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="1999-2001 Bryan Burns, Cory Jon Hollingsworth, Matthias Klose (documentation)
|
||||
2007-2009 Dalibor Topic"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://download.savannah.gnu.org/releases/fastjar/fastjar-0.98.tar.gz"
|
||||
CHECKSUM_SHA256="f156abc5de8658f22ee8f08d7a72c88f9409ebd8c7933e9466b0842afeb2f145"
|
||||
REVISION="1"
|
||||
|
||||
ARCHITECTURES="x86 ?x86_gcc2 ?x86_64"
|
||||
|
||||
PROVIDES="
|
||||
@@ -19,7 +20,6 @@ PROVIDES="
|
||||
cmd:fastjar = $portVersion
|
||||
cmd:grepjar = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libz
|
||||
@@ -29,7 +29,6 @@ BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
devel:libz
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:autoreconf
|
||||
cmd:autoconf
|
||||
|
||||
@@ -4,13 +4,14 @@ replacement for compress. Its main advantages over compress are much \
|
||||
better compression and freedom from patented algorithms. It has been \
|
||||
adopted by the GNU project and is now relatively popular on the Internet."
|
||||
HOMEPAGE="http://www.gzip.org/"
|
||||
COPYRIGHT="1992-1993 Jean-loup Gailly
|
||||
1999-2013 Free Software Foundation, Inc."
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://ftp.gnu.org/gnu/gzip/gzip-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="37dfed1a485d53212c43b3fa2a7c7952f09bf5cd86e37121c222341ee1b27847"
|
||||
SOURCE_DIR="$portVersionedName"
|
||||
REVISION="2"
|
||||
LICENSE="GNU GPL v3"
|
||||
COPYRIGHT="1992-1993 Jean-loup Gailly
|
||||
1999-2013 Free Software Foundation, Inc."
|
||||
PATCHES="${portVersionedName}.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64 arm ppc"
|
||||
|
||||
@@ -31,7 +32,6 @@ PROVIDES="
|
||||
cmd:zmore = $portVersion
|
||||
cmd:znew = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
@@ -49,8 +49,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:awk
|
||||
"
|
||||
|
||||
PATCHES="${portVersionedName}.patchset"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
export CFLAGS="-Wno-error"
|
||||
|
||||
@@ -11,6 +11,7 @@ SOURCE_URI="http://jaist.dl.sourceforge.jp/lha/22231/lha-1.14i-ac20050924p1.tar.
|
||||
CHECKSUM_SHA256="b5261e9f98538816aa9e64791f23cb83f1632ecda61f02e54b6749e9ca5e9ee4"
|
||||
SOURCE_DIR="lha-1.14i-ac20050924p1"
|
||||
PATCHES="lha-1.14i.patchset"
|
||||
|
||||
ARCHITECTURES="x86 x86_gcc2 ?x86_64"
|
||||
|
||||
PROVIDES="
|
||||
|
||||
@@ -5,15 +5,16 @@ Supported Formats:
|
||||
- Packing/Unpacking: 7z, XZ, BZIP2, GZIP, TAR, ZIP, and WIM
|
||||
- Unpacking Only: ARJ, CAB, CHM, CPIO, CramFS, DEB, DMG, FAT, HFS, ISO, LZH, LZMA, MBR, MSI, NSIS, NTFS, RAR, RPM, SquashFS, UDF, VHD, WIM, XAR, and Z."
|
||||
HOMEPAGE="http://p7zip.sourceforge.net"
|
||||
COPYRIGHT="1999-2010 7-Zip Igor Pavlov."
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://downloads.sourceforge.net/project/p7zip/p7zip/9.13/p7zip_9.13_src_all.tar.bz2"
|
||||
CHECKSUM_SHA256="fc9c0fa2eabd367d6adbc3ea07bb305dbdc1f68717eea362c8c074b91c03d923"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
COPYRIGHT="1999-2010 7-Zip Igor Pavlov."
|
||||
REVISION="2"
|
||||
ARCHITECTURES="x86_gcc2 ?x86"
|
||||
|
||||
SOURCE_DIR="p7zip_9.13"
|
||||
PATCHES="p7zip-9.13.patch"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86"
|
||||
|
||||
PROVIDES="
|
||||
p7zip = $portVersion
|
||||
cmd:7za = $portVersion compat >= 9
|
||||
@@ -21,6 +22,7 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
@@ -30,8 +32,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
"
|
||||
|
||||
SOURCE_DIR="p7zip_9.13"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cp makefile.haiku makefile.machine
|
||||
|
||||
@@ -4,17 +4,17 @@ p7zip is a port of 7za.exe for POSIX systems like Unix (Linux, Solaris, \
|
||||
OpenBSD, FreeBSD, Cygwin, AIX, ...), MacOS X and also for BeOS and Amiga.
|
||||
"
|
||||
HOMEPAGE="http://p7zip.sourceforge.net"
|
||||
COPYRIGHT="1999-2011 7-Zip Igor Pavlov."
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="6"
|
||||
SOURCE_URI="http://downloads.sourceforge.net/project/p7zip/p7zip/9.20.1/p7zip_9.20.1_src_all.tar.bz2"
|
||||
CHECKSUM_SHA256="49557e7ffca08100f9fc687f4dfc5aea703ca207640c76d9dee7b66f03cb4782"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
COPYRIGHT="1999-2011 7-Zip Igor Pavlov."
|
||||
REVISION="6"
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
SOURCE_DIR="p7zip_9.20.1"
|
||||
PATCHES="p7zip-9.20.1.patchset"
|
||||
|
||||
ADDITIONAL_FILES="p7zip-expander-rules"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
PROVIDES="
|
||||
p7zip = $portVersion
|
||||
cmd:7za = $portVersion compat >= 9
|
||||
@@ -22,6 +22,7 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
@@ -31,8 +32,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
"
|
||||
|
||||
SOURCE_DIR="p7zip_9.20.1"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cp makefile.haiku makefile.machine
|
||||
|
||||
@@ -9,12 +9,13 @@ pigz was written by Mark Adler, and uses the zlib and pthread libraries.
|
||||
This version of pigz is written to be portable across Unix-style operating \
|
||||
systems that provide the zlib and pthread libraries.
|
||||
"
|
||||
LICENSE="Zlib"
|
||||
COPYRIGHT="2008-2013 Mark Adler"
|
||||
HOMEPAGE="http://www.zlib.net/pigz"
|
||||
COPYRIGHT="2008-2013 Mark Adler"
|
||||
LICENSE="Zlib"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://www.zlib.net/pigz/pigz-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="4e8b67b432ce7907575a549f3e1cac4709781ba0f6b48afea9f59369846b509c"
|
||||
REVISION="1"
|
||||
|
||||
ARCHITECTURES="x86 ?x86_gcc2 ?x86_64"
|
||||
|
||||
PROVIDES="
|
||||
@@ -22,7 +23,6 @@ PROVIDES="
|
||||
cmd:pigz = $portVersion
|
||||
cmd:unpigz = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libz
|
||||
@@ -32,7 +32,6 @@ BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
devel:libz
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
cmd:gcc
|
||||
|
||||
@@ -27,7 +27,6 @@ PROVIDES_devel="
|
||||
snappy${secondaryArchSuffix}_devel = $portVersion compat >= 1
|
||||
devel:libsnappy$secondaryArchSuffix = 1.3.0 compat >= 1
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
snappy$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
@@ -3,14 +3,18 @@ DESCRIPTION="LZX is the name of an LZ77 family compression algorithm invented \
|
||||
by Johnathon Forbes and Tomi Poutanen. unlzx is a program designed to extract \
|
||||
these archives."
|
||||
HOMEPAGE="http://aminet.net/package/misc/unix/unlzx.c.gz"
|
||||
COPYRIGHT="2001 Erik Meusel"
|
||||
LICENSE="Public Domain"
|
||||
REVISION="3"
|
||||
SOURCE_URI="git+https://github.com/tweakdeveloper/unlzx.git#36a85e7"
|
||||
ADDITIONAL_FILES="unlzx-expander-rules"
|
||||
REVISION="3"
|
||||
LICENSE="Public Domain"
|
||||
COPYRIGHT="2001 Erik Meusel"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
unlzx = $portVersion
|
||||
cmd:unlzx
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
@@ -21,11 +25,6 @@ BUILD_REQUIRES="
|
||||
cmd:strip
|
||||
"
|
||||
|
||||
PROVIDES="
|
||||
unlzx = $portVersion
|
||||
cmd:unlzx
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
gcc unlzx.c -o unlzx
|
||||
|
||||
@@ -20,28 +20,30 @@ following file formats:
|
||||
- Z (Unix Compress)
|
||||
"
|
||||
HOMEPAGE="http://www.rarlab.com/"
|
||||
COPYRIGHT="Alexander Roshal"
|
||||
LICENSE="UnRAR"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://www.rarlab.com/rar/unrarsrc-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="e276ea30a2dc9b8961a4268772e5b6caccaa984664e2d5255a43fcb0f5d59806"
|
||||
REVISION="1"
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
SOURCE_DIR="unrar"
|
||||
PATCHES="unrar-5.0.14.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
PROVIDES="
|
||||
unrar = $portVersion
|
||||
cmd:unrar = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
cmd:make
|
||||
cmd:g++
|
||||
"
|
||||
|
||||
SOURCE_DIR="unrar"
|
||||
BUILD()
|
||||
{
|
||||
make DESTDIR=$prefix
|
||||
@@ -51,6 +53,3 @@ INSTALL()
|
||||
{
|
||||
make DESTDIR=$prefix install
|
||||
}
|
||||
|
||||
LICENSE="UnRAR"
|
||||
COPYRIGHT="Alexander Roshal"
|
||||
|
||||
@@ -20,28 +20,30 @@ following file formats:
|
||||
- Z (Unix Compress)
|
||||
"
|
||||
HOMEPAGE="http://www.rarlab.com/"
|
||||
COPYRIGHT="Alexander Roshal"
|
||||
LICENSE="UnRAR"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://www.rarlab.com/rar/unrarsrc-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="2224ced8288553392abe94e410e29d2570bfdfea22af51125d3984548a5034cb"
|
||||
REVISION="1"
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
SOURCE_DIR="unrar"
|
||||
PATCHES="unrar-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
PROVIDES="
|
||||
unrar = $portVersion
|
||||
cmd:unrar = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
cmd:make
|
||||
cmd:g++
|
||||
"
|
||||
|
||||
SOURCE_DIR="unrar"
|
||||
BUILD()
|
||||
{
|
||||
make DESTDIR=$prefix
|
||||
@@ -51,6 +53,3 @@ INSTALL()
|
||||
{
|
||||
make DESTDIR=$prefix install
|
||||
}
|
||||
|
||||
LICENSE="UnRAR"
|
||||
COPYRIGHT="Alexander Roshal"
|
||||
|
||||
@@ -20,28 +20,30 @@ following file formats:
|
||||
- Z (Unix Compress)
|
||||
"
|
||||
HOMEPAGE="http://www.rarlab.com/"
|
||||
COPYRIGHT="Alexander Roshal"
|
||||
LICENSE="UnRAR"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://www.rarlab.com/rar/unrarsrc-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="3c38eaabc655527244fd0c3ba3beff567ea24aad37d448488643242fd4cf41a5"
|
||||
REVISION="1"
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
SOURCE_DIR="unrar"
|
||||
PATCHES="unrar-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
PROVIDES="
|
||||
unrar = $portVersion
|
||||
cmd:unrar = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
cmd:make
|
||||
cmd:g++
|
||||
"
|
||||
|
||||
SOURCE_DIR="unrar"
|
||||
BUILD()
|
||||
{
|
||||
make DESTDIR=$prefix
|
||||
@@ -51,6 +53,3 @@ INSTALL()
|
||||
{
|
||||
make DESTDIR=$prefix install
|
||||
}
|
||||
|
||||
LICENSE="UnRAR"
|
||||
COPYRIGHT="Alexander Roshal"
|
||||
|
||||
@@ -20,28 +20,30 @@ following file formats:
|
||||
- Z (Unix Compress)
|
||||
"
|
||||
HOMEPAGE="http://www.rarlab.com/"
|
||||
COPYRIGHT="Alexander Roshal"
|
||||
LICENSE="UnRAR"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://www.rarlab.com/rar/unrarsrc-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="ef14757e943787b439fedf2c564c1f38d0db315528a928e0de170860717e2fac"
|
||||
REVISION="1"
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
SOURCE_DIR="unrar"
|
||||
PATCHES="unrar-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
PROVIDES="
|
||||
unrar = $portVersion
|
||||
cmd:unrar = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
cmd:make
|
||||
cmd:g++
|
||||
"
|
||||
|
||||
SOURCE_DIR="unrar"
|
||||
BUILD()
|
||||
{
|
||||
make DESTDIR=$prefix
|
||||
@@ -51,6 +53,3 @@ INSTALL()
|
||||
{
|
||||
make DESTDIR=$prefix install
|
||||
}
|
||||
|
||||
LICENSE="UnRAR"
|
||||
COPYRIGHT="Alexander Roshal"
|
||||
|
||||
@@ -20,28 +20,30 @@ following file formats:
|
||||
- Z (Unix Compress)
|
||||
"
|
||||
HOMEPAGE="http://www.rarlab.com/"
|
||||
COPYRIGHT="Alexander Roshal"
|
||||
LICENSE="UnRAR"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://www.rarlab.com/rar/unrarsrc-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="77b87af4b2976ef7c6b0c79e071284c2c1b035a9543273ec925f9d92f73b8763"
|
||||
REVISION="1"
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
SOURCE_DIR="unrar"
|
||||
PATCHES="unrar-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
PROVIDES="
|
||||
unrar = $portVersion
|
||||
cmd:unrar = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
cmd:make
|
||||
cmd:g++
|
||||
"
|
||||
|
||||
SOURCE_DIR="unrar"
|
||||
BUILD()
|
||||
{
|
||||
make DESTDIR=$prefix
|
||||
@@ -51,6 +53,3 @@ INSTALL()
|
||||
{
|
||||
make DESTDIR=$prefix install
|
||||
}
|
||||
|
||||
LICENSE="UnRAR"
|
||||
COPYRIGHT="Alexander Roshal"
|
||||
|
||||
@@ -9,12 +9,14 @@ individual files in the archive, the ability to store checksums for individual \
|
||||
files in both compressed and uncompressed form, and the ability to query the \
|
||||
table of content's rich meta-data.
|
||||
"
|
||||
LICENSE="BSD (3-clause)"
|
||||
COPYRIGHT="2005 Rob Braun"
|
||||
HOMEPAGE="http://code.google.com/p/xar/"
|
||||
COPYRIGHT="2005 Rob Braun"
|
||||
LICENSE="BSD (3-clause)"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://xar.googlecode.com/files/xar-1.5.2.tar.gz"
|
||||
CHECKSUM_SHA256="4c5d5682803cdfab16d72365cf51fc4075d597c5eeaa8c7d1990fea98cdae3e6"
|
||||
REVISION="2"
|
||||
PATCHES="xar-1.5.2.patchset"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
@@ -23,7 +25,6 @@ PROVIDES="
|
||||
cmd:xar$secondaryArchSuffix = $portVersion compat = 1.5.2
|
||||
lib:libxar$secondaryArchSuffix = $portVersion compat = 1.5.2
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libxml2$secondaryArchSuffix
|
||||
@@ -32,6 +33,13 @@ REQUIRES="
|
||||
lib:libbz2$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
devel:libxar$secondaryArchSuffix = $portVersion compat = 1.5.2
|
||||
"
|
||||
REQUIRES_devel="
|
||||
xar$secondaryArchSuffix == $portVersion
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libxml2$secondaryArchSuffix
|
||||
@@ -39,7 +47,6 @@ BUILD_REQUIRES="
|
||||
devel:libz$secondaryArchSuffix
|
||||
devel:libbz2$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:libtoolize
|
||||
cmd:aclocal
|
||||
@@ -49,16 +56,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:ld$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
devel:libxar$secondaryArchSuffix = $portVersion compat = 1.5.2
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
xar$secondaryArchSuffix == $portVersion
|
||||
"
|
||||
|
||||
PATCHES="xar-1.5.2.patchset"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
libtoolize --force --copy --install
|
||||
|
||||
@@ -15,13 +15,14 @@ you can use it on full file systems). It can show why comparing the speed of \
|
||||
Windows at the start of a hard drive to Linux at the end of the hard drive \
|
||||
(typical dual-boot scenario) isn't a valid comparison.
|
||||
"
|
||||
LICENSE="GNU GPL v2"
|
||||
HOMEPAGE="http://www.coker.com.au/bonnie++/"
|
||||
COPYRIGHT="1990, Tim Bray
|
||||
1999, Russell Coker"
|
||||
HOMEPAGE="http://www.coker.com.au/bonnie++/"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://www.coker.com.au/bonnie++/bonnie++-1.03e.tgz"
|
||||
CHECKSUM_SHA256="cb3866116634bf65760b6806be4afa7e24a1cad6f145c876df8721f01ba2e2cb"
|
||||
REVISION="1"
|
||||
|
||||
ARCHITECTURES="x86 x86_gcc2 ?x86_64"
|
||||
|
||||
PROVIDES="
|
||||
@@ -31,7 +32,6 @@ PROVIDES="
|
||||
cmd:bon_csv2html = $portVersion
|
||||
cmd:bon_csv2txt = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
@@ -39,7 +39,6 @@ REQUIRES="
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
cmd:g++
|
||||
|
||||
@@ -5,19 +5,21 @@ performance measurement tool. It uses customizable profiles to measure of \
|
||||
different workloads, and it supports multiple groups of threads across \
|
||||
multiple filesystems.
|
||||
"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2001-2004 International Business Machines Corp."
|
||||
HOMEPAGE="http://sourceforge.net/projects/ffsb"
|
||||
COPYRIGHT="2001-2004 International Business Machines Corp."
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://downloads.sourceforge.net/project/ffsb/ffsb/ffsb-6.0-rc2/ffsb-6.0-rc2.tar.bz2"
|
||||
CHECKSUM_SHA256="e5867692aae8c9bfbcdc774599022289c4d89c1d90f4dd7101fb9865ac773c71"
|
||||
REVISION="1"
|
||||
SOURCE_DIR="ffsb-6.0-rc2"
|
||||
PATCHES="ffsb-6.0_rc2.patchset"
|
||||
|
||||
ARCHITECTURES="x86 ?x86_gcc2 ?x86_64"
|
||||
|
||||
PROVIDES="
|
||||
ffsb = $portVersion
|
||||
cmd:ffsb = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
@@ -25,7 +27,6 @@ REQUIRES="
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:libtoolize
|
||||
cmd:aclocal
|
||||
@@ -35,10 +36,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:gcc
|
||||
"
|
||||
|
||||
SOURCE_DIR="ffsb-6.0-rc2"
|
||||
|
||||
PATCHES="ffsb-6.0_rc2.patchset"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
libtoolize --force --copy --install
|
||||
|
||||
@@ -6,18 +6,17 @@ validate the reliability, robustness, and stability of Linux. The LTP \
|
||||
testsuite contains a collection of tools for testing the Linux kernel and \
|
||||
related features."
|
||||
HOMEPAGE="http://linux-test-project.github.io/"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
SOURCE_URI="https://github.com/linux-test-project/ltp/archive/20140422.tar.gz"
|
||||
CHECKSUM_SHA256="0356ba208813efb3d9be6a530a9b56688281b6ac9d80ba901920ec07cf250f2e"
|
||||
COPYRIGHT="2002-2004 Intel Corporation
|
||||
2004, QUALCOMM Inc.
|
||||
2004-2005 Bull S.A.
|
||||
"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/linux-test-project/ltp/archive/20140422.tar.gz"
|
||||
CHECKSUM_SHA256="0356ba208813efb3d9be6a530a9b56688281b6ac9d80ba901920ec07cf250f2e"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
ltp = $portVersion
|
||||
@@ -25,6 +24,7 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
|
||||
@@ -11,22 +11,20 @@ HOMEPAGE="http://invisible-island.net/vttest/vttest.html"
|
||||
COPYRIGHT="1983-1985 Per Lindberg
|
||||
1996-2014 Thomas E. Dickey
|
||||
"
|
||||
ARCHITECTURES="x86_gcc2"
|
||||
REVISION="1"
|
||||
LICENSE="BSD (3-clause)"
|
||||
|
||||
REVISION="1"
|
||||
SOURCE_URI="ftp://invisible-island.net/vttest/vttest.tar.gz"
|
||||
CHECKSUM_SHA256="0168aa34061d4470a68b0dd0781a2a9e2bbfb1493e540c99f615b867a11cbf83"
|
||||
|
||||
ARCHITECTURES="x86_gcc2"
|
||||
|
||||
PROVIDES="
|
||||
vttest = $portVersion
|
||||
cmd:vttest
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku_devel
|
||||
cmd:gcc
|
||||
|
||||
@@ -6,19 +6,19 @@ popular non-Unix cd-writing software, but is not supported on most other CD \
|
||||
burning programs. A lot of CD/VCD images distributed on the Internet are in \
|
||||
BIN/CUE format, I've been told.
|
||||
"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="1998-2004 Heikki Hannikainen"
|
||||
HOMEPAGE="http://he.fi/bchunk/"
|
||||
COPYRIGHT="1998-2004 Heikki Hannikainen"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://he.fi/bchunk/bchunk-1.2.0.tar.gz"
|
||||
CHECKSUM_SHA256="afdc9d5e38bdd16f0b8b9d9d382b0faee0b1e0494446d686a08b256446f78b5d"
|
||||
REVISION="2"
|
||||
|
||||
ARCHITECTURES="x86 x86_gcc2 x86_64"
|
||||
|
||||
PROVIDES="
|
||||
bchunk = $portVersion
|
||||
cmd:bchunk = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
@@ -26,7 +26,6 @@ REQUIRES="
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
cmd:gcc
|
||||
|
||||
@@ -6,11 +6,12 @@ well as access modules for all kinds of public key directories. GnuPG, also \
|
||||
known as GPG, is a command line tool with features for easy integration with \
|
||||
other applications."
|
||||
HOMEPAGE="http://www.gnupg.org/"
|
||||
COPYRIGHT="1998-2010 Free Software Foundation, Inc."
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="1"
|
||||
SOURCE_URI="ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-1.4.11.tar.bz2"
|
||||
CHECKSUM_SHA256="d18ceeac16e554a501170b9bfde611625252d0fe9448685a69c93bf149ee6ef6"
|
||||
REVISION="1"
|
||||
LICENSE="GNU GPL v3"
|
||||
COPYRIGHT="1998-2010 Free Software Foundation, Inc."
|
||||
PATCHES="gnupg-1.4.11.patch"
|
||||
|
||||
ARCHITECTURES="x86 x86_gcc2"
|
||||
|
||||
@@ -24,6 +25,7 @@ REQUIRES="
|
||||
haiku
|
||||
lib:libz
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
@@ -34,7 +36,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:libtoolize
|
||||
cmd:make
|
||||
"
|
||||
PATCHES="gnupg-1.4.11.patch"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
|
||||
@@ -6,11 +6,12 @@ well as access modules for all kinds of public key directories. GnuPG, also \
|
||||
known as GPG, is a command line tool with features for easy integration with \
|
||||
other applications."
|
||||
HOMEPAGE="http://www.gnupg.org/"
|
||||
COPYRIGHT="1998-2010 Free Software Foundation, Inc."
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="1"
|
||||
SOURCE_URI="ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="7b3b748e6aaa338092a0b26b1730cd9355765b55e3684f58dd70f9a1b00f4a2f"
|
||||
REVISION="1"
|
||||
LICENSE="GNU GPL v3"
|
||||
COPYRIGHT="1998-2010 Free Software Foundation, Inc."
|
||||
PATCHES="gnupg-1.4.16.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
@@ -29,6 +30,7 @@ REQUIRES="
|
||||
lib:libusb_0.1
|
||||
lib:libz
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
devel:libcurl
|
||||
devel:libiconv
|
||||
@@ -50,8 +52,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:tar
|
||||
"
|
||||
|
||||
PATCHES="gnupg-1.4.16.patchset"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
#libtoolize --force --copy --install
|
||||
|
||||
@@ -7,13 +7,12 @@ on any particular cryptographic library. This allows one to easily change or \
|
||||
upgrade crypto implementations without even needing to recompile the \
|
||||
application!"
|
||||
HOMEPAGE="http://delta.affinix.com/qca/"
|
||||
COPYRIGHT="2003-2015 Justin Karneges"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://download.kde.org/stable/qca/2.1.1/src/qca-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="95de3e7910b5f9ec7084169989c9d98bfb527e6a4865fe17269c3b24308be983"
|
||||
SOURCE_DIR="qca-$portVersion"
|
||||
REVISION="1"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
COPYRIGHT="2003-2015 Justin Karneges"
|
||||
|
||||
PATCHES="qca-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
@@ -27,19 +26,28 @@ PROVIDES="
|
||||
lib:libqca$secondaryArchSuffix = $portVersion
|
||||
lib:libqca_qt5$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
PROVIDES_devel="
|
||||
libqca${secondaryArchSuffix}_devel
|
||||
devel:libqca$secondaryArchSuffix
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libqt5$secondaryArchSuffix
|
||||
ca_root_certificates
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
libqca${secondaryArchSuffix}_devel
|
||||
devel:libqca$secondaryArchSuffix
|
||||
"
|
||||
REQUIRES_devel="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
qca2$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libqt5$secondaryArchSuffix
|
||||
devel:libssl$secondaryArchSuffix
|
||||
devel:libgsasl$secondaryArchSuffix
|
||||
devel:libnss3$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:which
|
||||
cmd:cmake
|
||||
@@ -47,13 +55,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:g++$secondaryArchSuffix
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
"
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libqt5$secondaryArchSuffix
|
||||
devel:libssl$secondaryArchSuffix
|
||||
devel:libgsasl$secondaryArchSuffix
|
||||
devel:libnss3$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
|
||||
@@ -6,18 +6,19 @@ replacements for a misspelled wordx than most other spellcheck programs. \
|
||||
Aspell is also able to maintain support for more than one langague at a time \
|
||||
and can check documents in UTF-8.
|
||||
"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2000-2011 Kevin Atkinson"
|
||||
HOMEPAGE="http://aspell.net"
|
||||
COPYRIGHT="2000-2011 Kevin Atkinson"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="ftp://ftp.gnu.org/gnu/aspell/dict/en/aspell6-en-7.1-0.tar.bz2"
|
||||
CHECKSUM_SHA256="ff9df3c2e8c5bb19c6a66078b36a0ef4c4dfb0fcb969e29f7b5345e26d748d0a"
|
||||
REVISION="1"
|
||||
SOURCE_DIR="aspell6-en-7.1-0"
|
||||
|
||||
ARCHITECTURES="x86 x86_gcc2"
|
||||
|
||||
PROVIDES="
|
||||
aspell_en = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
aspell >= 0.60
|
||||
@@ -26,7 +27,6 @@ REQUIRES="
|
||||
BUILD_REQUIRES="
|
||||
devel:libaspell
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku_devel
|
||||
cmd:make
|
||||
@@ -35,8 +35,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:basename
|
||||
"
|
||||
|
||||
SOURCE_DIR="aspell6-en-7.1-0"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
./configure
|
||||
|
||||
@@ -19,10 +19,11 @@ collaboration diagrams, which are all generated automatically."
|
||||
HOMEPAGE="http://www.doxygen.org"
|
||||
COPYRIGHT="1997-2011 Dimitri van Heesch"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://ftp.stack.nl/pub/users/dimitri/doxygen-$portVersion.src.tar.gz"
|
||||
CHECKSUM_SHA256="0e60e794fb172d3fa4a9a9535f0b8e0eeb04e8366153f6b417569af0bcd61fcd"
|
||||
PATCHES="doxygen-$portVersion.patch"
|
||||
REVISION="1"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
|
||||
|
||||
PROVIDES="
|
||||
@@ -34,6 +35,7 @@ REQUIRES="
|
||||
haiku
|
||||
lib:libiconv
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
devel:libiconv
|
||||
"
|
||||
|
||||
@@ -19,10 +19,11 @@ collaboration diagrams, which are all generated automatically."
|
||||
HOMEPAGE="http://www.doxygen.org"
|
||||
COPYRIGHT="1997-2015 Dimitri van Heesch"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://ftp.stack.nl/pub/users/dimitri/doxygen-$portVersion.src.tar.gz"
|
||||
CHECKSUM_SHA256="cedf78f6d213226464784ecb999b54515c97eab8a2f9b82514292f837cf88b93"
|
||||
PATCHES="doxygen-$portVersion.patch"
|
||||
REVISION="2"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 ?x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
@@ -35,6 +36,7 @@ REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libiconv$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
devel:libiconv$secondaryArchSuffix
|
||||
"
|
||||
|
||||
@@ -3,11 +3,10 @@ DESCRIPTION="Bochs IA-32 Emulator provides a virtual PC that can run operating s
|
||||
HOMEPAGE="http://bochs.org/"
|
||||
COPYRIGHT="2001-2006 The Bochs Project"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://downloads.sourceforge.net/project/bochs/bochs/2.6/bochs-2.6.tar.gz"
|
||||
CHECKSUM_SHA256="65123e44a6d2c1148d741da025d16311b9ccd600ef268b911aba73c67eaf86e1"
|
||||
|
||||
REVISION="1"
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
@@ -17,7 +16,6 @@ PROVIDES="
|
||||
cmd:bochs$secondaryArchSuffix = $portVersion
|
||||
cmd:bximage$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libsdl$secondaryArchSuffix
|
||||
@@ -27,7 +25,6 @@ BUILD_REQUIRES="
|
||||
devel:libz$secondaryArchSuffix
|
||||
devel:libsdl$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:awk
|
||||
|
||||
@@ -1,17 +1,17 @@
|
||||
SUMMARY="ZX Spectrum emulator utilities"
|
||||
DESCRIPTION="Several tools to manage files in ZX spectrum emulator formats:
|
||||
disk and tape images, machine state snapshots, and a few other things."
|
||||
REVISION="1"
|
||||
ARCHITECTURES="x86_gcc2"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2003-2015 Philip Kendall and FUSE contributors"
|
||||
HOMEPAGE="http://fuse-emulator.sourceforge.net/fuse.php"
|
||||
|
||||
COPYRIGHT="2003-2015 Philip Kendall and FUSE contributors"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://sourceforge.net/projects/fuse-emulator/files/fuse-utils/$portVersion/fuse-utils-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="7c36c0b42805661a06c21aede3461ffc8ccdb5ce56fe232875bf86e79f77c93c"
|
||||
SOURCE_DIR="fuse-utils-$portVersion"
|
||||
PATCHES="fuse_utils-$portVersion"
|
||||
|
||||
ARCHITECTURES="x86_gcc2"
|
||||
|
||||
PROVIDES="
|
||||
fuse_utils = $portVersion
|
||||
cmd:createhdf
|
||||
@@ -27,7 +27,6 @@ PROVIDES="
|
||||
cmd:tapeconv
|
||||
cmd:tzxlist
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libbz2
|
||||
@@ -47,7 +46,6 @@ BUILD_REQUIRES="
|
||||
devel:libspectrum
|
||||
devel:libz
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:awk
|
||||
cmd:gcc
|
||||
|
||||
@@ -17,21 +17,20 @@ Discovery, Kempston mouse, Fuller audio box, SpecDrum, Spectrum +3e, ZXATASP \
|
||||
and ZXCF interfaces.
|
||||
* Emulation of the Spectranet and SpeccyBoot interfaces.
|
||||
"
|
||||
REVISION="1"
|
||||
ARCHITECTURES="x86_gcc2"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2003-2015 Philip Kendall and FUSE contributors"
|
||||
HOMEPAGE="http://fuse-emulator.sourceforge.net/fuse.php"
|
||||
|
||||
COPYRIGHT="2003-2015 Philip Kendall and FUSE contributors"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://sourceforge.net/projects/fuse-emulator/files/fuse/$portVersion/fuse-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="a857d4bd62e01d18429897467508af15624cbaf343caed8b9ba1ab3a8879444e"
|
||||
PATCHES="fuse-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2"
|
||||
|
||||
PROVIDES="
|
||||
fuse = $portVersion
|
||||
cmd:fuse
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libbz2
|
||||
@@ -52,7 +51,6 @@ BUILD_REQUIRES="
|
||||
devel:libxml2
|
||||
devel:libz
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:awk
|
||||
cmd:bison
|
||||
|
||||
@@ -14,11 +14,12 @@ Floppies are emulated with disc image files.
|
||||
- AMX or Kempston mice.
|
||||
- The beeper."
|
||||
HOMEPAGE="http://www.seasip.info/Unix/Joyce/index.html"
|
||||
SOURCE_URI="http://www.seasip.info/Unix/Joyce/joyce-2.2.6.tar.gz"
|
||||
CHECKSUM_SHA256="d92089dc3e583e88973ef6708dc35e649500949086da0a03f973efe3f62c3d8f"
|
||||
REVISION="1"
|
||||
COPYRIGHT="2002-2012 John Elliott"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://www.seasip.info/Unix/Joyce/joyce-2.2.6.tar.gz"
|
||||
CHECKSUM_SHA256="d92089dc3e583e88973ef6708dc35e649500949086da0a03f973efe3f62c3d8f"
|
||||
PATCHES="joyce-2.2.6.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
|
||||
|
||||
@@ -38,6 +39,7 @@ REQUIRES="
|
||||
lib:libz
|
||||
lib:libgl
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
devel:libsdl
|
||||
@@ -51,8 +53,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:awk
|
||||
"
|
||||
|
||||
PATCHES="joyce-2.2.6.patchset"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
runConfigure ./configure
|
||||
|
||||
@@ -14,11 +14,12 @@ Floppies are emulated with disc image files.
|
||||
- AMX or Kempston mice.
|
||||
- The beeper."
|
||||
HOMEPAGE="http://www.seasip.info/Unix/Joyce/index.html"
|
||||
SOURCE_URI="http://www.seasip.info/Unix/Joyce/joyce-2.2.7.tar.gz"
|
||||
CHECKSUM_SHA256="a561874afd7230c3e51f4ecc313a8a5a8e8fb408dfb7169f045d3f0fb48eeafc"
|
||||
REVISION="1"
|
||||
COPYRIGHT="2002-2012 John Elliott"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://www.seasip.info/Unix/Joyce/joyce-2.2.7.tar.gz"
|
||||
CHECKSUM_SHA256="a561874afd7230c3e51f4ecc313a8a5a8e8fb408dfb7169f045d3f0fb48eeafc"
|
||||
PATCHES="joyce-2.2.6.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
|
||||
|
||||
@@ -38,6 +39,7 @@ REQUIRES="
|
||||
lib:libz
|
||||
lib:libgl
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
devel:libsdl
|
||||
@@ -51,8 +53,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:awk
|
||||
"
|
||||
|
||||
PATCHES="joyce-2.2.6.patchset"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
runConfigure ./configure
|
||||
|
||||
@@ -3,45 +3,40 @@ DESCRIPTION="Library designed to make the input and output of some ZX Spectrum \
|
||||
emulator files slightly easier. It is intended to be usable on Unix variants, \
|
||||
Win32 and Mac OS X. Currently, it is mainly (only?) used by Fuse, but other \
|
||||
Spectrum emulator and utility authors are encouraged to use it."
|
||||
REVISION="1"
|
||||
HOMEPAGE="http://fuse-emulator.sourceforge.net/libspectrum.php"
|
||||
LICENSE="GNU GPL v2"
|
||||
ARCHITECTURES="x86_gcc2"
|
||||
COPYRIGHT="2003-2013 Philip Kendall and libspectrum contributors"
|
||||
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://sourceforge.net/projects/fuse-emulator/files/libspectrum/1.1.1/libspectrum-1.1.1.tar.gz"
|
||||
CHECKSUM_SHA256="178d3607af2109b6b8dafac4f91912745b9f3c087319945c3a886bb7fe7989d5"
|
||||
PATCHES="libspectrum-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2"
|
||||
|
||||
PROVIDES="
|
||||
libspectrum = $portVersion
|
||||
lib:libspectrum = 8.1.0 compat >= 8
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libbz2
|
||||
lib:libz
|
||||
"
|
||||
|
||||
|
||||
PROVIDES_devel="
|
||||
libspectrum_devel = $portVersion
|
||||
devel:libspectrum = 8.1.0 compat >= 8
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
libspectrum == $portVersion base
|
||||
"
|
||||
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
devel:libbz2
|
||||
devel:libgcrypt
|
||||
devel:libz
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:awk
|
||||
cmd:gcc
|
||||
|
||||
@@ -6,18 +6,17 @@ QEMU can run OSes and programs made for one machine (e.g. an ARM board) on a \
|
||||
different machine (e.g. your own PC). By using dynamic translation, it \
|
||||
achieves very good performance."
|
||||
HOMEPAGE="http://wiki.qemu.org/"
|
||||
COPYRIGHT="2003-2014 Fabrice Bellard"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://launchpad.net/qemu-linaro/trunk/2014.01/+download/qemu-linaro-1.7.0-2014.01.tar.gz"
|
||||
CHECKSUM_SHA256="bd9a2266dd6abc5da8bac1ec9eadd728693911bbfbfe26d2a464e068ad6afd70"
|
||||
SOURCE_DIR="qemu-linaro-1.7.0-2014.01"
|
||||
PATCHES="qemu-2.0.0.patchset"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
SOURCE_URI="https://launchpad.net/qemu-linaro/trunk/2014.01/+download/qemu-linaro-1.7.0-2014.01.tar.gz"
|
||||
CHECKSUM_SHA256="bd9a2266dd6abc5da8bac1ec9eadd728693911bbfbfe26d2a464e068ad6afd70"
|
||||
COPYRIGHT="2003-2014 Fabrice Bellard"
|
||||
SOURCE_DIR="qemu-linaro-1.7.0-2014.01"
|
||||
PATCHES="qemu-2.0.0.patchset"
|
||||
|
||||
PROVIDES="
|
||||
qemu$secondaryArchSuffix = $portVersion
|
||||
cmd:qemu$secondaryArchSuffix = $portVersion
|
||||
@@ -59,6 +58,7 @@ REQUIRES="
|
||||
glib2$secondaryArchSuffix >= 2.12
|
||||
pixman$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
devel:libz$secondaryArchSuffix
|
||||
devel:libfdt$secondaryArchSuffix
|
||||
|
||||
@@ -8,7 +8,6 @@ HOMEPAGE="http://wiki.qemu.org/"
|
||||
COPYRIGHT="2003-2014 Fabrice Bellard"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="2"
|
||||
|
||||
SOURCE_URI="git+https://github.com/mmlr/qemu-haiku.git#d1b55862305d1eac5c7ca7cc56ec379bbc452d74"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
|
||||
@@ -25,21 +25,20 @@ such as AmigaOS/MorphOS. It is designed to be run as an XMMS, with \
|
||||
Cjukebox/Musicus, or a Audacious media player input plugin A built-in cmdline \
|
||||
interface also exists."
|
||||
HOMEPAGE="http://zakalwe.fi/uade/"
|
||||
REVISION="1"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2002-2009 UADE Team"
|
||||
ARCHITECTURES="x86_gcc2"
|
||||
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://zakalwe.fi/uade/uade2/uade-2.13.tar.bz2"
|
||||
CHECKSUM_SHA256="3b194e5aebbfa99d3708d5a0b5e6bd7dc5d1caaecf4ae9b52f8ff87e222dd612"
|
||||
PATCHES="uade-2.13.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2"
|
||||
|
||||
PROVIDES="
|
||||
uade = $portVersion
|
||||
cmd:mod2ogg2.sh
|
||||
cmd:uade123
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libao
|
||||
@@ -49,7 +48,6 @@ BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
devel:libao
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc
|
||||
cmd:make
|
||||
|
||||
@@ -3,12 +3,12 @@ DESCRIPTION="
|
||||
Cal is a command line tool for printing a calendar in a Terminal. This is the version that was originally included in Haiku. Cal was replaced by gcal as it is better with some fonts and language locals. Cal is presented here for those who need the old version for script compatability.
|
||||
"
|
||||
HOMEPAGE=""
|
||||
COPYRIGHT="1989, 1993, 1994 The Regents of the University of California."
|
||||
LICENSE="BSD (4-clause)"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/bbjimmy/cal/archive/v1.0.tar.gz"
|
||||
CHECKSUM_SHA256="b22faa43afca781939811cfd99b99c1e7a8df5c0896040a0d69bc7b38546fd88"
|
||||
SOURCE_DIR="cal-1.0"
|
||||
LICENSE="BSD (4-clause)"
|
||||
REVISION="1"
|
||||
COPYRIGHT="1989, 1993, 1994 The Regents of the University of California."
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
@@ -16,18 +16,16 @@ PROVIDES="
|
||||
cal = $portVersion
|
||||
cmd:cal
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
|
||||
@@ -7,11 +7,11 @@ countries around the globe, and features a very powerful creation of fixed date
|
||||
lists that can be used for reminding purposes.
|
||||
"
|
||||
HOMEPAGE="http://www.gnu.org/software/gcal/"
|
||||
SOURCE_URI="http://ftp.gnu.org/gnu/gcal/gcal-3.6.3.tar.gz"
|
||||
CHECKSUM_SHA256="9d9be60841150a5c60e27fc5e0f2c06c06635ac44c18698d6a48ef7bb47ba86d"
|
||||
COPYRIGHT="1994-2013 Free Software Foundation Inc."
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="1"
|
||||
COPYRIGHT="1994-2013 Free Software Foundation Inc."
|
||||
SOURCE_URI="http://ftp.gnu.org/gnu/gcal/gcal-3.6.3.tar.gz"
|
||||
CHECKSUM_SHA256="9d9be60841150a5c60e27fc5e0f2c06c06635ac44c18698d6a48ef7bb47ba86d"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
@@ -23,12 +23,15 @@ PROVIDES="
|
||||
cmd:tcal
|
||||
cmd:txt2gcal
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libintl
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
devel:libintl
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:grep
|
||||
cmd:make
|
||||
@@ -37,11 +40,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:awk
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
devel:libintl
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
runConfigure ./configure
|
||||
|
||||
@@ -12,11 +12,12 @@ command-line.
|
||||
* It compiles cleanly with both libc-5 and glibc-2 (libc6).
|
||||
"
|
||||
HOMEPAGE="http://software.frodo.looijaard.name/getopt/"
|
||||
COPYRIGHT="1997-2012 Frodo Looijaard"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://frodo.looijaard.name/system/files/software/getopt/getopt-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="d0bf1dc642a993e7388a1cddfb9409bed375c21d5278056ccca3a0acd09dc5fe"
|
||||
REVISION="1"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="1997-2012 Frodo Looijaard"
|
||||
|
||||
ARCHITECTURES="x86 x86_gcc2 x86_64"
|
||||
|
||||
PROVIDES="
|
||||
@@ -26,8 +27,8 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
BUILD_REQUIRES=""
|
||||
|
||||
BUILD_REQUIRES=""
|
||||
BUILD_PREREQUIRES="
|
||||
haiku_devel
|
||||
cmd:make
|
||||
|
||||
@@ -2,12 +2,11 @@ SUMMARY="Google Maps Mini"
|
||||
DESCRIPTION="
|
||||
Qt Widget that allows a user to choose lat/lng from a GoogleMap view, with location search
|
||||
"
|
||||
|
||||
HOMEPAGE="http://www.haikuware.com/directory/view-details/internet-network/web-browsers/googlemaps-mini"
|
||||
SOURCE_URI="git+https://github.com/mgermain-genymobile/GoogleMapQtWidget.git#3fefbef368430deda7bd26e2a875cca3db2126ce"
|
||||
REVISION="1"
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="2013 Morgan Germain"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="git+https://github.com/mgermain-genymobile/GoogleMapQtWidget.git#3fefbef368430deda7bd26e2a875cca3db2126ce"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 ?x86 ?x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
@@ -20,6 +19,7 @@ REQUIRES="
|
||||
haiku${secondaryArchSuffix}
|
||||
libqt4${secondaryArchSuffix} < 5
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
libqt4${secondaryArchSuffix}_devel < 5
|
||||
|
||||
@@ -7,17 +7,16 @@ the length of an audio clip, the contents of a document, or the resolution \
|
||||
of a picture; plugins determine what filetypes it is capable of handling.
|
||||
"
|
||||
HOMEPAGE="http://strigi.sourceforge.net"
|
||||
COPYRIGHT="2011 Jos van den Oever"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://downloads.sourceforge.net/project/strigi/strigi/strigi-0.7.5.tar.bz2"
|
||||
CHECKSUM_SHA256="111f5e3ede171292302b906418af0175445ca01958d40fb54879f80620b5189b"
|
||||
REVISION="2"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
COPYRIGHT="2011 Jos van den Oever"
|
||||
ARCHITECTURES="!x86_gcc2 x86"
|
||||
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PATCHES="strigi-0.7.5.patch"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
strigi${secondaryArchSuffix} = $portVersion
|
||||
lib:libstreamanalyzer$secondaryArchSuffix = $portVersion
|
||||
@@ -39,20 +38,7 @@ REQUIRES="
|
||||
lib:libxml2$secondaryArchSuffix
|
||||
cmd:perl
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:cmake
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
cmd:perl
|
||||
cmd:make
|
||||
cmd:g++${secondaryArchSuffix}
|
||||
"
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libz$secondaryArchSuffix
|
||||
devel:libbz2$secondaryArchSuffix
|
||||
devel:libiconv$secondaryArchSuffix
|
||||
devel:libxml2$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
strigi${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libstreamanalyzer$secondaryArchSuffix = $portVersion
|
||||
@@ -65,6 +51,21 @@ REQUIRES_devel="
|
||||
strigi${secondaryArchSuffix} == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libz$secondaryArchSuffix
|
||||
devel:libbz2$secondaryArchSuffix
|
||||
devel:libiconv$secondaryArchSuffix
|
||||
devel:libxml2$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:cmake
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
cmd:perl
|
||||
cmd:make
|
||||
cmd:g++${secondaryArchSuffix}
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cmake -DCMAKE_INSTALL_PREFIX=$prefix -DCMAKE_BUILD_TYPE=Release \
|
||||
|
||||
@@ -6,23 +6,21 @@ micro-controller boards to mobile phones. Using dfu-util you can download \
|
||||
firmware to your DFU-enabled device or upload firmware from it. dfu-util has \
|
||||
been tested with the Openmoko Neo1973 and Freerunner and many other devices."
|
||||
HOMEPAGE="http://dfu-util.sourceforge.net"
|
||||
ARCHITECTURES="x86_gcc2"
|
||||
REVISION="1"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2010-2012 Stefan Schmidt"
|
||||
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="${HOMEPAGE}/releases/dfu-util-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="55cbde9be12a212bd84bce9d1e63941d9a16139ed0d4912401367eba1502f058"
|
||||
SOURCE_DIR="dfu-util-$portVersion"
|
||||
|
||||
PATCHES="dfu_util-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2"
|
||||
|
||||
PROVIDES="
|
||||
dfu_util = $portVersion
|
||||
cmd:dfu_suffix
|
||||
cmd:dfu_util
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libusb_1.0
|
||||
@@ -31,7 +29,6 @@ REQUIRES="
|
||||
BUILD_REQUIRES="
|
||||
devel:libusb_1.0
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku_devel
|
||||
cmd:awk
|
||||
|
||||
@@ -8,18 +8,17 @@ lets you store documents online, allows easy document sharing with your \
|
||||
friends, and performs format conversions on the fly.
|
||||
"
|
||||
HOMEPAGE="http://www.abiword.org"
|
||||
REVISION="2"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="1998-2014 the AbiSource community"
|
||||
ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="2"
|
||||
SOURCE_URI="git+https://github.com/HaikuArchives/AbiWord.git#12071fa238640022e7160415ce0a960ebd7591db"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
abiword = $portVersion
|
||||
app:AbiWord
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
lib:libfribidi
|
||||
lib:libexpat
|
||||
@@ -41,7 +40,6 @@ BUILD_REQUIRES="
|
||||
devel:libxml2
|
||||
devel:libz
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku_devel
|
||||
cmd:gcc
|
||||
|
||||
@@ -4,20 +4,20 @@ on a grid instead of linearly. Slides can have any size (bigger or smaller \
|
||||
than the screen, and you can move in both directions between them. Hyperlinks \
|
||||
are also possible.
|
||||
"
|
||||
LICENSE="GNU GPL v2"
|
||||
HOMEPAGE="https://github.com/JohannesBuchner/multitalk"
|
||||
COPYRIGHT="
|
||||
2006-2008 David Ingram
|
||||
2010 Johannes Buchner
|
||||
"
|
||||
HOMEPAGE="https://github.com/JohannesBuchner/multitalk"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
ARCHITECTURES="x86_gcc2"
|
||||
|
||||
SOURCE_URI="https://github.com/JohannesBuchner/multitalk/archive/master.zip"
|
||||
CHECKSUM_SHA256="e7b582f5c97905492a6a6554c6087d9d00879b22a42afbe97445a2b3f8ce60e1"
|
||||
SOURCE_DIR="multitalk-master"
|
||||
PATCHES="multitalk-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2"
|
||||
|
||||
PROVIDES="
|
||||
multitalk = $portVersion
|
||||
cmd:multitalk
|
||||
@@ -29,6 +29,7 @@ REQUIRES="
|
||||
sdl_ttf
|
||||
libsdl
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
devel:sdl_gfx
|
||||
devel:sdl_image
|
||||
|
||||
@@ -4,13 +4,13 @@ be as small as possible. It does this without sacrificing speed where \
|
||||
possible. In fact, it is significantly faster than bash (the GNU Bourne-Again \
|
||||
Shell) for most tasks."
|
||||
HOMEPAGE="http://gondor.apana.org/~herbert/dash/"
|
||||
SOURCE_URI="http://gondor.apana.org/~herbert/dash/files/dash-0.5.7.tar.gz"
|
||||
CHECKSUM_SHA256="ae89fa9f1145b7748cf0740e1df04cd52fdf8a285da4911dd0f04983efba4e39"
|
||||
REVISION="2"
|
||||
LICENSE="GNU GPL v3"
|
||||
COPYRIGHT="1989-1994 The Regents of the University of California
|
||||
1997 Christos Zoulas
|
||||
1997-2005 Herbert Xu"
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://gondor.apana.org/~herbert/dash/files/dash-0.5.7.tar.gz"
|
||||
CHECKSUM_SHA256="ae89fa9f1145b7748cf0740e1df04cd52fdf8a285da4911dd0f04983efba4e39"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
@@ -23,6 +23,7 @@ REQUIRES="
|
||||
lib:libreadline
|
||||
lib:libncursesw
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
@@ -12,14 +12,13 @@ checking the Unix mbox) and in all operating environments (thus including \
|
||||
patches from pdksh on e.g. Debian).
|
||||
"
|
||||
HOMEPAGE="https://www.mirbsd.org/mksh.htm"
|
||||
LICENSE="BSD (3-clause)"
|
||||
COPYRIGHT="2002-2014 Thorsten Glaser"
|
||||
|
||||
LICENSE="BSD (3-clause)"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://www.mirbsd.org/MirOS/dist/mir/mksh/mksh-R50c.tgz"
|
||||
CHECKSUM_SHA256="494ed3339e4d5c490e32b3c27dd3b642e493d86982ac60e15c8d6769e3b598ec"
|
||||
SOURCE_DIR="mksh"
|
||||
|
||||
REVISION="1"
|
||||
ARCHITECTURES="x86_gcc2"
|
||||
|
||||
PROVIDES="
|
||||
@@ -27,11 +26,9 @@ PROVIDES="
|
||||
cmd:mksh
|
||||
cmd:sh
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku_devel
|
||||
cmd:ed
|
||||
|
||||
@@ -8,17 +8,15 @@ GUI on several platforms:
|
||||
The core library itself is platform-independent. The principal language is \
|
||||
C++, with some use of Cocoa/ObjC++; wrappers are provided for C and Cocoa/ObjC.
|
||||
"
|
||||
|
||||
HOMEPAGE="http://aiksaurus.sourceforge.net"
|
||||
SOURCE_URI="http://switch.dl.sourceforge.net/project/aiksaurus/aiksaurus/1.2.1/aiksaurus-1.2.1.tar.gz"
|
||||
CHECKSUM_SHA256="1b62cb6351835217f3c229faba3182ba2aa0ab395849bb894dab422976dc8cf4"
|
||||
|
||||
REVISION="1"
|
||||
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2001-2002 Jared Davis
|
||||
2001 Michael D. Pritchett
|
||||
"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://switch.dl.sourceforge.net/project/aiksaurus/aiksaurus/1.2.1/aiksaurus-1.2.1.tar.gz"
|
||||
CHECKSUM_SHA256="1b62cb6351835217f3c229faba3182ba2aa0ab395849bb894dab422976dc8cf4"
|
||||
PATCHES="aiksaurus-1.2.1.patch"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
@@ -32,6 +30,16 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
aiksaurus${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:aiksaurus$secondaryArchSuffix = $portVersion
|
||||
devel:libAiksaurus$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES_devel="
|
||||
aiksaurus$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
@@ -46,8 +54,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PATCHES="aiksaurus-1.2.1.patch"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
# Automake complains about NEWS missing
|
||||
@@ -78,12 +84,3 @@ INSTALL()
|
||||
packageEntries devel \
|
||||
$developDir
|
||||
}
|
||||
|
||||
PROVIDES_devel="
|
||||
aiksaurus${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:aiksaurus$secondaryArchSuffix = $portVersion
|
||||
devel:libAiksaurus$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES_devel="
|
||||
aiksaurus$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
@@ -8,11 +8,12 @@ backend output markups (which can be almost any type of SGML/XML markup) can \
|
||||
be customized and extended by the user.
|
||||
"
|
||||
HOMEPAGE="http://asciidoc.org"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2002-2011 Stuart Rackham"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://sourceforge.net/projects/asciidoc/files/asciidoc/8.6.8/asciidoc-8.6.8.tar.gz"
|
||||
CHECKSUM_SHA256="ffb67f59dccaf6f15db72fcd04fdf21a2f9b703d31f94fcd0c49a424a9fcfbc4"
|
||||
REVISION="2"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86"
|
||||
|
||||
PROVIDES="
|
||||
@@ -22,11 +23,11 @@ PROVIDES="
|
||||
cmd:asciidoc.py = $portVersion compat >= 8
|
||||
cmd:asciidoc = $portVersion compat >= 8
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
cmd:python
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
@@ -36,7 +37,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:sed
|
||||
"
|
||||
|
||||
|
||||
BUILD()
|
||||
{
|
||||
# TODO: separate data and configuration files.
|
||||
|
||||
@@ -9,12 +9,13 @@ dictionary. Aspell will also do its best to respect the current locale \
|
||||
setting. Other advantages over Ispell include support for using multiple \
|
||||
dictionaries at once and intelligently handling personal dictionaries when \
|
||||
more than one Aspell process is open at once."
|
||||
LICENSE="GNU LGPL v2"
|
||||
COPYRIGHT="2000-2006 Kevin Atkinson"
|
||||
HOMEPAGE="http://aspell.net"
|
||||
COPYRIGHT="2000-2006 Kevin Atkinson"
|
||||
LICENSE="GNU LGPL v2"
|
||||
REVISION="2"
|
||||
SOURCE_URI="ftp://ftp.gnu.org/gnu/aspell/aspell-0.60.6.1.tar.gz"
|
||||
CHECKSUM_SHA256="f52583a83a63633701c5f71db3dc40aab87b7f76b29723aeb27941eff42df6e1"
|
||||
REVISION="2"
|
||||
|
||||
ARCHITECTURES="x86 x86_gcc2 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
@@ -32,16 +33,23 @@ PROVIDES="
|
||||
lib:libaspell$secondaryArchSuffix = 15.1.5 compat >= 15
|
||||
lib:libpspell$secondaryArchSuffix = 15.1.5 compat >= 15
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libncurses$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
aspell${secondaryArchSuffix}_devel = $portVersion compat >= 0.60
|
||||
devel:libaspell$secondaryArchSuffix = 15.1.5 compat >= 15
|
||||
devel:libpspell$secondaryArchSuffix = 15.1.5 compat >= 15
|
||||
"
|
||||
REQUIRES_devel="
|
||||
aspell$secondaryArchSuffix == $portVersion
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
devel:libncurses$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:libtoolize
|
||||
@@ -53,16 +61,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:perl
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
aspell${secondaryArchSuffix}_devel = $portVersion compat >= 0.60
|
||||
devel:libaspell$secondaryArchSuffix = 15.1.5 compat >= 15
|
||||
devel:libpspell$secondaryArchSuffix = 15.1.5 compat >= 15
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
aspell$secondaryArchSuffix == $portVersion
|
||||
"
|
||||
|
||||
PATCH()
|
||||
{
|
||||
sed -i "s,AM_CONFIG_HEADER,AC_CONFIG_HEADERS," configure.ac
|
||||
|
||||
@@ -5,11 +5,12 @@ program that you can use to mark down documents interactively or from a \
|
||||
script, and a tiny (3 programs so far) suite of example programs that show \
|
||||
how to fully utilize the markdown library."
|
||||
HOMEPAGE="http://www.pell.portland.or.us/~orc/Code/discount/"
|
||||
COPYRIGHT="2007-2012 David Loren Parsons"
|
||||
LICENSE="BSD (4-clause)"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://www.pell.portland.or.us/~orc/Code/discount/discount-2.1.3.tar.bz2"
|
||||
CHECKSUM_SHA256="7280da7a27be42244311912eeee19695623f196817ec08f43b652fcc2ded975d"
|
||||
REVISION="1"
|
||||
LICENSE="BSD (4-clause)"
|
||||
COPYRIGHT="2007-2012 David Loren Parsons"
|
||||
|
||||
ARCHITECTURES="x86 x86_gcc2"
|
||||
|
||||
PROVIDES="
|
||||
@@ -22,6 +23,15 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
discount_devel = $portVersion compat >= 2
|
||||
devel:libmarkdown
|
||||
"
|
||||
REQUIRES_devel="
|
||||
discount == $portVersion
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
@@ -35,13 +45,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:sed
|
||||
cmd:find
|
||||
"
|
||||
PROVIDES_devel="
|
||||
discount_devel = $portVersion compat >= 2
|
||||
devel:libmarkdown
|
||||
"
|
||||
REQUIRES_devel="
|
||||
discount == $portVersion
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
|
||||
@@ -18,11 +18,11 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku_devel
|
||||
cmd:g++
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cd src
|
||||
|
||||
@@ -6,24 +6,23 @@ GOCR can be used with different front-ends, which makes it very easy to port \
|
||||
to different OSes and architectures. It can open many different image \
|
||||
formats, and its quality have been improving in a daily basis."
|
||||
HOMEPAGE="http://jocr.sofrceforge.net"
|
||||
COPYRIGHT="2000-2013 Joerg Schulenburg"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://www-e.uni-magdeburg.de/jschulen/ocr/gocr-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="bc261244f887419cba6d962ec1ad58eefd77176885093c4a43061e7fd565f5b5"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2000-2013 Joerg Schulenburg"
|
||||
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
|
||||
PATCHES="gocr-0.50.patchset"
|
||||
|
||||
REVISION="1"
|
||||
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
|
||||
|
||||
PROVIDES="
|
||||
$portName = $portVersion
|
||||
cmd:gocr
|
||||
cmd:gocr.tcl
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku_devel
|
||||
cmd:gcc
|
||||
@@ -34,8 +33,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:autoconf
|
||||
"
|
||||
|
||||
PATCHES="gocr-0.50.patchset"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
libtoolize --force --copy --install
|
||||
|
||||
@@ -2,15 +2,15 @@ SUMMARY="HTML file processor and converter"
|
||||
DESCRIPTION="HTMLDOC converts HTML files and web pages into index HTML, \
|
||||
Adobe Postscript or Adobe Portable Document Format files (pdf)."
|
||||
HOMEPAGE="http://www.msweet.org/projects.php?Z1"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="1997-2006 Easy Software Products"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="http://www.msweet.org/files/project1/htmldoc-1.8.27-source.tar.bz2"
|
||||
CHECKSUM_SHA256="89ffd223734268375dc959c200622dc5f167576c5cad9d7ce4bd7567faeb9613"
|
||||
REVISION="3"
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
PATCHES="htmldoc-1.8.27.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
PROVIDES="
|
||||
htmldoc = $portVersion compat >= 1.8
|
||||
cmd:htmldoc = $portVersion compat >= 1.8
|
||||
@@ -21,6 +21,7 @@ REQUIRES="
|
||||
lib:libpng
|
||||
lib:libz
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
devel:libjpeg
|
||||
devel:libpng
|
||||
|
||||
@@ -5,19 +5,19 @@ DESCRIPTION="
|
||||
character encoding.
|
||||
"
|
||||
HOMEPAGE="http://hunspell.sourceforge.net/"
|
||||
SOURCE_URI="http://downloads.sourceforge.net/hunspell/hunspell-1.3.2.tar.gz"
|
||||
CHECKSUM_SHA256="b4edd4a4ee944cb9f485b35473e46b729ed768e9d24da8e78e4c4c6ca56addbd"
|
||||
LICENSE="
|
||||
GNU GPL v2
|
||||
GNU LGPL v2.1
|
||||
MPL v1.1
|
||||
"
|
||||
COPYRIGHT="
|
||||
2007-2011 Hunspell developers et al.
|
||||
2002-2008 László Németh (Hunspell)
|
||||
2001-2002 Kevin Hendricks (MySpell)
|
||||
"
|
||||
LICENSE="
|
||||
GNU GPL v2
|
||||
GNU LGPL v2.1
|
||||
MPL v1.1
|
||||
"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://downloads.sourceforge.net/hunspell/hunspell-1.3.2.tar.gz"
|
||||
CHECKSUM_SHA256="b4edd4a4ee944cb9f485b35473e46b729ed768e9d24da8e78e4c4c6ca56addbd"
|
||||
|
||||
ARCHITECTURES="x86 x86_gcc2"
|
||||
|
||||
@@ -40,6 +40,16 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
hunspell_devel = $portVersion
|
||||
devel:libhunspell_1.3 = $portVersion compat >= 1.3
|
||||
devel:libparsers = $portVersion compat >= 1.3
|
||||
"
|
||||
REQUIRES_devel="
|
||||
hunspell == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
@@ -79,12 +89,3 @@ TEST()
|
||||
{
|
||||
make check
|
||||
}
|
||||
|
||||
PROVIDES_devel="
|
||||
hunspell_devel = $portVersion
|
||||
devel:libhunspell_1.3 = $portVersion compat >= 1.3
|
||||
devel:libparsers = $portVersion compat >= 1.3
|
||||
"
|
||||
REQUIRES_devel="
|
||||
hunspell == $portVersion base
|
||||
"
|
||||
|
||||
@@ -5,17 +5,17 @@ most commonly used to import WordPerfect documents into other word processors \
|
||||
(see below), but may be useful in other cases as well.
|
||||
"
|
||||
HOMEPAGE="http://sourceforge.net/projects/libwpd/"
|
||||
SOURCE_URI="http://prdownloads.sourceforge.net/libwpd/libwpd-$portVersion.tar.bz2"
|
||||
LICENSE="
|
||||
MPL v2.0
|
||||
GNU LGPL v2.1
|
||||
"
|
||||
COPYRIGHT="
|
||||
William Lachance
|
||||
Marc Maurer
|
||||
Fridrich Strba
|
||||
"
|
||||
LICENSE="
|
||||
MPL v2.0
|
||||
GNU LGPL v2.1
|
||||
"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://prdownloads.sourceforge.net/libwpd/libwpd-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="f2bf5d65156a351ce404550dd822c8db8ab8740b393f61dba828d1b2cb33fe91"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 ?x86_64"
|
||||
@@ -35,6 +35,15 @@ REQUIRES="
|
||||
lib:librevenge_stream_0.0$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
libwpd${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libwpd_0.10$secondaryArchSuffix = 10.0.0 compat >= 10
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libwpd$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
devel:librevenge_0.0$secondaryArchSuffix
|
||||
devel:librevenge_generators_0.0$secondaryArchSuffix
|
||||
@@ -75,11 +84,3 @@ INSTALL()
|
||||
|
||||
packageEntries devel $developDir
|
||||
}
|
||||
|
||||
PROVIDES_devel="
|
||||
libwpd${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libwpd_0.10$secondaryArchSuffix = 10.0.0 compat >= 10
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libwpd$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
@@ -5,17 +5,17 @@ DESCRIPTION="
|
||||
processors (see below), but may be useful in other cases as well.
|
||||
"
|
||||
HOMEPAGE="http://libwpd.sourceforge.net"
|
||||
SOURCE_URI="http://prdownloads.sourceforge.net/libwpd/libwpd-0.9.9.tar.gz"
|
||||
LICENSE="
|
||||
MPL v2.0
|
||||
GNU LGPL v2.1
|
||||
"
|
||||
COPYRIGHT="
|
||||
William Lachance
|
||||
Marc Maurer
|
||||
Fridrich Strba
|
||||
"
|
||||
LICENSE="
|
||||
MPL v2.0
|
||||
GNU LGPL v2.1
|
||||
"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://prdownloads.sourceforge.net/libwpd/libwpd-0.9.9.tar.gz"
|
||||
CHECKSUM_SHA256="6d894db0de312dbbef3359c14b967ee4d2bab4e70052c151f2a44dc39b0744b9"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 ?x86_64"
|
||||
@@ -33,6 +33,16 @@ REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
libwpd${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libwpd_0.9$secondaryArchSuffix = 9.0.9 compat >= 9
|
||||
devel:libwpd_stream_0.9$secondaryArchSuffix = 9.0.9 compat >= 9
|
||||
"
|
||||
REQUIRES_devel="
|
||||
$portName$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
devel:libz$secondaryArchSuffix
|
||||
"
|
||||
@@ -68,12 +78,3 @@ INSTALL()
|
||||
|
||||
packageEntries devel $developDir
|
||||
}
|
||||
|
||||
PROVIDES_devel="
|
||||
libwpd${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libwpd_0.9$secondaryArchSuffix = 9.0.9 compat >= 9
|
||||
devel:libwpd_stream_0.9$secondaryArchSuffix = 9.0.9 compat >= 9
|
||||
"
|
||||
REQUIRES_devel="
|
||||
$portName$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
@@ -4,18 +4,18 @@ DESCRIPTION="
|
||||
in WPG (WordPerfect Graphics) format.
|
||||
"
|
||||
HOMEPAGE="http://libwpg.sourceforge.net"
|
||||
SOURCE_URI="http://downloads.sourceforge.net/project/libwpg/libwpg/libwpg-0.2.2/libwpg-0.2.2.tar.gz"
|
||||
LICENSE="
|
||||
MPL v2.0
|
||||
GNU LGPL v2.1
|
||||
"
|
||||
COPYRIGHT="
|
||||
Marc Oude Kotte
|
||||
Marc Maurer
|
||||
Ariya Hidayat
|
||||
Fridrich Strba
|
||||
"
|
||||
LICENSE="
|
||||
MPL v2.0
|
||||
GNU LGPL v2.1
|
||||
"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://downloads.sourceforge.net/project/libwpg/libwpg/libwpg-0.2.2/libwpg-0.2.2.tar.gz"
|
||||
CHECKSUM_SHA256="d5260dd46a9f2bb8ace90379b8afc47fe78f26048bb32abb982b900ef2fb2aa3"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 ?x86_64"
|
||||
@@ -33,6 +33,15 @@ REQUIRES="
|
||||
lib:libwpd_0.9$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
libwpg${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libwpg_0.2$secondaryArchSuffix = 2.0.2 compat >= 2
|
||||
"
|
||||
REQUIRES_devel="
|
||||
$portName$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
devel:libwpd_0.9$secondaryArchSuffix
|
||||
devel:libz$secondaryArchSuffix
|
||||
@@ -68,11 +77,3 @@ INSTALL()
|
||||
|
||||
packageEntries devel $developDir
|
||||
}
|
||||
|
||||
PROVIDES_devel="
|
||||
libwpg${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libwpg_0.2$secondaryArchSuffix = 2.0.2 compat >= 2
|
||||
"
|
||||
REQUIRES_devel="
|
||||
$portName$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
@@ -4,18 +4,18 @@ libwpg project is a collection of library and tools to work with graphics in \
|
||||
WPG (WordPerfect Graphics) format.
|
||||
"
|
||||
HOMEPAGE="http://libwpg.sourceforge.net"
|
||||
SOURCE_URI="http://prdownloads.sourceforge.net/libwpg/libwpg-$portVersion.tar.gz"
|
||||
LICENSE="
|
||||
MPL v2.0
|
||||
GNU LGPL v2.1
|
||||
"
|
||||
COPYRIGHT="
|
||||
Marc Oude Kotte
|
||||
Marc Maurer
|
||||
Ariya Hidayat
|
||||
Fridrich Strba
|
||||
"
|
||||
LICENSE="
|
||||
MPL v2.0
|
||||
GNU LGPL v2.1
|
||||
"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://prdownloads.sourceforge.net/libwpg/libwpg-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="8fb8cb4229d4288a5363c78bab78811d94cf8e1e91a6a6b85941e43820561151"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 ?x86_64"
|
||||
@@ -37,6 +37,15 @@ REQUIRES="
|
||||
lib:libwpd_0.10$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
libwpg${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libwpg_0.3$secondaryArchSuffix = 3.0.0 compat >= 3
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libwpg$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
devel:librevenge_0.0$secondaryArchSuffix
|
||||
devel:librevenge_generators_0.0$secondaryArchSuffix
|
||||
@@ -77,11 +86,3 @@ INSTALL()
|
||||
|
||||
packageEntries devel $developDir
|
||||
}
|
||||
|
||||
PROVIDES_devel="
|
||||
libwpg${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libwpg_0.3$secondaryArchSuffix = 3.0.0 compat >= 3
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libwpg$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
@@ -5,16 +5,15 @@ for UNIX manuals. The mission of mdocml is to deprecate groff, the GNU troff \
|
||||
implementation, for displaying mdoc pages whilst providing token support for \
|
||||
man."
|
||||
HOMEPAGE="http://mdocml.bsd.lv/"
|
||||
COPYRIGHT="2008-2013 Ingo Schwarze, Kristaps Dzonsons"
|
||||
LICENSE="ISC"
|
||||
REVISION="1"
|
||||
|
||||
ARCHITECTURES="x86 x86_gcc2"
|
||||
|
||||
SOURCE_URI="http://mdocml.bsd.lv/snapshots/mdocml-1.12.2.tar.gz"
|
||||
CHECKSUM_SHA256="c4f37afbf823636f63e3cd0673ae6c2ffc6017558e86bdcc02dc825c62daa9d7"
|
||||
COPYRIGHT="2008-2013 Ingo Schwarze, Kristaps Dzonsons"
|
||||
PATCHES="mdocml-1.12.2.patch"
|
||||
|
||||
ARCHITECTURES="x86 x86_gcc2"
|
||||
|
||||
PROVIDES="
|
||||
mdocml = $portVersion
|
||||
cmd:mandoc = $portVersion
|
||||
@@ -24,6 +23,7 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
mdocml_devel = $portVersion compat >= 1.12
|
||||
devel:libmandoc
|
||||
@@ -31,6 +31,7 @@ PROVIDES_devel="
|
||||
REQUIRES_devel="
|
||||
mdocml == $portVersion
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
@@ -4,22 +4,23 @@ Parse formatted man pages and man page source from most flavors of UNIX. \
|
||||
Convert to HTML, ASCII, TkMan, DocBook, and other formats.
|
||||
"
|
||||
HOMEPAGE="http://www.sourceforge.net/project/polyglotman"
|
||||
LICENSE="Artistic"
|
||||
COPYRIGHT="2003 Thomas A. Phelps"
|
||||
LICENSE="Artistic"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://downloads.sourceforge.net/project/polyglotman/polyglotman/3.2/rman-3.2.tar.gz"
|
||||
CHECKSUM_SHA256="68a130696b251966db10a4774e2bc8083a0147b83f64c11e9bb4cd654da32d5f"
|
||||
PATCHES="rman-3.2.patch"
|
||||
REVISION="1"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86"
|
||||
|
||||
PROVIDES="
|
||||
rman = $portVersion
|
||||
cmd:rman = $portVersion compat >= 3
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
|
||||
@@ -6,11 +6,12 @@ societies to write new Bible software more quickly and easily. We also create \
|
||||
Bible study software for all readers, students, scholars, and translators of \
|
||||
the Bible, and have a growing collection of over 200 texts in over 50 languages."
|
||||
HOMEPAGE="http://www.crosswire.org/sword"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="1998-2014 CrossWire Bible Society"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="http://www.crosswire.org/ftpmirror/pub/sword/source/v1.7/sword-1.7.3.tar.gz"
|
||||
CHECKSUM_SHA256="5a3d87ff155d5ecb0cfec052ba333b2b74d9273e2cc66fb1ca75747dfd8ea9ea"
|
||||
REVISION="3"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 ?x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
@@ -34,12 +35,6 @@ PROVIDES="
|
||||
cmd:xml2gbs$secondaryArchSuffix = $portVersion
|
||||
lib:libsword$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
sword${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libsword$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libcurl$secondaryArchSuffix
|
||||
@@ -48,6 +43,10 @@ REQUIRES="
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
sword${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libsword$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES_devel="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
sword$secondaryArchSuffix == $portVersion base
|
||||
@@ -60,7 +59,6 @@ BUILD_REQUIRES="
|
||||
devel:libcrypto$secondaryArchSuffix
|
||||
devel:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:awk
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
|
||||
@@ -6,13 +6,13 @@ societies to write new Bible software more quickly and easily. We also create \
|
||||
Bible study software for all readers, students, scholars, and translators of \
|
||||
the Bible, and have a growing collection of over 200 texts in over 50 languages."
|
||||
HOMEPAGE="http://www.crosswire.org/sword"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="1998-2014 CrossWire Bible Society"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://www.crosswire.org/ftpmirror/pub/sword/source/v1.7/sword-1.7.4.tar.gz"
|
||||
CHECKSUM_SHA256="995da8cf5a207c1f09809bf4b9db0bd7d267da5fcdb9d6666c9b313edd9d213d"
|
||||
REVISION="1"
|
||||
ARCHITECTURES="!x86_gcc2 x86 ?x86_64"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 ?x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
@@ -35,12 +35,6 @@ PROVIDES="
|
||||
cmd:xml2gbs$secondaryArchSuffix = $portVersion
|
||||
lib:libsword$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
sword${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libsword$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libcurl$secondaryArchSuffix
|
||||
@@ -49,6 +43,10 @@ REQUIRES="
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
sword${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libsword$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES_devel="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
sword$secondaryArchSuffix == $portVersion base
|
||||
@@ -61,7 +59,6 @@ BUILD_REQUIRES="
|
||||
devel:libcrypto$secondaryArchSuffix
|
||||
devel:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:awk
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
|
||||
@@ -2,25 +2,24 @@ SUMMARY="XML-FO to PDF formatter"
|
||||
DESCRIPTION="A fast, free, high-quality, multi-platform XSL formatter that \
|
||||
aims to excel at DocBook formatting and that integrates easily with other \
|
||||
programs and with scripting languages."
|
||||
LICENSE="BSD (3-clause)"
|
||||
HOMEPAGE="http://xmlroff.org"
|
||||
COPYRIGHT="2001-2002 Sun Microsystems
|
||||
2007-2010 Meneith Consulting
|
||||
2011-2012 Mentea"
|
||||
ARCHITECTURES="?x86"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
LICENSE="BSD (3-clause)"
|
||||
REVISION="2"
|
||||
HOMEPAGE="http://xmlroff.org"
|
||||
|
||||
SOURCE_URI="https://github.com/xmlroff/xmlroff/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="9c4777c27418eeb013b50246a4852f49893829ee6463b9686f4e7f26bbb19fe9"
|
||||
PATCHES="xmlroff-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="?x86"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
xmlroff$secondaryArchSuffix = $portVersion
|
||||
cmd:xmlroff$secondaryArchSuffix
|
||||
lib:libfo_0.6$secondaryArchSuffix = 0.602.0 compat = 0
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libbz2$secondaryArchSuffix
|
||||
@@ -48,7 +47,6 @@ PROVIDES_devel="
|
||||
xmlroff${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libfo_0.6$secondaryArchSuffix = 0.602.0 compat = 0
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
xmlroff$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
@@ -63,7 +61,6 @@ BUILD_REQUIRES="
|
||||
devel:libxslt$secondaryArchSuffix
|
||||
docbook_xsl_stylesheets
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:autoconf
|
||||
cmd:automake
|
||||
|
||||
@@ -16,7 +16,6 @@ REVISION="1"
|
||||
SOURCE_URI="http://freefr.dl.sourceforge.net/project/$portName/Cream/$portVersion/$portName-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="b7adee33d5464f985a71722fdbe133e726bffebf34eae14c33674c4c5327d777"
|
||||
|
||||
|
||||
ARCHITECTURES="!any"
|
||||
|
||||
PROVIDES="
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
SUMMARY="Code generator for Haiku"
|
||||
DESCRIPTION="
|
||||
Hugen is a simply python script for generating code for Haiku \
|
||||
applications. It is based on templates. You can define your own \
|
||||
@@ -5,7 +6,6 @@ one and quick generate some files with adequate names and content \
|
||||
instead creating it manually. Templates for class and simple \
|
||||
application with Makefile and Jamfile are provided by default.
|
||||
"
|
||||
SUMMARY="Code generator for Haiku"
|
||||
HOMEPAGE="https://github.com/aldeck/hugen"
|
||||
COPYRIGHT="2009 Alexandre Deckner"
|
||||
LICENSE="MIT"
|
||||
|
||||
@@ -9,6 +9,7 @@ REVISION="2"
|
||||
SOURCE_URI="http://www.msweet.org/files/project3/mxml-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="b0d347da1a0d5a8c9e82f66087d55cfe499728dacae563740d7e733648c69795"
|
||||
PATCHES="mxml-$portVersion.patch"
|
||||
|
||||
ARCHITECTURES="x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES=""
|
||||
|
||||
@@ -16,17 +17,15 @@ PROVIDES="
|
||||
mxml$secondaryArchSuffix = $portVersion
|
||||
lib:mxml$secondaryArchSuffix = 1.4 compat >= 1
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
mxml${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:mxml$secondaryArchSuffix = 1.4 compat >= 1
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
mxml${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:mxml$secondaryArchSuffix = 1.4 compat >= 1
|
||||
"
|
||||
REQUIRES_devel="
|
||||
mxml$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
@@ -34,7 +33,6 @@ REQUIRES_devel="
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:libtoolize
|
||||
cmd:make
|
||||
|
||||
@@ -2,22 +2,20 @@ SUMMARY="A YAML parser and emitter in C++"
|
||||
DESCRIPTION="yaml-cpp is a YAML parser and emitter in C++ matching the YAML \
|
||||
1.2 spec."
|
||||
HOMEPAGE="https://github.com/sparsehash/sparsehash/"
|
||||
COPYRIGHT="2008 Jesse Beder"
|
||||
LICENSE="BSD (2-clause)"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/sparsehash/sparsehash/archive/sparsehash-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="05e986a5c7327796dad742182b2d10805a8d4f511ad090da0490f146c1ff7a8c"
|
||||
SOURCE_DIR="sparsehash-sparsehash-$portVersion"
|
||||
REVISION="1"
|
||||
LICENSE="BSD (2-clause)"
|
||||
COPYRIGHT="2008 Jesse Beder"
|
||||
PATCHES="sparsehash-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="!x86_gcc2 x86"
|
||||
|
||||
PATCHES="sparsehash-$portVersion.patchset"
|
||||
|
||||
PROVIDES="
|
||||
sparsehash$secondaryArchSuffix = $portVersion compat >= 2
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
@@ -25,7 +23,6 @@ REQUIRES="
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:aclocal
|
||||
cmd:autoconf
|
||||
|
||||
@@ -2,12 +2,12 @@ SUMMARY="A YAML parser and emitter in C++"
|
||||
DESCRIPTION="yaml-cpp is a YAML parser and emitter in C++ matching the YAML \
|
||||
1.2 spec."
|
||||
HOMEPAGE="http://github.com/jbeder/yaml-cpp/"
|
||||
COPYRIGHT="2008 Jesse Beder"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://yaml-cpp.googlecode.com/files/yaml-cpp-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="3e7c9052b43d987d41819a203d97fc45de4eed3ec67e0fdb14265c3d11046f06"
|
||||
SOURCE_DIR="yaml-cpp-$portVersion"
|
||||
REVISION="1"
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="2008 Jesse Beder"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
@@ -16,16 +16,23 @@ PROVIDES="
|
||||
yaml_cpp$secondaryArchSuffix = $portVersion compat >= 0.5
|
||||
lib:libyaml_cpp$secondaryArchSuffix = $portVersion compat >= 0.5
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
yaml_cpp${secondaryArchSuffix}_devel = $portVersion compat >= 0.5
|
||||
devel:libyaml_cpp$secondaryArchSuffix = 0.5.1 compat >= 0.5
|
||||
"
|
||||
REQUIRES_devel="
|
||||
yaml_cpp$secondaryArchSuffix == $portVersion
|
||||
boost${secondaryArchSuffix}_devel
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
boost${secondaryArchSuffix}_devel
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:cmake
|
||||
cmd:make
|
||||
@@ -57,13 +64,3 @@ INSTALL()
|
||||
packageEntries devel \
|
||||
$developDir
|
||||
}
|
||||
|
||||
PROVIDES_devel="
|
||||
yaml_cpp${secondaryArchSuffix}_devel = $portVersion compat >= 0.5
|
||||
devel:libyaml_cpp$secondaryArchSuffix = 0.5.1 compat >= 0.5
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
yaml_cpp$secondaryArchSuffix == $portVersion
|
||||
boost${secondaryArchSuffix}_devel
|
||||
"
|
||||
|
||||
@@ -61,10 +61,6 @@ REQUIRES="
|
||||
lib:libreadline$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
BUILD_REQUIRES="
|
||||
devel:libreadline$secondaryArchSuffix
|
||||
devel:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
postgresql${secondaryArchSuffix}_devel = $portVersion
|
||||
@@ -79,6 +75,10 @@ REQUIRES_devel="
|
||||
postgresql${secondaryArchSuffix} == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
devel:libreadline$secondaryArchSuffix
|
||||
devel:libz$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
|
||||
@@ -3,16 +3,18 @@ DESCRIPTION="DotGNU Portable.NET is a portable suite of tools (including a C# \
|
||||
compiler, assembler, and runtime engine) for non-Microsoft platforms. It is \
|
||||
part of the DotGNU meta-project"
|
||||
HOMEPAGE="http://www.dotgnu.org/pnet.html"
|
||||
SOURCE_URI="http://download.savannah.gnu.org/releases/dotgnu-pnet/pnet-0.8.0.tar.gz"
|
||||
CHECKSUM_SHA256="f1340ae3567a5f05729d9d201bd719268ceca07bde4f62c58a92abfda64551bb"
|
||||
REVISION="1"
|
||||
LICENSE="GNU GPL v1"
|
||||
COPYRIGHT="2001-2006 Southern Storm Software, Pty Ltd.
|
||||
1984-2002 Free Software Foundation, Inc.
|
||||
2003 Gopal.V
|
||||
2002 FSF INDIA
|
||||
2002 Richard Baumann
|
||||
"
|
||||
LICENSE="GNU GPL v1"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://download.savannah.gnu.org/releases/dotgnu-pnet/pnet-0.8.0.tar.gz"
|
||||
CHECKSUM_SHA256="f1340ae3567a5f05729d9d201bd719268ceca07bde4f62c58a92abfda64551bb"
|
||||
PATCHES="pnet-0.8.0.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
|
||||
|
||||
PROVIDES="
|
||||
@@ -49,6 +51,11 @@ PROVIDES="
|
||||
cmd:ilverify
|
||||
cmd:resgen
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libncurses
|
||||
lib:zlib
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
devel:libILAsm = $portVersion compat >= 0
|
||||
@@ -60,17 +67,10 @@ PROVIDES_devel="
|
||||
devel:libILSupport = $portVersion compat >= 0
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libncurses
|
||||
lib:zlib
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
devel:libncurses
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc
|
||||
cmd:make
|
||||
@@ -85,8 +85,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:treecc
|
||||
"
|
||||
|
||||
PATCHES="pnet-0.8.0.patchset"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
libtoolize --force --copy --install
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 Atmel’s 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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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
|
||||
"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -3,24 +3,24 @@ DESCRIPTION="Box2D is a feature rich 2D rigid body physics engine, written in C+
|
||||
It has been used in many games, including Crayon Physics Deluxe, \
|
||||
winner of the 2008 Independant Game Festival Grand Prize"
|
||||
HOMEPAGE="http://www.box2d.org"
|
||||
SOURCE_URI="http://box2d.googlecode.com/files/Box2D_v2.1.2.zip"
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="2007-2009 Erin Catto"
|
||||
CHECKSUM_SHA256="3b351c3e51c6bf78c3e48a2b51260297f3f309fde389c9bfc21ebd484efbba54"
|
||||
LICENSE="MIT"
|
||||
REVISION="2"
|
||||
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
|
||||
SOURCE_URI="http://box2d.googlecode.com/files/Box2D_v2.1.2.zip"
|
||||
CHECKSUM_SHA256="3b351c3e51c6bf78c3e48a2b51260297f3f309fde389c9bfc21ebd484efbba54"
|
||||
SOURCE_DIR="Box2D_v2.1.2"
|
||||
PATCHES="box2d-2.1.2.patch"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
|
||||
|
||||
PROVIDES="
|
||||
box2d
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
PATCHES="box2d-2.1.2.patch"
|
||||
|
||||
BUILD_REQUIRES=""
|
||||
BUILD_PREREQUIRES="
|
||||
haiku_devel
|
||||
cmd:make
|
||||
@@ -30,8 +30,6 @@ BUILD_PREREQUIRES="
|
||||
devel:libglu
|
||||
"
|
||||
|
||||
BUILD_REQUIRES=""
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cd Box2D
|
||||
|
||||
@@ -18,7 +18,6 @@ PROVIDES="
|
||||
box2d$secondaryArchSuffix
|
||||
cmd:box2d$secondaryArchSuffix
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
@@ -28,7 +27,6 @@ BUILD_REQUIRES="
|
||||
devel:libgl$secondaryArchSuffix
|
||||
devel:libglu$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
cmd:cmake
|
||||
@@ -46,4 +44,4 @@ INSTALL()
|
||||
{
|
||||
cd Box2D
|
||||
make install
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,20 +3,27 @@ DESCRIPTION="Fifechan is a C++ GUI library designed for games. It comes with a \
|
||||
standard set of 'widgets' and can use several different objects for displaying \
|
||||
graphics and capturing user input."
|
||||
HOMEPAGE="http://fifengine.github.com/fifechan/"
|
||||
SOURCE_URI="https://github.com/fifengine/fifechan/archive/0.1.2.tar.gz"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
COPYRIGHT="2004-2014 fifechan developers"
|
||||
CHECKSUM_SHA256="4a4239314ae33c5413e4d7d3e5f2f1a7e53fb596fd1480ea7443ee78041e6b2d"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="2"
|
||||
ARCHITECTURES="x86 x86_64"
|
||||
SOURCE_URI="https://github.com/fifengine/fifechan/archive/0.1.2.tar.gz"
|
||||
CHECKSUM_SHA256="4a4239314ae33c5413e4d7d3e5f2f1a7e53fb596fd1480ea7443ee78041e6b2d"
|
||||
PATCHES="fifechan-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="x86 x86_64"
|
||||
|
||||
PROVIDES="
|
||||
fifechan = $portVersion
|
||||
lib:libfifechan = $portVersion
|
||||
lib:libfifechan_opengl = $portVersion
|
||||
lib:libfifechan_sdl = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libgl
|
||||
lib:libsdl
|
||||
lib:libsdl_image
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
fifechan_devel = $portVersion
|
||||
@@ -24,31 +31,22 @@ PROVIDES_devel="
|
||||
devel:libfifechan_opengl = $portVersion
|
||||
devel:libfifechan_sdl = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libgl
|
||||
lib:libsdl
|
||||
lib:libsdl_image
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
fifechan == $portVersion
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku_devel
|
||||
cmd:make
|
||||
cmd:cmake
|
||||
cmd:gcc
|
||||
cmd:ld
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
devel:libgl
|
||||
devel:libsdl
|
||||
devel:libsdl_image
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku_devel
|
||||
cmd:make
|
||||
cmd:cmake
|
||||
cmd:gcc
|
||||
cmd:ld
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
|
||||
@@ -7,14 +7,16 @@ detection with friction. ODE is useful for simulating vehicles, objects in \
|
||||
virtual reality environments and virtual creatures.
|
||||
"
|
||||
HOMEPAGE="http://www.ode.org/"
|
||||
SOURCE_URI="http://downloads.sourceforge.net/project/opende/ODE/0.12/ode-0.12.tar.bz2"
|
||||
CHECKSUM_SHA256="65c5315a42c725d2da01ea2c1b045583d54e0d1a95e3f7c062e5ba3769f5c350"
|
||||
REVISION="1"
|
||||
COPYRIGHT="2001-2004 Russell L. Smith"
|
||||
LICENSE="
|
||||
GNU LGPL v3
|
||||
BSD (3-clause)
|
||||
"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://downloads.sourceforge.net/project/opende/ODE/0.12/ode-0.12.tar.bz2"
|
||||
CHECKSUM_SHA256="65c5315a42c725d2da01ea2c1b045583d54e0d1a95e3f7c062e5ba3769f5c350"
|
||||
PATCHES="ode-0.12.patch"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
@@ -22,15 +24,23 @@ PROVIDES="
|
||||
ode$secondaryArchSuffix = $portVersion
|
||||
lib:libode$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
ode${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libode$secondaryArchSuffix = $portVersion
|
||||
cmd:ode_config$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES_devel="
|
||||
haiku$secondaryArchSuffix
|
||||
ode$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
cmd:mkdepend
|
||||
@@ -39,13 +49,12 @@ BUILD_PREREQUIRES="
|
||||
cmd:awk
|
||||
"
|
||||
|
||||
PATCHES="ode-0.12.patch"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
runConfigure ./configure --enable-shared
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
fixDevelopLibDirReferences ode-config
|
||||
@@ -60,14 +69,3 @@ INSTALL()
|
||||
$developDir \
|
||||
$binDir # ode_config binary here
|
||||
}
|
||||
|
||||
PROVIDES_devel="
|
||||
ode${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libode$secondaryArchSuffix = $portVersion
|
||||
cmd:ode_config$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
haiku$secondaryArchSuffix
|
||||
ode$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
@@ -4,11 +4,6 @@ Free core class libraries for use with virtual machines and compilers for the \
|
||||
Java language
|
||||
"
|
||||
HOMEPAGE="http://www.gnu.org/software/classpath"
|
||||
SOURCE_URI="ftp://ftp.gnu.org/gnu/classpath/classpath-0.98.tar.gz"
|
||||
CHECKSUM_SHA256="501b5acd4dff79b6100da22cef15080f31071821ce3cea6f1b739bc1b56fac3f"
|
||||
REVISION="1"
|
||||
LICENSE="GNU GPL v2
|
||||
GNU GPL v2 with classpath exceptions"
|
||||
COPYRIGHT="1998-1999, 2001-2008 Free Software Foundation
|
||||
1991 AT&T
|
||||
1993 Sun Microsystems, Inc. All rights reserved
|
||||
@@ -18,6 +13,13 @@ COPYRIGHT="1998-1999, 2001-2008 Free Software Foundation
|
||||
2004 World Wide Web Consortium
|
||||
2005 Caolan McNamara
|
||||
2005 Daniel Richard G."
|
||||
LICENSE="GNU GPL v2
|
||||
GNU GPL v2 with classpath exceptions"
|
||||
REVISION="1"
|
||||
SOURCE_URI="ftp://ftp.gnu.org/gnu/classpath/classpath-0.98.tar.gz"
|
||||
CHECKSUM_SHA256="501b5acd4dff79b6100da22cef15080f31071821ce3cea6f1b739bc1b56fac3f"
|
||||
SOURCE_DIR="classpath-0.98"
|
||||
PATCHES="gnu_classpath-0.98.patch"
|
||||
|
||||
ARCHITECTURES="?x86_gcc2 ?x86 ?x86_64"
|
||||
SECONDARY_ARCHITECTURES="?x86_gcc2 ?x86"
|
||||
@@ -28,6 +30,7 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
@@ -41,10 +44,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:jamvm$secondaryArchSuffix
|
||||
"
|
||||
|
||||
SOURCE_DIR="classpath-0.98"
|
||||
|
||||
PATCHES="gnu_classpath-0.98.patch"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
libtoolize --force --copy --install
|
||||
|
||||
@@ -10,18 +10,21 @@ additions:
|
||||
* Support for running BRexx scripts from the desktop.
|
||||
* Additional functions and features."
|
||||
HOMEPAGE="http://www.verifiedlogic.com/"
|
||||
SOURCE_URI="http://www.verifiedlogic.com/BeBRexx.zip"
|
||||
CHECKSUM_SHA256="0386a9f04e04a120af5785c034e254bbfedc24973e241fe744e6777b453c8055"
|
||||
LICENSE="
|
||||
Public Domain
|
||||
BSD (3-clause)
|
||||
"
|
||||
COPYRIGHT="
|
||||
1991-1999, Be Incorporated
|
||||
1999 Willy Langeveld
|
||||
1999 Vassilis Vlachoudis
|
||||
"
|
||||
LICENSE="
|
||||
Public Domain
|
||||
BSD (3-clause)
|
||||
"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://www.verifiedlogic.com/BeBRexx.zip"
|
||||
CHECKSUM_SHA256="0386a9f04e04a120af5785c034e254bbfedc24973e241fe744e6777b453c8055"
|
||||
SOURCE_DIR="BeBRexx"
|
||||
PATCHES="brexx-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2"
|
||||
|
||||
PROVIDES="
|
||||
@@ -34,6 +37,7 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
@@ -43,10 +47,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
"
|
||||
|
||||
SOURCE_DIR="BeBRexx"
|
||||
|
||||
PATCHES="brexx-$portVersion.patchset"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
make all OBJ_DIR=obj
|
||||
|
||||
@@ -2,14 +2,15 @@ SUMMARY="Preprocessor-pretty-printer of OCaml"
|
||||
DESCRIPTION="Camlp5 is a preprocessor-pretty-printer of OCaml.
|
||||
It is compatible with OCaml versions from 1.07 to 4.02.0."
|
||||
HOMEPAGE="http://camlp5.gforge.inria.fr/"
|
||||
COPYRIGHT="2007-2013 Institut National de Recherche en Informatique et en Automatique (INRIA)."
|
||||
LICENSE="BSD (3-clause)"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://camlp5.gforge.inria.fr/distrib/src/camlp5-6.12.tgz"
|
||||
CHECKSUM_SHA256="b716c8b248289205bc76823000bc0b0988517cfcfd9c2eb1a3c43cc2cd7d5c02"
|
||||
LICENSE="BSD (3-clause)"
|
||||
COPYRIGHT="2007-2013 Institut National de Recherche en Informatique et en Automatique (INRIA)."
|
||||
REVISION="1"
|
||||
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
|
||||
SOURCE_DIR="camlp5-6.12"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
|
||||
|
||||
PROVIDES="
|
||||
camlp5
|
||||
cmd:camlp5
|
||||
@@ -22,12 +23,10 @@ PROVIDES="
|
||||
cmd:mkcamlp5.opt
|
||||
cmd:ocpp5
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
cmd:ocaml
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku_devel
|
||||
cmd:make
|
||||
|
||||
@@ -10,11 +10,11 @@ codes for size. The flat assembler is self-compilable and the \
|
||||
complete source code is included."
|
||||
HOMEPAGE="http://flatassembler.net"
|
||||
COPYRIGHT="2004-2015 Tomasz Grysztar"
|
||||
SOURCE_URI="http://flatassembler.net/fasm-$portVersion.tar.gz"
|
||||
SOURCE_DIR="fasm"
|
||||
CHECKSUM_SHA256="0389ca2e1956a207b709fbbd1cd0f257cf0e3d5039a43f8b12c5b2b102bb2cca"
|
||||
LICENSE="fasm"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://flatassembler.net/fasm-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="0389ca2e1956a207b709fbbd1cd0f257cf0e3d5039a43f8b12c5b2b102bb2cca"
|
||||
SOURCE_DIR="fasm"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
|
||||
|
||||
@@ -43,4 +43,3 @@ INSTALL()
|
||||
mkdir -p $binDir
|
||||
cp fasm $binDir
|
||||
}
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@ LICENSE="GNU LGPL v3
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://sourceforge.net/projects/freepascal/files/Haiku/3.0.0/fpc-3.0.0.i386-haiku.tar"
|
||||
CHECKSUM_SHA256="a81bf8ca23472bf04a7934c3c881c5c26d1a3a801c36360a9a667d1625d8d1f2"
|
||||
SOURCE_DIR="fpc-3.0.0.i386-haiku"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
@@ -66,8 +67,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:fpc
|
||||
"
|
||||
|
||||
SOURCE_DIR="fpc-3.0.0.i386-haiku"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
true
|
||||
|
||||
@@ -7,11 +7,13 @@ machine, and has automatic memory management with incremental garbage \
|
||||
collection, making it ideal for configuration, scripting, and rapid prototyping.
|
||||
"
|
||||
HOMEPAGE="http://www.lua.org"
|
||||
COPYRIGHT="1994-2012, Lua.org, PUC-Rio"
|
||||
LICENSE="MIT"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://www.lua.org/ftp/lua-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="13c2fb97961381f7d06d5b5cea55b743c163800896fd5c5e2356201d3619002d"
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="1994-2012, Lua.org, PUC-Rio"
|
||||
REVISION="2"
|
||||
PATCHES="lua-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="x86 x86_gcc2 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
@@ -25,11 +27,6 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:make
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
lua${secondaryArchSuffix}_devel = $portVersion compat >= 5.2
|
||||
@@ -39,8 +36,11 @@ PROVIDES_devel="
|
||||
REQUIRES_devel="
|
||||
lua$secondaryArchSuffix == $portVersion
|
||||
"
|
||||
|
||||
PATCHES="lua-$portVersion.patchset"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:make
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
|
||||
@@ -6,18 +6,17 @@ virtual machine, and has automatic memory management with incremental garbage \
|
||||
collection, making it ideal for configuration, scripting, and rapid \
|
||||
prototyping."
|
||||
HOMEPAGE="http://www.lua.org"
|
||||
COPYRIGHT="1994-2009, Lua.org, PUC-Rio"
|
||||
LICENSE="MIT"
|
||||
REVISION="7"
|
||||
|
||||
ARCHITECTURES="x86 x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86 x86_gcc2"
|
||||
|
||||
SOURCE_URI="http://www.lua.org/ftp/lua-5.1.4.tar.gz"
|
||||
CHECKSUM_SHA256="b038e225eaf2a5b57c9bcc35cd13aa8c6c8288ef493d52970c9545074098af3a"
|
||||
SOURCE_DIR="lua-$portVersion"
|
||||
COPYRIGHT="1994-2009, Lua.org, PUC-Rio"
|
||||
PATCHES="lua-5.1.4.patchset"
|
||||
|
||||
ARCHITECTURES="x86 x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86 x86_gcc2"
|
||||
|
||||
PROVIDES="
|
||||
lua51${secondaryArchSuffix} = $portVersion compat >= 5.1
|
||||
cmd:lua5.1${secondaryArchSuffix} = $portVersion compat >= 5.1
|
||||
@@ -27,6 +26,7 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku${secondaryArchSuffix}
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
lua51${secondaryArchSuffix}_devel = $portVersion compat >= 5.1
|
||||
devel:liblua$secondaryArchSuffix = $portVersion compat >= 5.1
|
||||
@@ -35,6 +35,7 @@ PROVIDES_devel="
|
||||
REQUIRES_devel="
|
||||
lua51$secondaryArchSuffix == $portVersion
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
@@ -44,7 +45,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:gcc${secondaryArchSuffix}
|
||||
"
|
||||
|
||||
|
||||
BUILD()
|
||||
{
|
||||
make haiku
|
||||
|
||||
@@ -10,14 +10,13 @@ imperative. It also has a dynamic type system and automatic memory \
|
||||
management. Therefore, it is similar in varying degrees to, Smalltalk, \
|
||||
Python, Perl, Lisp, Dylan, and CLU."
|
||||
HOMEPAGE="http://www.ruby-lang.org"
|
||||
SOURCE_URI="http://cache.ruby-lang.org/pub/ruby/2.1/ruby-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="4305cc6ceb094df55210d83548dcbeb5117d74eea25196a9b14fa268d354b100"
|
||||
COPYRIGHT="1993-2014 Yukihiro Matsumoto"
|
||||
LICENSE="Ruby
|
||||
BSD (3-clause)"
|
||||
COPYRIGHT="1993-2014 Yukihiro Matsumoto"
|
||||
PATCHES="ruby-$portVersion.patchset"
|
||||
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://cache.ruby-lang.org/pub/ruby/2.1/ruby-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="4305cc6ceb094df55210d83548dcbeb5117d74eea25196a9b14fa268d354b100"
|
||||
PATCHES="ruby-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 ?x86 !x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
@@ -43,6 +42,17 @@ REQUIRES="
|
||||
lib:libiconv$secondaryArchSuffix
|
||||
lib:libncursesw$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
ruby${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libruby_static$secondaryArchSuffix = $portVersion compat >= 2.1
|
||||
lib:libruby_static$secondaryArchSuffix = $portVersion compat >= 2.1
|
||||
devel:libruby$secondaryArchSuffix = $portVersion compat >= 2.1
|
||||
"
|
||||
REQUIRES_devel="
|
||||
ruby$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libedit$secondaryArchSuffix
|
||||
@@ -64,16 +74,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
ruby${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libruby_static$secondaryArchSuffix = $portVersion compat >= 2.1
|
||||
lib:libruby_static$secondaryArchSuffix = $portVersion compat >= 2.1
|
||||
devel:libruby$secondaryArchSuffix = $portVersion compat >= 2.1
|
||||
"
|
||||
REQUIRES_devel="
|
||||
ruby$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
libtoolize --force --copy --install
|
||||
|
||||
@@ -10,14 +10,13 @@ imperative. It also has a dynamic type system and automatic memory \
|
||||
management. Therefore, it is similar in varying degrees to, Smalltalk, \
|
||||
Python, Perl, Lisp, Dylan, and CLU."
|
||||
HOMEPAGE="http://www.ruby-lang.org"
|
||||
SOURCE_URI="http://cache.ruby-lang.org/pub/ruby/2.2/ruby-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="5ffc0f317e429e6b29d4a98ac521c3ce65481bfd22a8cf845fa02a7b113d9b44"
|
||||
COPYRIGHT="1993-2015 Yukihiro Matsumoto"
|
||||
LICENSE="Ruby
|
||||
BSD (3-clause)"
|
||||
COPYRIGHT="1993-2015 Yukihiro Matsumoto"
|
||||
PATCHES="ruby-$portVersion.patchset"
|
||||
|
||||
REVISION="4"
|
||||
SOURCE_URI="http://cache.ruby-lang.org/pub/ruby/2.2/ruby-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="5ffc0f317e429e6b29d4a98ac521c3ce65481bfd22a8cf845fa02a7b113d9b44"
|
||||
PATCHES="ruby-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
@@ -43,6 +42,17 @@ REQUIRES="
|
||||
lib:libiconv$secondaryArchSuffix
|
||||
lib:libncursesw$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
ruby${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libruby_static$secondaryArchSuffix = $portVersion compat >= 2.2
|
||||
lib:libruby_static$secondaryArchSuffix = $portVersion compat >= 2.2
|
||||
devel:libruby$secondaryArchSuffix = $portVersion compat >= 2.2
|
||||
"
|
||||
REQUIRES_devel="
|
||||
ruby$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libedit$secondaryArchSuffix
|
||||
@@ -64,16 +74,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
ruby${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libruby_static$secondaryArchSuffix = $portVersion compat >= 2.2
|
||||
lib:libruby_static$secondaryArchSuffix = $portVersion compat >= 2.2
|
||||
devel:libruby$secondaryArchSuffix = $portVersion compat >= 2.2
|
||||
"
|
||||
REQUIRES_devel="
|
||||
ruby$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
libtoolize --force --copy --install
|
||||
|
||||
@@ -6,11 +6,12 @@ cooperative threads, exception handling, reference counting and garbage \
|
||||
collection on demand. C-like syntax.
|
||||
"
|
||||
HOMEPAGE="http://www.squirrel-lang.org"
|
||||
COPYRIGHT="2004-2013 Alberto Demichelis"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://squirrel.googlecode.com/files/squirrel_3_0_4_stable.tar.gz"
|
||||
CHECKSUM_SHA256="6a3706accf9872aafea1eb3f3f3018b135e2671033824ccebf0735a98b2440a5"
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="2004-2013 Alberto Demichelis"
|
||||
REVISION="1"
|
||||
SOURCE_DIR="SQUIRREL3"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 !x86 ?x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
@@ -19,18 +20,24 @@ PROVIDES="
|
||||
squirrel$secondaryArchSuffix = $portVersion
|
||||
cmd:sq$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
libsquirrel${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libsquirrel$secondaryArchSuffix = $portVersion
|
||||
devel:libsqstdlib$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES_devel="
|
||||
squirrel$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:make
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
"
|
||||
|
||||
SOURCE_DIR="SQUIRREL3"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
make $jobArgs
|
||||
@@ -55,13 +62,3 @@ INSTALL()
|
||||
packageEntries devel \
|
||||
$developDir
|
||||
}
|
||||
|
||||
PROVIDES_devel="
|
||||
libsquirrel${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libsquirrel$secondaryArchSuffix = $portVersion
|
||||
devel:libsqstdlib$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
squirrel$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user