Index: head/textproc/zorba/Makefile =================================================================== --- head/textproc/zorba/Makefile (revision 428946) +++ head/textproc/zorba/Makefile (revision 428947) @@ -1,108 +1,112 @@ # Created by: gahr # $FreeBSD$ PORTNAME= zorba PORTVERSION= 2.7.0 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= textproc MASTER_SITES= https://launchpadlibrarian.net/119058962/ DISTNAME= ${PORTNAME}-src-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= General purpose C++ XQuery processor LICENSE= APACHE20 LIB_DEPENDS= libxerces-c.so:textproc/xerces-c3 \ libicudata.so:devel/icu \ libcurl.so:ftp/curl \ libtidy.so:www/tidy-lib \ libuuid.so:misc/e2fsprogs-libuuid RUN_DEPENDS= fop:textproc/fop WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -OPTIONS_DEFINE= PHP PYTHON RUBY JAVA DOCS +OPTIONS_DEFINE= PHP PYTHON RUBY JAVA DOCS DOXYGEN OPTIONS_SUB= yes -DOCS_BUILD_DEPENDS+= doxygen:devel/doxygen +DOXYGEN_BUILD_DEPENDS+= doxygen:devel/doxygen +DOXYGEN_IMPLIES= DOCS PHP_CMAKE_BOOL= WITH_PHP5 PYTHON_CMAKE_BOOL= WITH_PYTHON RUBY_CMAKE_BOOL= WITH_RUBY JAVA_CMAKE_BOOL= WITH_JAVA # Both install include/xqc.h CONFLICTS= xqilla-[0-9]* USE_GNOME= libxml2 libxslt USE_LDCONFIG= yes USE_CXXSTD= c++11 USES= cmake:outsource compiler:c++11-lib execinfo CXXFLAGS+= -I${LOCALBASE}/include -O1 # compiler hangs with -O2 on CURRENT LDFLAGS+= -L${LOCALBASE}/lib CMAKE_ARGS= -DCMAKE_REQUIRED_FLAGS:STRING="-I${LOCALBASE}/include -L${LOCALBASE}/lib" \ -DLOCALBASE:STRING=${LOCALBASE} DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION} PLIST_SUB+= FULLVERSION=${PORTVERSION} \ MIDVERSION=${PORTVERSION:R} \ MINVERSION=${PORTVERSION:R:R} .if exists(/usr/lib/libexecinfo.so) LOC_EXECINFO= /usr/lib/libexecinfo.so .else LOC_EXECINFO= ${LOCALBASE}/lib/libexecinfo.so .endif .include .if ${PORT_OPTIONS:MPHP} USE_PHP= tokenizer USES+= php:build WITH_SWIG= yes CMAKE_ARGS+= -DPHP5_INSTALL_PATH:FILEPATH="lib/php/${PHP_EXT_DIR}" PLIST_SUB+= PHP_EXTLIBDIR="lib/php/${PHP_EXT_DIR}" .endif .if ${PORT_OPTIONS:MPYTHON} USES+= python WITH_SWIG= yes CMAKE_ARGS+= -DPYTHON_SWIG_INSTALL_DIR:FILEPATH=${PYTHONPREFIX_SITELIBDIR:S/${PREFIX}\///} PLIST_SUB+= PYTHON_SITELIBDIR=${PYTHONPREFIX_SITELIBDIR:S/${PREFIX}\///} .endif .if ${PORT_OPTIONS:MRUBY} USE_RUBY= yes WITH_SWIG= yes .endif .if ${PORT_OPTIONS:MJAVA} USE_JAVA= yes CONFIGURE_ENV+= JAVA_HOME=${JAVA_HOME} CATEGORIES+= java WITH_SWIG= yes CMAKE_ARGS+= -DJAVA_LIBDIR:PATH=${JAVALIBDIR} .endif .if defined(WITH_SWIG) BUILD_DEPENDS+= swig2.0:devel/swig20 .endif post-patch: ${REINPLACE_CMD} -e 's|%%LIBEXECINFO%%|${LOC_EXECINFO}|' \ -e 's|FreeBSD|${OPSYS}|g' ${WRKSRC}/CMakeLists.txt ${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/cmake_modules/FindPHP5.cmake .if !${PORT_OPTIONS:MDOCS} ${REINPLACE_CMD} -e '/ADD_SUBDIRECTORY(doc)/d' \ ${WRKSRC}/CMakeLists.txt .endif post-install: ${LN} -sf libzorba_simplestore.so.${PORTVERSION} ${STAGEDIR}${PREFIX}/lib/libzorba_simplestore.so.${PORTVERSION:R:R} +.if ${PORT_OPTIONS:MDOCS} && !${PORT_OPTIONS:MDOXYGEN} + cd ${STAGEDIR}${DOCSDIR} && rmdir c/html code/html code cxx/html zorba/html +.endif test: build cd ${BUILD_WRKSRC} && ${MAKE} test .include Index: head/textproc/zorba/pkg-plist =================================================================== --- head/textproc/zorba/pkg-plist (revision 428946) +++ head/textproc/zorba/pkg-plist (revision 428947) @@ -1,378 +1,378 @@ bin/testdriver bin/zorba bin/xqdb include/xqc.h include/zorba/annotation.h include/zorba/api_shared_types.h include/zorba/audit.h include/zorba/audit_scoped.h include/zorba/base64.h include/zorba/base64_stream.h include/zorba/collection.h include/zorba/collection_manager.h include/zorba/config.h include/zorba/debugger_client.h include/zorba/debugger_default_event_handler.h include/zorba/debugger_event_handler.h include/zorba/debugger_exception.h include/zorba/default_content_handler.h include/zorba/diagnostic.h include/zorba/diagnostic_handler.h include/zorba/diagnostic_list.h include/zorba/document_manager.h include/zorba/dynamic_context.h include/zorba/empty_sequence.h include/zorba/external_function_parameter.h include/zorba/error.h include/zorba/external_module.h include/zorba/file.h include/zorba/function.h include/zorba/identtypes.h include/zorba/internal/diagnostic.h include/zorba/internal/proxy.h include/zorba/internal/qname.h include/zorba/internal/streambuf.h include/zorba/internal/system_diagnostic.h include/zorba/internal/type_traits.h include/zorba/internal/unique_ptr.h include/zorba/internal/ztd.h include/zorba/item.h include/zorba/item_factory.h include/zorba/item_sequence.h include/zorba/iterator.h include/zorba/locale.h include/zorba/options.h include/zorba/printer_diagnostic_handler.h include/zorba/properties_base.h include/zorba/query_location.h include/zorba/sax2.h include/zorba/serialization_callback.h include/zorba/serializer.h include/zorba/singleton_item_sequence.h include/zorba/smart_ptr.h include/zorba/static_collection_manager.h include/zorba/static_context.h include/zorba/static_context_consts.h include/zorba/stemmer.h include/zorba/store_consts.h include/zorba/store_manager.h include/zorba/store_manager_c.h include/zorba/streams.h include/zorba/thesaurus.h include/zorba/tokenizer.h include/zorba/transcode_stream.h include/zorba/typeident.h include/zorba/unit_tests.h include/zorba/uri_resolvers.h include/zorba/user_exception.h include/zorba/util/file.h include/zorba/util/path.h include/zorba/util/time.h.orig include/zorba/util/time.h include/zorba/util/timer.h include/zorba/util/uri.h include/zorba/util/uuid.h include/zorba/vector_item_sequence.h include/zorba/version.h include/zorba/xmldatamanager.h include/zorba/xquery.h include/zorba/xquery_exception.h include/zorba/xquery_functions.h include/zorba/xquery_stack_trace.h include/zorba/xquery_warning.h include/zorba/zorba.h include/zorba/zorba_exception.h include/zorba/zorba_functions.h include/zorba/zorba_string.h include/zorba/zorbac.h lib/libzorba_simplestore.so lib/libzorba_simplestore.so.%%MINVERSION%% lib/libzorba_simplestore.so.%%FULLVERSION%% lib/zorba/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/libhttp-client_2.0.so lib/zorba/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/libdatetime_2.0.so lib/zorba/core/%%FULLVERSION%%/edu/princeton/wordnet/wordnet-en.zth lib/zorba/core/%%FULLVERSION%%/org/expath/ns/libfile_2.0.so %%PHP%%%%PHP_EXTLIBDIR%%/XQueryProcessor.php %%PHP%%%%PHP_EXTLIBDIR%%/zorba_api_wrapper.php %%PHP%%%%PHP_EXTLIBDIR%%/zorba_api.so %%PYTHON%%%%PYTHON_SITELIBDIR%%/zorba_api.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/_zorba_api.so %%JAVA%%%%JAVASHAREDIR%%/classes/libzorba_api.so %%JAVA%%%%JAVASHAREDIR%%/zorba_xqj.jar %%JAVA%%%%JAVASHAREDIR%%/xqjapi.jar %%PORTDOCS%%%%DOCSDIR%%/AUTHORS.txt %%PORTDOCS%%%%DOCSDIR%%/LICENSE.txt %%PORTDOCS%%%%DOCSDIR%%/NOTICE.txt %%PORTDOCS%%%%DOCSDIR%%/README.txt %%PORTDOCS%%%%DOCSDIR%%/c/examples/ccontext.c %%PORTDOCS%%%%DOCSDIR%%/c/examples/cerror.c %%PORTDOCS%%%%DOCSDIR%%/c/examples/cexamples.c %%PORTDOCS%%%%DOCSDIR%%/c/examples/cexternal_functions.c %%PORTDOCS%%%%DOCSDIR%%/c/examples/cparsing.c %%PORTDOCS%%%%DOCSDIR%%/c/examples/cparsing.xml %%PORTDOCS%%%%DOCSDIR%%/c/examples/csequences.c %%PORTDOCS%%%%DOCSDIR%%/c/examples/cserialization.c %%PORTDOCS%%%%DOCSDIR%%/c/examples/csimple.c -%%PORTDOCS%%%%DOCSDIR%%/c/html/documentation.png -%%PORTDOCS%%%%DOCSDIR%%/c/html/download.png -%%PORTDOCS%%%%DOCSDIR%%/c/html/modules.png -%%PORTDOCS%%%%DOCSDIR%%/c/html/noisepattern.png -%%PORTDOCS%%%%DOCSDIR%%/c/html/rtab_b.gif -%%PORTDOCS%%%%DOCSDIR%%/c/html/rtab_l.gif -%%PORTDOCS%%%%DOCSDIR%%/c/html/rtab_r.gif -%%PORTDOCS%%%%DOCSDIR%%/c/html/terminal.png -%%PORTDOCS%%%%DOCSDIR%%/code/html/rtab_b.gif -%%PORTDOCS%%%%DOCSDIR%%/code/html/rtab_l.gif -%%PORTDOCS%%%%DOCSDIR%%/code/html/rtab_r.gif +%%DOXYGEN%%%%DOCSDIR%%/c/html/documentation.png +%%DOXYGEN%%%%DOCSDIR%%/c/html/download.png +%%DOXYGEN%%%%DOCSDIR%%/c/html/modules.png +%%DOXYGEN%%%%DOCSDIR%%/c/html/noisepattern.png +%%DOXYGEN%%%%DOCSDIR%%/c/html/rtab_b.gif +%%DOXYGEN%%%%DOCSDIR%%/c/html/rtab_l.gif +%%DOXYGEN%%%%DOCSDIR%%/c/html/rtab_r.gif +%%DOXYGEN%%%%DOCSDIR%%/c/html/terminal.png +%%DOXYGEN%%%%DOCSDIR%%/code/html/rtab_b.gif +%%DOXYGEN%%%%DOCSDIR%%/code/html/rtab_l.gif +%%DOXYGEN%%%%DOCSDIR%%/code/html/rtab_r.gif %%PORTDOCS%%%%DOCSDIR%%/cxx/examples/Makefile %%PORTDOCS%%%%DOCSDIR%%/cxx/examples/binary.cpp %%PORTDOCS%%%%DOCSDIR%%/cxx/examples/callback.cpp %%PORTDOCS%%%%DOCSDIR%%/cxx/examples/chaining.cpp %%PORTDOCS%%%%DOCSDIR%%/cxx/examples/context.cpp %%PORTDOCS%%%%DOCSDIR%%/cxx/examples/datamanager.cpp %%PORTDOCS%%%%DOCSDIR%%/cxx/examples/errors.cpp %%PORTDOCS%%%%DOCSDIR%%/cxx/examples/examples.cpp %%PORTDOCS%%%%DOCSDIR%%/cxx/examples/execution_plans.cpp %%PORTDOCS%%%%DOCSDIR%%/cxx/examples/external_functions.cpp %%PORTDOCS%%%%DOCSDIR%%/cxx/examples/item_handler.cpp %%PORTDOCS%%%%DOCSDIR%%/cxx/examples/jsoniq.cpp %%PORTDOCS%%%%DOCSDIR%%/cxx/examples/module_import_check.cpp %%PORTDOCS%%%%DOCSDIR%%/cxx/examples/sax2.cpp %%PORTDOCS%%%%DOCSDIR%%/cxx/examples/serialization.cpp %%PORTDOCS%%%%DOCSDIR%%/cxx/examples/simple.cpp %%PORTDOCS%%%%DOCSDIR%%/cxx/examples/uri_resolvers.cpp -%%PORTDOCS%%%%DOCSDIR%%/cxx/html/documentation.png -%%PORTDOCS%%%%DOCSDIR%%/cxx/html/download.png -%%PORTDOCS%%%%DOCSDIR%%/cxx/html/modules.png -%%PORTDOCS%%%%DOCSDIR%%/cxx/html/noisepattern.png -%%PORTDOCS%%%%DOCSDIR%%/cxx/html/rtab_b.gif -%%PORTDOCS%%%%DOCSDIR%%/cxx/html/rtab_l.gif -%%PORTDOCS%%%%DOCSDIR%%/cxx/html/rtab_r.gif -%%PORTDOCS%%%%DOCSDIR%%/cxx/html/terminal.png +%%DOXYGEN%%%%DOCSDIR%%/cxx/html/documentation.png +%%DOXYGEN%%%%DOCSDIR%%/cxx/html/download.png +%%DOXYGEN%%%%DOCSDIR%%/cxx/html/modules.png +%%DOXYGEN%%%%DOCSDIR%%/cxx/html/noisepattern.png +%%DOXYGEN%%%%DOCSDIR%%/cxx/html/rtab_b.gif +%%DOXYGEN%%%%DOCSDIR%%/cxx/html/rtab_l.gif +%%DOXYGEN%%%%DOCSDIR%%/cxx/html/rtab_r.gif +%%DOXYGEN%%%%DOCSDIR%%/cxx/html/terminal.png %%PORTDOCS%%%%DOCSDIR%%/xqdoc/generator/xqdoc-html.xq %%PORTDOCS%%%%DOCSDIR%%/xqdoc/generator/xqdoc-xml.xq %%PORTDOCS%%%%DOCSDIR%%/xqdoc/requisites/images/External.gif %%PORTDOCS%%%%DOCSDIR%%/xqdoc/requisites/images/Nondeterministic.gif %%PORTDOCS%%%%DOCSDIR%%/xqdoc/requisites/images/Sequential.gif %%PORTDOCS%%%%DOCSDIR%%/xqdoc/requisites/images/Streamable.gif %%PORTDOCS%%%%DOCSDIR%%/xqdoc/requisites/images/Updating.gif %%PORTDOCS%%%%DOCSDIR%%/xqdoc/requisites/images/Variadic.gif %%PORTDOCS%%%%DOCSDIR%%/xqdoc/requisites/images/ZCsmall.gif %%PORTDOCS%%%%DOCSDIR%%/xqdoc/requisites/images/blog.png %%PORTDOCS%%%%DOCSDIR%%/xqdoc/requisites/images/documentation.png %%PORTDOCS%%%%DOCSDIR%%/xqdoc/requisites/images/download.png %%PORTDOCS%%%%DOCSDIR%%/xqdoc/requisites/images/minus.gif %%PORTDOCS%%%%DOCSDIR%%/xqdoc/requisites/images/modules.png %%PORTDOCS%%%%DOCSDIR%%/xqdoc/requisites/images/modules.svg %%PORTDOCS%%%%DOCSDIR%%/xqdoc/requisites/images/noisepattern.png %%PORTDOCS%%%%DOCSDIR%%/xqdoc/requisites/images/open.png %%PORTDOCS%%%%DOCSDIR%%/xqdoc/requisites/images/plus.gif %%PORTDOCS%%%%DOCSDIR%%/xqdoc/requisites/images/store.png %%PORTDOCS%%%%DOCSDIR%%/xqdoc/requisites/images/terminal.png %%PORTDOCS%%%%DOCSDIR%%/xqdoc/requisites/images/tools.png %%PORTDOCS%%%%DOCSDIR%%/xqdoc/requisites/images/treeview-default-line.gif %%PORTDOCS%%%%DOCSDIR%%/xqdoc/requisites/images/treeview-default.gif %%PORTDOCS%%%%DOCSDIR%%/xqdoc/requisites/images/up.gif %%PORTDOCS%%%%DOCSDIR%%/xqdoc/requisites/images/zorba_logo.png %%PORTDOCS%%%%DOCSDIR%%/xqdoc/requisites/lib/jquery.cookie.js %%PORTDOCS%%%%DOCSDIR%%/xqdoc/requisites/lib/jquery.js %%PORTDOCS%%%%DOCSDIR%%/xqdoc/requisites/lib/jquery.treeview.js %%PORTDOCS%%%%DOCSDIR%%/xqdoc/requisites/lib/shBrushXQuery.js %%PORTDOCS%%%%DOCSDIR%%/xqdoc/requisites/lib/shBrushXml.js %%PORTDOCS%%%%DOCSDIR%%/xqdoc/requisites/lib/shCore.js %%PORTDOCS%%%%DOCSDIR%%/xqdoc/requisites/styles/jquery.treeview.css %%PORTDOCS%%%%DOCSDIR%%/xqdoc/requisites/styles/main.css %%PORTDOCS%%%%DOCSDIR%%/xqdoc/requisites/styles/shCore.css %%PORTDOCS%%%%DOCSDIR%%/xqdoc/requisites/styles/shThemeDefault.css %%PORTDOCS%%%%DOCSDIR%%/xqdoc/requisites/styles/shThemeXQuery.css %%PORTDOCS%%%%DOCSDIR%%/xqdoc/requisites/templates/main.html %%PORTDOCS%%%%DOCSDIR%%/xqdoc/requisites/templates/www.functx.com_index.html %%PORTDOCS%%%%DOCSDIR%%/xqdoc/requisites/templates/www.w3.org_2005_xpath-functions.html %%PORTDOCS%%%%DOCSDIR%%/xqdoc/requisites/templates/www.w3.org_2005_xpath-functions_math.html -%%JAVA%%%%PORTDOCS%%%%DOCSDIR%%/xqj/html/rtab_b.gif -%%JAVA%%%%PORTDOCS%%%%DOCSDIR%%/xqj/html/rtab_r.gif -%%JAVA%%%%PORTDOCS%%%%DOCSDIR%%/xqj/html/rtab_l.gif -%%PORTDOCS%%%%DOCSDIR%%/zorba/html/JSONforXQuery.html -%%PORTDOCS%%%%DOCSDIR%%/zorba/html/W3C-WD.css -%%PORTDOCS%%%%DOCSDIR%%/zorba/html/XQueryforJSON.html -%%PORTDOCS%%%%DOCSDIR%%/zorba/html/documentation.png -%%PORTDOCS%%%%DOCSDIR%%/zorba/html/download.png -%%PORTDOCS%%%%DOCSDIR%%/zorba/html/modules.png -%%PORTDOCS%%%%DOCSDIR%%/zorba/html/noisepattern.png -%%PORTDOCS%%%%DOCSDIR%%/zorba/html/rtab_b.gif -%%PORTDOCS%%%%DOCSDIR%%/zorba/html/rtab_l.gif -%%PORTDOCS%%%%DOCSDIR%%/zorba/html/rtab_r.gif -%%PORTDOCS%%%%DOCSDIR%%/zorba/html/scripting_spec.html -%%PORTDOCS%%%%DOCSDIR%%/zorba/html/terminal.png -%%PORTDOCS%%%%DOCSDIR%%/zorba/xqdoc/Makefile -%%PYTHON%%%%PORTDOCS%%%%DOCSDIR%%/python/html/rtab_b.gif -%%PYTHON%%%%PORTDOCS%%%%DOCSDIR%%/python/html/rtab_r.gif -%%PYTHON%%%%PORTDOCS%%%%DOCSDIR%%/python/html/rtab_l.gif +%%JAVA%%%%DOXYGEN%%%%DOCSDIR%%/xqj/html/rtab_b.gif +%%JAVA%%%%DOXYGEN%%%%DOCSDIR%%/xqj/html/rtab_r.gif +%%JAVA%%%%DOXYGEN%%%%DOCSDIR%%/xqj/html/rtab_l.gif +%%DOXYGEN%%%%DOCSDIR%%/zorba/html/JSONforXQuery.html +%%DOXYGEN%%%%DOCSDIR%%/zorba/html/W3C-WD.css +%%DOXYGEN%%%%DOCSDIR%%/zorba/html/XQueryforJSON.html +%%DOXYGEN%%%%DOCSDIR%%/zorba/html/documentation.png +%%DOXYGEN%%%%DOCSDIR%%/zorba/html/download.png +%%DOXYGEN%%%%DOCSDIR%%/zorba/html/modules.png +%%DOXYGEN%%%%DOCSDIR%%/zorba/html/noisepattern.png +%%DOXYGEN%%%%DOCSDIR%%/zorba/html/rtab_b.gif +%%DOXYGEN%%%%DOCSDIR%%/zorba/html/rtab_l.gif +%%DOXYGEN%%%%DOCSDIR%%/zorba/html/rtab_r.gif +%%DOXYGEN%%%%DOCSDIR%%/zorba/html/scripting_spec.html +%%DOXYGEN%%%%DOCSDIR%%/zorba/html/terminal.png +%%DOXYGEN%%%%DOCSDIR%%/zorba/xqdoc/Makefile +%%PYTHON%%%%DOXYGEN%%%%DOCSDIR%%/python/html/rtab_b.gif +%%PYTHON%%%%DOXYGEN%%%%DOCSDIR%%/python/html/rtab_r.gif +%%PYTHON%%%%DOXYGEN%%%%DOCSDIR%%/python/html/rtab_l.gif %%PYTHON%%%%PORTDOCS%%%%DOCSDIR%%/python/examples/python_test.py %%RUBY%%share/ruby/zorba_api.so -%%RUBY%%%%PORTDOCS%%%%DOCSDIR%%/ruby/html/rtab_b.gif -%%RUBY%%%%PORTDOCS%%%%DOCSDIR%%/ruby/html/rtab_l.gif -%%RUBY%%%%PORTDOCS%%%%DOCSDIR%%/ruby/html/rtab_r.gif +%%RUBY%%%%DOXYGEN%%%%DOCSDIR%%/ruby/html/rtab_b.gif +%%RUBY%%%%DOXYGEN%%%%DOCSDIR%%/ruby/html/rtab_l.gif +%%RUBY%%%%DOXYGEN%%%%DOCSDIR%%/ruby/html/rtab_r.gif %%RUBY%%%%PORTDOCS%%%%DOCSDIR%%/ruby/examples/ruby_test.rb -%%JAVA%%%%PORTDOCS%%%%DOCSDIR%%/java/html/rtab_b.gif -%%JAVA%%%%PORTDOCS%%%%DOCSDIR%%/java/html/rtab_l.gif -%%JAVA%%%%PORTDOCS%%%%DOCSDIR%%/java/html/rtab_r.gif +%%JAVA%%%%DOXYGEN%%%%DOCSDIR%%/java/html/rtab_b.gif +%%JAVA%%%%DOXYGEN%%%%DOCSDIR%%/java/html/rtab_l.gif +%%JAVA%%%%DOXYGEN%%%%DOCSDIR%%/java/html/rtab_r.gif %%DATADIR%%/uris/core/%%FULLVERSION%%/com/functx/www/index.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/functx/www/index_0.0.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/functx/www/index_0.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/errors.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/errors_0.0.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/errors_0.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/converters/base64.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/converters/base64_2.0.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/converters/base64_2.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/converters/json-options.xsd %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/converters/json.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/converters/json_2.0.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/converters/json_2.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/datetime.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/datetime_2.0.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/datetime_2.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/debugger/dbgp-message-handler.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/debugger/dbgp-message-handler_1.0.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/debugger/dbgp-message-handler_1.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/fetch.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/fetch_2.0.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/fetch_2.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/full-text.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/full-text.xsd %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/full-text_2.0.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/full-text_2.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/http-client.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/http-client_2.0.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/http-client_2.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/introspection/sctx.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/introspection/sctx_2.0.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/introspection/sctx_2.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/math.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/math_2.0.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/math_2.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/node-position.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/node-position_2.0.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/node-position_2.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/node-reference.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/node-reference_2.0.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/node-reference_2.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/node.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/node_2.0.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/node_2.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/project_xqdoc.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/project_xqdoc_2.0.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/project_xqdoc_2.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/random.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/random_2.0.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/random_2.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/reflection.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/reflection_2.0.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/reflection_2.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/schema.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/schema_2.0.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/schema_2.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/store/data-structures/unordered-map.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/store/data-structures/unordered-map_2.0.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/store/data-structures/unordered-map_2.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/store/dynamic/collections/ddl.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/store/dynamic/collections/ddl_2.0.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/store/dynamic/collections/ddl_2.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/store/dynamic/collections/dml.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/store/dynamic/collections/dml_2.0.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/store/dynamic/collections/dml_2.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/store/dynamic/collections/w3c/ddl.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/store/dynamic/collections/w3c/ddl_2.0.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/store/dynamic/collections/w3c/ddl_2.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/store/dynamic/collections/w3c/dml.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/store/dynamic/collections/w3c/dml_2.0.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/store/dynamic/collections/w3c/dml_2.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/store/dynamic/documents.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/store/dynamic/documents_2.0.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/store/dynamic/documents_2.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/store/static/collections/ddl.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/store/static/collections/ddl_2.0.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/store/static/collections/ddl_2.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/store/static/collections/dml.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/store/static/collections/dml_2.0.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/store/static/collections/dml_2.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/store/static/indexes/ddl.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/store/static/indexes/ddl_2.0.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/store/static/indexes/ddl_2.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/store/static/indexes/dml.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/store/static/indexes/dml_2.0.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/store/static/indexes/dml_2.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/store/static/integrity_constraints/ddl.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/store/static/integrity_constraints/ddl_2.0.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/store/static/integrity_constraints/ddl_2.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/store/static/integrity_constraints/dml.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/store/static/integrity_constraints/dml_2.0.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/store/static/integrity_constraints/dml_2.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/string.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/string_2.1.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/string_2.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/uri.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/uri_1.0.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/uri_1.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/xml-options.xsd %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/xml.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/xml_2.0.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/xml_2.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/xqdoc-options.xsd %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/xqdoc.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/xqdoc2xhtml/error.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/xqdoc2xhtml/error_2.0.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/xqdoc2xhtml/error_2.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/xqdoc2xhtml/index.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/xqdoc2xhtml/index_2.0.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/xqdoc2xhtml/index_2.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/xqdoc_2.0.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/modules/xqdoc_2.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/schemas/complete-pul.xsd %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/schemas/pul.xsd %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/schemas/xdm.xsd %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/warnings.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/warnings_0.0.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/com/zorba-xquery/www/warnings_0.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/org/expath/ns/error.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/org/expath/ns/error_0.0.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/org/expath/ns/error_0.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/org/expath/ns/file.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/org/expath/ns/file_2.0.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/org/expath/ns/file_2.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/org/expath/ns/http-client.xsd %%DATADIR%%/uris/core/%%FULLVERSION%%/org/jsoniq/functions.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/org/jsoniq/functions_1.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/org/jsoniq/functions_1.0.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/org/jsoniq/function-library.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/org/jsoniq/function-library_1.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/org/jsoniq/function-library_1.0.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/org/jsoniq/errors.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/org/jsoniq/errors_0.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/org/jsoniq/errors_0.0.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/org/w3/www/2001/xml.xsd %%DATADIR%%/uris/core/%%FULLVERSION%%/org/w3/www/2005/XQueryX.xsd %%DATADIR%%/uris/core/%%FULLVERSION%%/org/w3/www/2005/xpath-functions.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/org/w3/www/2005/xpath-functions.xsd %%DATADIR%%/uris/core/%%FULLVERSION%%/org/w3/www/2005/xpath-functions/math.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/org/w3/www/2005/xpath-functions/math_0.0.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/org/w3/www/2005/xpath-functions/math_0.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/org/w3/www/2005/xpath-functions_0.0.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/org/w3/www/2005/xpath-functions_0.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/org/w3/www/2005/xqt-errors.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/org/w3/www/2005/xqt-errors_0.0.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/org/w3/www/2005/xqt-errors_0.xq %%DATADIR%%/uris/core/%%FULLVERSION%%/org/w3/www/2010/xslt-xquery-serialization.xsd %%DATADIR%%/uris/core/%%FULLVERSION%%/org/w3/www/TR/xhtml1/DTD/xhtml-lat1.ent.xsd %%DATADIR%%/uris/core/%%FULLVERSION%%/org/w3/www/TR/xhtml1/DTD/xhtml-special.ent.xsd %%DATADIR%%/uris/core/%%FULLVERSION%%/org/w3/www/TR/xhtml1/DTD/xhtml-symbol.ent.xsd %%DATADIR%%/uris/core/%%FULLVERSION%%/org/w3/www/TR/xhtml1/DTD/xhtml1-frameset.dtd.xsd %%DATADIR%%/uris/core/%%FULLVERSION%%/org/w3/www/TR/xhtml1/DTD/xhtml1-strict.dtd.xsd %%DATADIR%%/uris/core/%%FULLVERSION%%/org/w3/www/TR/xhtml1/DTD/xhtml1-transitional.dtd.xsd %%DATADIR%%/uris/core/%%FULLVERSION%%/org/xqdoc/www/1.0.xsd share/cmake/Modules/zorba-%%FULLVERSION%%/ZorbaModule.cmake share/cmake/Modules/zorba-%%FULLVERSION%%/ZorbaConfig.cmake share/cmake/Modules/zorba-%%FULLVERSION%%/ZorbaConfigVersion.cmake share/cmake/Modules/zorba-%%FULLVERSION%%/ZorbaUse.cmake share/cmake/Modules/zorba-%%FULLVERSION%%/ExternalModuleConfig.cmake.in Index: head/www/cgicc/Makefile =================================================================== --- head/www/cgicc/Makefile (revision 428946) +++ head/www/cgicc/Makefile (revision 428947) @@ -1,36 +1,37 @@ # Created by: Ying-Chieh Liao # $FreeBSD$ PORTNAME= cgicc PORTVERSION= 3.2.16 +PORTREVISION= 1 CATEGORIES= www devel MASTER_SITES= GNU MAINTAINER= bofh@FreeBSD.org COMMENT= C++ class library for writing CGI applications LICENSE= LGPL3+ -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOXYGEN USES= gmake pathfix libtool GNU_CONFIGURE= yes MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOHEADER="${TRUE}" \ AUTOMAKE="${TRUE}" USE_LDCONFIG= yes INSTALL_TARGET= install-strip CXXFLAGS+= -Wno-unknown-pragmas PORTDOCS= * -DOCS_BUILD_DEPENDS= doxygen:devel/doxygen -DOCS_CONFIGURE_ENV_OFF= ac_cv_prog_DOXYGEN="${ECHO_CMD}" +DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen +DOXYGEN_CONFIGURE_ENV_OFF= ac_cv_prog_DOXYGEN="${ECHO_CMD}" post-patch: @${REINPLACE_CMD} -e \ 's|-lstdc++||' ${WRKSRC}/cgicc/Makefile.in @${REINPLACE_CMD} -e \ '/^docdir/s|=.*|= @docdir@|' ${WRKSRC}/doc/Makefile.in .include Index: head/www/wt/Makefile =================================================================== --- head/www/wt/Makefile (revision 428946) +++ head/www/wt/Makefile (revision 428947) @@ -1,229 +1,229 @@ # Created by: Mohammad S. Babaei # $FreeBSD$ PORTNAME= wt PORTVERSION= 3.3.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MAINTAINER= info@babaei.net COMMENT= Widget-centric C++ library for developing web applications LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS+= libpng.so:graphics/png \ libboost_system.so:devel/boost-libs \ libGraphicsMagick.so:graphics/GraphicsMagick USE_GITHUB= yes GH_ACCOUNT= kdeforche USE_LDCONFIG= yes USE_XORG+=x11 USES= cmake:outsource pkgconfig ssl CMAKE_ARGS+= -DCONFIGDIR:STRING=${LOCALBASE}/etc/wt \ -DGM_PREFIX:STRING=${LOCALBASE} \ -DPNG_PREFIX:STRING=${LOCALBASE} \ -DSSL_PREFIX:STRING=/usr \ -DZLIB_PREFIX:STRING=/usr \ -DCONNECTOR_ISAPI:BOOL=OFF \ -DWEBUSER:STRING=www \ -DWEBGROUP:STRING=www \ -DWT_WRASTERIMAGE_IMPLEMENTATION:STRING=GraphicsMagick \ -DENABLE_SSL:BOOL=ON NO_OPTIONS_SORT= yes OPTIONS_DEFINE= \ - DOCS \ + DOXYGEN \ EXAMPLES \ TESTS \ RESOURCES \ CMAKE_MODULE \ CPP11 \ HARU \ PANGO \ EXT \ QT4 \ LIBWTTEST \ OPENGL OPTIONS_DEFAULT= \ TESTS \ RESOURCES \ CMAKE_MODULE \ CPP11 \ HARU \ PANGO \ OPENGL \ LIBWTTEST OPTIONS_GROUP= CONNECTOR DBO WSTRING OPTIONS_SUB= yes EXAMPLES_DESC= Install examples (implies SQLITE3 and WTHTTP) TESTS_DESC= Build Wt tests RESOURCES_DESC= Install resources directory CMAKE_MODULE_DESC= Install FindWt.cmake in systemwide cmake dir CPP11_DESC= Compile Wt in C++11 mode (Clang or GCC 4.6+) HARU_DESC= Enable Haru Free PDF Library EXT_DESC= Build Wt Ext library with JavaScript-only widgets LIBWTTEST_DESC= Build Wt::Test for automated (integration/unit) tests OPTIONS_GROUP_CONNECTOR= FCGI WTHTTP OPTIONS_DEFAULT += FCGI WTHTTP CONNECTOR_DESC= Connector FCGI_DESC= Build FastCGI connector WTHTTP_DESC= Build Wt stand-alone httpd connector OPTIONS_GROUP_DBO= SQLITE3 POSTGRES FIREBIRD MYSQL OPTIONS_DEFAULT += SQLITE3 DBO_DESC= Wt::DBO SQLITE3_DESC= Build Wt with SQLite 3 support POSTGRES_DESC= Build Wt with PostgreSQL support FIREBIRD_DESC= Build Wt with Firebird support MYSQL_DESC= Build Wt with MariaDB or MySQL support OPTIONS_GROUP_WSTRING= NO_STD_LOCALE NO_STD_WSTRING WSTRING_DESC= Wt::WString NO_STD_LOCALE_DESC= Build for a system without std::locale support NO_STD_WSTRING_DESC= Build for a system without std::wstring support EXAMPLES_IMPLIES= SQLITE3 WTHTTP CMAKE_MODULE_CMAKE_ON= -DINSTALL_FINDWT_CMAKE_FILE:BOOL=ON CMAKE_MODULE_CMAKE_OFF= -DINSTALL_FINDWT_CMAKE_FILE:BOOL=OFF -DOCS_CMAKE_ON= -DBUILD_DOCS:BOOL=ON -DOCS_CMAKE_OFF= -DBUILD_DOCS:BOOL=OFF +DOXYGEN_CMAKE_ON= -DBUILD_DOCS:BOOL=ON +DOXYGEN_CMAKE_OFF= -DBUILD_DOCS:BOOL=OFF FCGI_CMAKE_ON= -DCONNECTOR_FCGI:BOOL=ON FCGI_CMAKE_OFF= -DCONNECTOR_FCGI:BOOL=OFF FIREBIRD_CMAKE_ON= -DENABLE_FIREBIRD:BOOL=ON FIREBIRD_CMAKE_OFF= -DENABLE_FIREBIRD:BOOL=OFF EXT_CMAKE_ON= -DENABLE_EXT:BOOL=ON EXT_CMAKE_OFF= -DENABLE_EXT:BOOL=OFF HARU_CMAKE_ON= -DENABLE_HARU:BOOL=ON HARU_CMAKE_OFF= -DENABLE_HARU:BOOL=OFF LIBWTTEST_CMAKE_ON= -DENABLE_LIBWTTEST:BOOL=ON LIBWTTEST_CMAKE_OFF= -DENABLE_LIBWTTEST:BOOL=OFF MYSQL_CMAKE_ON= -DENABLE_MYSQL:BOOL=ON MYSQL_CMAKE_OFF= -DENABLE_MYSQL:BOOL=OFF NO_STD_LOCALE_CMAKE_ON= -DWT_NO_STD_LOCALE:BOOL=ON NO_STD_LOCALE_CMAKE_OFF=-DWT_NO_STD_LOCALE:BOOL=OFF NO_STD_WSTRING_CMAKE_ON= -DWT_NO_STD_WSTRING:BOOL=ON NO_STD_WSTRING_CMAKE_OFF= -DWT_NO_STD_WSTRING:BOOL=OFF OPENGL_CMAKE_ON= -DENABLE_OPENGL:BOOL=ON OPENGL_CMAKE_OFF= -DENABLE_OPENGL:BOOL=OFF PANGO_CMAKE_ON= -DENABLE_PANGO:BOOL=ON PANGO_CMAKE_OFF= -DENABLE_PANGO:BOOL=OFF POSTGRES_CMAKE_ON= -DENABLE_POSTGRES:BOOL=ON POSTGRES_CMAKE_OFF= -DENABLE_POSTGRES:BOOL=OFF QT4_CMAKE_ON= -DENABLE_QT4:BOOL=ON QT4_CMAKE_OFF= -DENABLE_QT4:BOOL=OFF RESOURCES_CMAKE_ON= -DINSTALL_RESOURCES:BOOL=ON RESOURCES_CMAKE_OFF= -DINSTALL_RESOURCES:BOOL=OFF SQLITE_CMAKE_ON= -DENABLE_SQLITE:BOOL=ON SQLITE_CMAKE_OFF= -DENABLE_SQLITE:BOOL=OFF TESTS_CMAKE_ON= -DBUILD_TESTS:BOOL=ON TESTS_CMAKE_OFF= -DBUILD_TESTS:BOOL=OFF WTHTTP_CMAKE_ON= -DCONNECTOR_HTTP:BOOL=ON WTHTTP_CMAKE_OFF= -DCONNECTOR_HTTP:BOOL=OFF .include -.if ${PORT_OPTIONS:MDOCS} +.if ${PORT_OPTIONS:MDOXYGEN} BUILD_DEPENDS+= asciidoc:textproc/asciidoc \ doxygen:devel/doxygen .endif .if ${PORT_OPTIONS:MEXAMPLES} CMAKE_ARGS+= -DBUILD_EXAMPLES:BOOL=ON -DINSTALL_EXAMPLES:BOOL=ON .if ${PORT_OPTIONS:MSQLITE3} \ || ${PORT_OPTIONS:MPOSTGRES} \ || ${PORT_OPTIONS:MFIREBIRD} \ || ${PORT_OPTIONS:MMYSQL} PLIST_SUB+= DBO_EXAMPLES="" .if ${PORT_OPTIONS:MSQLITE3} .else PLIST_SUB+= DBO_SQLITE3_EXAMPLES="" .endif PLIST_SUB+= DBO_SQLITE3_EXAMPLES="@comment " .else PLIST_SUB+= DBO_EXAMPLES="@comment " PLIST_SUB+= DBO_SQLITE3_EXAMPLES="@comment " .endif .if ${PORT_OPTIONS:MQT4} PLIST_SUB+= QT4_EXAMPLES="" .else PLIST_SUB+= QT4_EXAMPLES="@comment " .endif .else CMAKE_ARGS+= -DBUILD_EXAMPLES:BOOL=OFF -DINSTALL_EXAMPLES:BOOL=OFF PLIST_SUB+= DBO_EXAMPLES="@comment " PLIST_SUB+= DBO_SQLITE3_EXAMPLES="@comment " PLIST_SUB+= QT4_EXAMPLES="@comment " .endif .if ${PORT_OPTIONS:MCPP11} USES+= compiler:c++11-lib CMAKE_ARGS+= -DWT_CPP_11_MODE:STRING=-std=c++0x .endif .if ${PORT_OPTIONS:MHARU} LIB_DEPENDS+= libhpdf.so:print/libharu CMAKE_ARGS+= -DHARU_PREFIX:STRING=${LOCALBASE} .endif .if ${PORT_OPTIONS:MPANGO} USE_GNOME+= pango .endif .if ${PORT_OPTIONS:MQT4} USE_QT4= corelib moc_build .endif .if ${PORT_OPTIONS:MOPENGL} USE_GL= gl glew .endif .if ${PORT_OPTIONS:MFCGI} LIB_DEPENDS+= libfcgi.so:www/fcgi \ libfcgi++.so:www/fcgi CMAKE_ARGS+= -DFCGI_PREFIX:STRING=${LOCALBASE} .endif .if ${PORT_OPTIONS:MSQLITE3} \ || ${PORT_OPTIONS:MPOSTGRES} \ || ${PORT_OPTIONS:MFIREBIRD} \ || ${PORT_OPTIONS:MMYSQL} CMAKE_ARGS+= -DENABLE_LIBWTDBO:BOOL=ON PLIST_SUB+= DBO="" .else CMAKE_ARGS+= -DENABLE_LIBWTDBO:BOOL=OFF PLIST_SUB+= DBO="@comment " .endif .if ${PORT_OPTIONS:MSQLITE3} USES+= sqlite:3 CMAKE_ARGS+= -DSQLITE3_PREFIX:STRING=${LOCALBASE} .endif .if ${PORT_OPTIONS:MPOSTGRES} USE_PGSQL= yes CMAKE_ARGS+= -DPOSTGRES_PREFIX:STRING=${LOCALBASE} .endif .if ${PORT_OPTIONS:MFIREBIRD} USE_FIREBIRD= yes CMAKE_AGS+= -DFIREBIRD_PREFIX:STRING=${LOCALBASE} .endif .if ${PORT_OPTIONS:MMYSQL} USE_MYSQL= yes CMAKE_ARGS+= -DMYSQL_PREFIX:STRING=${LOCALBASE} .endif post-install: @${RM} ${STAGEDIR}${ETCDIR}/wt_config.xml @${MKDIR} ${STAGEDIR}${ETCDIR} @${CP} -p ${BUILD_WRKSRC}/wt_config.xml \ ${STAGEDIR}${ETCDIR}/wt_config.xml.sample .include