From owner-cvs-ports@FreeBSD.ORG Wed Nov 30 15:34:15 2011 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B455D1065675; Wed, 30 Nov 2011 15:34:15 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 870148FC12; Wed, 30 Nov 2011 15:34:15 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id pAUFYFHA070793; Wed, 30 Nov 2011 15:34:15 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id pAUFYFbt070792; Wed, 30 Nov 2011 15:34:15 GMT (envelope-from gahr) Message-Id: <201111301534.pAUFYFbt070792@repoman.freebsd.org> From: Pietro Cerutti Date: Wed, 30 Nov 2011 15:34:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/zorba Makefile distinfo pkg-plist ports/textproc/zorba/files patch-CMakeLists.txt patch-cmake_modules_FindPHP5.cmake patch-doc-zorba-xqdoc_CMakeLists.txt patch-doc_CMakeLists.txt patch-include-zorba-util_time.h patch-src-context_dynamic_context.cpp patch-src-util_atomic_int.h patch-src-util_string_util.cpp ... X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Nov 2011 15:34:15 -0000 gahr 2011-11-30 15:34:15 UTC FreeBSD ports repository Modified files: textproc/zorba Makefile distinfo pkg-plist textproc/zorba/files patch-CMakeLists.txt patch-cmake_modules_FindPHP5.cmake patch-doc_CMakeLists.txt patch-src-context_dynamic_context.cpp patch-swig-java_CMakeLists.txt patch-swig-php_CMakeLists.txt patch-swig-python_CMakeLists.txt patch-swig-ruby_CMakeLists.txt patch-test-rbkt_CMakeLists.txt Added files: textproc/zorba/files patch-doc-zorba-xqdoc_CMakeLists.txt patch-include-zorba-util_time.h patch-src-util_atomic_int.h patch-src-util_string_util.cpp patch-src-zorbatypes_integer.cpp Log: - Update to 2.0.2 Changelog since 1.4.0 version 2.0.2 * Fixed bug #3401971 (node-by-reference on dynamic collections) * documentation improvements * installer improvements * Fixed bug #3403291 (build for Fedora 15) * Don't install the .so for test modules * Fix for running ctest on Windows version 2.0.1 * Custom Full-text stemming. * Custom Full-text tokenization. * Fixed scripting bug where apply statement was considered a * sequential expr even if the source expr was non-updating and * non-sequential. * Fixed bug #3394400 (Element replacement, really unexpected result) * Fixed bug #3394588 (Unexpected error during pul undo) * Fixed bugs #3398511 and #3398552 with "make install" * Fixed bug #3398521 for compiling with ZORBA_NO_XMLSCHEMA version 2.0 * Zorba 2.0 is a major rewrite of previous versions. It doesn't claim to preserve backwards compatibility with any 1.X version. Host language API changes have been made to the following components: - External functions API - XmlDataManager - Error reporting - Debugger API XQuery language and API changes have been made to the following components: - XQuery Scripting Extension - Function APIs - XQuery Data Definition Facility - XQuery modules and module versioning - Changes to conform with the latest XQuery 3.0 - Namespaces of annotations, errors, collations. * In addition to host language API and XQuery language improvements, plenty of bug fixes and optimizations have been made. Feature safe: yes Revision Changes Path 1.2 +14 -5 ports/textproc/zorba/Makefile 1.2 +2 -2 ports/textproc/zorba/distinfo 1.2 +4 -4 ports/textproc/zorba/files/patch-CMakeLists.txt 1.2 +7 -10 ports/textproc/zorba/files/patch-cmake_modules_FindPHP5.cmake 1.1 +36 -0 ports/textproc/zorba/files/patch-doc-zorba-xqdoc_CMakeLists.txt (new) 1.2 +22 -19 ports/textproc/zorba/files/patch-doc_CMakeLists.txt 1.1 +14 -0 ports/textproc/zorba/files/patch-include-zorba-util_time.h (new) 1.2 +24 -33 ports/textproc/zorba/files/patch-src-context_dynamic_context.cpp 1.1 +138 -0 ports/textproc/zorba/files/patch-src-util_atomic_int.h (new) 1.1 +38 -0 ports/textproc/zorba/files/patch-src-util_string_util.cpp (new) 1.1 +14 -0 ports/textproc/zorba/files/patch-src-zorbatypes_integer.cpp (new) 1.2 +19 -7 ports/textproc/zorba/files/patch-swig-java_CMakeLists.txt 1.2 +19 -19 ports/textproc/zorba/files/patch-swig-php_CMakeLists.txt 1.2 +23 -13 ports/textproc/zorba/files/patch-swig-python_CMakeLists.txt 1.2 +13 -14 ports/textproc/zorba/files/patch-swig-ruby_CMakeLists.txt 1.2 +3 -12 ports/textproc/zorba/files/patch-test-rbkt_CMakeLists.txt 1.2 +338 -193 ports/textproc/zorba/pkg-plist