# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # zorba # zorba/distinfo # zorba/Makefile # zorba/pkg-descr # zorba/files # zorba/files/patch-swig-ruby_CMakeLists.txt # zorba/files/patch-CMakeLists.txt # zorba/files/patch-test-rbkt_CMakeLists.txt # zorba/files/patch-src-context_dynamic_context.cpp # zorba/files/patch-swig-python_CMakeLists.txt # zorba/files/patch-swig-php_CMakeLists.txt # zorba/files/patch-cmake_modules_FindPHP5.cmake # zorba/files/patch-doc_CMakeLists.txt # zorba/files/patch-swig-java_CMakeLists.txt # zorba/pkg-plist # echo c - zorba mkdir -p zorba > /dev/null 2>&1 echo x - zorba/distinfo sed 's/^X//' >zorba/distinfo << '91a0bf2fd03293414da2e496a9a4ef23' XSHA256 (zorba-1.4.0.tar.gz) = 230518cdb70568f286397961f878b61e268370aca9b9d2f3817b6d1fdfb9cf86 XSIZE (zorba-1.4.0.tar.gz) = 5177139 91a0bf2fd03293414da2e496a9a4ef23 echo x - zorba/Makefile sed 's/^X//' >zorba/Makefile << '0fa05a4440bf9e3e8555743d074f8da1' X# New ports collection Makefile for: zorba X# Date created: 22 February 2011 X# Whom: gahr X# X# $FreeBSD$ X# X XPORTNAME= zorba XPORTVERSION= 1.4.0 XCATEGORIES= textproc XMASTER_SITES= SF X XMAINTAINER= gahr@FreeBSD.org XCOMMENT= A general purpose C++ XQuery processor X XLICENSE= ASL X XLIB_DEPENDS= xerces-c.3:${PORTSDIR}/textproc/xerces-c3 \ X tidy:${PORTSDIR}/www/tidy-lib \ X curl.6:${PORTSDIR}/ftp/curl \ X icudata.48:${PORTSDIR}/devel/icu X XOPTIONS= PHP "PHP bindings" off \ X PYTHON "Python bindings" off \ X RUBY "Ruby bindings" off \ X JAVA "Java bindings" off X X# Both install include/xqc.h XCONFLICTS= xqilla-[0-9]* X XUSE_GNOME= libxml2 XUSE_LDCONFIG= yes XUSE_CMAKE= yes XCMAKE_OUTSOURCE=yes XCONFIGURE_ENV+= JAVA_HOME=${JAVA_HOME} X XDOCSDIR= ${PREFIX}/share/doc/${PKGNAME} X X.include X X.if defined(WITH_PHP) XUSE_PHP= tokenizer XUSE_PHP_BUILD= yes XWITH_SWIG= yes XCMAKE_ARGS+= -DWITH_PHP5:BOOL=true \ X -DPHP5_INSTALL_PATH:PATH=lib/php/${PHP_EXT_DIR} XPLIST_SUB+= WITH_PHP="" \ X PHP_EXTLIBDIR="lib/php/${PHP_EXT_DIR}" X.else XCMAKE_ARGS+= -DWITH_PHP5:BOOL=false XPLIST_SUB+= WITH_PHP="@comment " X.endif X X.if defined(WITH_PYTHON) XUSE_PYTHON= yes XWITH_SWIG= yes XCMAKE_ARGS+= -DWITH_PYTHON:BOOL=true \ X -DPYTHON_SWIG_INSTALL_DIR=${PYTHONPREFIX_SITELIBDIR:S/${PREFIX}\///} XPLIST_SUB+= WITH_PYTHON="" X.else XCMAKE_ARGS+= -DWITH_PYTHON:BOOL=false XPLIST_SUB+= WITH_PYTHON="@comment " X.endif X X.if defined(WITH_RUBY) XUSE_RUBY= yes XWITH_SWIG= yes XCMAKE_ARGS+= -DWITH_RUBY:BOOL=true XPLIST_SUB+= WITH_RUBY="" X.else XCMAKE_ARGS+= -DWITH_RUBY:BOOL=false XPLIST_SUB+= WITH_RUBY="@comment " X.endif X X.if defined(WITH_JAVA) XUSE_JAVA= yes XWITH_SWIG= yes XCMAKE_ARGS+= -DWITH_JAVA:BOOL=true \ X -DJAVA_LIBDIR:PATH=${JAVALIBDIR:S/${PREFIX}//} XPLIST_SUB+= WITH_JAVA="" X.else XCMAKE_ARGS+= -DWITH_JAVA:BOOL=false XPLIST_SUB+= WITH_JAVA="@comment " X.endif X X.if defined(WITH_SWIG) XBUILD_DEPENDS+= swig:${PORTSDIR}/devel/swig13 X.endif X X.if !defined(NOPORTDOCS) XBUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen X.endif X Xpost-patch: X ${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ X ${WRKSRC}/cmake_modules/FindPHP5.cmake X X.include 0fa05a4440bf9e3e8555743d074f8da1 echo x - zorba/pkg-descr sed 's/^X//' >zorba/pkg-descr << '253ae3032a59eb879e40f6e6f65ae8c5' XZorba is a general purpose XQuery processor implementing in C++ the W3C family Xof specifications. The query processor has been designed to be embeddable in a Xvariety of environments such as other programming languages extended with XML Xprocessing capabilities, browsers, database servers, XML message dispatchers, Xor smartphones. Zorba can be accessed through APIs from C, C++, Ruby, Python, XJava, and PHP. Zorba runs on most platforms and is available under the Apache Xlicense v2. X XWWW: http://www.zorba-xquery.com/ 253ae3032a59eb879e40f6e6f65ae8c5 echo c - zorba/files mkdir -p zorba/files > /dev/null 2>&1 echo x - zorba/files/patch-swig-ruby_CMakeLists.txt sed 's/^X//' >zorba/files/patch-swig-ruby_CMakeLists.txt << '94d69059e8d3cc30bc20d8bb2e59ac6f' X--- swig/ruby/CMakeLists.txt.orig 2010-07-14 15:23:16.000000000 +0200 X+++ swig/ruby/CMakeLists.txt 2011-08-12 10:38:13.000000000 +0200 X@@ -12,6 +12,7 @@ X # See the License for the specific language governing permissions and X # limitations under the License. X X+IF (WITH_RUBY) X CMAKE_FIND_FRAMEWORKS ( Ruby ) X FIND_PACKAGE(Ruby) X X@@ -27,13 +28,12 @@ X X # The following fix was added because of the changes in CMake 2.8, which have the X # result of naming the java binding library "liblibzorba_api.so" instead of "libzorba_api.so" X- IF ( LINUX OR CYGWIN ) X+ IF ( LINUX OR CYGWIN OR FREEBSD) X SET_TARGET_PROPERTIES( ${SWIG_MODULE_zorba_api_REAL_NAME} PROPERTIES PREFIX "" ) X- ENDIF ( LINUX OR CYGWIN ) X+ ENDIF ( LINUX OR CYGWIN OR FREEBSD) X X EXECUTE_PROCESS(COMMAND ${RUBY_EXECUTABLE} -r rbconfig -e "print Config::CONFIG['sitearchdir']" X 48 OUTPUT_VARIABLE RUBY_SITEARCH_DIR) X- STRING(REPLACE "/usr/" "" RUBY_SITEARCH_DIR "${RUBY_SITEARCH_DIR}" ) X X IF ( APPLE ) X INSTALL ( FILES ${CMAKE_CURRENT_BINARY_DIR}/${ZORBA_SWIG_LIB_PREFIX}zorba_api.bundle X@@ -45,3 +45,4 @@ X ELSE (RUBY_LIBRARY AND RUBY_INCLUDE_PATH) X MESSAGE(STATUS "SWIG Ruby: binding not generated because library and include files are not installed.") X ENDIF (RUBY_LIBRARY AND RUBY_INCLUDE_PATH) X+ENDIF (WITH_RUBY) 94d69059e8d3cc30bc20d8bb2e59ac6f echo x - zorba/files/patch-CMakeLists.txt sed 's/^X//' >zorba/files/patch-CMakeLists.txt << 'f8214dc3cb187765183eb6b6a1c2d4f3' X--- CMakeLists.txt.orig 2011-08-12 10:26:33.000000000 +0200 X+++ CMakeLists.txt 2011-08-12 10:26:28.000000000 +0200 X@@ -37,6 +37,10 @@ X SET(LINUX "${CMAKE_SYSTEM}") X ENDIF("${CMAKE_SYSTEM_NAME}" MATCHES "Linux") X X+IF("${CMAKE_SYSTEM_NAME}" MATCHES "FreeBSD") X+ SET(FREEBSD "${CMAKE_SYSTEM}") X+ENDIF("${CMAKE_SYSTEM_NAME}" MATCHES "FreeBSD") X+ X # custom ctest options X CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/CTestCustom.cmake ${CMAKE_CURRENT_BINARY_DIR}/CTestCustom.cmake) X f8214dc3cb187765183eb6b6a1c2d4f3 echo x - zorba/files/patch-test-rbkt_CMakeLists.txt sed 's/^X//' >zorba/files/patch-test-rbkt_CMakeLists.txt << '60e61a0ec583653d0f1fa99d73f7e441' X--- test/rbkt/CMakeLists.txt.orig 2011-08-11 09:53:03.000000000 +0200 X+++ test/rbkt/CMakeLists.txt 2011-08-11 10:08:48.000000000 +0200 X@@ -68,7 +68,7 @@ X MESSAGE(STATUS "Did NOT find Boost SYSTEM component - not building multithreaded test driver") X SET (ZORBATEST_TESTDRIVER_MT_AVAILABLE FALSE) X ELSE (NOT Boost_SYSTEM_FOUND) X- SET (Boost_system_lib "boost_system-mt") X+ SET (Boost_system_lib ${Boost_LIBRARIES}) X ENDIF (NOT Boost_SYSTEM_FOUND) X X ENDIF (Boost_MAJOR_VERSION EQUAL 1 AND Boost_MINOR_VERSION GREATER 34) X@@ -88,7 +88,7 @@ X X ADD_EXECUTABLE(testdriver_mt ${TESTDRIVER_MT_SRCS}) X TARGET_LINK_LIBRARIES(testdriver_mt zorba_simplestore X- boost_filesystem-mt ${Boost_system_lib}) X+ ${Boost_system_lib}) X IF (ZORBA_BUILD_STATIC_LIBRARY) X ADD_EXECUTABLE(testdriver_mt_static testdriver_mt.cpp) X SET_TARGET_PROPERTIES(testdriver_mt_static 60e61a0ec583653d0f1fa99d73f7e441 echo x - zorba/files/patch-src-context_dynamic_context.cpp sed 's/^X//' >zorba/files/patch-src-context_dynamic_context.cpp << '28b7dc25791976a3311efaca20ce9e48' X--- src/context/dynamic_context.cpp.orig 2011-08-11 15:02:06.000000000 +0200 X+++ src/context/dynamic_context.cpp 2011-08-11 15:10:43.000000000 +0200 X@@ -16,7 +16,9 @@ X #include "common/common.h" X #include X #include X+#if defined(WIN32) X #include X+#endif X #ifdef UNIX X #include X #endif X@@ -147,10 +149,10 @@ X if (gmtm.tm_isdst != 0) X lTimeShift = -timebuffer.timezone*60 + 3600; X #else X- struct timeb timebuffer; X- ftime( &timebuffer ); X+ struct timeval tv; X+ gettimeofday( &tv, 0 ); X struct ::tm gmtm; X- localtime_r(&timebuffer.time, &gmtm); //thread safe localtime on Linux X+ localtime_r(&tv.tv_sec, &gmtm); //thread safe localtime on Linux X lTimeShift = gmtm.tm_gmtoff; X #endif X X@@ -162,7 +164,11 @@ X gmtm.tm_mday, X gmtm.tm_hour, X gmtm.tm_min, X+#if defined(WIN32) X gmtm.tm_sec + timebuffer.millitm/1000.0, X+#else X+ gmtm.tm_sec + tv.tv_usec/1000000.0, X+#endif X theTimezone/3600); X X #if WIN32 X@@ -170,8 +176,6 @@ X time(&t0); X GENV_ITEMFACTORY->createLong(current_time_millis, t0*1000); X #else X- timeval tv; X- gettimeofday(&tv, 0); X long long millis = tv.tv_sec; X millis = millis * 1000 + tv.tv_usec/1000; X GENV_ITEMFACTORY->createLong(current_time_millis, millis); 28b7dc25791976a3311efaca20ce9e48 echo x - zorba/files/patch-swig-python_CMakeLists.txt sed 's/^X//' >zorba/files/patch-swig-python_CMakeLists.txt << '0e2f37676b8cd1c599942944cb000fbd' X--- swig/python/CMakeLists.txt.orig 2010-07-14 15:23:16.000000000 +0200 X+++ swig/python/CMakeLists.txt 2011-08-11 17:07:52.000000000 +0200 X@@ -12,6 +12,8 @@ X # See the License for the specific language governing permissions and X # limitations under the License. X X+IF (WITH_PYTHON) X+ X # install path determined from where Python lives X FIND_PACKAGE(PythonInterp) X FIND_PACKAGE(PythonLibs) X@@ -43,9 +45,11 @@ X ELSE(NOT WIN32) X INSTALL ( FILES ${CMAKE_CURRENT_BINARY_DIR}/zorba_api.py X ${CMAKE_CURRENT_BINARY_DIR}/_zorba_api.pyd X- DESTINATION bin/python ) X+ DESTINATION ${PYTHON_SWIG_INSTALL_DIR}) X ENDIF(NOT WIN32) X X ELSE (PYTHON_LIBRARIES AND PYTHON_INCLUDE_PATH) X MESSAGE(STATUS "SWIG Python: binding not generated because library and include files are not installed.") X ENDIF (PYTHON_LIBRARIES AND PYTHON_INCLUDE_PATH) X+ X+ENDIF (WITH_PYTHON) 0e2f37676b8cd1c599942944cb000fbd echo x - zorba/files/patch-swig-php_CMakeLists.txt sed 's/^X//' >zorba/files/patch-swig-php_CMakeLists.txt << '14dc5a3c7a2c930fed60ba3abafeaff0' X--- swig/php/CMakeLists.txt.orig 2010-07-14 15:23:16.000000000 +0200 X+++ swig/php/CMakeLists.txt 2011-08-19 13:55:46.000000000 +0200 X@@ -12,6 +12,8 @@ X # See the License for the specific language governing permissions and X # limitations under the License. X X+IF (WITH_PHP5) X+ X INCLUDE(${CMAKE_MODULE_PATH}/FindPHP5.cmake) X FIND_PACKAGE(PHP5) X X@@ -36,13 +38,11 @@ X X # The following fix was added because of the changes in CMake 2.8, which have the X # result of naming the java binding library "liblibzorba_api.so" instead of "libzorba_api.so" X- IF ( LINUX OR CYGWIN ) X+ IF ( LINUX OR CYGWIN OR FREEBSD) X SET_TARGET_PROPERTIES( ${SWIG_MODULE_zorba_api_REAL_NAME} PROPERTIES PREFIX "" ) X- ENDIF ( LINUX OR CYGWIN ) X+ ENDIF ( LINUX OR CYGWIN OR FREEBSD) X X IF (NOT WIN32 OR CYGWIN) X- STRING(REPLACE ${CMAKE_INSTALL_PREFIX} "" PHP5_INSTALL_PATH ${PHP5_EXTENSION_DIR}) X- SET(PHP5_INSTALL_PATH ${CMAKE_INSTALL_PREFIX}${PHP5_INSTALL_PATH}) X MESSAGE(STATUS "SWIG PHP: PHP module install path: " ${PHP5_INSTALL_PATH}) X X INSTALL ( FILES ${CMAKE_CURRENT_BINARY_DIR}/zorba_api_wrapper.php X@@ -74,3 +74,5 @@ X ### End PHP proxy generation X X ENDIF( NOT PHP5_FOUND ) X+ X+ENDIF (WITH_PHP5) 14dc5a3c7a2c930fed60ba3abafeaff0 echo x - zorba/files/patch-cmake_modules_FindPHP5.cmake sed 's/^X//' >zorba/files/patch-cmake_modules_FindPHP5.cmake << '6f81ff4d3e2c9db5a49fb2f88214d882' X--- cmake_modules/FindPHP5.cmake.orig 2010-07-14 15:23:17.000000000 +0200 X+++ cmake_modules/FindPHP5.cmake 2011-08-19 09:45:39.000000000 +0200 X@@ -26,15 +26,11 @@ X SET(PHP5_FOUND "NO") X X SET(PHP5_POSSIBLE_INCLUDE_PATHS X- /usr/include/php5 X- /usr/local/include/php5 X- /usr/include/php X- /usr/local/include/php X- /usr/local/apache/php X+ %%LOCALBASE%%/include/php X ) X X SET(PHP5_POSSIBLE_LIB_PATHS X- /usr/lib X+ %%LOCALBASE%%/lib/php X ) X X #FIND_PATH(PHP5_FOUND_INCLUDE_PATH main/php.h X@@ -51,8 +47,7 @@ X FIND_PROGRAM(PHP5_EXECUTABLE X NAMES php5 php X PATHS X- /usr/bin X- /usr/local/bin X+ %%LOCALBASE%%/bin X ) X X MARK_AS_ADVANCED( X@@ -103,9 +98,11 @@ X FIND_PROGRAM(PHP5_CONFIG_EXECUTABLE X NAMES php5-config php-config X PATHS X- /usr/bin X- /usr/local/bin X+ %%LOCALBASE%%/bin X ) X+IF(NOT PHP5_CONFIG_EXECUTABLE) X+ MESSAGE(FATAL_ERROR "PHP config executable not found") X+ENDIF(NOT PHP5_CONFIG_EXECUTABLE) X X EXECUTE_PROCESS(COMMAND ${PHP5_CONFIG_EXECUTABLE} --version X OUTPUT_VARIABLE PHP5_VERSION) 6f81ff4d3e2c9db5a49fb2f88214d882 echo x - zorba/files/patch-doc_CMakeLists.txt sed 's/^X//' >zorba/files/patch-doc_CMakeLists.txt << '0fbd09bf237475ff1a9ce55c69710bc8' X--- doc/CMakeLists.txt.orig 2011-08-19 15:31:29.000000000 +0200 X+++ doc/CMakeLists.txt 2011-08-19 15:32:16.000000000 +0200 X@@ -37,9 +37,15 @@ X X IF(ZORBA_USE_SWIG AND BUILDING_SIMPLESTORE) X ADD_SUBDIRECTORY(java) X- ADD_SUBDIRECTORY(python) X- ADD_SUBDIRECTORY(ruby) X- ADD_SUBDIRECTORY(php) X+ IF (WITH_PYTHON) X+ ADD_SUBDIRECTORY(python) X+ ENDIF (WITH_PYTHON) X+ IF (WITH_RUBY) X+ ADD_SUBDIRECTORY(ruby) X+ ENDIF (WITH_RUBY) X+ IF (WITH_PHP5) X+ ADD_SUBDIRECTORY(php) X+ ENDIF (WITH_PHP5) X ENDIF(ZORBA_USE_SWIG AND BUILDING_SIMPLESTORE) X X # workaround: a dir is already needed for the install command. 0fbd09bf237475ff1a9ce55c69710bc8 echo x - zorba/files/patch-swig-java_CMakeLists.txt sed 's/^X//' >zorba/files/patch-swig-java_CMakeLists.txt << '3bea5cead93d47ae7a151fcc7009aa17' X--- swig/java/CMakeLists.txt.orig 2011-08-23 09:11:30.000000000 +0200 X+++ swig/java/CMakeLists.txt 2011-08-23 09:17:55.000000000 +0200 X@@ -12,6 +12,8 @@ X # See the License for the specific language governing permissions and X # limitations under the License. X X+IF (WITH_JAVA) X+ X FIND_PACKAGE ( Java ) X include ( FindJNI ) X X@@ -62,8 +64,8 @@ X INSTALL(FILES ${JAVA_SWIG_FILES} DESTINATION ${JAVA_SITEARCH_DIR}) X ELSE ( APPLE ) X IF(NOT WIN32) X- INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/libzorba_api.so DESTINATION ${JAVA_SITEARCH_DIR}) X- INSTALL(FILES ${JAVA_SWIG_FILES} DESTINATION ${JAVA_SITEARCH_DIR}) X+ INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/libzorba_api.so DESTINATION ${JAVA_LIBDIR}) X+ INSTALL(FILES ${JAVA_SWIG_FILES} DESTINATION ${JAVA_LIBDIR}) X ELSE(NOT WIN32) X INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/libzorba_api.dll DESTINATION bin/java/org/zorbaxquery/api ) X INSTALL(FILES ${JAVA_SWIG_FILES} DESTINATION bin/java/org/zorbaxquery/api ) X@@ -73,3 +75,5 @@ X ELSE (JAVA_INCLUDE_PATH) X MESSAGE ( STATUS "SWIG Java: not generating JAVA API because jni headers not found.") X ENDIF (JAVA_INCLUDE_PATH) X+ X+ENDIF (WITH_JAVA) 3bea5cead93d47ae7a151fcc7009aa17 echo x - zorba/pkg-plist sed 's/^X//' >zorba/pkg-plist << 'e1b03f0aa7f2a2b9347a908794601f91' Xinclude/zorba/modules/org/w3/www/2005/Atom.xsd Xinclude/zorba/modules/org/w3/www/2005/xml.xsd Xinclude/zorba/modules/org/w3/www/2005/xpath_functions.xq Xinclude/zorba/modules/org/expath/ns/http-client.xsd Xinclude/zorba/modules/org/expath/ns/http-client.xq Xinclude/zorba/modules/org/expath/ns/httpclientimpl.xq Xinclude/zorba/modules/org/expath/ns/error.xq Xinclude/zorba/modules/com/zorba-xquery/www/modules/excel/errors.xq Xinclude/zorba/modules/com/zorba-xquery/www/modules/excel/information.xq Xinclude/zorba/modules/com/zorba-xquery/www/modules/excel/statistical.xq Xinclude/zorba/modules/com/zorba-xquery/www/modules/excel/math.xq Xinclude/zorba/modules/com/zorba-xquery/www/modules/excel/lookup.xq Xinclude/zorba/modules/com/zorba-xquery/www/modules/excel/datetime.xq Xinclude/zorba/modules/com/zorba-xquery/www/modules/excel/engineering.xq Xinclude/zorba/modules/com/zorba-xquery/www/modules/excel/logical.xq Xinclude/zorba/modules/com/zorba-xquery/www/modules/excel/math-sumproduct.xq Xinclude/zorba/modules/com/zorba-xquery/www/modules/excel/text.xq Xinclude/zorba/modules/com/zorba-xquery/www/modules/serialize.xq Xinclude/zorba/modules/com/zorba-xquery/www/modules/tidy.xq Xinclude/zorba/modules/com/zorba-xquery/www/modules/xqdoc.xq Xinclude/zorba/modules/com/zorba-xquery/www/modules/math.xq Xinclude/zorba/modules/com/zorba-xquery/www/modules/file.xq Xinclude/zorba/modules/com/zorba-xquery/www/modules/node-reference.xq Xinclude/zorba/modules/com/zorba-xquery/www/modules/random.xq Xinclude/zorba/modules/com/zorba-xquery/www/modules/schema.xq Xinclude/zorba/modules/com/zorba-xquery/www/modules/datetime.xq Xinclude/zorba/modules/com/zorba-xquery/www/modules/csv2xml.xq Xinclude/zorba/modules/com/zorba-xquery/www/modules/json.xq Xinclude/zorba/modules/com/zorba-xquery/www/modules/base64.xq Xinclude/zorba/modules/com/zorba-xquery/www/modules/email/smtp.xq Xinclude/zorba/modules/com/zorba-xquery/www/modules/security/hmac.xq Xinclude/zorba/modules/com/zorba-xquery/www/modules/process.xq Xinclude/zorba/modules/com/zorba-xquery/www/modules/introspection/dctx.xq Xinclude/zorba/modules/com/zorba-xquery/www/modules/introspection/sctx.xq Xinclude/zorba/modules/com/zorba-xquery/www/modules/xqddf.xq Xinclude/zorba/modules/com/zorba-xquery/www/modules/libfile.so.1.4.0 Xinclude/zorba/modules/com/zorba-xquery/www/modules/libfile.so Xinclude/zorba/modules/com/zorba-xquery/www/modules/libprocess.so.1.4.0 Xinclude/zorba/modules/com/zorba-xquery/www/modules/libprocess.so Xinclude/zorba/modules/com/zorba-xquery/www/modules/libserialize.so.1.4.0 Xinclude/zorba/modules/com/zorba-xquery/www/modules/libserialize.so Xinclude/zorba/modules/com/zorba-xquery/www/modules/libdatetime.so.1.4.0 Xinclude/zorba/modules/com/zorba-xquery/www/modules/libdatetime.so Xinclude/zorba/modules/com/zorba-xquery/www/modules/security/libhmac.so.1.4.0 Xinclude/zorba/modules/com/zorba-xquery/www/modules/security/libhmac.so Xinclude/zorba/modules/org/expath/ns/libhttpclientimpl.so.1.4.0 Xinclude/zorba/modules/org/expath/ns/libhttpclientimpl.so Xinclude/zorba/zorba/debugger_exception.h Xinclude/zorba/zorba/util/file.h Xinclude/zorba/zorba/util/path.h Xinclude/zorba/zorba/store_consts.h Xinclude/zorba/zorba/debugger_event_handler.h Xinclude/zorba/zorba/pure_stateless_function.h Xinclude/zorba/zorba/base64.h Xinclude/zorba/zorba/debugger_client.h Xinclude/zorba/zorba/store_manager_c.h Xinclude/zorba/zorba/item_factory.h Xinclude/zorba/zorba/uri_resolvers.h Xinclude/zorba/zorba/zorbac.h Xinclude/zorba/zorba/error_handler.h Xinclude/zorba/zorba/external_module.h Xinclude/zorba/zorba/printer_error_handler.h Xinclude/zorba/zorba/item_sequence.h Xinclude/zorba/zorba/exception.h Xinclude/zorba/zorba/static_context_consts.h Xinclude/zorba/zorba/vector_item_sequence.h Xinclude/zorba/zorba/item.h Xinclude/zorba/zorba/file.h Xinclude/zorba/zorba/properties_base.h Xinclude/zorba/zorba/empty_sequence.h Xinclude/zorba/zorba/xquery.h Xinclude/zorba/zorba/static_context.h Xinclude/zorba/zorba/declared_collection.h Xinclude/zorba/zorba/xmldatamanager.h Xinclude/zorba/zorba/default_content_handler.h Xinclude/zorba/zorba/nonepure_stateless_function.h Xinclude/zorba/zorba/zorba.h Xinclude/zorba/zorba/function.h Xinclude/zorba/zorba/default_error_handler.h Xinclude/zorba/zorba/version.h Xinclude/zorba/zorba/identtypes.h Xinclude/zorba/zorba/iterator.h Xinclude/zorba/zorba/api_shared_types.h Xinclude/zorba/zorba/serializable.h Xinclude/zorba/zorba/singleton_item_sequence.h Xinclude/zorba/zorba/options.h Xinclude/zorba/zorba/collection.h Xinclude/zorba/zorba/zorbastring.h Xinclude/zorba/zorba/external_function_data.h Xinclude/zorba/zorba/smart_ptr.h Xinclude/zorba/zorba/serialization_callback.h Xinclude/zorba/zorba/sax2.h Xinclude/zorba/zorba/typeident.h Xinclude/zorba/zorba/debugger_default_event_handler.h Xinclude/zorba/zorba/declared_index.h Xinclude/zorba/zorba/external_function.h Xinclude/zorba/zorba/stateless_function.h Xinclude/zorba/zorba/error.h Xinclude/zorba/zorba/serializer.h Xinclude/zorba/zorba/store_manager.h Xinclude/zorba/zorba/dynamic_context.h Xinclude/zorba/simplestore/msdom/import.h Xinclude/xqc.h Xinclude/zorba/zorba/config.h Xlib/libzorba_simplestore.so.1.4.0 Xlib/libzorba_simplestore.so Xbin/zorba X%%WITH_PHP%%%%PHP_EXTLIBDIR%%/zorba_api_wrapper.php X%%WITH_PHP%%%%PHP_EXTLIBDIR%%/zorba_api.so X%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/zorba_api.py X%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/_zorba_api.so X%%WITH_RUBY%%%%RUBY_SITEARCHLIBDIR%%/zorba_api.so X%%PORTDOCS%%%%DOCSDIR%%/cxx/html/rtab_b.gif X%%PORTDOCS%%%%DOCSDIR%%/cxx/html/rtab_r.gif X%%PORTDOCS%%%%DOCSDIR%%/cxx/html/rtab_l.gif X%%PORTDOCS%%%%DOCSDIR%%/c/html/rtab_b.gif X%%PORTDOCS%%%%DOCSDIR%%/c/html/rtab_r.gif X%%PORTDOCS%%%%DOCSDIR%%/c/html/rtab_l.gif X%%PORTDOCS%%%%DOCSDIR%%/zorba/html/rtab_b.gif X%%PORTDOCS%%%%DOCSDIR%%/zorba/html/rtab_r.gif X%%PORTDOCS%%%%DOCSDIR%%/zorba/html/rtab_l.gif X%%PORTDOCS%%%%DOCSDIR%%/zorba/xqdoc/CMakeFiles/xqdoc.dir/progress.make X%%PORTDOCS%%%%DOCSDIR%%/zorba/xqdoc/CMakeFiles/xqdoc.dir/cmake_clean.cmake X%%PORTDOCS%%%%DOCSDIR%%/zorba/xqdoc/CMakeFiles/xqdoc.dir/build.make X%%PORTDOCS%%%%DOCSDIR%%/zorba/xqdoc/CMakeFiles/xqdoc.dir/DependInfo.cmake X%%PORTDOCS%%%%DOCSDIR%%/zorba/xqdoc/CMakeFiles/CMakeDirectoryInformation.cmake X%%PORTDOCS%%%%DOCSDIR%%/zorba/xqdoc/CMakeFiles/progress.marks X%%PORTDOCS%%%%DOCSDIR%%/zorba/xqdoc/templates/index.html X%%PORTDOCS%%%%DOCSDIR%%/zorba/xqdoc/xhtml/css/jquery.treeview.css X%%PORTDOCS%%%%DOCSDIR%%/zorba/xqdoc/xhtml/css/main.css X%%PORTDOCS%%%%DOCSDIR%%/zorba/xqdoc/xhtml/css/screen.css X%%PORTDOCS%%%%DOCSDIR%%/zorba/xqdoc/xhtml/images/S.gif X%%PORTDOCS%%%%DOCSDIR%%/zorba/xqdoc/xhtml/images/U.gif X%%PORTDOCS%%%%DOCSDIR%%/zorba/xqdoc/xhtml/images/N.gif X%%PORTDOCS%%%%DOCSDIR%%/zorba/xqdoc/xhtml/images/treeview-default.gif X%%PORTDOCS%%%%DOCSDIR%%/zorba/xqdoc/xhtml/images/treeview-default-line.gif X%%PORTDOCS%%%%DOCSDIR%%/zorba/xqdoc/xhtml/lib/jquery.cookie.js X%%PORTDOCS%%%%DOCSDIR%%/zorba/xqdoc/xhtml/lib/jquery.js X%%PORTDOCS%%%%DOCSDIR%%/zorba/xqdoc/xhtml/lib/jquery.treeview.js X%%PORTDOCS%%%%DOCSDIR%%/zorba/xqdoc/Makefile X%%PORTDOCS%%%%DOCSDIR%%/zorba/xqdoc/cmake_install.cmake X%%PORTDOCS%%%%DOCSDIR%%/zorba/xqdoc/CTestTestfile.cmake X%%PORTDOCS%%%%DOCSDIR%%/LICENSE.txt X%%PORTDOCS%%%%DOCSDIR%%/README.txt X%%PORTDOCS%%%%DOCSDIR%%/NOTICE.txt X%%PORTDOCS%%%%DOCSDIR%%/AUTHORS.txt X%%PORTDOCS%%%%DOCSDIR%%/cxx/examples/simple.cpp X%%PORTDOCS%%%%DOCSDIR%%/cxx/examples/sax2.cpp X%%PORTDOCS%%%%DOCSDIR%%/cxx/examples/errors.cpp X%%PORTDOCS%%%%DOCSDIR%%/cxx/examples/context.cpp X%%PORTDOCS%%%%DOCSDIR%%/cxx/examples/serialization.cpp X%%PORTDOCS%%%%DOCSDIR%%/cxx/examples/chaining.cpp X%%PORTDOCS%%%%DOCSDIR%%/cxx/examples/external_functions.cpp X%%PORTDOCS%%%%DOCSDIR%%/cxx/examples/datamanager.cpp X%%PORTDOCS%%%%DOCSDIR%%/cxx/examples/uri_resolvers.cpp X%%PORTDOCS%%%%DOCSDIR%%/cxx/examples/execution_plans.cpp X%%PORTDOCS%%%%DOCSDIR%%/cxx/examples/item_handler.cpp X%%PORTDOCS%%%%DOCSDIR%%/cxx/examples/callback.cpp X%%PORTDOCS%%%%DOCSDIR%%/cxx/examples/debugger.cpp X%%PORTDOCS%%%%DOCSDIR%%/cxx/examples/examples.cpp X%%PORTDOCS%%%%DOCSDIR%%/cxx/examples/Makefile X%%PORTDOCS%%%%DOCSDIR%%/c/examples/csimple.c X%%PORTDOCS%%%%DOCSDIR%%/c/examples/ccontext.c X%%PORTDOCS%%%%DOCSDIR%%/c/examples/cerror.c X%%PORTDOCS%%%%DOCSDIR%%/c/examples/cparsing.c X%%PORTDOCS%%%%DOCSDIR%%/c/examples/cexternal_functions.c X%%PORTDOCS%%%%DOCSDIR%%/c/examples/cserialization.c X%%PORTDOCS%%%%DOCSDIR%%/c/examples/csequences.c X%%PORTDOCS%%%%DOCSDIR%%/c/examples/cexamples.c X%%PORTDOCS%%%%DOCSDIR%%/c/examples/cparsing.xml X%%WITH_PHP%%%%PORTDOCS%%%%DOCSDIR%%/php/examples/simple.php X%%WITH_PYTHON%%%%PORTDOCS%%%%DOCSDIR%%/python/examples/python_test.py X%%WITH_RUBY%%%%PORTDOCS%%%%DOCSDIR%%/ruby/examples/ruby_test.rb X%%PORTDOCS%%@dirrm %%DOCSDIR%%/zorba/xqdoc/xhtml/lib X%%PORTDOCS%%@dirrm %%DOCSDIR%%/zorba/xqdoc/xhtml/images X%%PORTDOCS%%@dirrm %%DOCSDIR%%/zorba/xqdoc/xhtml/css X%%PORTDOCS%%@dirrm %%DOCSDIR%%/zorba/xqdoc/xhtml X%%PORTDOCS%%@dirrm %%DOCSDIR%%/zorba/xqdoc/templates X%%PORTDOCS%%@dirrm %%DOCSDIR%%/zorba/xqdoc/CMakeFiles/xqdoc.dir X%%PORTDOCS%%@dirrm %%DOCSDIR%%/zorba/xqdoc/CMakeFiles X%%PORTDOCS%%@dirrm %%DOCSDIR%%/zorba/xqdoc X%%PORTDOCS%%@dirrm %%DOCSDIR%%/zorba/html X%%PORTDOCS%%@dirrm %%DOCSDIR%%/zorba X%%WITH_RUBY%%%%PORTDOCS%%@dirrm %%DOCSDIR%%/ruby/examples X%%WITH_RUBY%%%%PORTDOCS%%@dirrm %%DOCSDIR%%/ruby X%%WITH_PYTHON%%%%PORTDOCS%%@dirrm %%DOCSDIR%%/python/examples X%%WITH_PYTHON%%%%PORTDOCS%%@dirrm %%DOCSDIR%%/python X%%WITH_PHP%%%%PORTDOCS%%@dirrm %%DOCSDIR%%/php/examples X%%WITH_PHP%%%%PORTDOCS%%@dirrm %%DOCSDIR%%/php X%%PORTDOCS%%@dirrm %%DOCSDIR%%/cxx/html X%%PORTDOCS%%@dirrm %%DOCSDIR%%/cxx/examples X%%PORTDOCS%%@dirrm %%DOCSDIR%%/cxx X%%PORTDOCS%%@dirrm %%DOCSDIR%%/c/html X%%PORTDOCS%%@dirrm %%DOCSDIR%%/c/examples X%%PORTDOCS%%@dirrm %%DOCSDIR%%/c X%%PORTDOCS%%@dirrm %%DOCSDIR%% X@dirrm include/zorba/zorba/util X@dirrm include/zorba/zorba X@dirrm include/zorba/simplestore/msdom X@dirrm include/zorba/simplestore X@dirrm include/zorba/modules/org/w3/www/2005 X@dirrm include/zorba/modules/org/w3/www X@dirrm include/zorba/modules/org/w3 X@dirrm include/zorba/modules/org/expath/ns X@dirrm include/zorba/modules/org/expath X@dirrm include/zorba/modules/org X@dirrm include/zorba/modules/com/zorba-xquery/www/modules/security X@dirrm include/zorba/modules/com/zorba-xquery/www/modules/introspection X@dirrm include/zorba/modules/com/zorba-xquery/www/modules/excel X@dirrm include/zorba/modules/com/zorba-xquery/www/modules/email X@dirrm include/zorba/modules/com/zorba-xquery/www/modules X@dirrm include/zorba/modules/com/zorba-xquery/www X@dirrm include/zorba/modules/com/zorba-xquery X@dirrm include/zorba/modules/com X@dirrm include/zorba/modules X@dirrm include/zorba/ e1b03f0aa7f2a2b9347a908794601f91 exit