Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Nov 2011 15:34:15 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
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 ...
Message-ID:  <201111301534.pAUFYFbt070792@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201111301534.pAUFYFbt070792>