Package Details: zorba 4.0-1

Git Clone URL: https://aur.archlinux.org/zorba.git (read-only, click to copy)
Package Base: zorba
Description: NoSQL(XQuery/JSONiq) Query Processor written in C++.
Upstream URL: http://www.zorba.io/
Licenses: Apache
Submitter: mboes
Maintainer: None
Last Packager: TheGoliath
Votes: 5
Popularity: 0.000000
First Submitted: 2008-10-09 12:25 (UTC)
Last Updated: 2020-02-02 16:20 (UTC)

Dependencies (17)

Required by (0)

Sources (3)

Latest Comments

« First ‹ Previous 1 2 3

abbradar commented on 2013-05-14 14:43 (UTC)

http://codepad.org/IAH8ARIV

alyst commented on 2013-05-14 11:44 (UTC)

@abbradar I'm just concerned about inflating makedepends list with the things that are not usually installed. It's hard to avoid installing java, python and ruby (because of gvim), so these ones are ok. As for the other bindings, I guess it would not be hard to add the support once there would be someone that really needs it.

abbradar commented on 2013-05-14 11:27 (UTC)

@alyst There is a lot of bindings: for csharp, java, php, python, ruby and something named XQJ. I don't think that we need to build all of them. Personally I need python bindings and maybe ruby or php will be of use for someone, too. What do you think?

alyst commented on 2013-05-13 16:06 (UTC)

@abbradar You are very welcome to provide the enhanced PKGBUILD. I'm not using the bindings, so I'm not aware how to handle it properly.

abbradar commented on 2013-05-13 15:58 (UTC)

Add swig, python and ruby to makedepends; zorba compiles with bindings to them if they are present in the system. Maybe also repackage its modules from /usr/share/{python,ruby}/*.so to proper paths. I can provide a necessary patch later.

alyst commented on 2013-04-27 18:29 (UTC)

@mrozanc thanks, fixed

mrozanc commented on 2013-04-24 12:36 (UTC)

In package(), we need cd $srcdir/$pkgname-$pkgver/build instead of cd $srcdir/build

alyst commented on 2011-08-21 20:11 (UTC)

updated to 2.0.0

alyst commented on 2011-08-20 23:01 (UTC)

Updated to latest stable zorba 1.4.2. PKGBUILD might have some missing dependencies as I had most of zorba requirements already installed on my system.