# 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: # # wt # wt/distinfo # wt/pkg-descr # wt/Makefile # wt/pkg-plist # wt/files # wt/files/patch-CMakeLists.txt # echo c - wt mkdir -p wt > /dev/null 2>&1 echo x - wt/distinfo sed 's/^X//' >wt/distinfo << 'f3b4f2d5ff44f12ec0e5205d3e7daa88' XTIMESTAMP = 1565657157 XSHA256 (emweb-wt-4.1.0_GH0.tar.gz) = 03a8b59e054780f13443e95b6acd01a4575db70f718aed39c8bdf830253823d6 XSIZE (emweb-wt-4.1.0_GH0.tar.gz) = 8746560 f3b4f2d5ff44f12ec0e5205d3e7daa88 echo x - wt/pkg-descr sed 's/^X//' >wt/pkg-descr << '845bbd095643620b281b2a78a21bb655' XWt (pronounced as witty) is a C++ library for developing web applications. X XThe API is widget-centric and uses well-tested patterns of desktop GUI Xdevelopment tailored to the web. To the developer, it offers abstraction of Xmany web-specific implementation details, including client-server protocols X(HTTP, Ajax, WebSockets), and frees the developer from tedious JavaScript Xmanipulations of HTML and dealing with cross-browser issues. Instead, with Wt, Xyou can focus on actual functionality with a rich set of feature-complete Xwidgets. Unlike old-school page-based frameworks or current-day single-page XJavaScript "frameworks", Wt allows you to create stateful applications that are Xat the same time highly interactive (using WebSockets and Ajax for everything) Xbut still support plain HTML browsers or web crawlers using automatic graceful Xdegradation or progressive enhancement. Things that are natural and simple Xwith Wt would require an impractical amount of development effort otherwise: Xswitching widgets using animations, while retaining clean URLs and browser Xnavigation functions, or having a persistent chat widget open throughout the Xentire application, that even works in legacy browsers like Microsoft Internet XExplorer 6. X XThe library comes with an application server that acts as a stand-alone XHttp(s)/WebSocket server or integrates through FastCGI with other web servers. X XWWW: http://www.webtoolkit.eu/wt 845bbd095643620b281b2a78a21bb655 echo x - wt/Makefile sed 's/^X//' >wt/Makefile << '74c0db1ce63e0257228354939bd66f06' X# Created by: Mohammad S. Babaei X# $FreeBSD$ X XPORTNAME= wt XDISTVERSION= 4.1.0 XCATEGORIES= www X XMAINTAINER= info@babaei.net XCOMMENT= Widget-centric C++ library for developing web applications X XLICENSE= GPLv2 XLICENSE_FILE= ${WRKSRC}/LICENSE X XBROKEN_powerpc64= fails to link: libwthttp.so. undefined reference to boost::program_options::abstract_variables_map::operator X XLIB_DEPENDS= libpng.so:graphics/png \ X libboost_system.so:devel/boost-libs \ X libGraphicsMagick.so:graphics/GraphicsMagick X XUSES= cmake compiler:c++14-lang pkgconfig ssl XUSE_GITHUB= yes XGH_ACCOUNT= emweb XUSE_XORG= x11 XUSE_LDCONFIG= yes X XCMAKE_ARGS= -DCONFIGDIR:STRING=${LOCALBASE}/etc/${PORTNAME} \ X -DGM_PREFIX:STRING=${LOCALBASE} \ X -DEXAMPLES_DESTINATION:STRING=share/examples/${PORTNAME} \ X -DSSL_PREFIX:STRING=/usr \ X -DZLIB_PREFIX:STRING=/usr \ X -DCONNECTOR_ISAPI:BOOL=OFF \ X -DWEBUSER:STRING=www \ X -DWEBGROUP:STRING=www \ X -DWT_WRASTERIMAGE_IMPLEMENTATION:STRING=GraphicsMagick \ X -DENABLE_SSL:BOOL=ON X XOPTIONS_DEFINE= \ X EXAMPLES \ X TESTS \ X RESOURCES \ X HARU \ X PANGO \ X QT5 \ X OPENGL \ X LIBWTTEST \ X UNWIND XOPTIONS_DEFAULT= \ X TESTS \ X RESOURCES \ X HARU \ X PANGO \ X OPENGL \ X LIBWTTEST XOPTIONS_GROUP= CONNECTOR DBO WSTRING XOPTIONS_SUB= yes XNO_OPTIONS_SORT= yes X XEXAMPLES_DESC= Install examples (implies SQLITE3 and WTHTTP) XTESTS_DESC= Build Wt tests XRESOURCES_DESC= Install resources directory XHARU_DESC= Enable Haru Free PDF Library XLIBWTTEST_DESC= Build Wt::Test for automated (integration/unit) tests XUNWIND_DESC= Build Wt with stacktrace support using libunwind X XOPTIONS_GROUP_CONNECTOR= FCGI WTHTTP XOPTIONS_DEFAULT+= FCGI WTHTTP XCONNECTOR_DESC= Connector XFCGI_DESC= Build FastCGI connector XWTHTTP_DESC= Build Wt stand-alone httpd connector X XOPTIONS_GROUP_DBO= SQLITE3 POSTGRES FIREBIRD MYSQL XOPTIONS_DEFAULT+= SQLITE3 XDBO_DESC= Wt::DBO XSQLITE3_DESC= Build Wt with SQLite 3 support XPOSTGRES_DESC= Build Wt with PostgreSQL support XFIREBIRD_DESC= Build Wt with Firebird support XMYSQL_DESC= Build Wt with MariaDB or MySQL support X XEXAMPLES_IMPLIES= SQLITE3 WTHTTP XEXAMPLES_CMAKE_BOOL= BUILD_EXAMPLES INSTALL_EXAMPLES X XFCGI_CMAKE_BOOL= CONNECTOR_FCGI XFCGI_LIB_DEPENDS= libfcgi.so:www/fcgi \ X libfcgi++.so:www/fcgi XFCGI_CMAKE_ON= -DFCGI_PREFIX:STRING=${LOCALBASE} X XFIREBIRD_CMAKE_BOOL= ENABLE_FIREBIRD XFIREBIRD_USES= firebird XFIREBIRD_CMAKE_ON= -DFIREBIRD_PREFIX:STRING=${LOCALBASE} \ X -DENABLE_LIBWTDBO:BOOL=ON X XHARU_CMAKE_BOOL= ENABLE_HARU XHARU_LIB_DEPENDS= libhpdf.so:print/libharu XHARU_CMAKE_ON= -DHARU_PREFIX:STRING=${LOCALBASE} X XLIBWTTEST_CMAKE_BOOL= ENABLE_LIBWTTEST X XMYSQL_USES= mysql XMYSQL_CMAKE_BOOL= ENABLE_MYSQL XMYSQL_CMAKE_ON= -DMYSQL_PREFIX:STRING=${LOCALBASE} \ X -DENABLE_LIBWTDBO:BOOL=ON X XOPENGL_CMAKE_BOOL= ENABLE_OPENGL XOPENGL_USE= GL=gl,glew XOPENGL_USES= gl X XPANGO_CMAKE_BOOL= ENABLE_PANGO XPANGO_USE= GNOME=pango XPANGO_USES= gnome XPANGO_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig X XPOSTGRES_CMAKE_BOOL= ENABLE_POSTGRES XPOSTGRES_USES= pgsql XPOSTGRES_CMAKE_ON= -DPOSTGRES_PREFIX:STRING=${LOCALBASE} \ X -DENABLE_LIBWTDBO:BOOL=ON X XQT5_CMAKE_BOOL= ENABLE_QT5 XQT5_USE= qt=buildtools_build,core XQT5_USES= qt:5 X XRESOURCES_CMAKE_BOOL= INSTALL_RESOURCES X XSQLITE3_CMAKE_BOOL= ENABLE_SQLITE XSQLITE3_USES= sqlite:3 XSQLITE3_CMAKE_ON= -DENABLE_LIBWTDBO:BOOL=ON X XTESTS_CMAKE_BOOL= BUILD_TESTS X XUNWIND_CMAKE_BOOL= ENABLE_UNWIND XUNWIND_LIB_DEPENDS= libunwind.so:devel/libunwind X XWTHTTP_CMAKE_BOOL= CONNECTOR_HTTP X XPORTEXAMPLES= * X X.include X X.if ${PORT_OPTIONS:MSQLITE3} || \ X ${PORT_OPTIONS:MPOSTGRES} || \ X ${PORT_OPTIONS:MFIREBIRD} || \ X ${PORT_OPTIONS:MMYSQL} XPLIST_SUB+= DBO="" X.else XPLIST_SUB+= DBO="@comment " X.endif X Xpost-install: X @${RM} ${STAGEDIR}${ETCDIR}/wt_config.xml X @${MKDIR} ${STAGEDIR}${ETCDIR} X ${INSTALL_DATA} ${BUILD_WRKSRC}/wt_config.xml \ X ${STAGEDIR}${ETCDIR}/wt_config.xml.sample X X.include 74c0db1ce63e0257228354939bd66f06 echo x - wt/pkg-plist sed 's/^X//' >wt/pkg-plist << '03b071004a6d0cde1eeea69f015049e2' X@postunexec cmp -s %D/%%ETCDIR%%/wt_config.xml.sample %D/%%ETCDIR%%/wt_config.xml && rm -f %D/%%ETCDIR%%/wt_config.xml || true X%%ETCDIR%%/wt_config.xml.sample X@postexec if [ ! -f %D/%%ETCDIR%%/wt_config.xml ]; then cp -p %D/%%ETCDIR%%/wt_config.xml.sample %D/%%ETCDIR%%/wt_config.xml; fi Xinclude/Wt/AsioWrapper/asio.hpp Xinclude/Wt/AsioWrapper/io_service.hpp Xinclude/Wt/AsioWrapper/namespace.hpp Xinclude/Wt/AsioWrapper/ssl.hpp Xinclude/Wt/AsioWrapper/steady_timer.hpp Xinclude/Wt/AsioWrapper/strand.hpp Xinclude/Wt/AsioWrapper/system_error.hpp Xinclude/Wt/Auth/AbstractPasswordService.h Xinclude/Wt/Auth/AbstractUserDatabase.h Xinclude/Wt/Auth/AuthModel.h Xinclude/Wt/Auth/AuthService.h Xinclude/Wt/Auth/AuthUtils.h Xinclude/Wt/Auth/AuthWidget.h X%%DBO%%include/Wt/Auth/Dbo/AuthInfo.h X%%DBO%%include/Wt/Auth/Dbo/UserDatabase.h Xinclude/Wt/Auth/FacebookService.h Xinclude/Wt/Auth/FormBaseModel.h Xinclude/Wt/Auth/GoogleService.h Xinclude/Wt/Auth/HashFunction.h Xinclude/Wt/Auth/Identity.h Xinclude/Wt/Auth/IssuedToken.h Xinclude/Wt/Auth/Login.h Xinclude/Wt/Auth/LostPasswordWidget.h Xinclude/Wt/Auth/OAuthAuthorizationEndpointProcess.h Xinclude/Wt/Auth/OAuthClient.h Xinclude/Wt/Auth/OAuthService.h Xinclude/Wt/Auth/OAuthTokenEndpoint.h Xinclude/Wt/Auth/OAuthWidget.h Xinclude/Wt/Auth/OidcService.h Xinclude/Wt/Auth/OidcUserInfoEndpoint.h Xinclude/Wt/Auth/PasswordHash.h Xinclude/Wt/Auth/PasswordPromptDialog.h Xinclude/Wt/Auth/PasswordService.h Xinclude/Wt/Auth/PasswordStrengthValidator.h Xinclude/Wt/Auth/PasswordVerifier.h Xinclude/Wt/Auth/RegistrationModel.h Xinclude/Wt/Auth/RegistrationWidget.h Xinclude/Wt/Auth/Token.h Xinclude/Wt/Auth/UpdatePasswordWidget.h Xinclude/Wt/Auth/User.h Xinclude/Wt/Auth/WAuthGlobal.h Xinclude/Wt/Chart/WAbstractChart.h Xinclude/Wt/Chart/WAbstractChartImplementation.h Xinclude/Wt/Chart/WAbstractChartModel.h Xinclude/Wt/Chart/WAbstractColorMap.h Xinclude/Wt/Chart/WAbstractDataSeries3D.h Xinclude/Wt/Chart/WAbstractGridData.h Xinclude/Wt/Chart/WAxis.h Xinclude/Wt/Chart/WAxisSliderWidget.h Xinclude/Wt/Chart/WCartesian3DChart.h Xinclude/Wt/Chart/WCartesianChart.h Xinclude/Wt/Chart/WChart2DImplementation.h Xinclude/Wt/Chart/WChart3DImplementation.h Xinclude/Wt/Chart/WChartGlobal.h Xinclude/Wt/Chart/WChartPalette.h Xinclude/Wt/Chart/WDataSeries.h Xinclude/Wt/Chart/WEquidistantGridData.h Xinclude/Wt/Chart/WGridData.h Xinclude/Wt/Chart/WLegend.h Xinclude/Wt/Chart/WLegend3D.h Xinclude/Wt/Chart/WPieChart.h Xinclude/Wt/Chart/WScatterData.h Xinclude/Wt/Chart/WSelection.h Xinclude/Wt/Chart/WStandardChartProxyModel.h Xinclude/Wt/Chart/WStandardColorMap.h Xinclude/Wt/Chart/WStandardPalette.h Xinclude/Wt/Core/observable.hpp Xinclude/Wt/Core/observable_impl.hpp Xinclude/Wt/Core/observing_ptr.hpp Xinclude/Wt/Core/observing_ptr_impl.hpp Xinclude/Wt/Date/date.h Xinclude/Wt/Date/include/date/chrono_io.h Xinclude/Wt/Date/include/date/date.h Xinclude/Wt/Date/include/date/ios.h Xinclude/Wt/Date/include/date/islamic.h Xinclude/Wt/Date/include/date/iso_week.h Xinclude/Wt/Date/include/date/julian.h Xinclude/Wt/Date/include/date/ptz.h Xinclude/Wt/Date/include/date/tz.h Xinclude/Wt/Date/include/date/tz_private.h Xinclude/Wt/Date/tz.h X%%DBO%%include/Wt/Dbo/Call.h X%%DBO%%include/Wt/Dbo/Call_impl.h X%%DBO%%include/Wt/Dbo/DbAction.h X%%DBO%%include/Wt/Dbo/DbAction_impl.h X%%DBO%%include/Wt/Dbo/Dbo.h X%%DBO%%include/Wt/Dbo/EscapeOStream.h X%%DBO%%include/Wt/Dbo/Exception.h X%%DBO%%include/Wt/Dbo/Field.h X%%DBO%%include/Wt/Dbo/Field_impl.h X%%DBO%%include/Wt/Dbo/FixedSqlConnectionPool.h X%%DBO%%include/Wt/Dbo/Impl.h X%%DBO%%include/Wt/Dbo/Json.h X%%DBO%%include/Wt/Dbo/Query.h X%%DBO%%include/Wt/Dbo/QueryColumn.h X%%DBO%%include/Wt/Dbo/QueryModel.h X%%DBO%%include/Wt/Dbo/QueryModel_impl.h X%%DBO%%include/Wt/Dbo/Query_impl.h X%%DBO%%include/Wt/Dbo/Session.h X%%DBO%%include/Wt/Dbo/Session_impl.h X%%DBO%%include/Wt/Dbo/SqlConnection.h X%%DBO%%include/Wt/Dbo/SqlConnectionPool.h X%%DBO%%include/Wt/Dbo/SqlStatement.h X%%DBO%%include/Wt/Dbo/SqlTraits.h X%%DBO%%include/Wt/Dbo/SqlTraits_impl.h X%%DBO%%include/Wt/Dbo/StdSqlTraits.h X%%DBO%%include/Wt/Dbo/StringStream.h X%%DBO%%include/Wt/Dbo/Transaction.h X%%DBO%%include/Wt/Dbo/Types.h X%%DBO%%include/Wt/Dbo/WDboDllDefs.h X%%DBO%%include/Wt/Dbo/WtSqlTraits.h X%%FIREBIRD%%include/Wt/Dbo/backend/Firebird.h X%%MYSQL%%include/Wt/Dbo/backend/MySQL.h X%%POSTGRES%%include/Wt/Dbo/backend/Postgres.h X%%SQLITE3%%include/Wt/Dbo/backend/Sqlite3.h X%%FIREBIRD%%include/Wt/Dbo/backend/WDboFirebirdDllDefs.h X%%MYSQL%%include/Wt/Dbo/backend/WDboMySQLDllDefs.h X%%POSTGRES%%include/Wt/Dbo/backend/WDboPostgresDllDefs.h X%%SQLITE3%%include/Wt/Dbo/backend/WDboSqlite3DllDefs.h X%%DBO%%include/Wt/Dbo/collection.h X%%DBO%%include/Wt/Dbo/collection_impl.h X%%DBO%%include/Wt/Dbo/ptr.h X%%DBO%%include/Wt/Dbo/ptr_impl.h X%%DBO%%include/Wt/Dbo/ptr_tuple.h X%%DBO%%include/Wt/Dbo/weak_ptr.h X%%DBO%%include/Wt/Dbo/weak_ptr_impl.h Xinclude/Wt/DomElement.h Xinclude/Wt/EscapeOStream.h Xinclude/Wt/Http/Client.h Xinclude/Wt/Http/Message.h Xinclude/Wt/Http/Method.h Xinclude/Wt/Http/Request.h Xinclude/Wt/Http/Response.h Xinclude/Wt/Http/ResponseContinuation.h Xinclude/Wt/Http/WtClient.h Xinclude/Wt/Json/Array.h Xinclude/Wt/Json/Object.h Xinclude/Wt/Json/Parser.h Xinclude/Wt/Json/Serializer.h Xinclude/Wt/Json/Value.h Xinclude/Wt/Mail/Client.h Xinclude/Wt/Mail/Mailbox.h Xinclude/Wt/Mail/Message.h Xinclude/Wt/Payment/Address.h Xinclude/Wt/Payment/Customer.h Xinclude/Wt/Payment/Money.h Xinclude/Wt/Payment/Order.h Xinclude/Wt/Payment/OrderItem.h Xinclude/Wt/Payment/PayPal.h Xinclude/Wt/Payment/Result.h Xinclude/Wt/Render/WPdfRenderer.h Xinclude/Wt/Render/WTextRenderer.h Xinclude/Wt/Signals/signals.hpp X%%LIBWTTEST%%include/Wt/Test/WTestEnvironment.h Xinclude/Wt/Utils.h Xinclude/Wt/WAbstractArea.h Xinclude/Wt/WAbstractGLImplementation.h Xinclude/Wt/WAbstractItemDelegate.h Xinclude/Wt/WAbstractItemModel.h Xinclude/Wt/WAbstractItemView.h Xinclude/Wt/WAbstractListModel.h Xinclude/Wt/WAbstractMedia.h Xinclude/Wt/WAbstractProxyModel.h Xinclude/Wt/WAbstractSpinBox.h Xinclude/Wt/WAbstractTableModel.h Xinclude/Wt/WAbstractToggleButton.h Xinclude/Wt/WAggregateProxyModel.h Xinclude/Wt/WAnchor.h Xinclude/Wt/WAnimation.h Xinclude/Wt/WAny.h Xinclude/Wt/WApplication.h Xinclude/Wt/WAudio.h Xinclude/Wt/WBatchEditProxyModel.h Xinclude/Wt/WBootstrapTheme.h Xinclude/Wt/WBorder.h Xinclude/Wt/WBorderLayout.h Xinclude/Wt/WBoxLayout.h Xinclude/Wt/WBreak.h Xinclude/Wt/WBrush.h Xinclude/Wt/WButtonGroup.h Xinclude/Wt/WCalendar.h Xinclude/Wt/WCanvasPaintDevice.h Xinclude/Wt/WCheckBox.h Xinclude/Wt/WCircleArea.h Xinclude/Wt/WClientGLWidget.h Xinclude/Wt/WColor.h Xinclude/Wt/WCombinedLocalizedStrings.h Xinclude/Wt/WComboBox.h Xinclude/Wt/WCompositeWidget.h Xinclude/Wt/WConfig.h Xinclude/Wt/WContainerWidget.h Xinclude/Wt/WCssDecorationStyle.h Xinclude/Wt/WCssStyleSheet.h Xinclude/Wt/WCssTheme.h Xinclude/Wt/WDate.h Xinclude/Wt/WDateEdit.h Xinclude/Wt/WDatePicker.h Xinclude/Wt/WDateTime.h Xinclude/Wt/WDateValidator.h Xinclude/Wt/WDefaultLoadingIndicator.h Xinclude/Wt/WDialog.h Xinclude/Wt/WDllDefs.h Xinclude/Wt/WDoubleSpinBox.h Xinclude/Wt/WDoubleValidator.h Xinclude/Wt/WEnvironment.h Xinclude/Wt/WEvent.h Xinclude/Wt/WException.h Xinclude/Wt/WFileDropWidget.h Xinclude/Wt/WFileResource.h Xinclude/Wt/WFileUpload.h Xinclude/Wt/WFitLayout.h Xinclude/Wt/WFlags.h Xinclude/Wt/WFlashObject.h Xinclude/Wt/WFont.h Xinclude/Wt/WFontMetrics.h Xinclude/Wt/WFormModel.h Xinclude/Wt/WFormWidget.h Xinclude/Wt/WGLWidget.h Xinclude/Wt/WGenericMatrix.h Xinclude/Wt/WGlobal.h Xinclude/Wt/WGoogleMap.h Xinclude/Wt/WGradient.h Xinclude/Wt/WGridLayout.h Xinclude/Wt/WGroupBox.h Xinclude/Wt/WHBoxLayout.h Xinclude/Wt/WIOService.h Xinclude/Wt/WIcon.h Xinclude/Wt/WIconPair.h Xinclude/Wt/WIdentityProxyModel.h Xinclude/Wt/WImage.h Xinclude/Wt/WInPlaceEdit.h Xinclude/Wt/WIntValidator.h Xinclude/Wt/WInteractWidget.h Xinclude/Wt/WItemDelegate.h Xinclude/Wt/WItemSelectionModel.h Xinclude/Wt/WJavaScript.h Xinclude/Wt/WJavaScriptExposableObject.h Xinclude/Wt/WJavaScriptHandle.h Xinclude/Wt/WJavaScriptObjectStorage.h Xinclude/Wt/WJavaScriptPreamble.h Xinclude/Wt/WJavaScriptSlot.h Xinclude/Wt/WLabel.h Xinclude/Wt/WLayout.h Xinclude/Wt/WLayoutImpl.h Xinclude/Wt/WLayoutItem.h Xinclude/Wt/WLayoutItemImpl.h Xinclude/Wt/WLeafletMap.h Xinclude/Wt/WLength.h Xinclude/Wt/WLengthValidator.h Xinclude/Wt/WLineEdit.h Xinclude/Wt/WLineF.h Xinclude/Wt/WLink.h Xinclude/Wt/WLinkedCssStyleSheet.h Xinclude/Wt/WLoadingIndicator.h Xinclude/Wt/WLocalDateTime.h Xinclude/Wt/WLocale.h Xinclude/Wt/WLocalizedStrings.h Xinclude/Wt/WLogger.h Xinclude/Wt/WMatrix4x4.h Xinclude/Wt/WMeasurePaintDevice.h Xinclude/Wt/WMediaPlayer.h Xinclude/Wt/WMemoryResource.h Xinclude/Wt/WMenu.h Xinclude/Wt/WMenuItem.h Xinclude/Wt/WMessageBox.h Xinclude/Wt/WMessageResourceBundle.h Xinclude/Wt/WMessageResources.h Xinclude/Wt/WModelIndex.h Xinclude/Wt/WNavigationBar.h Xinclude/Wt/WObject.h Xinclude/Wt/WOverlayLoadingIndicator.h Xinclude/Wt/WPaintDevice.h Xinclude/Wt/WPaintedWidget.h Xinclude/Wt/WPainter.h Xinclude/Wt/WPainterPath.h Xinclude/Wt/WPanel.h Xinclude/Wt/WPdfImage.h Xinclude/Wt/WPen.h Xinclude/Wt/WPoint.h Xinclude/Wt/WPointF.h Xinclude/Wt/WPolygonArea.h Xinclude/Wt/WPopupMenu.h Xinclude/Wt/WPopupMenuItem.h Xinclude/Wt/WPopupWidget.h Xinclude/Wt/WProgressBar.h Xinclude/Wt/WPushButton.h Xinclude/Wt/WRadioButton.h Xinclude/Wt/WRandom.h Xinclude/Wt/WRasterImage.h Xinclude/Wt/WReadOnlyProxyModel.h Xinclude/Wt/WRectArea.h Xinclude/Wt/WRectF.h Xinclude/Wt/WRegExpValidator.h Xinclude/Wt/WResource.h Xinclude/Wt/WSelectionBox.h Xinclude/Wt/WServer.h Xinclude/Wt/WServerGLWidget.h Xinclude/Wt/WShadow.h Xinclude/Wt/WSignal.h Xinclude/Wt/WSlider.h Xinclude/Wt/WSocketNotifier.h Xinclude/Wt/WSortFilterProxyModel.h Xinclude/Wt/WSound.h Xinclude/Wt/WSpinBox.h Xinclude/Wt/WSplitButton.h Xinclude/Wt/WSslCertificate.h Xinclude/Wt/WSslInfo.h Xinclude/Wt/WStackedWidget.h Xinclude/Wt/WStandardItem.h Xinclude/Wt/WStandardItemModel.h Xinclude/Wt/WStatelessSlot.h Xinclude/Wt/WStreamResource.h Xinclude/Wt/WString.h Xinclude/Wt/WStringListModel.h Xinclude/Wt/WStringStream.h Xinclude/Wt/WStringUtil.h Xinclude/Wt/WSubMenuItem.h Xinclude/Wt/WSuggestionPopup.h Xinclude/Wt/WSvgImage.h Xinclude/Wt/WTabWidget.h Xinclude/Wt/WTable.h Xinclude/Wt/WTableCell.h Xinclude/Wt/WTableColumn.h Xinclude/Wt/WTableRow.h Xinclude/Wt/WTableView.h Xinclude/Wt/WTemplate.h Xinclude/Wt/WTemplateFormView.h Xinclude/Wt/WText.h Xinclude/Wt/WTextArea.h Xinclude/Wt/WTextEdit.h Xinclude/Wt/WTheme.h Xinclude/Wt/WTime.h Xinclude/Wt/WTimeEdit.h Xinclude/Wt/WTimePicker.h Xinclude/Wt/WTimeValidator.h Xinclude/Wt/WTimer.h Xinclude/Wt/WTimerWidget.h Xinclude/Wt/WToolBar.h Xinclude/Wt/WTransform.h Xinclude/Wt/WTree.h Xinclude/Wt/WTreeNode.h Xinclude/Wt/WTreeTable.h Xinclude/Wt/WTreeTableNode.h Xinclude/Wt/WTreeView.h Xinclude/Wt/WVBoxLayout.h Xinclude/Wt/WValidator.h Xinclude/Wt/WVector3.h Xinclude/Wt/WVector4.h Xinclude/Wt/WVectorImage.h Xinclude/Wt/WVideo.h Xinclude/Wt/WViewWidget.h Xinclude/Wt/WVirtualImage.h Xinclude/Wt/WVmlImage.h Xinclude/Wt/WWebWidget.h Xinclude/Wt/WWidget.h Xinclude/Wt/WWidgetItem.h Xinclude/Wt/WWidgetItemImpl.h Xinclude/Wt/cpp17/any.hpp Xinclude/Wt/cpp17/any/LICENSE_1_0.txt Xinclude/Wt/cpp17/any/README.md Xinclude/Wt/cpp17/any/any.hpp Xlib/cmake/wt/wt-config.cmake Xlib/cmake/wt/wt-target-dbo-release.cmake Xlib/cmake/wt/wt-target-dbo.cmake X%%FIREBIRD%%lib/cmake/wt/wt-target-dbofirebird-release.cmake X%%FIREBIRD%%lib/cmake/wt/wt-target-dbofirebird.cmake X%%MYSQL%%lib/cmake/wt/wt-target-dbomysql-release.cmake X%%MYSQL%%lib/cmake/wt/wt-target-dbomysql.cmake X%%POSTGRES%%lib/cmake/wt/wt-target-dbopostgres-release.cmake X%%POSTGRES%%lib/cmake/wt/wt-target-dbopostgres.cmake X%%SQLITE3%%lib/cmake/wt/wt-target-dbosqlite3-release.cmake X%%SQLITE3%%lib/cmake/wt/wt-target-dbosqlite3.cmake X%%FCGI%%lib/cmake/wt/wt-target-fcgi-release.cmake X%%FCGI%%lib/cmake/wt/wt-target-fcgi.cmake X%%WTHTTP%%lib/cmake/wt/wt-target-http-release.cmake X%%WTHTTP%%lib/cmake/wt/wt-target-http.cmake X%%LIBWTTEST%%lib/cmake/wt/wt-target-test-release.cmake X%%LIBWTTEST%%lib/cmake/wt/wt-target-test.cmake Xlib/cmake/wt/wt-target-wt-release.cmake Xlib/cmake/wt/wt-target-wt.cmake Xlib/libwt.so Xlib/libwt.so.4.1.0 X%%DBO%%lib/libwtdbo.so X%%DBO%%lib/libwtdbo.so.4.1.0 X%%FIREBIRD%%lib/libwtdbofirebird.so X%%FIREBIRD%%lib/libwtdbofirebird.so.4.1.0 X%%MYSQL%%lib/libwtdbomysql.so X%%MYSQL%%lib/libwtdbomysql.so.4.1.0 X%%POSTGRES%%lib/libwtdbopostgres.so X%%POSTGRES%%lib/libwtdbopostgres.so.4.1.0 X%%SQLITE3%%lib/libwtdbosqlite3.so X%%SQLITE3%%lib/libwtdbosqlite3.so.4.1.0 X%%FCGI%%lib/libwtfcgi.so X%%FCGI%%lib/libwtfcgi.so.4.1.0 X%%WTHTTP%%lib/libwthttp.so X%%WTHTTP%%lib/libwthttp.so.4.1.0 X%%WTHTTP%%lib/libwttest.so X%%WTHTTP%%lib/libwttest.so.4.1.0 X%%RESOURCES%%share/Wt/resources/ajax-loading.gif X%%RESOURCES%%share/Wt/resources/collapse-rtl.gif X%%RESOURCES%%share/Wt/resources/collapse.gif X%%RESOURCES%%share/Wt/resources/date.gif X%%RESOURCES%%share/Wt/resources/expand-rtl.gif X%%RESOURCES%%share/Wt/resources/expand.gif X%%RESOURCES%%share/Wt/resources/font-awesome/LICENSE.txt X%%RESOURCES%%share/Wt/resources/font-awesome/css/font-awesome.css X%%RESOURCES%%share/Wt/resources/font-awesome/css/font-awesome.min.css X%%RESOURCES%%share/Wt/resources/font-awesome/fonts/FontAwesome.otf X%%RESOURCES%%share/Wt/resources/font-awesome/fonts/fontawesome-webfont.eot X%%RESOURCES%%share/Wt/resources/font-awesome/fonts/fontawesome-webfont.svg X%%RESOURCES%%share/Wt/resources/font-awesome/fonts/fontawesome-webfont.ttf X%%RESOURCES%%share/Wt/resources/font-awesome/fonts/fontawesome-webfont.woff X%%RESOURCES%%share/Wt/resources/font-awesome/fonts/fontawesome-webfont.woff2 X%%RESOURCES%%share/Wt/resources/form.css X%%RESOURCES%%share/Wt/resources/html4_default.css X%%RESOURCES%%share/Wt/resources/icon_clock.gif X%%RESOURCES%%share/Wt/resources/items-not-ok.gif X%%RESOURCES%%share/Wt/resources/items-ok.gif X%%RESOURCES%%share/Wt/resources/items.gif X%%RESOURCES%%share/Wt/resources/jPlayer/jquery.jplayer.js X%%RESOURCES%%share/Wt/resources/jPlayer/jquery.jplayer.min.js X%%RESOURCES%%share/Wt/resources/jPlayer/jquery.jplayer.swf X%%RESOURCES%%share/Wt/resources/jPlayer/jquery.min.js X%%RESOURCES%%share/Wt/resources/jPlayer/skin/jplayer.blue.monday.css X%%RESOURCES%%share/Wt/resources/jPlayer/skin/jplayer.blue.monday.jpg X%%RESOURCES%%share/Wt/resources/jPlayer/skin/jplayer.blue.monday.seeking.gif X%%RESOURCES%%share/Wt/resources/jPlayer/skin/jplayer.blue.monday.video.play.png X%%RESOURCES%%share/Wt/resources/line-last-rtl.gif X%%RESOURCES%%share/Wt/resources/line-last.gif X%%RESOURCES%%share/Wt/resources/line-middle-rtl.gif X%%RESOURCES%%share/Wt/resources/line-middle.gif X%%RESOURCES%%share/Wt/resources/line-trunk.gif X%%RESOURCES%%share/Wt/resources/loading.png X%%RESOURCES%%share/Wt/resources/minus.gif X%%RESOURCES%%share/Wt/resources/moz-transitions.css X%%RESOURCES%%share/Wt/resources/plus.gif X%%RESOURCES%%share/Wt/resources/resizable.png X%%RESOURCES%%share/Wt/resources/right-arrow.gif X%%RESOURCES%%share/Wt/resources/tab_b.gif X%%RESOURCES%%share/Wt/resources/tab_l.gif X%%RESOURCES%%share/Wt/resources/tab_r.gif X%%RESOURCES%%share/Wt/resources/themes/bootstrap/2/bootstrap-responsive.css X%%RESOURCES%%share/Wt/resources/themes/bootstrap/2/bootstrap-responsive.min.css X%%RESOURCES%%share/Wt/resources/themes/bootstrap/2/bootstrap.css X%%RESOURCES%%share/Wt/resources/themes/bootstrap/2/bootstrap.min.css X%%RESOURCES%%share/Wt/resources/themes/bootstrap/2/date-edit-button.png X%%RESOURCES%%share/Wt/resources/themes/bootstrap/2/date-edit-button.svg X%%RESOURCES%%share/Wt/resources/themes/bootstrap/2/spin-buttons.png X%%RESOURCES%%share/Wt/resources/themes/bootstrap/2/spin-buttons.svg X%%RESOURCES%%share/Wt/resources/themes/bootstrap/2/suggest-dropdown.png X%%RESOURCES%%share/Wt/resources/themes/bootstrap/2/suggest-dropdown.svg X%%RESOURCES%%share/Wt/resources/themes/bootstrap/2/time-edit-button.png X%%RESOURCES%%share/Wt/resources/themes/bootstrap/2/wt.css X%%RESOURCES%%share/Wt/resources/themes/bootstrap/2/wt.less X%%RESOURCES%%share/Wt/resources/themes/bootstrap/3/bootstrap-theme.css X%%RESOURCES%%share/Wt/resources/themes/bootstrap/3/bootstrap-theme.css.map X%%RESOURCES%%share/Wt/resources/themes/bootstrap/3/bootstrap-theme.min.css X%%RESOURCES%%share/Wt/resources/themes/bootstrap/3/bootstrap-theme.min.css.map X%%RESOURCES%%share/Wt/resources/themes/bootstrap/3/bootstrap.css X%%RESOURCES%%share/Wt/resources/themes/bootstrap/3/bootstrap.css.map X%%RESOURCES%%share/Wt/resources/themes/bootstrap/3/bootstrap.min.css X%%RESOURCES%%share/Wt/resources/themes/bootstrap/3/bootstrap.min.css.map X%%RESOURCES%%share/Wt/resources/themes/bootstrap/3/date-edit-button.png X%%RESOURCES%%share/Wt/resources/themes/bootstrap/3/date-edit-button.svg X%%RESOURCES%%share/Wt/resources/themes/bootstrap/3/spin-buttons.png X%%RESOURCES%%share/Wt/resources/themes/bootstrap/3/spin-buttons.svg X%%RESOURCES%%share/Wt/resources/themes/bootstrap/3/suggest-dropdown.png X%%RESOURCES%%share/Wt/resources/themes/bootstrap/3/suggest-dropdown.svg X%%RESOURCES%%share/Wt/resources/themes/bootstrap/3/time-edit-button.png X%%RESOURCES%%share/Wt/resources/themes/bootstrap/3/wt.css X%%RESOURCES%%share/Wt/resources/themes/bootstrap/3/wt.less X%%RESOURCES%%share/Wt/resources/themes/bootstrap/img/glyphicons-halflings-white.png X%%RESOURCES%%share/Wt/resources/themes/bootstrap/img/glyphicons-halflings.png X%%RESOURCES%%share/Wt/resources/themes/bootstrap/nav-minus-rtl.gif X%%RESOURCES%%share/Wt/resources/themes/bootstrap/nav-minus.gif X%%RESOURCES%%share/Wt/resources/themes/bootstrap/nav-plus-rtl.gif X%%RESOURCES%%share/Wt/resources/themes/bootstrap/nav-plus.gif X%%RESOURCES%%share/Wt/resources/themes/bootstrap/sort-arrow-down.gif X%%RESOURCES%%share/Wt/resources/themes/bootstrap/sort-arrow-none.gif X%%RESOURCES%%share/Wt/resources/themes/bootstrap/sort-arrow-up.gif X%%RESOURCES%%share/Wt/resources/themes/bootstrap/splitter-h.png X%%RESOURCES%%share/Wt/resources/themes/bootstrap/splitter-v.png X%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/generate.sh X%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-10px.gif X%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-11px.gif X%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-12px.gif X%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-13px.gif X%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-14px.gif X%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-15px.gif X%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-16px.gif X%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-17px.gif X%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-18px.gif X%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-19px.gif X%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-20px.gif X%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-21px.gif X%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-22px.gif X%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-23px.gif X%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-24px.gif X%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-25px.gif X%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-26px.gif X%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-27px.gif X%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-28px.gif X%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-29px.gif X%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-30px.gif X%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-31px.gif X%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-32px.gif X%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-33px.gif X%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-34px.gif X%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-35px.gif X%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-36px.gif X%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-37px.gif X%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-38px.gif X%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-39px.gif X%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-40px.gif X%%RESOURCES%%share/Wt/resources/themes/default/closeicons-dialog.png X%%RESOURCES%%share/Wt/resources/themes/default/closeicons-mi.png X%%RESOURCES%%share/Wt/resources/themes/default/closeicons-tab.png X%%RESOURCES%%share/Wt/resources/themes/default/dropdown.png X%%RESOURCES%%share/Wt/resources/themes/default/nav-minus-rtl.gif X%%RESOURCES%%share/Wt/resources/themes/default/nav-minus.gif X%%RESOURCES%%share/Wt/resources/themes/default/nav-plus-rtl.gif X%%RESOURCES%%share/Wt/resources/themes/default/nav-plus.gif X%%RESOURCES%%share/Wt/resources/themes/default/no-stripes/generate.sh X%%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-10px.gif X%%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-11px.gif X%%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-12px.gif X%%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-13px.gif X%%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-14px.gif X%%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-15px.gif X%%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-16px.gif X%%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-17px.gif X%%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-18px.gif X%%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-19px.gif X%%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-20px.gif X%%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-21px.gif X%%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-22px.gif X%%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-23px.gif X%%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-24px.gif X%%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-25px.gif X%%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-26px.gif X%%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-27px.gif X%%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-28px.gif X%%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-29px.gif X%%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-30px.gif X%%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-31px.gif X%%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-32px.gif X%%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-33px.gif X%%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-34px.gif X%%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-35px.gif X%%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-36px.gif X%%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-37px.gif X%%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-38px.gif X%%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-39px.gif X%%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-40px.gif X%%RESOURCES%%share/Wt/resources/themes/default/slider-thumb-h-disabled.gif X%%RESOURCES%%share/Wt/resources/themes/default/slider-thumb-h.gif X%%RESOURCES%%share/Wt/resources/themes/default/slider-thumb-v-disabled.gif X%%RESOURCES%%share/Wt/resources/themes/default/slider-thumb-v.gif X%%RESOURCES%%share/Wt/resources/themes/default/sliderbg-h-disabled.png X%%RESOURCES%%share/Wt/resources/themes/default/sliderbg-h.png X%%RESOURCES%%share/Wt/resources/themes/default/sliderbg-v-disabled.png X%%RESOURCES%%share/Wt/resources/themes/default/sliderbg-v.png X%%RESOURCES%%share/Wt/resources/themes/default/sort-arrow-disabled.gif X%%RESOURCES%%share/Wt/resources/themes/default/sort-arrow-down.gif X%%RESOURCES%%share/Wt/resources/themes/default/sort-arrow-none.gif X%%RESOURCES%%share/Wt/resources/themes/default/sort-arrow-up.gif X%%RESOURCES%%share/Wt/resources/themes/default/spin-buttons-dn.png X%%RESOURCES%%share/Wt/resources/themes/default/spin-buttons-up.png X%%RESOURCES%%share/Wt/resources/themes/default/spin-buttons.png X%%RESOURCES%%share/Wt/resources/themes/default/splitter-h.png X%%RESOURCES%%share/Wt/resources/themes/default/splitter-v.png X%%RESOURCES%%share/Wt/resources/themes/default/stripes/generate.sh X%%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-10px.gif X%%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-11px.gif X%%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-12px.gif X%%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-13px.gif X%%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-14px.gif X%%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-15px.gif X%%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-16px.gif X%%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-17px.gif X%%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-18px.gif X%%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-19px.gif X%%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-20px.gif X%%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-21px.gif X%%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-22px.gif X%%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-23px.gif X%%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-24px.gif X%%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-25px.gif X%%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-26px.gif X%%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-27px.gif X%%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-28px.gif X%%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-29px.gif X%%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-30px.gif X%%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-31px.gif X%%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-32px.gif X%%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-33px.gif X%%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-34px.gif X%%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-35px.gif X%%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-36px.gif X%%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-37px.gif X%%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-38px.gif X%%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-39px.gif X%%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-40px.gif X%%RESOURCES%%share/Wt/resources/themes/default/wt.css X%%RESOURCES%%share/Wt/resources/themes/default/wt_ie.css X%%RESOURCES%%share/Wt/resources/themes/default/wt_ie6.css X%%RESOURCES%%share/Wt/resources/themes/polished/closeicons-dialog.png X%%RESOURCES%%share/Wt/resources/themes/polished/closeicons-mi.png X%%RESOURCES%%share/Wt/resources/themes/polished/closeicons-tab.png X%%RESOURCES%%share/Wt/resources/themes/polished/dropdown.png X%%RESOURCES%%share/Wt/resources/themes/polished/dropshadow.png X%%RESOURCES%%share/Wt/resources/themes/polished/gradient.png X%%RESOURCES%%share/Wt/resources/themes/polished/nav-minus-rtl.gif X%%RESOURCES%%share/Wt/resources/themes/polished/nav-minus-rtl.png X%%RESOURCES%%share/Wt/resources/themes/polished/nav-minus.gif X%%RESOURCES%%share/Wt/resources/themes/polished/nav-minus.png X%%RESOURCES%%share/Wt/resources/themes/polished/nav-plus-rtl.gif X%%RESOURCES%%share/Wt/resources/themes/polished/nav-plus-rtl.png X%%RESOURCES%%share/Wt/resources/themes/polished/nav-plus.gif X%%RESOURCES%%share/Wt/resources/themes/polished/nav-plus.png X%%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/generate.sh X%%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-10px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-11px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-12px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-13px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-14px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-15px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-16px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-17px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-18px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-19px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-20px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-21px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-22px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-23px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-24px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-25px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-26px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-27px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-28px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-29px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-30px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-31px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-32px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-33px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-34px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-35px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-36px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-37px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-38px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-39px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-40px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/slider-thumb-disabled.png X%%RESOURCES%%share/Wt/resources/themes/polished/slider-thumb.png X%%RESOURCES%%share/Wt/resources/themes/polished/sliderbg-h-disabled.png X%%RESOURCES%%share/Wt/resources/themes/polished/sliderbg-h.png X%%RESOURCES%%share/Wt/resources/themes/polished/sliderbg-he-disabled.png X%%RESOURCES%%share/Wt/resources/themes/polished/sliderbg-he.png X%%RESOURCES%%share/Wt/resources/themes/polished/sliderbg-hw-disabled.png X%%RESOURCES%%share/Wt/resources/themes/polished/sliderbg-hw.png X%%RESOURCES%%share/Wt/resources/themes/polished/sliderbg-v-disabled.png X%%RESOURCES%%share/Wt/resources/themes/polished/sliderbg-v.png X%%RESOURCES%%share/Wt/resources/themes/polished/sliderbg-ve-disabled.png X%%RESOURCES%%share/Wt/resources/themes/polished/sliderbg-ve.png X%%RESOURCES%%share/Wt/resources/themes/polished/sliderbg-vw-disabled.png X%%RESOURCES%%share/Wt/resources/themes/polished/sliderbg-vw.png X%%RESOURCES%%share/Wt/resources/themes/polished/sort-arrow-disabled.gif X%%RESOURCES%%share/Wt/resources/themes/polished/sort-arrow-down.gif X%%RESOURCES%%share/Wt/resources/themes/polished/sort-arrow-none.gif X%%RESOURCES%%share/Wt/resources/themes/polished/sort-arrow-up.gif X%%RESOURCES%%share/Wt/resources/themes/polished/splitter-h.png X%%RESOURCES%%share/Wt/resources/themes/polished/splitter-v.png X%%RESOURCES%%share/Wt/resources/themes/polished/stripes/generate.sh X%%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-10px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-11px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-12px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-13px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-14px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-15px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-16px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-17px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-18px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-19px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-20px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-21px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-22px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-23px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-24px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-25px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-26px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-27px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-28px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-29px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-30px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-31px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-32px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-33px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-34px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-35px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-36px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-37px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-38px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-39px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-40px.gif X%%RESOURCES%%share/Wt/resources/themes/polished/suggest-dropdown.png X%%RESOURCES%%share/Wt/resources/themes/polished/title-gradient.png X%%RESOURCES%%share/Wt/resources/themes/polished/wt.css X%%RESOURCES%%share/Wt/resources/themes/polished/wt_ie.css X%%RESOURCES%%share/Wt/resources/themes/polished/wt_ie6.css X%%RESOURCES%%share/Wt/resources/transitions.css X%%RESOURCES%%share/Wt/resources/tv-line-last-rtl.gif X%%RESOURCES%%share/Wt/resources/tv-line-last.gif X%%RESOURCES%%share/Wt/resources/webkit-transitions.css 03b071004a6d0cde1eeea69f015049e2 echo c - wt/files mkdir -p wt/files > /dev/null 2>&1 echo x - wt/files/patch-CMakeLists.txt sed 's/^X//' >wt/files/patch-CMakeLists.txt << '36274ee90097911c804f068e3e60104f' X--- CMakeLists.txt.orig 2019-08-13 16:57:51 UTC X+++ CMakeLists.txt X@@ -63,11 +63,11 @@ OPTION(ENABLE_SQLITE "Build SQLite3 backend for Wt::Db X OPTION(ENABLE_POSTGRES "Build PostgreSQL backend for Wt::Dbo" ON) X OPTION(ENABLE_FIREBIRD "Build FirebirdSQL backend for Wt::Dbo" ON) X OPTION(ENABLE_MYSQL "Build mariadb/mysql backend for Wt::Dbo" ON) X-OPTION(ENABLE_MSSQLSERVER "Build Microsoft SQL Server backend for Wt::Dbo" ON) X-OPTION(ENABLE_QT4 "Build Qt4 interworking library (libwtwithqt)" ON) X+OPTION(ENABLE_MSSQLSERVER "Build Microsoft SQL Server backend for Wt::Dbo" OFF) # Microsoft Windows only option X+OPTION(ENABLE_QT4 "Build Qt4 interworking library (libwtwithqt)" OFF) # QT4 is no longer available in FreeBSD Ports X OPTION(ENABLE_QT5 "Build Qt5 interworking library (libwtwithqt5)" ON) X OPTION(ENABLE_LIBWTTEST "Build Wt::Test" ON) X-OPTION(ENABLE_LIBWTDBO "Build Wt::Dbo" ON) X+OPTION(ENABLE_LIBWTDBO "Build Wt::Dbo" OFF) # OFF is a more convenient default for FreeBSD options X OPTION(WT_NO_STD_LOCALE "Build Wt to run on a system without std::locale support" OFF) X OPTION(WT_NO_STD_WSTRING "Build Wt to run on a system without std::wstring support" OFF) X OPTION(ENABLE_OPENGL "Build Wt with support for server-side opengl rendering" ON) 36274ee90097911c804f068e3e60104f exit