mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
db: reoder sections, fix mixed spaces/tabs.
This commit is contained in:
@@ -1,16 +1,20 @@
|
||||
SUMMARY="The Oracle Berkeley Database"
|
||||
DESCRIPTION="The Oracle Berkeley DB family of open source, embeddable databases provides developers with fast, reliable, local persistence with zero administration."
|
||||
DESCRIPTION="The Oracle Berkeley DB family of open source, embeddable \
|
||||
databases provides developers with fast, reliable, local persistence with zero \
|
||||
administration."
|
||||
HOMEPAGE="http://www.oracle.com/technetwork/database/berkeleydb/index.html"
|
||||
SOURCE_URI="http://download.oracle.com/berkeley-db/db-${portVersion}.tar.gz"
|
||||
CHECKSUM_SHA256="e0491a07cdb21fb9aa82773bbbedaeb7639cbd0e7f96147ab46141e0045db72a"
|
||||
REVISION="2"
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
LICENSE="SleepyCat"
|
||||
COPYRIGHT="1990-2013, Oracle
|
||||
1990-1995, The Regents of the University of California
|
||||
1996-1996, The President and Fellows of Harvard University
|
||||
2000-2005, INRIA - France Telecom"
|
||||
LICENSE="SleepyCat"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://download.oracle.com/berkeley-db/db-${portVersion}.tar.gz"
|
||||
CHECKSUM_SHA256="e0491a07cdb21fb9aa82773bbbedaeb7639cbd0e7f96147ab46141e0045db72a"
|
||||
PATCHES="db-${portVersion}.patch"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
db${secondaryArchSuffix} = $portVersion compat >= 4.8
|
||||
@@ -34,20 +38,30 @@ PROVIDES="
|
||||
lib:libdb_cxx_4${secondaryArchSuffix}
|
||||
"
|
||||
REQUIRES="
|
||||
haiku${secondaryArchSuffix}
|
||||
"
|
||||
haiku${secondaryArchSuffix}
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
db${secondaryArchSuffix}_devel = $portVersion compat >= 4.8
|
||||
devel:libdb${secondaryArchSuffix} = $portVersion
|
||||
devel:libdb_4.8${secondaryArchSuffix} = $portVersion
|
||||
devel:libdb_cxx${secondaryArchSuffix} = $portVersion
|
||||
devel:libdb_cxx_4.8${secondaryArchSuffix} = $portVersion
|
||||
"
|
||||
REQUIRES_devel="
|
||||
db$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
"
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:libtool
|
||||
cmd:make
|
||||
"
|
||||
|
||||
PATCHES="db-${portVersion}.patch"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cd build_unix
|
||||
@@ -60,9 +74,9 @@ INSTALL()
|
||||
cd build_unix
|
||||
make install
|
||||
|
||||
# prepare develop/lib
|
||||
prepareInstalledDevelLibs libdb libdb-4.8 libdb_cxx libdb_cxx-4.8
|
||||
fixPkgconfig
|
||||
# prepare develop/lib
|
||||
prepareInstalledDevelLibs libdb libdb-4.8 libdb_cxx libdb_cxx-4.8
|
||||
fixPkgconfig
|
||||
|
||||
# devel package
|
||||
packageEntries devel \
|
||||
@@ -74,17 +88,3 @@ TEST()
|
||||
cd build_unix
|
||||
#make dbtest
|
||||
}
|
||||
|
||||
# ----- devel package -------------------------------------------------------
|
||||
|
||||
PROVIDES_devel="
|
||||
db${secondaryArchSuffix}_devel = $portVersion compat >= 4.8
|
||||
devel:libdb${secondaryArchSuffix} = $portVersion
|
||||
devel:libdb_4.8${secondaryArchSuffix} = $portVersion
|
||||
devel:libdb_cxx${secondaryArchSuffix} = $portVersion
|
||||
devel:libdb_cxx_4.8${secondaryArchSuffix} = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
db$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
@@ -1,19 +1,21 @@
|
||||
SUMMARY="The Oracle Berkeley Database"
|
||||
DESCRIPTION="
|
||||
The Oracle Berkeley DB family of open source, embeddable databases provides \
|
||||
developers with fast, reliable, local persistence with zero administration.
|
||||
"
|
||||
DESCRIPTION="The Oracle Berkeley DB family of open source, embeddable \
|
||||
databases provides developers with fast, reliable, local persistence with zero \
|
||||
administration."
|
||||
HOMEPAGE="http://www.oracle.com/technetwork/database/berkeleydb/index.html"
|
||||
SOURCE_URI="http://download.oracle.com/berkeley-db/db-5.3.28.tar.gz"
|
||||
CHECKSUM_SHA256="e0a992d740709892e81f9d93f06daf305cf73fb81b545afe72478043172c3628"
|
||||
REVISION="3"
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
LICENSE="SleepyCat"
|
||||
COPYRIGHT="1990-2013, Oracle
|
||||
1990-1995, The Regents of the University of California
|
||||
1996-1996, The President and Fellows of Harvard University
|
||||
2000-2005, INRIA - France Telecom"
|
||||
LICENSE="SleepyCat"
|
||||
REVISION="3"
|
||||
SOURCE_URI="http://download.oracle.com/berkeley-db/db-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="e0a992d740709892e81f9d93f06daf305cf73fb81b545afe72478043172c3628"
|
||||
SOURCE_DIR="db-${portVersion}"
|
||||
PATCHES="db-${portVersion}.patch"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
db${secondaryArchSuffix} = $portVersion compat >= 5.3
|
||||
@@ -39,21 +41,31 @@ PROVIDES="
|
||||
lib:libdb_cxx_5${secondaryArchSuffix}
|
||||
"
|
||||
REQUIRES="
|
||||
haiku${secondaryArchSuffix}
|
||||
"
|
||||
haiku${secondaryArchSuffix}
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
db${secondaryArchSuffix}_devel = $portVersion compat >= 5.3
|
||||
devel:libdb${secondaryArchSuffix} = $portVersion
|
||||
devel:libdb_5.3${secondaryArchSuffix} = $portVersion
|
||||
devel:libdb_cxx${secondaryArchSuffix} = $portVersion
|
||||
devel:libdb_cxx_5.3${secondaryArchSuffix} = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
db$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
"
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:libtool
|
||||
cmd:make
|
||||
"
|
||||
|
||||
PATCHES="db-${portVersion}.patch"
|
||||
SOURCE_DIR="db-${portVersion}"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cd build_unix
|
||||
@@ -66,9 +78,9 @@ INSTALL()
|
||||
cd build_unix
|
||||
make install
|
||||
|
||||
# prepare develop/lib
|
||||
prepareInstalledDevelLibs libdb libdb-5.3 libdb_cxx libdb_cxx-5.3
|
||||
fixPkgconfig
|
||||
# prepare develop/lib
|
||||
prepareInstalledDevelLibs libdb libdb-5.3 libdb_cxx libdb_cxx-5.3
|
||||
fixPkgconfig
|
||||
|
||||
# devel package
|
||||
packageEntries devel \
|
||||
@@ -80,17 +92,3 @@ TEST()
|
||||
cd build_unix
|
||||
#make dbtest
|
||||
}
|
||||
|
||||
# ----- devel package -------------------------------------------------------
|
||||
|
||||
PROVIDES_devel="
|
||||
db${secondaryArchSuffix}_devel = $portVersion compat >= 5.3
|
||||
devel:libdb${secondaryArchSuffix} = $portVersion
|
||||
devel:libdb_5.3${secondaryArchSuffix} = $portVersion
|
||||
devel:libdb_cxx${secondaryArchSuffix} = $portVersion
|
||||
devel:libdb_cxx_5.3${secondaryArchSuffix} = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
db$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
@@ -1,19 +1,21 @@
|
||||
SUMMARY="The Oracle Berkeley Database"
|
||||
DESCRIPTION="
|
||||
The Oracle Berkeley DB family of open source, embeddable databases provides \
|
||||
developers with fast, reliable, local persistence with zero administration.
|
||||
"
|
||||
DESCRIPTION="The Oracle Berkeley DB family of open source, embeddable \
|
||||
databases provides developers with fast, reliable, local persistence with zero \
|
||||
administration."
|
||||
HOMEPAGE="http://www.oracle.com/technetwork/database/berkeleydb/index.html"
|
||||
SOURCE_URI="http://download.oracle.com/berkeley-db/db-6.0.30.tar.gz"
|
||||
CHECKSUM_SHA256="608e4b1cf390e9bf54c0ef00c5bd9ca76d36e2261b9f4d33d54516f3f6a20fd2"
|
||||
REVISION="1"
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
LICENSE="SleepyCat"
|
||||
COPYRIGHT="1990-2013, Oracle
|
||||
1990-1995, The Regents of the University of California
|
||||
1996-1996, The President and Fellows of Harvard University
|
||||
2000-2005, INRIA - France Telecom"
|
||||
LICENSE="SleepyCat"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://download.oracle.com/berkeley-db/db-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="608e4b1cf390e9bf54c0ef00c5bd9ca76d36e2261b9f4d33d54516f3f6a20fd2"
|
||||
SOURCE_DIR="db-${portVersion}"
|
||||
PATCHES="db-${portVersion}.patch"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
db${secondaryArchSuffix} = $portVersion compat >= 6.0
|
||||
@@ -39,21 +41,30 @@ PROVIDES="
|
||||
lib:libdb_cxx_6${secondaryArchSuffix}
|
||||
"
|
||||
REQUIRES="
|
||||
haiku${secondaryArchSuffix}
|
||||
"
|
||||
haiku${secondaryArchSuffix}
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
db${secondaryArchSuffix}_devel = $portVersion compat >= 6.0
|
||||
devel:libdb${secondaryArchSuffix} = $portVersion
|
||||
devel:libdb_6.0${secondaryArchSuffix} = $portVersion
|
||||
devel:libdb_cxx${secondaryArchSuffix} = $portVersion
|
||||
devel:libdb_cxx_6.0${secondaryArchSuffix} = $portVersion
|
||||
"
|
||||
REQUIRES_devel="
|
||||
db$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
"
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:libtool
|
||||
cmd:make
|
||||
"
|
||||
|
||||
PATCHES="db-${portVersion}.patch"
|
||||
SOURCE_DIR="db-${portVersion}"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cd build_unix
|
||||
@@ -66,9 +77,9 @@ INSTALL()
|
||||
cd build_unix
|
||||
make install
|
||||
|
||||
# prepare develop/lib
|
||||
prepareInstalledDevelLibs libdb libdb-6.0 libdb_cxx libdb_cxx-6.0
|
||||
fixPkgconfig
|
||||
# prepare develop/lib
|
||||
prepareInstalledDevelLibs libdb libdb-6.0 libdb_cxx libdb_cxx-6.0
|
||||
fixPkgconfig
|
||||
|
||||
# devel package
|
||||
packageEntries devel \
|
||||
@@ -80,17 +91,3 @@ TEST()
|
||||
cd build_unix
|
||||
#make dbtest
|
||||
}
|
||||
|
||||
# ----- devel package -------------------------------------------------------
|
||||
|
||||
PROVIDES_devel="
|
||||
db${secondaryArchSuffix}_devel = $portVersion compat >= 6.0
|
||||
devel:libdb${secondaryArchSuffix} = $portVersion
|
||||
devel:libdb_6.0${secondaryArchSuffix} = $portVersion
|
||||
devel:libdb_cxx${secondaryArchSuffix} = $portVersion
|
||||
devel:libdb_cxx_6.0${secondaryArchSuffix} = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
db$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
@@ -1,19 +1,21 @@
|
||||
SUMMARY="The Oracle Berkeley Database"
|
||||
DESCRIPTION="
|
||||
The Oracle Berkeley DB family of open source, embeddable databases provides \
|
||||
developers with fast, reliable, local persistence with zero administration.
|
||||
"
|
||||
DESCRIPTION="The Oracle Berkeley DB family of open source, embeddable \
|
||||
databases provides developers with fast, reliable, local persistence with zero \
|
||||
administration."
|
||||
HOMEPAGE="http://www.oracle.com/technetwork/database/berkeleydb/index.html"
|
||||
SOURCE_URI="http://download.oracle.com/berkeley-db/db-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="822e1591f7f535c5eb16389fbd5c1f14877a9561674cc1d497f1db318ef86107"
|
||||
REVISION="1"
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
LICENSE="SleepyCat"
|
||||
COPYRIGHT="1990-2013, Oracle
|
||||
1990-1995, The Regents of the University of California
|
||||
1996-1996, The President and Fellows of Harvard University
|
||||
2000-2005, INRIA - France Telecom"
|
||||
LICENSE="SleepyCat"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://download.oracle.com/berkeley-db/db-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="822e1591f7f535c5eb16389fbd5c1f14877a9561674cc1d497f1db318ef86107"
|
||||
SOURCE_DIR="db-${portVersion}"
|
||||
PATCHES="db-${portVersion}.patch"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
db${secondaryArchSuffix} = $portVersion compat >= 6.1
|
||||
@@ -39,21 +41,30 @@ PROVIDES="
|
||||
lib:libdb_cxx_6${secondaryArchSuffix}
|
||||
"
|
||||
REQUIRES="
|
||||
haiku${secondaryArchSuffix}
|
||||
"
|
||||
haiku${secondaryArchSuffix}
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
db${secondaryArchSuffix}_devel = $portVersion compat >= 6.1
|
||||
devel:libdb${secondaryArchSuffix} = $portVersion
|
||||
devel:libdb_6.1${secondaryArchSuffix} = $portVersion
|
||||
devel:libdb_cxx${secondaryArchSuffix} = $portVersion
|
||||
devel:libdb_cxx_6.1${secondaryArchSuffix} = $portVersion
|
||||
"
|
||||
REQUIRES_devel="
|
||||
db$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
"
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:libtool
|
||||
cmd:make
|
||||
"
|
||||
|
||||
PATCHES="db-${portVersion}.patch"
|
||||
SOURCE_DIR="db-${portVersion}"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cd build_unix
|
||||
@@ -66,9 +77,9 @@ INSTALL()
|
||||
cd build_unix
|
||||
make install
|
||||
|
||||
# prepare develop/lib
|
||||
prepareInstalledDevelLibs libdb libdb-6.1 libdb_cxx libdb_cxx-6.1
|
||||
fixPkgconfig
|
||||
# prepare develop/lib
|
||||
prepareInstalledDevelLibs libdb libdb-6.1 libdb_cxx libdb_cxx-6.1
|
||||
fixPkgconfig
|
||||
|
||||
# devel package
|
||||
packageEntries devel \
|
||||
@@ -80,17 +91,3 @@ TEST()
|
||||
cd build_unix
|
||||
#make dbtest
|
||||
}
|
||||
|
||||
# ----- devel package -------------------------------------------------------
|
||||
|
||||
PROVIDES_devel="
|
||||
db${secondaryArchSuffix}_devel = $portVersion compat >= 6.1
|
||||
devel:libdb${secondaryArchSuffix} = $portVersion
|
||||
devel:libdb_6.1${secondaryArchSuffix} = $portVersion
|
||||
devel:libdb_cxx${secondaryArchSuffix} = $portVersion
|
||||
devel:libdb_cxx_6.1${secondaryArchSuffix} = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
db$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user