mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
Fix ordering
This commit is contained in:
@@ -23,11 +23,14 @@ the following:
|
||||
- thread and Process management
|
||||
- various data structures (tables, hashes, priority queues, etc)"
|
||||
HOMEPAGE="http://apr.apache.org/"
|
||||
COPYRIGHT="2010 The Apache Software Foundation."
|
||||
LICENSE="Apache v2"
|
||||
REVISION="4"
|
||||
SOURCE_URI="http://archive.apache.org/dist/apr/apr-util-1.3.10.tar.gz"
|
||||
CHECKSUM_SHA256="7c37ac40b2351bfc23000fb6b7b54a67e0872255df315c82eb60c821bcef4b23"
|
||||
LICENSE="Apache v2"
|
||||
COPYRIGHT="2010 The Apache Software Foundation."
|
||||
REVISION="4"
|
||||
SOURCE_DIR="apr-util-$portVersion"
|
||||
PATCHES="apr_util-1.3.10.patch"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86"
|
||||
|
||||
PROVIDES="
|
||||
@@ -40,6 +43,7 @@ REQUIRES="
|
||||
apr >= 1.3.9
|
||||
expat >= 2.0
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
$REQUIRES
|
||||
"
|
||||
@@ -54,10 +58,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
"
|
||||
|
||||
PATCHES="apr_util-1.3.10.patch"
|
||||
|
||||
SOURCE_DIR="apr-util-$portVersion"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
aprUtilPackageLinksDir=$(finddir B_PACKAGE_LINKS_DIRECTORY)/$portRevisionedName
|
||||
|
||||
@@ -7,27 +7,39 @@ deallocating memory that is no longer useful. The collector automatically \
|
||||
recycles memory when it determines that it can no longer be otherwise accessed.
|
||||
"
|
||||
HOMEPAGE="http://www.hboehm.info/gc/"
|
||||
COPYRIGHT="1988, 1989 Hans-J. Boehm, Alan J. Demers
|
||||
1991-1996 by Xerox Corporation. All rights reserved.
|
||||
1996-1999 by Silicon Graphics. All rights reserved.
|
||||
1999-2011 Hewlett-Packard Development Company, L.P."
|
||||
LICENSE="BOEHM"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://www.hboehm.info/gc/gc_source/gc-7.2d.tar.gz"
|
||||
CHECKSUM_SHA256="d9fe0ae8650d43746a48bfb394cab01a319f3809cee19f8ebd16aa985b511c5e"
|
||||
REVISION="2"
|
||||
SOURCE_DIR="gc-7.2"
|
||||
PATCHES="boehm_gc-7.2d.patch"
|
||||
|
||||
ARCHITECTURES="x86 x86_gcc2 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86 x86_gcc2"
|
||||
SOURCE_DIR="gc-7.2"
|
||||
|
||||
PATCHES="boehm_gc-7.2d.patch"
|
||||
|
||||
PROVIDES="
|
||||
boehm_gc$secondaryArchSuffix = $portVersion compat >= 7
|
||||
lib:libgc$secondaryArchSuffix = $portVersion compat >= 7
|
||||
lib:libcord$secondaryArchSuffix = $portVersion compat >= 7
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES=""
|
||||
PROVIDES_devel="
|
||||
boehm_gc${secondaryArchSuffix}_devel = $portVersion compat >= 7
|
||||
devel:libgc${secondaryArchSuffix} = $portVersion compat >= 7
|
||||
devel:libcord${secondaryArchSuffix} = $portVersion compat >= 7
|
||||
"
|
||||
REQUIRES_devel="
|
||||
boehm_gc${secondaryArchSuffix} == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES=""
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:libtoolize
|
||||
@@ -58,19 +70,3 @@ TEST()
|
||||
{
|
||||
make check
|
||||
}
|
||||
|
||||
PROVIDES_devel="
|
||||
boehm_gc${secondaryArchSuffix}_devel = $portVersion compat >= 7
|
||||
devel:libgc${secondaryArchSuffix} = $portVersion compat >= 7
|
||||
devel:libcord${secondaryArchSuffix} = $portVersion compat >= 7
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
boehm_gc${secondaryArchSuffix} == $portVersion base
|
||||
"
|
||||
|
||||
LICENSE="BOEHM"
|
||||
COPYRIGHT="1988, 1989 Hans-J. Boehm, Alan J. Demers
|
||||
1991-1996 by Xerox Corporation. All rights reserved.
|
||||
1996-1999 by Silicon Graphics. All rights reserved.
|
||||
1999-2011 Hewlett-Packard Development Company, L.P."
|
||||
|
||||
@@ -5,8 +5,6 @@ of the sets and relations may involve both parameters and existentially \
|
||||
quantified variables. All computations are performed in exact integer \
|
||||
arithmetic using GMP."
|
||||
HOMEPAGE="http://isl.gforge.inria.fr"
|
||||
SOURCE_URI="http://isl.gforge.inria.fr/isl-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="7265fd897b7f9147fde76560f28ed18f2c20e5f5da7f4bd9d0e01f8a713401f1"
|
||||
COPYRIGHT="
|
||||
2011 Sven Verdoolaege
|
||||
2008-2009 Katholieke Universiteit Leuven
|
||||
@@ -16,6 +14,9 @@ COPYRIGHT="
|
||||
"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://isl.gforge.inria.fr/isl-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="7265fd897b7f9147fde76560f28ed18f2c20e5f5da7f4bd9d0e01f8a713401f1"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
@@ -27,6 +28,7 @@ REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libgmp$secondaryArchSuffix >= 10.1.3
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
isl${secondaryArchSuffix}_devel = $portVersion compat >= 0.12
|
||||
devel:libisl$secondaryArchSuffix = 13.0.0 compat >= 13
|
||||
@@ -34,6 +36,7 @@ PROVIDES_devel="
|
||||
REQUIRES_devel="
|
||||
isl$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libgmp$secondaryArchSuffix >= 10.1.3
|
||||
|
||||
@@ -5,8 +5,6 @@ of the sets and relations may involve both parameters and existentially \
|
||||
quantified variables. All computations are performed in exact integer \
|
||||
arithmetic using GMP."
|
||||
HOMEPAGE="http://isl.gforge.inria.fr"
|
||||
SOURCE_URI="http://isl.gforge.inria.fr/isl-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="7e3c02ff52f8540f6a85534f54158968417fd676001651c8289c705bd0228f36"
|
||||
COPYRIGHT="
|
||||
2011 Sven Verdoolaege
|
||||
2008-2009 Katholieke Universiteit Leuven
|
||||
@@ -16,6 +14,9 @@ COPYRIGHT="
|
||||
"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://isl.gforge.inria.fr/isl-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="7e3c02ff52f8540f6a85534f54158968417fd676001651c8289c705bd0228f36"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
@@ -27,6 +28,7 @@ REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libgmp$secondaryArchSuffix >= 10.1.3
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
isl${secondaryArchSuffix}_devel = $portVersion compat >= 0.12
|
||||
devel:libisl$secondaryArchSuffix = 13.1.0 compat >= 13
|
||||
@@ -34,6 +36,7 @@ PROVIDES_devel="
|
||||
REQUIRES_devel="
|
||||
isl$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libgmp$secondaryArchSuffix >= 10.1.3
|
||||
|
||||
@@ -6,13 +6,13 @@ documentation, no dependencies on other libraries, full unicode support \
|
||||
(UTF-8) and an extensive test suite.
|
||||
"
|
||||
HOMEPAGE="http://www.digip.org/jansson/"
|
||||
SOURCE_URI="http://www.digip.org/jansson/releases/jansson-2.5.tar.gz"
|
||||
CHECKSUM_SHA256="dd8bbfb38ad5031ce88e066b14d3b7e9c7113243daa7f4cde1994b7fc90bb1b1"
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="2009-2013 Petri Lehtinen
|
||||
2011-2012 Basile Starynkevitch
|
||||
2011-2012 Graeme Smecher"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://www.digip.org/jansson/releases/jansson-2.5.tar.gz"
|
||||
CHECKSUM_SHA256="dd8bbfb38ad5031ce88e066b14d3b7e9c7113243daa7f4cde1994b7fc90bb1b1"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
@@ -22,14 +22,21 @@ PROVIDES="
|
||||
libjansson$secondaryArchSuffix = 4.5.0 compat >= 4
|
||||
lib:libjansson$secondaryArchSuffix = 4.5.0 compat >= 4
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
PROVIDES_devel="
|
||||
libjansson${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:jansson$secondaryArchSuffix = 4.5.0 compat >= 4
|
||||
devel:libjansson$secondaryArchSuffix = 4.5.0 compat >= 4
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libjansson$secondaryArchSuffix == 4.5.0 base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
@@ -64,13 +71,3 @@ TEST()
|
||||
cd test
|
||||
run-suites
|
||||
}
|
||||
|
||||
PROVIDES_devel="
|
||||
libjansson${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:jansson$secondaryArchSuffix = 4.5.0 compat >= 4
|
||||
devel:libjansson$secondaryArchSuffix = 4.5.0 compat >= 4
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
libjansson$secondaryArchSuffix == 4.5.0 base
|
||||
"
|
||||
|
||||
@@ -33,7 +33,6 @@ PROVIDES_devel="
|
||||
REQUIRES_devel="
|
||||
json_c$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:aclocal
|
||||
|
||||
@@ -17,12 +17,13 @@ let me know by contacting me.
|
||||
Claw stands for \"C++ Library Absolutely Wonderful\".
|
||||
"
|
||||
HOMEPAGE="http://libclaw.sourceforge.net/"
|
||||
COPYRIGHT="2008-2014 Julien Jorge"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://sourceforge.net/projects/libclaw/files/libclaw/$portVersion/libclaw-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="0be289da7f43b1892575f14b27860af5d1e1f6961eae11653d64e625fd7924b7"
|
||||
PATCHES="libclaw-$portVersion.patchset"
|
||||
|
||||
REVISION="1"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
COPYRIGHT="2008-2014 Julien Jorge"
|
||||
ARCHITECTURES="!x86_gcc2 x86 ?x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
@@ -37,7 +38,6 @@ PROVIDES="
|
||||
lib:libclaw_tween$secondaryArchSuffix
|
||||
cmd:claw_config
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libjpeg$secondaryArchSuffix
|
||||
@@ -45,6 +45,21 @@ REQUIRES="
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
libclaw${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libclaw_application$secondaryArchSuffix
|
||||
devel:libclaw_configuration_file$secondaryArchSuffix
|
||||
devel:libclaw_dynamic_library$secondaryArchSuffix
|
||||
devel:libclaw_graphic$secondaryArchSuffix
|
||||
devel:libclaw_logger$secondaryArchSuffix
|
||||
devel:libclaw_net$secondaryArchSuffix
|
||||
devel:libclaw_tween$secondaryArchSuffix
|
||||
"
|
||||
REQUIRES_devel="
|
||||
haiku$secondaryArchSuffix
|
||||
libclaw$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libjpeg$secondaryArchSuffix
|
||||
@@ -53,7 +68,6 @@ BUILD_REQUIRES="
|
||||
devel:libintl$secondaryArchSuffix
|
||||
boost${secondaryArchSuffix}_devel
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
@@ -61,7 +75,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
"
|
||||
|
||||
PATCHES="libclaw-$portVersion.patchset"
|
||||
BUILD()
|
||||
{
|
||||
cmake . -DCMAKE_INSTALL_PREFIX=$prefix
|
||||
@@ -79,22 +92,7 @@ INSTALL()
|
||||
packageEntries devel $developDir $libDir/libclaw/
|
||||
}
|
||||
|
||||
TEST() {
|
||||
TEST()
|
||||
{
|
||||
true
|
||||
}
|
||||
|
||||
PROVIDES_devel="
|
||||
libclaw${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libclaw_application$secondaryArchSuffix
|
||||
devel:libclaw_configuration_file$secondaryArchSuffix
|
||||
devel:libclaw_dynamic_library$secondaryArchSuffix
|
||||
devel:libclaw_graphic$secondaryArchSuffix
|
||||
devel:libclaw_logger$secondaryArchSuffix
|
||||
devel:libclaw_net$secondaryArchSuffix
|
||||
devel:libclaw_tween$secondaryArchSuffix
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
haiku$secondaryArchSuffix
|
||||
libclaw$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
SUMMARY="A C++ library to parse EBML content (read/write)"
|
||||
DESCRIPTION="libebml is a C++ library to parse EBML content (read/write)."
|
||||
HOMEPAGE="http://www.matroska.org/"
|
||||
COPYRIGHT="2005-2013 CoreCodec, Inc."
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://dl.matroska.org/downloads/libebml/libebml-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="35fb44daa41961f94a0ac1b8f06801e88cc9bf2ad6f562ced8ab7c1f1a875499"
|
||||
PATCHES="libebml-$portVersion.patchset"
|
||||
REVISION="1"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
COPYRIGHT="2005-2013 CoreCodec, Inc."
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
@@ -26,6 +26,7 @@ PROVIDES_devel="
|
||||
REQUIRES_devel="
|
||||
libebml$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
|
||||
@@ -7,14 +7,15 @@ clean-room rewrite of the System V Release 4 library and is source code \
|
||||
compatible with it.
|
||||
"
|
||||
HOMEPAGE="http://www.mr511.de/software/english.html"
|
||||
COPYRIGHT="1995-2008 Michael Riepe"
|
||||
LICENSE="GNU LGPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://www.mr511.de/software/libelf-0.8.13.tar.gz"
|
||||
CHECKSUM_SHA256="591a9b4ec81c1f2042a97aa60564e0cb79d041c52faa7416acb38bc95bd2c76d"
|
||||
LICENSE="GNU LGPL v2"
|
||||
COPYRIGHT="1995-2008 Michael Riepe"
|
||||
REVISION="1"
|
||||
PATCHES="libelf-0.8.13.patch"
|
||||
|
||||
ARCHITECTURES="x86 x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
PATCHES="libelf-0.8.13.patch"
|
||||
|
||||
PROVIDES="
|
||||
lib:libelf$secondaryArchSuffix = $portVersion
|
||||
@@ -22,6 +23,15 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
libelf${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libelf$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES_devel="
|
||||
lib:libelf$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
@@ -48,11 +58,3 @@ INSTALL()
|
||||
prepareInstalledDevelLib libelf
|
||||
packageEntries devel $developDir
|
||||
}
|
||||
|
||||
PROVIDES_devel="
|
||||
libelf${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libelf$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES_devel="
|
||||
lib:libelf$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
@@ -5,17 +5,16 @@ functions. Libffi is typically used as a bridging technology between compiled \
|
||||
and interpreted language implementations. It can also be used to implement \
|
||||
plugins."
|
||||
HOMEPAGE="http://sourceware.org/libffi"
|
||||
COPYRIGHT="1996-2013 Anthony Green, Red Hat, Inc and others."
|
||||
LICENSE="MIT"
|
||||
REVISION="2"
|
||||
SOURCE_URI="ftp://sourceware.org/pub/libffi/libffi-3.0.13.tar.gz"
|
||||
CHECKSUM_SHA256="1dddde1400c3bcb7749d398071af88c3e4754058d2d4c0b3696c2f82dc5cf11c"
|
||||
PATCHES="libffi-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
SOURCE_URI="ftp://sourceware.org/pub/libffi/libffi-3.0.13.tar.gz"
|
||||
CHECKSUM_SHA256="1dddde1400c3bcb7749d398071af88c3e4754058d2d4c0b3696c2f82dc5cf11c"
|
||||
COPYRIGHT="1996-2013 Anthony Green, Red Hat, Inc and others."
|
||||
PATCHES="libffi-$portVersion.patchset"
|
||||
|
||||
PROVIDES="
|
||||
libffi$secondaryArchSuffix = $portVersion compat >= 3
|
||||
lib:libffi$secondaryArchSuffix = 6.0.1 compat >= 6
|
||||
@@ -23,6 +22,7 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
libffi${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libffi$secondaryArchSuffix = 6.0.1 compat >= 6
|
||||
@@ -30,6 +30,7 @@ PROVIDES_devel="
|
||||
REQUIRES_devel="
|
||||
libffi$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
|
||||
@@ -5,17 +5,16 @@ functions. Libffi is typically used as a bridging technology between compiled \
|
||||
and interpreted language implementations. It can also be used to implement \
|
||||
plugins."
|
||||
HOMEPAGE="http://sourceware.org/libffi"
|
||||
COPYRIGHT="1996-2013 Anthony Green, Red Hat, Inc and others."
|
||||
LICENSE="MIT"
|
||||
REVISION="2"
|
||||
SOURCE_URI="ftp://sourceware.org/pub/libffi/libffi-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="d06ebb8e1d9a22d19e38d63fdb83954253f39bedc5d46232a05645685722ca37"
|
||||
PATCHES="libffi-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="!x86_gcc2 x86"
|
||||
|
||||
SOURCE_URI="ftp://sourceware.org/pub/libffi/libffi-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="d06ebb8e1d9a22d19e38d63fdb83954253f39bedc5d46232a05645685722ca37"
|
||||
COPYRIGHT="1996-2013 Anthony Green, Red Hat, Inc and others."
|
||||
PATCHES="libffi-$portVersion.patchset"
|
||||
|
||||
PROVIDES="
|
||||
libffi$secondaryArchSuffix = $portVersion compat >= 3
|
||||
lib:libffi$secondaryArchSuffix = 6.0.4 compat >= 6
|
||||
@@ -23,6 +22,7 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
libffi${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libffi$secondaryArchSuffix = 6.0.4 compat >= 6
|
||||
@@ -30,6 +30,7 @@ PROVIDES_devel="
|
||||
REQUIRES_devel="
|
||||
libffi$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
|
||||
@@ -2,16 +2,15 @@ SUMMARY="GNU's basic cryptographic library"
|
||||
DESCRIPTION="Libgcrypt is a general purpose crypto library based on the code \
|
||||
used in GnuPG."
|
||||
HOMEPAGE="http://directory.fsf.org/project/libgcrypt/"
|
||||
COPYRIGHT="2000-2013 Free Software Foundation, Inc."
|
||||
LICENSE="GNU LGPL v3"
|
||||
REVISION="2"
|
||||
|
||||
ARCHITECTURES="x86"
|
||||
|
||||
SOURCE_URI="ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.5.3.tar.bz2"
|
||||
CHECKSUM_SHA256="bcf5334e7da352c45de6aec5d2084ce9a1d30029ff4a4a5da13f1848874759d1"
|
||||
COPYRIGHT="2000-2013 Free Software Foundation, Inc."
|
||||
PATCHES="libgcrypt-1.5.3.patch"
|
||||
|
||||
ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
libgcrypt = $portVersion compat >= 1.5
|
||||
lib:libgcrypt = 11.8.2 compat >= 11
|
||||
@@ -20,6 +19,7 @@ REQUIRES="
|
||||
haiku
|
||||
lib:libgpg_error
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
libgcrypt_devel = $portVersion compat >= 1.5
|
||||
devel:libgcrypt = 11.8.2 compat >= 11
|
||||
@@ -31,6 +31,7 @@ REQUIRES_devel="
|
||||
libgcrypt == $portVersion base
|
||||
libgpg_error_devel
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
devel:libgpg_error
|
||||
|
||||
@@ -2,18 +2,16 @@ SUMMARY="GNU's basic cryptographic library"
|
||||
DESCRIPTION="Libgcrypt is a general purpose crypto library based on the code \
|
||||
used in GnuPG."
|
||||
HOMEPAGE="http://directory.fsf.org/project/libgcrypt/"
|
||||
COPYRIGHT="2000-2013 Free Software Foundation, Inc."
|
||||
LICENSE="GNU LGPL v3"
|
||||
REVISION="1"
|
||||
SOURCE_URI="ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="c9bc2c7fe2e5f4ea13b0c74f9d24bcbb1ad889bb39297d8082aebf23f4336026"
|
||||
PATCHES="libgcrypt-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
|
||||
SOURCE_URI="ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="c9bc2c7fe2e5f4ea13b0c74f9d24bcbb1ad889bb39297d8082aebf23f4336026"
|
||||
COPYRIGHT="2000-2013 Free Software Foundation, Inc."
|
||||
PATCHES="libgcrypt-$portVersion.patchset"
|
||||
|
||||
PROVIDES="
|
||||
libgcrypt${secondaryArchSuffix} = $portVersion compat >= 1.6
|
||||
lib:libgcrypt${secondaryArchSuffix} = 20.0.4 compat >= 20
|
||||
@@ -22,6 +20,7 @@ REQUIRES="
|
||||
haiku${secondaryArchSuffix}
|
||||
lib:libgpg_error${secondaryArchSuffix}
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
libgcrypt${secondaryArchSuffix}_devel = $portVersion compat >= 1.6
|
||||
devel:libgcrypt$secondaryArchSuffix = 20.0.4 compat >= 20
|
||||
@@ -35,6 +34,7 @@ REQUIRES_devel="
|
||||
haiku${secondaryArchSuffix}
|
||||
libgpg_error${secondaryArchSuffix}
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libgpg_error${secondaryArchSuffix}
|
||||
|
||||
@@ -4,12 +4,15 @@ This is a library that defines common error values for all GnuPG components. \
|
||||
Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt, Libksba, DirMngr, \
|
||||
Pinentry, SmartCard Daemon and more.
|
||||
"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
COPYRIGHT="2003-2013 g10 Code GmbH"
|
||||
HOMEPAGE="http://www.gnupg.org/related_software/libraries.en.html#lib-libgpg-error"
|
||||
COPYRIGHT="2003-2013 g10 Code GmbH"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="1"
|
||||
SOURCE_URI="ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="b7dbdb3cad63a740e9f0c632a1da32d4afdb694ec86c8625c98ea0691713b84d"
|
||||
REVISION="1"
|
||||
SOURCE_DIR="libgpg-error-$portVersion"
|
||||
PATCHES="libgpg_error-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
@@ -18,25 +21,28 @@ PROVIDES="
|
||||
lib:libgpg_error$secondaryArchSuffix = 0.17.0 compat >= 0
|
||||
cmd:gpg_error$secondaryArchSuffix = $portVersion compat >= 1
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
libgpg_error${secondaryArchSuffix}_devel = $portVersion compat >= 1
|
||||
cmd:gpg_error_config$secondaryArchSuffix = $portVersion compat >= 1
|
||||
devel:libgpg_error$secondaryArchSuffix = 0.17.0 compat >= 0
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libgpg_error$secondaryArchSuffix == $portVersion
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:awk
|
||||
cmd:make
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
"
|
||||
|
||||
SOURCE_DIR="libgpg-error-$portVersion"
|
||||
|
||||
PATCHES="libgpg_error-$portVersion.patchset"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
runConfigure ./configure
|
||||
@@ -52,13 +58,3 @@ INSTALL()
|
||||
packageEntries devel \
|
||||
$developDir $binDir/gpg-error-config
|
||||
}
|
||||
|
||||
PROVIDES_devel="
|
||||
libgpg_error${secondaryArchSuffix}_devel = $portVersion compat >= 1
|
||||
cmd:gpg_error_config$secondaryArchSuffix = $portVersion compat >= 1
|
||||
devel:libgpg_error$secondaryArchSuffix = 0.17.0 compat >= 0
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
libgpg_error$secondaryArchSuffix == $portVersion
|
||||
"
|
||||
|
||||
@@ -5,14 +5,15 @@ an Open Source platform independent implementation of both the ODBC \
|
||||
and X/Open specifications. It is rapidly emerging as the industry standard \
|
||||
for developing solutions that are language, platform and database independent."
|
||||
HOMEPAGE="http://www.iodbc.org"
|
||||
LICENSE="GNU LGPL v2
|
||||
BSD (3-clause)"
|
||||
COPYRIGHT="1995 Ke Jin
|
||||
1996-2014 OpenLink Software"
|
||||
LICENSE="GNU LGPL v2
|
||||
BSD (3-clause)"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://downloads.sourceforge.net/project/iodbc/iodbc/3.52.9/libiodbc-3.52.9.tar.gz"
|
||||
CHECKSUM_SHA256="33207d9f477aa5fa76962ff644baa38e59255b96812f28574794659fb61a7ab2"
|
||||
PATCHES="libiodbc-$portVersion.patchset"
|
||||
REVISION="1"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86"
|
||||
SECONDARY_ARCHITECTURES="x86 x86_gcc2"
|
||||
|
||||
@@ -27,15 +28,6 @@ REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:awk
|
||||
cmd:find
|
||||
cmd:make
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
libiodbc${secondaryArchSuffix}_devel = $portVersion
|
||||
cmd:iodbc_config$secondaryArchSuffix = $portVersion
|
||||
@@ -46,6 +38,14 @@ PROVIDES_devel="
|
||||
REQUIRES_devel="
|
||||
libiodbc$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:awk
|
||||
cmd:find
|
||||
cmd:make
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
|
||||
@@ -3,22 +3,20 @@ DESCRIPTION="GeoIP is a database of IP addresses that allow mapping IPs to a
|
||||
physical location. The GeoIP database is distributed in a specific format, and
|
||||
this library is used to query the database."
|
||||
HOMEPAGE="https://github.com/maxmind/libmaxminddb"
|
||||
REVISION="1"
|
||||
COPYRIGHT="2013-2014 Maxmind"
|
||||
LICENSE="Apache v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/maxmind/libmaxminddb/releases/download/$portVersion/libmaxminddb-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="260d2d56376c156da7ddecddec55621f5f1c4c6351e1f78116b8846c42ae7bce"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
SOURCE_URI="https://github.com/maxmind/libmaxminddb/releases/download/$portVersion/libmaxminddb-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="260d2d56376c156da7ddecddec55621f5f1c4c6351e1f78116b8846c42ae7bce"
|
||||
|
||||
PROVIDES="
|
||||
libmaxminddb$secondaryArchSuffix = $portVersion
|
||||
cmd:mmdblookup$secondaryArchSuffix
|
||||
lib:libmaxminddb$secondaryArchSuffix = 0.0.7 compat = 0
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
@@ -26,11 +24,9 @@ REQUIRES="
|
||||
PROVIDES_devel="
|
||||
devel:libmaxminddb$secondaryArchSuffix = 0.0.7 compat = 0
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
libmaxminddb$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:awk
|
||||
|
||||
@@ -2,15 +2,16 @@ SUMMARY="Library to read Adobe PageMaker files"
|
||||
DESCRIPTION="Libpagemaker is a library that parses the file format of \
|
||||
Aldus/Adobe PageMaker documents. Currently it only understands documents \
|
||||
created by PageMaker version 6.x and 7."
|
||||
LICENSE="MPL v2.0"
|
||||
HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libpagemaker"
|
||||
COPYRIGHT="2013-2014 Fridrich Štrba
|
||||
2014 Anurag Kanungo
|
||||
2014 Brennan Vincent
|
||||
2014 David Tardon"
|
||||
HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libpagemaker"
|
||||
LICENSE="MPL v2.0"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://dev-www.libreoffice.org/src/libpagemaker/libpagemaker-0.0.2.tar.xz"
|
||||
CHECKSUM_SHA256="cdbdf86605773339caab6477ff694a95a90aaa4d45bb6cdb59e4a7f76c91ef17"
|
||||
REVISION="1"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 ?x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
@@ -26,6 +27,7 @@ REQUIRES="
|
||||
lib:libboost_system$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
libpagemaker${secondaryArchSuffix}_devel = $portVersion compat >= 0
|
||||
devel:libpagemaker_0.0$secondaryArchSuffix = $portVersion compat >= 0
|
||||
|
||||
@@ -1,11 +1,12 @@
|
||||
SUMMARY="A library for building efficient parsers"
|
||||
DESCRIPTION="LibParserUtils is a library for building efficient parsers."
|
||||
HOMEPAGE="http://www.netsurf-browser.org/projects/libparserutils/"
|
||||
COPYRIGHT="2007-2014 J-M Bell"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://download.netsurf-browser.org/libs/releases/libparserutils-$portVersion-src.tar.gz"
|
||||
CHECKSUM_SHA256="55c50abbffaaebe17acba43008ee2c4085401ce618e505fafa7c75baaa813da7"
|
||||
REVISION="1"
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="2007-2014 J-M Bell"
|
||||
PATCHES="libparserutils-0.2.0.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
@@ -14,19 +15,22 @@ PROVIDES="
|
||||
libparserutils$secondaryArchSuffix = $portVersion
|
||||
lib:libparserutils$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libiconv${secondaryArchSuffix}
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
libparserutils${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libparserutils$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libiconv${secondaryArchSuffix}
|
||||
|
||||
lib:libiconv${secondaryArchSuffix}
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
netsurf_buildsystem >= 1.1
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
@@ -35,8 +39,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:perl
|
||||
"
|
||||
|
||||
PATCHES="libparserutils-0.2.0.patchset"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
# Build the static lib
|
||||
@@ -66,8 +68,3 @@ TEST()
|
||||
make PREFIX=$prefix NSSHARED=/system/data/netsurf-buildsystem \
|
||||
LDFLAGS=-liconv test
|
||||
}
|
||||
|
||||
PROVIDES_devel="
|
||||
libparserutils${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libparserutils$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
|
||||
@@ -1,11 +1,12 @@
|
||||
SUMMARY="A library for building efficient parsers"
|
||||
DESCRIPTION="LibParserUtils is a library for building efficient parsers."
|
||||
HOMEPAGE="http://www.netsurf-browser.org/projects/libparserutils/"
|
||||
COPYRIGHT="2007-2014 J-M Bell"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://download.netsurf-browser.org/libs/releases/libparserutils-$portVersion-src.tar.gz"
|
||||
CHECKSUM_SHA256="30589e6b3adf0c14b5a78de1fba3b9b84cbd74e95e22d45827fa3e09b563f735"
|
||||
REVISION="1"
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="2007-2014 J-M Bell"
|
||||
PATCHES="libparserutils-0.2.0.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
@@ -14,19 +15,22 @@ PROVIDES="
|
||||
libparserutils$secondaryArchSuffix = $portVersion
|
||||
lib:libparserutils$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libiconv${secondaryArchSuffix}
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
libparserutils${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libparserutils$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libiconv${secondaryArchSuffix}
|
||||
|
||||
lib:libiconv${secondaryArchSuffix}
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
netsurf_buildsystem >= 1.1
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
@@ -35,8 +39,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:perl
|
||||
"
|
||||
|
||||
PATCHES="libparserutils-0.2.0.patchset"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
# Build the static lib
|
||||
@@ -66,8 +68,3 @@ TEST()
|
||||
make PREFIX=$prefix NSSHARED=/system/data/netsurf-buildsystem \
|
||||
LDFLAGS=-liconv test
|
||||
}
|
||||
|
||||
PROVIDES_devel="
|
||||
libparserutils${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libparserutils$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
|
||||
@@ -8,14 +8,16 @@ DESCRIPTION="
|
||||
This package contains the native API.
|
||||
"
|
||||
HOMEPAGE="http://www.pcre.org/"
|
||||
LICENSE="PCRE"
|
||||
COPYRIGHT="
|
||||
1997-2011 University of Cambridge
|
||||
2007-2011, Google Inc. All rights reserved.
|
||||
"
|
||||
LICENSE="PCRE"
|
||||
REVISION="6"
|
||||
SOURCE_URI="http://sourceforge.net/projects/pcre/files/pcre/8.21/pcre-8.21.tar.bz2"
|
||||
CHECKSUM_SHA256="a4b8509d11fc2764fb4e1415b764ad2c214459edc011ce48aeeb6bbe1ac599e3"
|
||||
REVISION="6"
|
||||
SOURCE_DIR="pcre-$portVersion"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86 x86_gcc2"
|
||||
|
||||
@@ -23,10 +25,10 @@ PROVIDES="
|
||||
libpcre0${secondaryArchSuffix} = $portVersion
|
||||
lib:libpcre${secondaryArchSuffix} = 0.0.1 compat >= 0
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
@@ -40,8 +42,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:libtoolize
|
||||
"
|
||||
|
||||
SOURCE_DIR="pcre-$portVersion"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
libtoolize --force --copy --install
|
||||
|
||||
@@ -5,20 +5,20 @@ global or a member function, regardless of whether it is static or virtual.
|
||||
|
||||
It also contains adaptor classes for connection of dissimilar callbacks and \
|
||||
has an ease of use unmatched by other C++ callback libraries."
|
||||
|
||||
HOMEPAGE="http://libsigc.sourceforge.net/stable.shtml"
|
||||
COPYRIGHT="2002-2005 The libsigc++ Development Team"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://ftp.gnome.org/pub/GNOME/sources/libsigc++/1.2/libsigc++-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="c995a4623d9f71455d8c7d62307a13e68e0f8313f47adb7221421455bbdfcb98"
|
||||
PATCHES="libsigc++-$portVersion.patchset"
|
||||
|
||||
REVISION="1"
|
||||
ARCHITECTURES="x86_gcc2"
|
||||
|
||||
PROVIDES="
|
||||
libsigc++$secondaryArchSuffix = $portVersion
|
||||
lib:libsigc_1.2$secondaryArchSuffix = 0.0.0 compat = 0
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
@@ -27,7 +27,6 @@ PROVIDES_devel="
|
||||
libsigc++${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libsigc_1.2$secondaryArchSuffix = 0.0.0 compat = 0
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
libsigc++$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
@@ -35,7 +34,6 @@ REQUIRES_devel="
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:autoconf
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
@@ -64,6 +62,3 @@ INSTALL()
|
||||
|
||||
packageEntries devel $relativeDevelopDir
|
||||
}
|
||||
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
COPYRIGHT="2002-2005 The libsigc++ Development Team"
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
SUMMARY="Library for solving packages and reading repositories"
|
||||
DESCRIPTION="Library for solving packages and reading repositories."
|
||||
LICENSE="BSD (3-clause)"
|
||||
COPYRIGHT="2007-2013, Novell Inc."
|
||||
HOMEPAGE="http://github.com/openSUSE/libsolv"
|
||||
SOURCE_URI="git+git://github.com/weinhold/libsolv.git#85dcb683b0c705c1789a3f688bd0d02368107824"
|
||||
COPYRIGHT="2007-2013, Novell Inc."
|
||||
LICENSE="BSD (3-clause)"
|
||||
REVISION="2"
|
||||
SOURCE_URI="git+git://github.com/weinhold/libsolv.git#85dcb683b0c705c1789a3f688bd0d02368107824"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86"
|
||||
|
||||
PROVIDES="libsolv = $portVersion
|
||||
@@ -14,6 +15,7 @@ REQUIRES="haiku
|
||||
lib:libexpat >= 1.5
|
||||
lib:libz
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="$REQUIRES"
|
||||
BUILD_PREREQUIRES="haiku_devel
|
||||
cmd:cmake
|
||||
@@ -23,7 +25,6 @@ BUILD_PREREQUIRES="haiku_devel
|
||||
cmd:sed
|
||||
"
|
||||
|
||||
|
||||
BUILD()
|
||||
{
|
||||
rm -rf build
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
SUMMARY="Library for solving packages and reading repositories"
|
||||
DESCRIPTION="Library for solving packages and reading repositories."
|
||||
LICENSE="BSD (3-clause)"
|
||||
COPYRIGHT="2007-2013, Novell Inc."
|
||||
HOMEPAGE="http://github.com/openSUSE/libsolv"
|
||||
SOURCE_URI="git+git://github.com/weinhold/libsolv.git#162ae79ad078caa7bb9c3ca44a76380093463ca9"
|
||||
COPYRIGHT="2007-2013, Novell Inc."
|
||||
LICENSE="BSD (3-clause)"
|
||||
REVISION="1"
|
||||
SOURCE_URI="git+git://github.com/weinhold/libsolv.git#162ae79ad078caa7bb9c3ca44a76380093463ca9"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86"
|
||||
|
||||
PROVIDES="libsolv = $portVersion
|
||||
@@ -14,6 +15,7 @@ REQUIRES="haiku
|
||||
lib:libexpat >= 1.5
|
||||
lib:libz
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="$REQUIRES"
|
||||
BUILD_PREREQUIRES="haiku_devel
|
||||
cmd:cmake
|
||||
@@ -23,7 +25,6 @@ BUILD_PREREQUIRES="haiku_devel
|
||||
cmd:sed
|
||||
"
|
||||
|
||||
|
||||
BUILD()
|
||||
{
|
||||
rm -rf build
|
||||
|
||||
@@ -2,31 +2,32 @@ SUMMARY="A theoretic integer library written entirely in C"
|
||||
DESCRIPTION="LibTomMath is a free open source portable number theoretic \
|
||||
multiple-precision integer library written entirely in C."
|
||||
HOMEPAGE="http://libtommath.org"
|
||||
COPYRIGHT="2010 Tom St. Denis"
|
||||
LICENSE="Public Domain"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/libtom/libtommath/archive/v0.42.0.tar.gz"
|
||||
CHECKSUM_SHA256="5246356ba18c1b6edf4a7bc836a3d223842b86914cdba6dd8c112bfc59e227c8"
|
||||
PATCHES="libtommath-0.42.0.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
SOURCE_URI="https://github.com/libtom/libtommath/archive/v0.42.0.tar.gz"
|
||||
CHECKSUM_SHA256="5246356ba18c1b6edf4a7bc836a3d223842b86914cdba6dd8c112bfc59e227c8"
|
||||
COPYRIGHT="2010 Tom St. Denis"
|
||||
PATCHES="libtommath-0.42.0.patchset"
|
||||
|
||||
PROVIDES="
|
||||
libtommath$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
libtommath${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libtommath$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
REQUIRES_devel="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
libtommath$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:make
|
||||
|
||||
@@ -21,13 +21,13 @@ REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
libutf8proc$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
PROVIDES_devel="
|
||||
libutf8proc${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libutf8proc$secondaryArchSuffix = 1.1.6 compat >= 1
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libutf8proc$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
|
||||
@@ -4,11 +4,11 @@ libuv is a multi-platform support library with a focus on asynchronous I/O. \
|
||||
It was primarily developed for use by Node.js, but it's also used by Luvit, \
|
||||
Julia, pyuv, and others."
|
||||
HOMEPAGE="http://github.com/libuv/libuv"
|
||||
COPYRIGHT="2009-2015 Ryan Dahl and others"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="git://github.com/hamishm/libuv#d48e9ae4bd504aadc25e26f06e83e9c2c86921ac"
|
||||
SOURCE_DIR="libuv-v1.2.0"
|
||||
REVISION="1"
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="2009-2015 Ryan Dahl and others"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 ?x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
@@ -17,15 +17,21 @@ PROVIDES="
|
||||
libuv$secondaryArchSuffix = $portVersion
|
||||
lib:libuv$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
libuv${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libuv$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libuv$secondaryArchSuffix == $portVersion
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
@@ -37,15 +43,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:gyp
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
libuv$secondaryArchSuffix == $portVersion
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
libuv${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libuv$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
rm -rf out
|
||||
|
||||
@@ -21,13 +21,13 @@ REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
libwapcaplet$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
PROVIDES_devel="
|
||||
libwapcaplet${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libwapcaplet$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libwapcaplet$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
|
||||
@@ -21,13 +21,13 @@ REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
libwapcaplet$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
PROVIDES_devel="
|
||||
libwapcaplet${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libwapcaplet$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libwapcaplet$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
|
||||
@@ -2,16 +2,15 @@ SUMMARY="A C library for reading, creating, and modifying zip archives"
|
||||
DESCRIPTION="libzip is a C library for reading, creating, and modifying zip \
|
||||
archives."
|
||||
HOMEPAGE="http://www.nih.at/libzip/"
|
||||
COPYRIGHT="1999-2012 Dieter Baron and Thomas Klausner"
|
||||
LICENSE="BSD (3-clause)"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://www.nih.at/libzip/libzip-0.10.1.tar.bz2"
|
||||
CHECKSUM_SHA256="5b1eaf60968cb22df49d73bcaa759961fb27451917ac76b275374c2ed260ce92"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
SOURCE_URI="http://www.nih.at/libzip/libzip-0.10.1.tar.bz2"
|
||||
CHECKSUM_SHA256="5b1eaf60968cb22df49d73bcaa759961fb27451917ac76b275374c2ed260ce92"
|
||||
COPYRIGHT="1999-2012 Dieter Baron and Thomas Klausner"
|
||||
|
||||
PROVIDES="
|
||||
libzip${secondaryArchSuffix} = $portVersion
|
||||
lib:libzip${secondaryArchSuffix} = $portVersion
|
||||
@@ -23,6 +22,7 @@ REQUIRES="
|
||||
haiku${secondaryArchSuffix}
|
||||
lib:libz${secondaryArchSuffix}
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
libzip${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libzip$secondaryArchSuffix = $portVersion
|
||||
@@ -30,6 +30,7 @@ PROVIDES_devel="
|
||||
REQUIRES_devel="
|
||||
libzip$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libz${secondaryArchSuffix}
|
||||
|
||||
@@ -2,16 +2,15 @@ SUMMARY="A C library for reading, creating, and modifying zip archives"
|
||||
DESCRIPTION="libzip is a C library for reading, creating, and modifying zip \
|
||||
archives."
|
||||
HOMEPAGE="http://www.nih.at/libzip/"
|
||||
COPYRIGHT="1999-2012 Dieter Baron and Thomas Klausner"
|
||||
LICENSE="BSD (3-clause)"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://www.nih.at/libzip/libzip-0.11.2.tar.gz"
|
||||
CHECKSUM_SHA256="83db1fb43a961ff7d1d1b50e1c6bea09c67e6af867686d1fc92ecb7dc6cf98d5"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
SOURCE_URI="http://www.nih.at/libzip/libzip-0.11.2.tar.gz"
|
||||
CHECKSUM_SHA256="83db1fb43a961ff7d1d1b50e1c6bea09c67e6af867686d1fc92ecb7dc6cf98d5"
|
||||
COPYRIGHT="1999-2012 Dieter Baron and Thomas Klausner"
|
||||
|
||||
PROVIDES="
|
||||
libzip${secondaryArchSuffix} = $portVersion
|
||||
lib:libzip${secondaryArchSuffix} = $portVersion
|
||||
@@ -23,6 +22,7 @@ REQUIRES="
|
||||
haiku${secondaryArchSuffix}
|
||||
lib:libz${secondaryArchSuffix}
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
libzip${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libzip$secondaryArchSuffix = $portVersion
|
||||
@@ -30,6 +30,7 @@ PROVIDES_devel="
|
||||
REQUIRES_devel="
|
||||
libzip$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libz${secondaryArchSuffix}
|
||||
|
||||
@@ -16,7 +16,6 @@ CHECKSUM_SHA256="617decc6ea09889fb08ede330917a00b16809b8db88c29c31bfbb49cbf88ecc
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86 x86_gcc2"
|
||||
|
||||
|
||||
PROVIDES="
|
||||
mpc$secondaryArchSuffix = $portVersion
|
||||
lib:libmpc$secondaryArchSuffix = 3.0.0 compat >= 3
|
||||
|
||||
@@ -4,9 +4,9 @@ webidl files and a binding configuration file."
|
||||
HOMEPAGE="http://git.netsurf-browser.org/nsgenbind.git/"
|
||||
COPYRIGHT="2012 Vincent Sanders"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://download.netsurf-browser.org/libs/releases/nsgenbind-0.1.2-src.tar.gz"
|
||||
CHECKSUM_SHA256="94a87e9a223791693724e929cc7b13e334d4baaf73f7d0a91fdf938c9a260a9a"
|
||||
REVISION="1"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 ?x86 ?x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
@@ -12,6 +12,7 @@ REVISION="1"
|
||||
SOURCE_URI="http://protobuf.googlecode.com/files/protobuf-2.4.1.tar.bz2"
|
||||
CHECKSUM_SHA256="cf8452347330834bbf9c65c2e68b5562ba10c95fa40d4f7ec0d2cb332674b0bf"
|
||||
PATCHES="protobuf_x86-2.4.1.patchset"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
|
||||
@@ -4,25 +4,23 @@ DESCRIPTION="Udis86 is an easy-to-use, minimalistic disassembler library \
|
||||
convenient interface for use in the analysis and instrumentation of binary code.
|
||||
"
|
||||
HOMEPAGE="http://udis86.sourceforge.net/"
|
||||
LICENSE="BSD (2-clause)"
|
||||
COPYRIGHT="2002-2012, Vivek Thampi"
|
||||
LICENSE="BSD (2-clause)"
|
||||
REVISION="1"
|
||||
ARCHITECTURES="x86_gcc2"
|
||||
|
||||
SOURCE_URI="https://github.com/vmt/udis86/archive/v1.7.2.tar.gz"
|
||||
CHECKSUM_SHA256="43567f7e12168943c5b5ffb3d3f5b7a33cb36328f8938a993458f3ded0ba5779"
|
||||
PATCHES="udis86-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2"
|
||||
|
||||
PROVIDES="
|
||||
udis86 = $portVersion
|
||||
cmd:udcli
|
||||
devel:libudis86
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku_devel
|
||||
cmd:aclocal
|
||||
|
||||
@@ -3,13 +3,12 @@ DESCRIPTION="
|
||||
Uriparser is a strictly RFC 3986 compliant URI parsing library in C.
|
||||
"
|
||||
HOMEPAGE="http://uriparser.sourceforge.net/"
|
||||
SOURCE_URI="http://downloads.sourceforge.net/project/uriparser/Sources/0.7.9/uriparser-0.7.9.tar.bz2"
|
||||
CHECKSUM_SHA256="a1d8f1007757ca1cf68b49edbac50876100cdee23a54cf1214f257b9ce51100d"
|
||||
LICENSE="BSD (3-clause)"
|
||||
COPYRIGHT="2007 Weijia Song
|
||||
2007-2008 Sebastian Pipping"
|
||||
|
||||
LICENSE="BSD (3-clause)"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://downloads.sourceforge.net/project/uriparser/Sources/0.7.9/uriparser-0.7.9.tar.bz2"
|
||||
CHECKSUM_SHA256="a1d8f1007757ca1cf68b49edbac50876100cdee23a54cf1214f257b9ce51100d"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
@@ -17,10 +16,18 @@ PROVIDES="
|
||||
uriparser = $portVersion compat >= 0.7
|
||||
lib:liburiparser = 1.0.14 compat >= 1
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
devel:uriparser = 1.0.14 compat >= 1
|
||||
devel:liburiparser = 1.0.14 compat >= 1
|
||||
"
|
||||
REQUIRES_devel="
|
||||
liburiparser == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
@@ -53,12 +60,3 @@ INSTALL()
|
||||
packageEntries devel \
|
||||
$developDir
|
||||
}
|
||||
|
||||
PROVIDES_devel="
|
||||
devel:uriparser = 1.0.14 compat >= 1
|
||||
devel:liburiparser = 1.0.14 compat >= 1
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
liburiparser == $portVersion base
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user