notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
2024-11-06 Today brought in a new category: filesystems. Sadly, the website did not process it well. I am working on that. It may take a few days.
2024-11-07 Commit processing is halted. I have a fix for the new category. It is making its way through the system.
UPDATE: the backend is processing the original filesystems commit now. It should take about an hour.
UPDATE: as of 20:30 UTC, the filesystems commit has been processed. Commit processing is now up to date.
Port details
wt Widget-centric C++ library for developing web applications
4.11.0_1 www on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 4.10.4Version of this port present on the latest quarterly branch.
Maintainer: info@babaei.net search for ports maintained by this maintainer
Port Added: 2016-08-17 21:20:00
Last Update: 2024-10-25 15:56:41
Commit Hash: 4d13b25
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
License: GPLv2
WWW:
https://www.webtoolkit.eu/wt
Description:
Wt (pronounced as witty) is a C++ library for developing web applications. The API is widget-centric and uses well-tested patterns of desktop GUI development tailored to the web. To the developer, it offers abstraction of many web-specific implementation details, including client-server protocols (HTTP, Ajax, WebSockets), and frees the developer from tedious JavaScript manipulations of HTML and dealing with cross-browser issues. Instead, with Wt, you can focus on actual functionality with a rich set of feature-complete widgets. Unlike old-school page-based frameworks or current-day single-page JavaScript "frameworks", Wt allows you to create stateful applications that are at the same time highly interactive (using WebSockets and Ajax for everything) but still support plain HTML browsers or web crawlers using automatic graceful degradation or progressive enhancement. Things that are natural and simple with Wt would require an impractical amount of development effort otherwise: switching widgets using animations, while retaining clean URLs and browser navigation functions, or having a persistent chat widget open throughout the entire application, that even works in legacy browsers like Microsoft Internet Explorer 6. The library comes with an application server that acts as a stand-alone Http(s)/WebSocket server or integrates through FastCGI with other web servers.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (836 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/wt-4.11.0_1/catalog.mk
  3. /usr/local/share/licenses/wt-4.11.0_1/LICENSE
  4. /usr/local/share/licenses/wt-4.11.0_1/GPLv2
  5. @sample etc/wt/wt_config.xml.sample
  6. @dir /var/run/wt
  7. include/Wt/AsioWrapper/asio.hpp
  8. include/Wt/AsioWrapper/io_service.hpp
  9. include/Wt/AsioWrapper/namespace.hpp
  10. include/Wt/AsioWrapper/ssl.hpp
  11. include/Wt/AsioWrapper/steady_timer.hpp
  12. include/Wt/AsioWrapper/strand.hpp
  13. include/Wt/AsioWrapper/system_error.hpp
  14. include/Wt/Auth/AbstractPasswordService.h
  15. include/Wt/Auth/AbstractUserDatabase.h
  16. include/Wt/Auth/AuthModel.h
  17. include/Wt/Auth/AuthService.h
  18. include/Wt/Auth/AuthThrottle.h
  19. include/Wt/Auth/AuthUtils.h
  20. include/Wt/Auth/AuthWidget.h
  21. include/Wt/Auth/Dbo/AuthInfo.h
  22. include/Wt/Auth/Dbo/UserDatabase.h
  23. include/Wt/Auth/FacebookService.h
  24. include/Wt/Auth/FormBaseModel.h
  25. include/Wt/Auth/GoogleService.h
  26. include/Wt/Auth/HashFunction.h
  27. include/Wt/Auth/Identity.h
  28. include/Wt/Auth/IssuedToken.h
  29. include/Wt/Auth/Login.h
  30. include/Wt/Auth/LostPasswordWidget.h
  31. include/Wt/Auth/Mfa/AbstractMfaProcess.h
  32. include/Wt/Auth/Mfa/Totp.h
  33. include/Wt/Auth/Mfa/TotpProcess.h
  34. include/Wt/Auth/Mfa/TotpQrCode.h
  35. include/Wt/Auth/OAuthAuthorizationEndpointProcess.h
  36. include/Wt/Auth/OAuthClient.h
  37. include/Wt/Auth/OAuthService.h
  38. include/Wt/Auth/OAuthTokenEndpoint.h
  39. include/Wt/Auth/OAuthWidget.h
  40. include/Wt/Auth/OidcService.h
  41. include/Wt/Auth/OidcUserInfoEndpoint.h
  42. include/Wt/Auth/PasswordHash.h
  43. include/Wt/Auth/PasswordPromptDialog.h
  44. include/Wt/Auth/PasswordService.h
  45. include/Wt/Auth/PasswordStrengthValidator.h
  46. include/Wt/Auth/PasswordVerifier.h
  47. include/Wt/Auth/RegistrationModel.h
  48. include/Wt/Auth/RegistrationWidget.h
  49. include/Wt/Auth/ResendEmailVerificationWidget.h
  50. include/Wt/Auth/Saml/Assertion.h
  51. include/Wt/Auth/Saml/Process.h
  52. include/Wt/Auth/Saml/ProcessImpl.h
  53. include/Wt/Auth/Saml/Service.h
  54. include/Wt/Auth/Saml/ServiceImpl.h
  55. include/Wt/Auth/Saml/Widget.h
  56. include/Wt/Auth/Token.h
  57. include/Wt/Auth/UpdatePasswordWidget.h
  58. include/Wt/Auth/User.h
  59. include/Wt/Auth/WAuthGlobal.h
  60. include/Wt/Chart/WAbstractChart.h
  61. include/Wt/Chart/WAbstractChartImplementation.h
  62. include/Wt/Chart/WAbstractChartModel.h
  63. include/Wt/Chart/WAbstractColorMap.h
  64. include/Wt/Chart/WAbstractDataSeries3D.h
  65. include/Wt/Chart/WAbstractGridData.h
  66. include/Wt/Chart/WAxis.h
  67. include/Wt/Chart/WAxisSliderWidget.h
  68. include/Wt/Chart/WCartesian3DChart.h
  69. include/Wt/Chart/WCartesianChart.h
  70. include/Wt/Chart/WChart2DImplementation.h
  71. include/Wt/Chart/WChart3DImplementation.h
  72. include/Wt/Chart/WChartGlobal.h
  73. include/Wt/Chart/WChartPalette.h
  74. include/Wt/Chart/WDataSeries.h
  75. include/Wt/Chart/WEquidistantGridData.h
  76. include/Wt/Chart/WGridData.h
  77. include/Wt/Chart/WLegend.h
  78. include/Wt/Chart/WLegend3D.h
  79. include/Wt/Chart/WPieChart.h
  80. include/Wt/Chart/WScatterData.h
  81. include/Wt/Chart/WSelection.h
  82. include/Wt/Chart/WStandardChartProxyModel.h
  83. include/Wt/Chart/WStandardColorMap.h
  84. include/Wt/Chart/WStandardPalette.h
  85. include/Wt/Core/observable.hpp
  86. include/Wt/Core/observable_impl.hpp
  87. include/Wt/Core/observing_ptr.hpp
  88. include/Wt/Core/observing_ptr_impl.hpp
  89. include/Wt/Date/date.h
  90. include/Wt/Date/include/date/chrono_io.h
  91. include/Wt/Date/include/date/date.h
  92. include/Wt/Date/include/date/ios.h
  93. include/Wt/Date/include/date/islamic.h
  94. include/Wt/Date/include/date/iso_week.h
  95. include/Wt/Date/include/date/julian.h
  96. include/Wt/Date/include/date/ptz.h
  97. include/Wt/Date/include/date/solar_hijri.h
  98. include/Wt/Date/include/date/tz.h
  99. include/Wt/Date/include/date/tz_private.h
  100. include/Wt/Date/tz.h
  101. include/Wt/Dbo/Call.h
  102. include/Wt/Dbo/Call_impl.h
  103. include/Wt/Dbo/DbAction.h
  104. include/Wt/Dbo/DbAction_impl.h
  105. include/Wt/Dbo/Dbo.h
  106. include/Wt/Dbo/EscapeOStream.h
  107. include/Wt/Dbo/Exception.h
  108. include/Wt/Dbo/Field.h
  109. include/Wt/Dbo/Field_impl.h
  110. include/Wt/Dbo/FixedSqlConnectionPool.h
  111. include/Wt/Dbo/Impl.h
  112. include/Wt/Dbo/Json.h
  113. include/Wt/Dbo/Logger.h
  114. include/Wt/Dbo/Query.h
  115. include/Wt/Dbo/QueryColumn.h
  116. include/Wt/Dbo/QueryModel.h
  117. include/Wt/Dbo/QueryModel_impl.h
  118. include/Wt/Dbo/Query_impl.h
  119. include/Wt/Dbo/Session.h
  120. include/Wt/Dbo/Session_impl.h
  121. include/Wt/Dbo/SqlConnection.h
  122. include/Wt/Dbo/SqlConnectionPool.h
  123. include/Wt/Dbo/SqlStatement.h
  124. include/Wt/Dbo/SqlTraits.h
  125. include/Wt/Dbo/SqlTraits_impl.h
  126. include/Wt/Dbo/StdSqlTraits.h
  127. include/Wt/Dbo/StringStream.h
  128. include/Wt/Dbo/Transaction.h
  129. include/Wt/Dbo/Types.h
  130. include/Wt/Dbo/WDboDllDefs.h
  131. include/Wt/Dbo/WtSqlTraits.h
  132. include/Wt/Dbo/backend/Firebird.h
  133. include/Wt/Dbo/backend/MySQL.h
  134. include/Wt/Dbo/backend/Postgres.h
  135. include/Wt/Dbo/backend/Sqlite3.h
  136. include/Wt/Dbo/backend/WDboFirebirdDllDefs.h
  137. include/Wt/Dbo/backend/WDboMySQLDllDefs.h
  138. include/Wt/Dbo/backend/WDboPostgresDllDefs.h
  139. include/Wt/Dbo/backend/WDboSqlite3DllDefs.h
  140. include/Wt/Dbo/collection.h
  141. include/Wt/Dbo/collection_impl.h
  142. include/Wt/Dbo/ptr.h
  143. include/Wt/Dbo/ptr_impl.h
  144. include/Wt/Dbo/ptr_tuple.h
  145. include/Wt/Dbo/weak_ptr.h
  146. include/Wt/Dbo/weak_ptr_impl.h
  147. include/Wt/DomElement.h
  148. include/Wt/EscapeOStream.h
  149. include/Wt/Form/Dbo/Actions.h
  150. include/Wt/Form/Dbo/FieldOptions.h
  151. include/Wt/Form/Dbo/FormModel.h
  152. include/Wt/Form/Dbo/FormModelBase.h
  153. include/Wt/Form/Dbo/FormView.h
  154. include/Wt/Form/WAbstractFormDelegate.h
  155. include/Wt/Form/WFormDelegate.h
  156. include/Wt/Http/Client.h
  157. include/Wt/Http/Cookie.h
  158. include/Wt/Http/Message.h
  159. include/Wt/Http/Method.h
  160. include/Wt/Http/Request.h
  161. include/Wt/Http/Response.h
  162. include/Wt/Http/ResponseContinuation.h
  163. include/Wt/Http/WtClient.h
  164. include/Wt/Json/Array.h
  165. include/Wt/Json/Object.h
  166. include/Wt/Json/Parser.h
  167. include/Wt/Json/Serializer.h
  168. include/Wt/Json/Value.h
  169. include/Wt/Mail/Client.h
  170. include/Wt/Mail/Mailbox.h
  171. include/Wt/Mail/Message.h
  172. include/Wt/Payment/Address.h
  173. include/Wt/Payment/Customer.h
  174. include/Wt/Payment/Money.h
  175. include/Wt/Payment/Order.h
  176. include/Wt/Payment/OrderItem.h
  177. include/Wt/Payment/PayPal.h
  178. include/Wt/Payment/Result.h
  179. include/Wt/Render/WPdfRenderer.h
  180. include/Wt/Render/WTextRenderer.h
  181. include/Wt/Signals/signals.hpp
  182. include/Wt/Test/WTestEnvironment.h
  183. include/Wt/Utils.h
  184. include/Wt/WAbstractArea.h
  185. include/Wt/WAbstractGLImplementation.h
  186. include/Wt/WAbstractItemDelegate.h
  187. include/Wt/WAbstractItemModel.h
  188. include/Wt/WAbstractItemView.h
  189. include/Wt/WAbstractListModel.h
  190. include/Wt/WAbstractMedia.h
  191. include/Wt/WAbstractProxyModel.h
  192. include/Wt/WAbstractSpinBox.h
  193. include/Wt/WAbstractTableModel.h
  194. include/Wt/WAbstractToggleButton.h
  195. include/Wt/WAggregateProxyModel.h
  196. include/Wt/WAnchor.h
  197. include/Wt/WAnimation.h
  198. include/Wt/WAny.h
  199. include/Wt/WApplication.h
  200. include/Wt/WAudio.h
  201. include/Wt/WBatchEditProxyModel.h
  202. include/Wt/WBootstrap2Theme.h
  203. include/Wt/WBootstrap3Theme.h
  204. include/Wt/WBootstrap5Theme.h
  205. include/Wt/WBootstrapTheme.h
  206. include/Wt/WBorder.h
  207. include/Wt/WBorderLayout.h
  208. include/Wt/WBoxLayout.h
  209. include/Wt/WBreak.h
  210. include/Wt/WBrush.h
  211. include/Wt/WButtonGroup.h
  212. include/Wt/WCalendar.h
  213. include/Wt/WCanvasPaintDevice.h
  214. include/Wt/WCheckBox.h
  215. include/Wt/WCircleArea.h
  216. include/Wt/WClientGLWidget.h
  217. include/Wt/WColor.h
  218. include/Wt/WColorPicker.h
  219. include/Wt/WCombinedLocalizedStrings.h
  220. include/Wt/WComboBox.h
  221. include/Wt/WCompositeWidget.h
  222. include/Wt/WConfig.h
  223. include/Wt/WContainerWidget.h
  224. include/Wt/WCssDecorationStyle.h
  225. include/Wt/WCssStyleSheet.h
  226. include/Wt/WCssTheme.h
  227. include/Wt/WDate.h
  228. include/Wt/WDateEdit.h
  229. include/Wt/WDatePicker.h
  230. include/Wt/WDateTime.h
  231. include/Wt/WDateValidator.h
  232. include/Wt/WDefaultLoadingIndicator.h
  233. include/Wt/WDialog.h
  234. include/Wt/WDllDefs.h
  235. include/Wt/WDoubleSpinBox.h
  236. include/Wt/WDoubleValidator.h
  237. include/Wt/WEmailEdit.h
  238. include/Wt/WEmailValidator.h
  239. include/Wt/WEnvironment.h
  240. include/Wt/WEvent.h
  241. include/Wt/WException.h
  242. include/Wt/WFileDropWidget.h
  243. include/Wt/WFileResource.h
  244. include/Wt/WFileUpload.h
  245. include/Wt/WFitLayout.h
  246. include/Wt/WFlags.h
  247. include/Wt/WFlashObject.h
  248. include/Wt/WFont.h
  249. include/Wt/WFontMetrics.h
  250. include/Wt/WFormModel.h
  251. include/Wt/WFormWidget.h
  252. include/Wt/WGLWidget.h
  253. include/Wt/WGenericMatrix.h
  254. include/Wt/WGlobal.h
  255. include/Wt/WGoogleMap.h
  256. include/Wt/WGradient.h
  257. include/Wt/WGridLayout.h
  258. include/Wt/WGroupBox.h
  259. include/Wt/WHBoxLayout.h
  260. include/Wt/WIOService.h
  261. include/Wt/WIcon.h
  262. include/Wt/WIconPair.h
  263. include/Wt/WIdentityProxyModel.h
  264. include/Wt/WImage.h
  265. include/Wt/WInPlaceEdit.h
  266. include/Wt/WIntValidator.h
  267. include/Wt/WInteractWidget.h
  268. include/Wt/WItemDelegate.h
  269. include/Wt/WItemSelectionModel.h
  270. include/Wt/WJavaScript.h
  271. include/Wt/WJavaScriptExposableObject.h
  272. include/Wt/WJavaScriptHandle.h
  273. include/Wt/WJavaScriptObjectStorage.h
  274. include/Wt/WJavaScriptPreamble.h
  275. include/Wt/WJavaScriptSlot.h
  276. include/Wt/WLabel.h
  277. include/Wt/WLayout.h
  278. include/Wt/WLayoutImpl.h
  279. include/Wt/WLayoutItem.h
  280. include/Wt/WLayoutItemImpl.h
  281. include/Wt/WLeafletMap.h
  282. include/Wt/WLength.h
  283. include/Wt/WLengthValidator.h
  284. include/Wt/WLineEdit.h
  285. include/Wt/WLineF.h
  286. include/Wt/WLink.h
  287. include/Wt/WLinkedCssStyleSheet.h
  288. include/Wt/WLoadingIndicator.h
  289. include/Wt/WLocalDateTime.h
  290. include/Wt/WLocale.h
  291. include/Wt/WLocalizedStrings.h
  292. include/Wt/WLogSink.h
  293. include/Wt/WLogger.h
  294. include/Wt/WMatrix4x4.h
  295. include/Wt/WMeasurePaintDevice.h
  296. include/Wt/WMediaPlayer.h
  297. include/Wt/WMemoryResource.h
  298. include/Wt/WMenu.h
  299. include/Wt/WMenuItem.h
  300. include/Wt/WMessageBox.h
  301. include/Wt/WMessageResourceBundle.h
  302. include/Wt/WMessageResources.h
  303. include/Wt/WModelIndex.h
  304. include/Wt/WNavigationBar.h
  305. include/Wt/WObject.h
  306. include/Wt/WOverlayLoadingIndicator.h
  307. include/Wt/WPaintDevice.h
  308. include/Wt/WPaintedWidget.h
  309. include/Wt/WPainter.h
  310. include/Wt/WPainterPath.h
  311. include/Wt/WPanel.h
  312. include/Wt/WPdfImage.h
  313. include/Wt/WPen.h
  314. include/Wt/WPoint.h
  315. include/Wt/WPointF.h
  316. include/Wt/WPolygonArea.h
  317. include/Wt/WPopupMenu.h
  318. include/Wt/WPopupMenuItem.h
  319. include/Wt/WPopupWidget.h
  320. include/Wt/WProgressBar.h
  321. include/Wt/WPushButton.h
  322. include/Wt/WRadioButton.h
  323. include/Wt/WRandom.h
  324. include/Wt/WRasterImage.h
  325. include/Wt/WReadOnlyProxyModel.h
  326. include/Wt/WRectArea.h
  327. include/Wt/WRectF.h
  328. include/Wt/WRegExpValidator.h
  329. include/Wt/WResource.h
  330. include/Wt/WSelectionBox.h
  331. include/Wt/WServer.h
  332. include/Wt/WServerGLWidget.h
  333. include/Wt/WShadow.h
  334. include/Wt/WSignal.h
  335. include/Wt/WSlider.h
  336. include/Wt/WSocketNotifier.h
  337. include/Wt/WSortFilterProxyModel.h
  338. include/Wt/WSound.h
  339. include/Wt/WSpinBox.h
  340. include/Wt/WSplitButton.h
  341. include/Wt/WSslCertificate.h
  342. include/Wt/WSslInfo.h
  343. include/Wt/WStackedWidget.h
  344. include/Wt/WStandardItem.h
  345. include/Wt/WStandardItemModel.h
  346. include/Wt/WStatelessSlot.h
  347. include/Wt/WStreamResource.h
  348. include/Wt/WString.h
  349. include/Wt/WStringListModel.h
  350. include/Wt/WStringStream.h
  351. include/Wt/WStringUtil.h
  352. include/Wt/WSubMenuItem.h
  353. include/Wt/WSuggestionPopup.h
  354. include/Wt/WSvgImage.h
  355. include/Wt/WTabWidget.h
  356. include/Wt/WTable.h
  357. include/Wt/WTableCell.h
  358. include/Wt/WTableColumn.h
  359. include/Wt/WTableRow.h
  360. include/Wt/WTableView.h
  361. include/Wt/WTemplate.h
  362. include/Wt/WTemplateFormView.h
  363. include/Wt/WText.h
  364. include/Wt/WTextArea.h
  365. include/Wt/WTextEdit.h
  366. include/Wt/WTheme.h
  367. include/Wt/WTime.h
  368. include/Wt/WTimeEdit.h
  369. include/Wt/WTimePicker.h
  370. include/Wt/WTimeValidator.h
  371. include/Wt/WTimer.h
  372. include/Wt/WTimerWidget.h
  373. include/Wt/WToolBar.h
  374. include/Wt/WTransform.h
  375. include/Wt/WTree.h
  376. include/Wt/WTreeNode.h
  377. include/Wt/WTreeTable.h
  378. include/Wt/WTreeTableNode.h
  379. include/Wt/WTreeView.h
  380. include/Wt/WVBoxLayout.h
  381. include/Wt/WValidator.h
  382. include/Wt/WVector3.h
  383. include/Wt/WVector4.h
  384. include/Wt/WVectorImage.h
  385. include/Wt/WVideo.h
  386. include/Wt/WViewWidget.h
  387. include/Wt/WVirtualImage.h
  388. include/Wt/WVmlImage.h
  389. include/Wt/WWebSocketConnection.h
  390. include/Wt/WWebSocketResource.h
  391. include/Wt/WWebWidget.h
  392. include/Wt/WWidget.h
  393. include/Wt/WWidgetItem.h
  394. include/Wt/WWidgetItemImpl.h
  395. include/Wt/cpp17/any.hpp
  396. include/Wt/cpp17/any/LICENSE_1_0.txt
  397. include/Wt/cpp17/any/README.md
  398. include/Wt/cpp17/any/any.hpp
  399. include/Wt/cpp20/date.hpp
  400. include/Wt/cpp20/tz.hpp
  401. lib/cmake/wt/wt-config-version.cmake
  402. lib/cmake/wt/wt-config.cmake
  403. lib/cmake/wt/wt-target-dbo-release.cmake
  404. lib/cmake/wt/wt-target-dbo.cmake
  405. lib/cmake/wt/wt-target-dbofirebird-release.cmake
  406. lib/cmake/wt/wt-target-dbofirebird.cmake
  407. lib/cmake/wt/wt-target-dbomysql-release.cmake
  408. lib/cmake/wt/wt-target-dbomysql.cmake
  409. lib/cmake/wt/wt-target-dbopostgres-release.cmake
  410. lib/cmake/wt/wt-target-dbopostgres.cmake
  411. lib/cmake/wt/wt-target-dbosqlite3-release.cmake
  412. lib/cmake/wt/wt-target-dbosqlite3.cmake
  413. lib/cmake/wt/wt-target-fcgi-release.cmake
  414. lib/cmake/wt/wt-target-fcgi.cmake
  415. lib/cmake/wt/wt-target-http-release.cmake
  416. lib/cmake/wt/wt-target-http.cmake
  417. lib/cmake/wt/wt-target-test-release.cmake
  418. lib/cmake/wt/wt-target-test.cmake
  419. lib/cmake/wt/wt-target-wt-release.cmake
  420. lib/cmake/wt/wt-target-wt.cmake
  421. lib/libwt.so
  422. lib/libwt.so.4.11.0
  423. lib/libwtdbo.so
  424. lib/libwtdbo.so.4.11.0
  425. lib/libwtdbofirebird.so
  426. lib/libwtdbofirebird.so.4.11.0
  427. lib/libwtdbomysql.so
  428. lib/libwtdbomysql.so.4.11.0
  429. lib/libwtdbopostgres.so
  430. lib/libwtdbopostgres.so.4.11.0
  431. lib/libwtdbosqlite3.so
  432. lib/libwtdbosqlite3.so.4.11.0
  433. lib/libwtfcgi.so
  434. lib/libwtfcgi.so.4.11.0
  435. lib/libwthttp.so
  436. lib/libwthttp.so.4.11.0
  437. lib/libwttest.so
  438. lib/libwttest.so.4.11.0
  439. share/Wt/resources/ajax-loading.gif
  440. share/Wt/resources/collapse-rtl.gif
  441. share/Wt/resources/collapse.gif
  442. share/Wt/resources/date.gif
  443. share/Wt/resources/expand-rtl.gif
  444. share/Wt/resources/expand.gif
  445. share/Wt/resources/font-awesome/LICENSE.txt
  446. share/Wt/resources/font-awesome/css/font-awesome.css
  447. share/Wt/resources/font-awesome/css/font-awesome.min.css
  448. share/Wt/resources/font-awesome/fonts/FontAwesome.otf
  449. share/Wt/resources/font-awesome/fonts/fontawesome-webfont.eot
  450. share/Wt/resources/font-awesome/fonts/fontawesome-webfont.svg
  451. share/Wt/resources/font-awesome/fonts/fontawesome-webfont.ttf
  452. share/Wt/resources/font-awesome/fonts/fontawesome-webfont.woff
  453. share/Wt/resources/font-awesome/fonts/fontawesome-webfont.woff2
  454. share/Wt/resources/form.css
  455. share/Wt/resources/html4_default.css
  456. share/Wt/resources/icon_clock.gif
  457. share/Wt/resources/items-not-ok.gif
  458. share/Wt/resources/items-ok.gif
  459. share/Wt/resources/items.gif
  460. share/Wt/resources/jPlayer/jquery.jplayer.js
  461. share/Wt/resources/jPlayer/jquery.jplayer.min.js
  462. share/Wt/resources/jPlayer/jquery.jplayer.swf
  463. share/Wt/resources/jPlayer/jquery.min.js
  464. share/Wt/resources/jPlayer/skin/jplayer.blue.monday.css
  465. share/Wt/resources/jPlayer/skin/jplayer.blue.monday.jpg
  466. share/Wt/resources/jPlayer/skin/jplayer.blue.monday.seeking.gif
  467. share/Wt/resources/jPlayer/skin/jplayer.blue.monday.video.play.png
  468. share/Wt/resources/line-last-rtl.gif
  469. share/Wt/resources/line-last.gif
  470. share/Wt/resources/line-middle-rtl.gif
  471. share/Wt/resources/line-middle.gif
  472. share/Wt/resources/line-trunk.gif
  473. share/Wt/resources/loading.png
  474. share/Wt/resources/minus.gif
  475. share/Wt/resources/moz-transitions.css
  476. share/Wt/resources/plus.gif
  477. share/Wt/resources/resizable.png
  478. share/Wt/resources/right-arrow.gif
  479. share/Wt/resources/tab_b.gif
  480. share/Wt/resources/tab_l.gif
  481. share/Wt/resources/tab_r.gif
  482. share/Wt/resources/themes/bootstrap/2/bootstrap-responsive.css
  483. share/Wt/resources/themes/bootstrap/2/bootstrap-responsive.min.css
  484. share/Wt/resources/themes/bootstrap/2/bootstrap.css
  485. share/Wt/resources/themes/bootstrap/2/bootstrap.min.css
  486. share/Wt/resources/themes/bootstrap/2/date-edit-button.png
  487. share/Wt/resources/themes/bootstrap/2/date-edit-button.svg
  488. share/Wt/resources/themes/bootstrap/2/nav-minus-rtl.gif
  489. share/Wt/resources/themes/bootstrap/2/nav-minus.gif
  490. share/Wt/resources/themes/bootstrap/2/nav-plus-rtl.gif
  491. share/Wt/resources/themes/bootstrap/2/nav-plus.gif
  492. share/Wt/resources/themes/bootstrap/2/spin-buttons.png
  493. share/Wt/resources/themes/bootstrap/2/spin-buttons.svg
  494. share/Wt/resources/themes/bootstrap/2/stripes/generate.sh
  495. share/Wt/resources/themes/bootstrap/2/stripes/stripe-10px.gif
  496. share/Wt/resources/themes/bootstrap/2/stripes/stripe-11px.gif
  497. share/Wt/resources/themes/bootstrap/2/stripes/stripe-12px.gif
  498. share/Wt/resources/themes/bootstrap/2/stripes/stripe-13px.gif
  499. share/Wt/resources/themes/bootstrap/2/stripes/stripe-14px.gif
  500. share/Wt/resources/themes/bootstrap/2/stripes/stripe-15px.gif
  501. share/Wt/resources/themes/bootstrap/2/stripes/stripe-16px.gif
  502. share/Wt/resources/themes/bootstrap/2/stripes/stripe-17px.gif
  503. share/Wt/resources/themes/bootstrap/2/stripes/stripe-18px.gif
  504. share/Wt/resources/themes/bootstrap/2/stripes/stripe-19px.gif
  505. share/Wt/resources/themes/bootstrap/2/stripes/stripe-20px.gif
  506. share/Wt/resources/themes/bootstrap/2/stripes/stripe-21px.gif
  507. share/Wt/resources/themes/bootstrap/2/stripes/stripe-22px.gif
  508. share/Wt/resources/themes/bootstrap/2/stripes/stripe-23px.gif
  509. share/Wt/resources/themes/bootstrap/2/stripes/stripe-24px.gif
  510. share/Wt/resources/themes/bootstrap/2/stripes/stripe-25px.gif
  511. share/Wt/resources/themes/bootstrap/2/stripes/stripe-26px.gif
  512. share/Wt/resources/themes/bootstrap/2/stripes/stripe-27px.gif
  513. share/Wt/resources/themes/bootstrap/2/stripes/stripe-28px.gif
  514. share/Wt/resources/themes/bootstrap/2/stripes/stripe-29px.gif
  515. share/Wt/resources/themes/bootstrap/2/stripes/stripe-30px.gif
  516. share/Wt/resources/themes/bootstrap/2/stripes/stripe-31px.gif
  517. share/Wt/resources/themes/bootstrap/2/stripes/stripe-32px.gif
  518. share/Wt/resources/themes/bootstrap/2/stripes/stripe-33px.gif
  519. share/Wt/resources/themes/bootstrap/2/stripes/stripe-34px.gif
  520. share/Wt/resources/themes/bootstrap/2/stripes/stripe-35px.gif
  521. share/Wt/resources/themes/bootstrap/2/stripes/stripe-36px.gif
  522. share/Wt/resources/themes/bootstrap/2/stripes/stripe-37px.gif
  523. share/Wt/resources/themes/bootstrap/2/stripes/stripe-38px.gif
  524. share/Wt/resources/themes/bootstrap/2/stripes/stripe-39px.gif
  525. share/Wt/resources/themes/bootstrap/2/stripes/stripe-40px.gif
  526. share/Wt/resources/themes/bootstrap/2/suggest-dropdown.png
  527. share/Wt/resources/themes/bootstrap/2/suggest-dropdown.svg
  528. share/Wt/resources/themes/bootstrap/2/time-edit-button.png
  529. share/Wt/resources/themes/bootstrap/2/wt.css
  530. share/Wt/resources/themes/bootstrap/2/wt.less
  531. share/Wt/resources/themes/bootstrap/3/bootstrap-theme.css
  532. share/Wt/resources/themes/bootstrap/3/bootstrap-theme.css.map
  533. share/Wt/resources/themes/bootstrap/3/bootstrap-theme.min.css
  534. share/Wt/resources/themes/bootstrap/3/bootstrap-theme.min.css.map
  535. share/Wt/resources/themes/bootstrap/3/bootstrap.css
  536. share/Wt/resources/themes/bootstrap/3/bootstrap.css.map
  537. share/Wt/resources/themes/bootstrap/3/bootstrap.min.css
  538. share/Wt/resources/themes/bootstrap/3/bootstrap.min.css.map
  539. share/Wt/resources/themes/bootstrap/3/date-edit-button.png
  540. share/Wt/resources/themes/bootstrap/3/date-edit-button.svg
  541. share/Wt/resources/themes/bootstrap/3/nav-minus-rtl.gif
  542. share/Wt/resources/themes/bootstrap/3/nav-minus.gif
  543. share/Wt/resources/themes/bootstrap/3/nav-plus-rtl.gif
  544. share/Wt/resources/themes/bootstrap/3/nav-plus.gif
  545. share/Wt/resources/themes/bootstrap/3/spin-buttons.png
  546. share/Wt/resources/themes/bootstrap/3/spin-buttons.svg
  547. share/Wt/resources/themes/bootstrap/3/stripes/generate.sh
  548. share/Wt/resources/themes/bootstrap/3/stripes/stripe-10px.gif
  549. share/Wt/resources/themes/bootstrap/3/stripes/stripe-11px.gif
  550. share/Wt/resources/themes/bootstrap/3/stripes/stripe-12px.gif
  551. share/Wt/resources/themes/bootstrap/3/stripes/stripe-13px.gif
  552. share/Wt/resources/themes/bootstrap/3/stripes/stripe-14px.gif
  553. share/Wt/resources/themes/bootstrap/3/stripes/stripe-15px.gif
  554. share/Wt/resources/themes/bootstrap/3/stripes/stripe-16px.gif
  555. share/Wt/resources/themes/bootstrap/3/stripes/stripe-17px.gif
  556. share/Wt/resources/themes/bootstrap/3/stripes/stripe-18px.gif
  557. share/Wt/resources/themes/bootstrap/3/stripes/stripe-19px.gif
  558. share/Wt/resources/themes/bootstrap/3/stripes/stripe-20px.gif
  559. share/Wt/resources/themes/bootstrap/3/stripes/stripe-21px.gif
  560. share/Wt/resources/themes/bootstrap/3/stripes/stripe-22px.gif
  561. share/Wt/resources/themes/bootstrap/3/stripes/stripe-23px.gif
  562. share/Wt/resources/themes/bootstrap/3/stripes/stripe-24px.gif
  563. share/Wt/resources/themes/bootstrap/3/stripes/stripe-25px.gif
  564. share/Wt/resources/themes/bootstrap/3/stripes/stripe-26px.gif
  565. share/Wt/resources/themes/bootstrap/3/stripes/stripe-27px.gif
  566. share/Wt/resources/themes/bootstrap/3/stripes/stripe-28px.gif
  567. share/Wt/resources/themes/bootstrap/3/stripes/stripe-29px.gif
  568. share/Wt/resources/themes/bootstrap/3/stripes/stripe-30px.gif
  569. share/Wt/resources/themes/bootstrap/3/stripes/stripe-31px.gif
  570. share/Wt/resources/themes/bootstrap/3/stripes/stripe-32px.gif
  571. share/Wt/resources/themes/bootstrap/3/stripes/stripe-33px.gif
  572. share/Wt/resources/themes/bootstrap/3/stripes/stripe-34px.gif
  573. share/Wt/resources/themes/bootstrap/3/stripes/stripe-35px.gif
  574. share/Wt/resources/themes/bootstrap/3/stripes/stripe-36px.gif
  575. share/Wt/resources/themes/bootstrap/3/stripes/stripe-37px.gif
  576. share/Wt/resources/themes/bootstrap/3/stripes/stripe-38px.gif
  577. share/Wt/resources/themes/bootstrap/3/stripes/stripe-39px.gif
  578. share/Wt/resources/themes/bootstrap/3/stripes/stripe-40px.gif
  579. share/Wt/resources/themes/bootstrap/3/suggest-dropdown.png
  580. share/Wt/resources/themes/bootstrap/3/suggest-dropdown.svg
  581. share/Wt/resources/themes/bootstrap/3/time-edit-button.png
  582. share/Wt/resources/themes/bootstrap/3/wt.css
  583. share/Wt/resources/themes/bootstrap/3/wt.less
  584. share/Wt/resources/themes/bootstrap/5/bootstrap.bundle.min.js
  585. share/Wt/resources/themes/bootstrap/5/bootstrap.bundle.min.js.map
  586. share/Wt/resources/themes/bootstrap/5/calendar-date.svg
  587. share/Wt/resources/themes/bootstrap/5/main.css
  588. share/Wt/resources/themes/bootstrap/5/main.css.map
  589. share/Wt/resources/themes/bootstrap/5/nav-minus-rtl.gif
  590. share/Wt/resources/themes/bootstrap/5/nav-minus.gif
  591. share/Wt/resources/themes/bootstrap/5/nav-plus-rtl.gif
  592. share/Wt/resources/themes/bootstrap/5/nav-plus.gif
  593. share/Wt/resources/themes/bootstrap/img/glyphicons-halflings-white.png
  594. share/Wt/resources/themes/bootstrap/img/glyphicons-halflings.png
  595. share/Wt/resources/themes/bootstrap/sort-arrow-down.gif
  596. share/Wt/resources/themes/bootstrap/sort-arrow-none.gif
  597. share/Wt/resources/themes/bootstrap/sort-arrow-up.gif
  598. share/Wt/resources/themes/bootstrap/splitter-h.png
  599. share/Wt/resources/themes/bootstrap/splitter-v.png
  600. share/Wt/resources/themes/default/closeicons-dialog.png
  601. share/Wt/resources/themes/default/closeicons-mi.png
  602. share/Wt/resources/themes/default/closeicons-tab.png
  603. share/Wt/resources/themes/default/dropdown.png
  604. share/Wt/resources/themes/default/nav-minus-rtl.gif
  605. share/Wt/resources/themes/default/nav-minus.gif
  606. share/Wt/resources/themes/default/nav-plus-rtl.gif
  607. share/Wt/resources/themes/default/nav-plus.gif
  608. share/Wt/resources/themes/default/no-stripes/generate.sh
  609. share/Wt/resources/themes/default/no-stripes/no-stripe-10px.gif
  610. share/Wt/resources/themes/default/no-stripes/no-stripe-11px.gif
  611. share/Wt/resources/themes/default/no-stripes/no-stripe-12px.gif
  612. share/Wt/resources/themes/default/no-stripes/no-stripe-13px.gif
  613. share/Wt/resources/themes/default/no-stripes/no-stripe-14px.gif
  614. share/Wt/resources/themes/default/no-stripes/no-stripe-15px.gif
  615. share/Wt/resources/themes/default/no-stripes/no-stripe-16px.gif
  616. share/Wt/resources/themes/default/no-stripes/no-stripe-17px.gif
  617. share/Wt/resources/themes/default/no-stripes/no-stripe-18px.gif
  618. share/Wt/resources/themes/default/no-stripes/no-stripe-19px.gif
  619. share/Wt/resources/themes/default/no-stripes/no-stripe-20px.gif
  620. share/Wt/resources/themes/default/no-stripes/no-stripe-21px.gif
  621. share/Wt/resources/themes/default/no-stripes/no-stripe-22px.gif
  622. share/Wt/resources/themes/default/no-stripes/no-stripe-23px.gif
  623. share/Wt/resources/themes/default/no-stripes/no-stripe-24px.gif
  624. share/Wt/resources/themes/default/no-stripes/no-stripe-25px.gif
  625. share/Wt/resources/themes/default/no-stripes/no-stripe-26px.gif
  626. share/Wt/resources/themes/default/no-stripes/no-stripe-27px.gif
  627. share/Wt/resources/themes/default/no-stripes/no-stripe-28px.gif
  628. share/Wt/resources/themes/default/no-stripes/no-stripe-29px.gif
  629. share/Wt/resources/themes/default/no-stripes/no-stripe-30px.gif
  630. share/Wt/resources/themes/default/no-stripes/no-stripe-31px.gif
  631. share/Wt/resources/themes/default/no-stripes/no-stripe-32px.gif
  632. share/Wt/resources/themes/default/no-stripes/no-stripe-33px.gif
  633. share/Wt/resources/themes/default/no-stripes/no-stripe-34px.gif
  634. share/Wt/resources/themes/default/no-stripes/no-stripe-35px.gif
  635. share/Wt/resources/themes/default/no-stripes/no-stripe-36px.gif
  636. share/Wt/resources/themes/default/no-stripes/no-stripe-37px.gif
  637. share/Wt/resources/themes/default/no-stripes/no-stripe-38px.gif
  638. share/Wt/resources/themes/default/no-stripes/no-stripe-39px.gif
  639. share/Wt/resources/themes/default/no-stripes/no-stripe-40px.gif
  640. share/Wt/resources/themes/default/slider-thumb-h-disabled.gif
  641. share/Wt/resources/themes/default/slider-thumb-h.gif
  642. share/Wt/resources/themes/default/slider-thumb-v-disabled.gif
  643. share/Wt/resources/themes/default/slider-thumb-v.gif
  644. share/Wt/resources/themes/default/sliderbg-h-disabled.png
  645. share/Wt/resources/themes/default/sliderbg-h.png
  646. share/Wt/resources/themes/default/sliderbg-v-disabled.png
  647. share/Wt/resources/themes/default/sliderbg-v.png
  648. share/Wt/resources/themes/default/sort-arrow-disabled.gif
  649. share/Wt/resources/themes/default/sort-arrow-down.gif
  650. share/Wt/resources/themes/default/sort-arrow-none.gif
  651. share/Wt/resources/themes/default/sort-arrow-up.gif
  652. share/Wt/resources/themes/default/spin-buttons-dn.png
  653. share/Wt/resources/themes/default/spin-buttons-up.png
  654. share/Wt/resources/themes/default/spin-buttons.png
  655. share/Wt/resources/themes/default/splitter-h.png
  656. share/Wt/resources/themes/default/splitter-v.png
  657. share/Wt/resources/themes/default/stripes/generate.sh
  658. share/Wt/resources/themes/default/stripes/stripe-10px.gif
  659. share/Wt/resources/themes/default/stripes/stripe-11px.gif
  660. share/Wt/resources/themes/default/stripes/stripe-12px.gif
  661. share/Wt/resources/themes/default/stripes/stripe-13px.gif
  662. share/Wt/resources/themes/default/stripes/stripe-14px.gif
  663. share/Wt/resources/themes/default/stripes/stripe-15px.gif
  664. share/Wt/resources/themes/default/stripes/stripe-16px.gif
  665. share/Wt/resources/themes/default/stripes/stripe-17px.gif
  666. share/Wt/resources/themes/default/stripes/stripe-18px.gif
  667. share/Wt/resources/themes/default/stripes/stripe-19px.gif
  668. share/Wt/resources/themes/default/stripes/stripe-20px.gif
  669. share/Wt/resources/themes/default/stripes/stripe-21px.gif
  670. share/Wt/resources/themes/default/stripes/stripe-22px.gif
  671. share/Wt/resources/themes/default/stripes/stripe-23px.gif
  672. share/Wt/resources/themes/default/stripes/stripe-24px.gif
  673. share/Wt/resources/themes/default/stripes/stripe-25px.gif
  674. share/Wt/resources/themes/default/stripes/stripe-26px.gif
  675. share/Wt/resources/themes/default/stripes/stripe-27px.gif
  676. share/Wt/resources/themes/default/stripes/stripe-28px.gif
  677. share/Wt/resources/themes/default/stripes/stripe-29px.gif
  678. share/Wt/resources/themes/default/stripes/stripe-30px.gif
  679. share/Wt/resources/themes/default/stripes/stripe-31px.gif
  680. share/Wt/resources/themes/default/stripes/stripe-32px.gif
  681. share/Wt/resources/themes/default/stripes/stripe-33px.gif
  682. share/Wt/resources/themes/default/stripes/stripe-34px.gif
  683. share/Wt/resources/themes/default/stripes/stripe-35px.gif
  684. share/Wt/resources/themes/default/stripes/stripe-36px.gif
  685. share/Wt/resources/themes/default/stripes/stripe-37px.gif
  686. share/Wt/resources/themes/default/stripes/stripe-38px.gif
  687. share/Wt/resources/themes/default/stripes/stripe-39px.gif
  688. share/Wt/resources/themes/default/stripes/stripe-40px.gif
  689. share/Wt/resources/themes/default/wt.css
  690. share/Wt/resources/themes/default/wt_ie.css
  691. share/Wt/resources/themes/default/wt_ie6.css
  692. share/Wt/resources/themes/polished/closeicons-dialog.png
  693. share/Wt/resources/themes/polished/closeicons-mi.png
  694. share/Wt/resources/themes/polished/closeicons-tab.png
  695. share/Wt/resources/themes/polished/dropdown.png
  696. share/Wt/resources/themes/polished/dropshadow.png
  697. share/Wt/resources/themes/polished/gradient.png
  698. share/Wt/resources/themes/polished/nav-minus-rtl.gif
  699. share/Wt/resources/themes/polished/nav-minus-rtl.png
  700. share/Wt/resources/themes/polished/nav-minus.gif
  701. share/Wt/resources/themes/polished/nav-minus.png
  702. share/Wt/resources/themes/polished/nav-plus-rtl.gif
  703. share/Wt/resources/themes/polished/nav-plus-rtl.png
  704. share/Wt/resources/themes/polished/nav-plus.gif
  705. share/Wt/resources/themes/polished/nav-plus.png
  706. share/Wt/resources/themes/polished/no-stripes/generate.sh
  707. share/Wt/resources/themes/polished/no-stripes/no-stripe-10px.gif
  708. share/Wt/resources/themes/polished/no-stripes/no-stripe-11px.gif
  709. share/Wt/resources/themes/polished/no-stripes/no-stripe-12px.gif
  710. share/Wt/resources/themes/polished/no-stripes/no-stripe-13px.gif
  711. share/Wt/resources/themes/polished/no-stripes/no-stripe-14px.gif
  712. share/Wt/resources/themes/polished/no-stripes/no-stripe-15px.gif
  713. share/Wt/resources/themes/polished/no-stripes/no-stripe-16px.gif
  714. share/Wt/resources/themes/polished/no-stripes/no-stripe-17px.gif
  715. share/Wt/resources/themes/polished/no-stripes/no-stripe-18px.gif
  716. share/Wt/resources/themes/polished/no-stripes/no-stripe-19px.gif
  717. share/Wt/resources/themes/polished/no-stripes/no-stripe-20px.gif
  718. share/Wt/resources/themes/polished/no-stripes/no-stripe-21px.gif
  719. share/Wt/resources/themes/polished/no-stripes/no-stripe-22px.gif
  720. share/Wt/resources/themes/polished/no-stripes/no-stripe-23px.gif
  721. share/Wt/resources/themes/polished/no-stripes/no-stripe-24px.gif
  722. share/Wt/resources/themes/polished/no-stripes/no-stripe-25px.gif
  723. share/Wt/resources/themes/polished/no-stripes/no-stripe-26px.gif
  724. share/Wt/resources/themes/polished/no-stripes/no-stripe-27px.gif
  725. share/Wt/resources/themes/polished/no-stripes/no-stripe-28px.gif
  726. share/Wt/resources/themes/polished/no-stripes/no-stripe-29px.gif
  727. share/Wt/resources/themes/polished/no-stripes/no-stripe-30px.gif
  728. share/Wt/resources/themes/polished/no-stripes/no-stripe-31px.gif
  729. share/Wt/resources/themes/polished/no-stripes/no-stripe-32px.gif
  730. share/Wt/resources/themes/polished/no-stripes/no-stripe-33px.gif
  731. share/Wt/resources/themes/polished/no-stripes/no-stripe-34px.gif
  732. share/Wt/resources/themes/polished/no-stripes/no-stripe-35px.gif
  733. share/Wt/resources/themes/polished/no-stripes/no-stripe-36px.gif
  734. share/Wt/resources/themes/polished/no-stripes/no-stripe-37px.gif
  735. share/Wt/resources/themes/polished/no-stripes/no-stripe-38px.gif
  736. share/Wt/resources/themes/polished/no-stripes/no-stripe-39px.gif
  737. share/Wt/resources/themes/polished/no-stripes/no-stripe-40px.gif
  738. share/Wt/resources/themes/polished/slider-thumb-disabled.png
  739. share/Wt/resources/themes/polished/slider-thumb.png
  740. share/Wt/resources/themes/polished/sliderbg-h-disabled.png
  741. share/Wt/resources/themes/polished/sliderbg-h.png
  742. share/Wt/resources/themes/polished/sliderbg-he-disabled.png
  743. share/Wt/resources/themes/polished/sliderbg-he.png
  744. share/Wt/resources/themes/polished/sliderbg-hw-disabled.png
  745. share/Wt/resources/themes/polished/sliderbg-hw.png
  746. share/Wt/resources/themes/polished/sliderbg-v-disabled.png
  747. share/Wt/resources/themes/polished/sliderbg-v.png
  748. share/Wt/resources/themes/polished/sliderbg-ve-disabled.png
  749. share/Wt/resources/themes/polished/sliderbg-ve.png
  750. share/Wt/resources/themes/polished/sliderbg-vw-disabled.png
  751. share/Wt/resources/themes/polished/sliderbg-vw.png
  752. share/Wt/resources/themes/polished/sort-arrow-disabled.gif
  753. share/Wt/resources/themes/polished/sort-arrow-down.gif
  754. share/Wt/resources/themes/polished/sort-arrow-none.gif
  755. share/Wt/resources/themes/polished/sort-arrow-up.gif
  756. share/Wt/resources/themes/polished/splitter-h.png
  757. share/Wt/resources/themes/polished/splitter-v.png
  758. share/Wt/resources/themes/polished/stripes/generate.sh
  759. share/Wt/resources/themes/polished/stripes/stripe-10px.gif
  760. share/Wt/resources/themes/polished/stripes/stripe-11px.gif
  761. share/Wt/resources/themes/polished/stripes/stripe-12px.gif
  762. share/Wt/resources/themes/polished/stripes/stripe-13px.gif
  763. share/Wt/resources/themes/polished/stripes/stripe-14px.gif
  764. share/Wt/resources/themes/polished/stripes/stripe-15px.gif
  765. share/Wt/resources/themes/polished/stripes/stripe-16px.gif
  766. share/Wt/resources/themes/polished/stripes/stripe-17px.gif
  767. share/Wt/resources/themes/polished/stripes/stripe-18px.gif
  768. share/Wt/resources/themes/polished/stripes/stripe-19px.gif
  769. share/Wt/resources/themes/polished/stripes/stripe-20px.gif
  770. share/Wt/resources/themes/polished/stripes/stripe-21px.gif
  771. share/Wt/resources/themes/polished/stripes/stripe-22px.gif
  772. share/Wt/resources/themes/polished/stripes/stripe-23px.gif
  773. share/Wt/resources/themes/polished/stripes/stripe-24px.gif
  774. share/Wt/resources/themes/polished/stripes/stripe-25px.gif
  775. share/Wt/resources/themes/polished/stripes/stripe-26px.gif
  776. share/Wt/resources/themes/polished/stripes/stripe-27px.gif
  777. share/Wt/resources/themes/polished/stripes/stripe-28px.gif
  778. share/Wt/resources/themes/polished/stripes/stripe-29px.gif
  779. share/Wt/resources/themes/polished/stripes/stripe-30px.gif
  780. share/Wt/resources/themes/polished/stripes/stripe-31px.gif
  781. share/Wt/resources/themes/polished/stripes/stripe-32px.gif
  782. share/Wt/resources/themes/polished/stripes/stripe-33px.gif
  783. share/Wt/resources/themes/polished/stripes/stripe-34px.gif
  784. share/Wt/resources/themes/polished/stripes/stripe-35px.gif
  785. share/Wt/resources/themes/polished/stripes/stripe-36px.gif
  786. share/Wt/resources/themes/polished/stripes/stripe-37px.gif
  787. share/Wt/resources/themes/polished/stripes/stripe-38px.gif
  788. share/Wt/resources/themes/polished/stripes/stripe-39px.gif
  789. share/Wt/resources/themes/polished/stripes/stripe-40px.gif
  790. share/Wt/resources/themes/polished/suggest-dropdown.png
  791. share/Wt/resources/themes/polished/title-gradient.png
  792. share/Wt/resources/themes/polished/wt.css
  793. share/Wt/resources/themes/polished/wt_ie.css
  794. share/Wt/resources/themes/polished/wt_ie6.css
  795. share/Wt/resources/transitions.css
  796. share/Wt/resources/tv-line-last-rtl.gif
  797. share/Wt/resources/tv-line-last.gif
  798. share/Wt/resources/webkit-transitions.css
  799. share/Wt/themes/bootstrap/5/gulpfile.js
  800. share/Wt/themes/bootstrap/5/main.scss
  801. share/Wt/themes/bootstrap/5/package.yaml
  802. share/Wt/themes/bootstrap/5/pnpm-lock.yaml
  803. share/Wt/themes/bootstrap/5/wt/_index.scss
  804. share/Wt/themes/bootstrap/5/wt/_variables.scss
  805. share/Wt/themes/bootstrap/5/wt/widgets/_calendar.scss
  806. share/Wt/themes/bootstrap/5/wt/widgets/_date-edit.scss
  807. share/Wt/themes/bootstrap/5/wt/widgets/_date-picker.scss
  808. share/Wt/themes/bootstrap/5/wt/widgets/_dialog.scss
  809. share/Wt/themes/bootstrap/5/wt/widgets/_file-drop-widget.scss
  810. share/Wt/themes/bootstrap/5/wt/widgets/_google-map.scss
  811. share/Wt/themes/bootstrap/5/wt/widgets/_grid-layout.scss
  812. share/Wt/themes/bootstrap/5/wt/widgets/_icon.scss
  813. share/Wt/themes/bootstrap/5/wt/widgets/_index.scss
  814. share/Wt/themes/bootstrap/5/wt/widgets/_menu-item.scss
  815. share/Wt/themes/bootstrap/5/wt/widgets/_menu.scss
  816. share/Wt/themes/bootstrap/5/wt/widgets/_navigation-bar.scss
  817. share/Wt/themes/bootstrap/5/wt/widgets/_panel.scss
  818. share/Wt/themes/bootstrap/5/wt/widgets/_popup-menu.scss
  819. share/Wt/themes/bootstrap/5/wt/widgets/_progress-bar.scss
  820. share/Wt/themes/bootstrap/5/wt/widgets/_push-button.scss
  821. share/Wt/themes/bootstrap/5/wt/widgets/_slider.scss
  822. share/Wt/themes/bootstrap/5/wt/widgets/_spin-box.scss
  823. share/Wt/themes/bootstrap/5/wt/widgets/_stacked-widget.scss
  824. share/Wt/themes/bootstrap/5/wt/widgets/_suggestion-popup.scss
  825. share/Wt/themes/bootstrap/5/wt/widgets/_time-edit.scss
  826. share/Wt/themes/bootstrap/5/wt/widgets/_toolbar.scss
  827. share/Wt/themes/bootstrap/5/wt/widgets/_tree-table.scss
  828. share/Wt/themes/bootstrap/5/wt/widgets/_tree.scss
  829. share/Wt/themes/bootstrap/5/wt/widgets/item-views/_abstract-item-view.scss
  830. share/Wt/themes/bootstrap/5/wt/widgets/item-views/_index.scss
  831. share/Wt/themes/bootstrap/5/wt/widgets/item-views/_paging-bar.scss
  832. share/Wt/themes/bootstrap/5/wt/widgets/item-views/_table-view.scss
  833. share/Wt/themes/bootstrap/5/wt/widgets/item-views/_tree-view.scss
  834. @owner
  835. @group
  836. @mode
Collapse this list.
Dependency lines:
  • wt>0:www/wt
To install the port:
cd /usr/ports/www/wt/ && make install clean
To add the package, run one of these commands:
  • pkg install www/wt
  • pkg install wt
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: wt
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1728480049 SHA256 (emweb-wt-4.11.0_GH0.tar.gz) = b5f4a85559adaa0d89a78cec8a8ab7aa3f80c6d3a5ccd8ebe1134adf9aba3065 SIZE (emweb-wt-4.11.0_GH0.tar.gz) = 10563042

Packages (timestamps in pop-ups are UTC):
wt
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-4.11.0_14.5.0-4.11.0_1---
FreeBSD:13:quarterly------4.8.0_54.8.0_5
FreeBSD:14:latest-4.11.0_1--4.11.0_1--4.8.0_3
FreeBSD:14:quarterly------4.8.0_54.8.0_5
FreeBSD:15:latest-4.11.0_1n/a-n/a-4.8.0_54.8.0_6
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cmake : devel/cmake-core
  2. ninja : devel/ninja
  3. pkgconf>=1.3.0_1 : devel/pkgconf
  4. x11.pc : x11/libX11
  5. x11.pc : x11/libX11
Test dependencies:
  1. roboto-fonts-ttf>=0 : x11-fonts/roboto-fonts-ttf
Runtime dependencies:
  1. x11.pc : x11/libX11
  2. x11.pc : x11/libX11
Library dependencies:
  1. libboost_thread.so : devel/boost-libs
  2. libGraphicsMagick.so : graphics/GraphicsMagick
  3. libpng.so : graphics/png
  4. libfcgi++.so : www/fcgi
  5. libfcgi.so : www/fcgi
  6. libhpdf.so : print/libharu
  7. libfontconfig.so : x11-fonts/fontconfig
  8. liblog4shib.so : devel/log4shib
  9. libsaml.so : security/opensaml
  10. libxerces-c.so : textproc/xerces-c3
  11. libxml-security-c.so : security/apache-xml-security-c
  12. libxmltooling.so : devel/xmltooling
  13. libfbclient.so : databases/firebird30-client
  14. libmysqlclient.so.21 : databases/mysql80-client
  15. libOpenGL.so : graphics/libglvnd
  16. libGLEW.so : graphics/glew
  17. libglib-2.0.so : devel/glib20
  18. libintl.so : devel/gettext-runtime
  19. libharfbuzz.so : print/harfbuzz
  20. libpango-1.0.so : x11-toolkits/pango
  21. libpq.so.5 : databases/postgresql16-client
  22. libsqlite3.so : databases/sqlite3
This port is required by:
for Libraries
  1. multimedia/lms

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. audio/lms*
  2. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
===> The following configuration options are available for wt-4.11.0_1: DEBUG=off: Build with debugging support EXAMPLES=on: Install examples (implies SQLITE3 and WTHTTP) HARU=on: Enable Haru Free PDF Library LIBWTTEST=on: Build Wt::Test for automated (integration/unit) tests OPENGL=on: 2D/3D rendering support via OpenGL PANGO=on: Pango rendering library support RESOURCES=on: Install resources directory SAML=on: Build built-in SAML service provider for Wt::Auth THEMES=on: Install the source files for Wt's themes UNWIND=off: Build Wt with stacktrace support using libunwind ====> Connector FASTCGI=on: Build FastCGI connector WTHTTP=on: Build Wt stand-alone httpd connector ====> Wt::DBO FIREBIRD=on: Build Wt with FirebirdSQL support MYSQL=on: Build Wt with MariaDB or MySQL support PGSQL=on: Build Wt with PostgreSQL support SQLITE3=on: Build Wt with SQLite 3 support ===> Use 'make config' to modify these settings
Options name:
www_wt
USES:
cmake:testing compiler:c++14-lang cpe pkgconfig ssl firebird mysql gl xorg gnome pgsql sqlite:3
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/emweb/wt/tar.gz/4.11.0?dummy=/
Collapse this list.
Port Moves
  • port moved here from www/wt3 on 2021-01-03
    REASON: Has expired: Upstream end of life, switch to www/wt instead

Number of commits found: 77

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
4.11.0_1
25 Oct 2024 15:56:41
commit hash: 4d13b25916330f0f80987102efb7a51ce6dbe7b1commit hash: 4d13b25916330f0f80987102efb7a51ce6dbe7b1commit hash: 4d13b25916330f0f80987102efb7a51ce6dbe7b1commit hash: 4d13b25916330f0f80987102efb7a51ce6dbe7b1 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
textproc/xerces-c3: Update to 3.3.0

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10510&version=12355023
4.11.0
22 Oct 2024 17:57:53
commit hash: ca9312dc96c81093926046227427d0c1ccd9676fcommit hash: ca9312dc96c81093926046227427d0c1ccd9676fcommit hash: ca9312dc96c81093926046227427d0c1ccd9676fcommit hash: ca9312dc96c81093926046227427d0c1ccd9676f files touched by this commit
Zsolt Udvari (uzsolt) search for other commits by this committer
Author: Mamadou Babaei
www/wt: Update to 4.11.0

Add TEST_DEPENDS
Pet portfmt.

Changelog: https://webtoolkit.eu/wt/doc/reference/html/Releasenotes.html

PR:		281959
Approved by:	submitter is maintainer
4.10.4_1
03 Oct 2024 10:25:00
commit hash: 98b17d313edc8efa3bb35ad0979668c96515b5a6commit hash: 98b17d313edc8efa3bb35ad0979668c96515b5a6commit hash: 98b17d313edc8efa3bb35ad0979668c96515b5a6commit hash: 98b17d313edc8efa3bb35ad0979668c96515b5a6 files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
www/wt: unbreak build with boost-1.85

With hat:	office
Sponsored by:	Future Crew, LLC
4.10.4
20 Sep 2024 13:34:43
commit hash: a3940b83e061e764555a568b2c92656aa6487219commit hash: a3940b83e061e764555a568b2c92656aa6487219commit hash: a3940b83e061e764555a568b2c92656aa6487219commit hash: a3940b83e061e764555a568b2c92656aa6487219 files touched by this commit
Vladimir Druzenko (vvd) search for other commits by this committer
Author: Bram Ton
www/wt: Revamp port and update 4.8.0 → 4.10.4

Release notes:
https://www.webtoolkit.eu/wt/doc/reference/html/Releasenotes.html
Changelogs:
https://github.com/emweb/wt/releases/tag/4.8.1
https://github.com/emweb/wt/releases/tag/4.8.2
https://github.com/emweb/wt/releases/tag/4.8.3
https://github.com/emweb/wt/releases/tag/4.9.0
https://github.com/emweb/wt/releases/tag/4.9.1
https://github.com/emweb/wt/releases/tag/4.9.2
https://github.com/emweb/wt/releases/tag/4.10.0
https://github.com/emweb/wt/releases/tag/4.10.1
https://github.com/emweb/wt/releases/tag/4.10.2
https://github.com/emweb/wt/releases/tag/4.10.3
(Only the first 15 lines of the commit message are shown above View all of this commit message)
4.8.0_6
13 Feb 2024 14:44:22
commit hash: db616534ff99d6268997e2f30858891e20641a1ecommit hash: db616534ff99d6268997e2f30858891e20641a1ecommit hash: db616534ff99d6268997e2f30858891e20641a1ecommit hash: db616534ff99d6268997e2f30858891e20641a1e files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
devel/boost: bump consumers after library update
4.8.0_5
07 Jan 2024 20:48:41
commit hash: f34d808d06e709f5e3a8caaeb15afd1c72107867commit hash: f34d808d06e709f5e3a8caaeb15afd1c72107867commit hash: f34d808d06e709f5e3a8caaeb15afd1c72107867commit hash: f34d808d06e709f5e3a8caaeb15afd1c72107867 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
www/wt: Fix fetch

The patch from the GH PR changed its size.

Approved by:	portmgr (blanket; unbreak)
4.8.0_5
02 Nov 2023 17:14:42
commit hash: fd31d93d4b10080231969559926f6c05183b6bc7commit hash: fd31d93d4b10080231969559926f6c05183b6bc7commit hash: fd31d93d4b10080231969559926f6c05183b6bc7commit hash: fd31d93d4b10080231969559926f6c05183b6bc7 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
www/wt: Add test target

... instead of the TEST option.
The test target now builds and runs tests.

PR:		274872
Approved by:	info@babaei.net (maintainer)
4.8.0_4
27 Sep 2023 14:36:30
commit hash: 21d8008e86830262f2a33a6dca9ddf2478cd6487commit hash: 21d8008e86830262f2a33a6dca9ddf2478cd6487commit hash: 21d8008e86830262f2a33a6dca9ddf2478cd6487commit hash: 21d8008e86830262f2a33a6dca9ddf2478cd6487 files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
devel/boost*: bump all consumers after 1.83.0
4.8.0_3
27 Apr 2023 18:25:55
commit hash: 3e45e8e24481fab02384c55a1e655d1dc1b781c6commit hash: 3e45e8e24481fab02384c55a1e655d1dc1b781c6commit hash: 3e45e8e24481fab02384c55a1e655d1dc1b781c6commit hash: 3e45e8e24481fab02384c55a1e655d1dc1b781c6 files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
*/*: bump all direct Boost cunsumers
4.8.0_2
16 Jan 2023 19:32:07
commit hash: e1287d0d1228d93e469256fa6c4c824b9d20426bcommit hash: e1287d0d1228d93e469256fa6c4c824b9d20426bcommit hash: e1287d0d1228d93e469256fa6c4c824b9d20426bcommit hash: e1287d0d1228d93e469256fa6c4c824b9d20426b files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
*/*:	bump libboost*.so libraries consumert after Boost upgrade
4.8.0_1
14 Oct 2022 21:31:10
commit hash: 1c3b688903930411a6a1a4daaa2362c16ef5ef48commit hash: 1c3b688903930411a6a1a4daaa2362c16ef5ef48commit hash: 1c3b688903930411a6a1a4daaa2362c16ef5ef48commit hash: 1c3b688903930411a6a1a4daaa2362c16ef5ef48 files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
www/wt: unbreak build after print/libharu update to 2.4.3 (+)

Backport patch from upstream repo

Approved by:	portmgr blanket
4.8.0
11 Sep 2022 10:20:14
commit hash: ddae4e92d8313a1461145e3b4f0232fe463feaeecommit hash: ddae4e92d8313a1461145e3b4f0232fe463feaeecommit hash: ddae4e92d8313a1461145e3b4f0232fe463feaeecommit hash: ddae4e92d8313a1461145e3b4f0232fe463feaee files touched by this commit
Felix Palmen (zirias) search for other commits by this committer
Mk/Uses: always use colon for build/run suffix

Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.

Document in CHANGES.

PR:			266034
Exp-run by:		antoine
Approved by:		tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D36349
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
4.8.0
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
4.8.0
18 Aug 2022 17:17:59
commit hash: 48e45257a7225100a3e11f476cb0bd0911f2a096commit hash: 48e45257a7225100a3e11f476cb0bd0911f2a096commit hash: 48e45257a7225100a3e11f476cb0bd0911f2a096commit hash: 48e45257a7225100a3e11f476cb0bd0911f2a096 files touched by this commit
Fernando Apesteguía (fernape) search for other commits by this committer
Author: Mohammad S. Babaei
www/wt: update to 4.8.0

ChangeLog: https://www.webtoolkit.eu/wt/doc/reference/html/Releasenotes.html

PR:		265904
Reported by:	info@babaei.net (maintainer)
4.7.2_2
12 Aug 2022 14:46:53
commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5edcommit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5edcommit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5edcommit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
*/*: bump all consumers after recent boost upgrade
4.7.2_1
20 Jul 2022 14:23:26
commit hash: e915e756715f12e5e0e46993b1265f44690b4a90commit hash: e915e756715f12e5e0e46993b1265f44690b4a90commit hash: e915e756715f12e5e0e46993b1265f44690b4a90commit hash: e915e756715f12e5e0e46993b1265f44690b4a90 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
www: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *
  *  <hvo.pm@xs4all.nl>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron LI <aly@aaronly.me>
  *  Aaron Zauner <az_mail@gmx.at>
  *  Abel Chow <achow@transoft.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Adrian Steinmann <ast@marabu.ch>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
4.7.2_1
22 May 2022 20:17:16
commit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cdcommit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cdcommit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cdcommit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cd files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
devel/boost-all: bump all library consumers after boost upgrade

PR:	246106
4.7.2
16 May 2022 23:27:08
commit hash: bc1f9b826e4760de0dfa71441d794f986130215dcommit hash: bc1f9b826e4760de0dfa71441d794f986130215dcommit hash: bc1f9b826e4760de0dfa71441d794f986130215dcommit hash: bc1f9b826e4760de0dfa71441d794f986130215d files touched by this commit
Neel Chauhan (nc) search for other commits by this committer
Author: Mohammad S. Babaei
www/wt: update to 4.7.2

PR:	264012
4.7.1
19 Apr 2022 15:16:30
commit hash: ce07741acdf6e8f8f2d3143f447a804ba3597277commit hash: ce07741acdf6e8f8f2d3143f447a804ba3597277commit hash: ce07741acdf6e8f8f2d3143f447a804ba3597277commit hash: ce07741acdf6e8f8f2d3143f447a804ba3597277 files touched by this commit
Neel Chauhan (nc) search for other commits by this committer
Author: Mohammad S. Babaei
www/wt: update to 4.7.1

Changes: https://webtoolkit.eu/wt/doc/reference/html/Releasenotes.html

PR:	263404
4.7.0
14 Mar 2022 03:46:17
commit hash: ee0d2cd0c5f22dff4c1055807d989faed66aea0ccommit hash: ee0d2cd0c5f22dff4c1055807d989faed66aea0ccommit hash: ee0d2cd0c5f22dff4c1055807d989faed66aea0ccommit hash: ee0d2cd0c5f22dff4c1055807d989faed66aea0c files touched by this commit
Neel Chauhan (nc) search for other commits by this committer
Author: Mohammad S. Babaei
www/wt: update to 4.7.0

Changes: https://www.webtoolkit.eu/wt/doc/reference/html/Releasenotes.html

PR:	262523
4.6.2
16 Feb 2022 17:38:15
commit hash: 67f267f15a32e126eb956f4881e66ab58728efcccommit hash: 67f267f15a32e126eb956f4881e66ab58728efcccommit hash: 67f267f15a32e126eb956f4881e66ab58728efcccommit hash: 67f267f15a32e126eb956f4881e66ab58728efcc files touched by this commit
Li-Wen Hsu (lwhsu) search for other commits by this committer
Author: Mohammad S. Babaei
www/wt: Update to 4.6.2

Release note: https://www.webtoolkit.eu/wt/doc/reference/html/Releasenotes.html

PR:		261993
4.6.1
27 Dec 2021 08:42:39
commit hash: e08d023ba5b63a604ec998e5e171e35380589477commit hash: e08d023ba5b63a604ec998e5e171e35380589477commit hash: e08d023ba5b63a604ec998e5e171e35380589477commit hash: e08d023ba5b63a604ec998e5e171e35380589477 files touched by this commit
Li-Wen Hsu (lwhsu) search for other commits by this committer
Author: Mohammad S. Babaei
www/wt: Fix pkg-plist

PR:		260701
4.6.1
23 Dec 2021 16:23:23
commit hash: bf5c906570db82bf756cf9b8cba45c49aada9e36commit hash: bf5c906570db82bf756cf9b8cba45c49aada9e36commit hash: bf5c906570db82bf756cf9b8cba45c49aada9e36commit hash: bf5c906570db82bf756cf9b8cba45c49aada9e36 files touched by this commit
Kevin Bowling (kbowling) search for other commits by this committer
Author: Mohammad S. Babaei
www/wt: update to 4.6.1

An urgent release to address a bug that causes an occasional crash due
to a null pointer dereference.

Changes: https://www.webtoolkit.eu/wt/doc/reference/html/Releasenotes.html

PR:		260643
4.6.0
21 Dec 2021 12:53:48
commit hash: 0a6ab188467feb96e82252e9221cf3c3330ddd93commit hash: 0a6ab188467feb96e82252e9221cf3c3330ddd93commit hash: 0a6ab188467feb96e82252e9221cf3c3330ddd93commit hash: 0a6ab188467feb96e82252e9221cf3c3330ddd93 files touched by this commit
Bernhard Froehlich (decke) search for other commits by this committer
www/wt: Fix invalid CPE information

Approved by:    portmgr (blanket)
4.6.0
15 Dec 2021 17:25:34
commit hash: 568a1800851b36c500b716ef0f8bfd291b25d311commit hash: 568a1800851b36c500b716ef0f8bfd291b25d311commit hash: 568a1800851b36c500b716ef0f8bfd291b25d311commit hash: 568a1800851b36c500b716ef0f8bfd291b25d311 files touched by this commit
Neel Chauhan (nc) search for other commits by this committer
Author: Mohammad S. Babaei
www/wt: Add updated Makefile

PR:	260426
4.5.1
15 Dec 2021 03:34:28
commit hash: 5336ecf5a0981fe199e36f9f9535edcf4643d60dcommit hash: 5336ecf5a0981fe199e36f9f9535edcf4643d60dcommit hash: 5336ecf5a0981fe199e36f9f9535edcf4643d60dcommit hash: 5336ecf5a0981fe199e36f9f9535edcf4643d60d files touched by this commit
Neel Chauhan (nc) search for other commits by this committer
Author: Mohammad S. Babaei
www/wt: update to 4.6.0

Changes: https://www.webtoolkit.eu/wt/doc/reference/html/Releasenotes.html

PR:	260426
4.5.1
17 Oct 2021 18:47:58
commit hash: 5618d5a1c4a1ec27642755e66c678f0c77389b80commit hash: 5618d5a1c4a1ec27642755e66c678f0c77389b80commit hash: 5618d5a1c4a1ec27642755e66c678f0c77389b80commit hash: 5618d5a1c4a1ec27642755e66c678f0c77389b80 files touched by this commit
Neel Chauhan (nc) search for other commits by this committer
Author: Mohammad S. Babaei
www/wt: update to 4.5.1

PR:	259228
4.5.0_1
22 Jun 2021 18:53:08
commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 files touched by this commit
Kevin Bowling (kbowling) search for other commits by this committer
graphics/mesa-libs: Bump reverse deps for libglvnd

Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.

PR:		246767
Reviewed by:	manu, bapt
Approved by:	x11
Differential Revision:	https://reviews.freebsd.org/D30824
4.5.0
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
4.5.0
23 Dec 2020 06:34:41
Revision:558966Original commit files touched by this commit
fernape search for other commits by this committer
www/wt: update to 4.5.0

ChangeLog: https://www.webtoolkit.eu/wt/doc/reference/html/Releasenotes.html

PR:	252001
Submitted by:	info@babaei.net (maintainer)
4.4.0
04 Sep 2020 13:16:38
Revision:547540Original commit files touched by this commit
swills search for other commits by this committer
www/wt: Update to 4.4.0

PR:		248860
Submitted by:	Mohammad S. Babaei <info@babaei.net> (maintainer)
4.3.1
02 May 2020 06:35:00
Revision:533666Original commit files touched by this commit
lbartoletti search for other commits by this committer
www/wt: Update to 4.3.1

Changelog:
  - https://www.webtoolkit.eu/wt/doc/reference/html/Releasenotes.html

PR:		245989
Submitted by:	 Mohammad S. Babaei (maintainer)
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D24633
4.3.0
31 Mar 2020 08:10:22
Revision:529955Original commit files touched by this commit
joneum search for other commits by this committer
Update to 4.3.0

Changelog: https://www.webtoolkit.eu/wt/doc/reference/html/Releasenotes.html

PR:		245090
Sponsored by:	Netzkommune GmbH
4.2.2
20 Mar 2020 20:34:30
Revision:528800Original commit files touched by this commit
tcberner search for other commits by this committer
www/wt: Update to v4.2.2

Release 4.2.2 (March 16, 2020)

This release fixes the following issues:

    Security-related: in Wt::Auth the lost password email would be sent to the
    email address provided in the form, rather than the user's configured email
    address. While we treat email addresses as case insensitive, it is possible
    that the mail server may not, and that could potentially be used to steal
    an account. It is however quite rare for email services to be case
    sensitive.

    Issue #7439: ensure that tooltips are always on top, even inside of a
    dialog.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
4.2.1
19 Feb 2020 17:11:13
Revision:526519Original commit files touched by this commit
robak search for other commits by this committer
www/wt: Update 4.2.0 -> 4.2.1

PR:		244109
Submitted by:	Mohammad S. Babaei <info@babaei.net> (maintainer)
Reviewed by:	robak
4.2.0
27 Dec 2019 12:31:43
Revision:520983Original commit files touched by this commit
joneum search for other commits by this committer
Update to 4.2.0

PR:		242735
Submitted by:	Mohammad S. Babaei <info@babaei.net> (maintainer)
Sponsored by:	Netzkommune GmbH
4.1.2_1
11 Dec 2019 17:53:49
Revision:519824Original commit files touched by this commit
jbeich search for other commits by this committer
devel/boost-*: update to 1.72.0

Changes:	http://www.boost.org/users/history/version_1_72_0.html
PR:		241449
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D22136
4.1.2
01 Nov 2019 19:03:24
Revision:516262Original commit files touched by this commit
dmgk search for other commits by this committer
www/wt: Update to 4.1.2

Changes:	https://webtoolkit.eu/wt/doc/reference/html/Releasenotes.html

PR:		241630
Submitted by:	Mohammad S. Babaei <info@babaei.net> (maintainer)
Approved by:	tz (mentor, implicit)
4.1.1
18 Oct 2019 09:39:06
Revision:514710Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Add USES=xorg
- Update WWW

Approved by:	portmgr blanket
4.1.1
06 Oct 2019 13:33:02
Revision:513884Original commit files touched by this commit
pkubaj search for other commits by this committer
www/wt: unbreak on powerpc64

Builds fine.

Approved by:	mentors (implicit approval)
4.1.1
15 Sep 2019 17:11:33
Revision:512124Original commit files touched by this commit
swills search for other commits by this committer
www/wt: update to 4.1.1

PR:		240587
Submitted by:	Mohammad S. Babaei <info@babaei.net> (maintainer)
4.1.0_1
19 Aug 2019 15:35:28
Revision:509290Original commit files touched by this commit
jbeich search for other commits by this committer
devel/boost-*: update to 1.71.0

Changes:	http://www.boost.org/users/history/version_1_71_0.html
PR:		238827
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D20774
4.1.0
18 Aug 2019 18:42:33
Revision:509235Original commit files touched by this commit
rene search for other commits by this committer
Fix and update wwww/wt to version 4.1.0.

Minor corrections from me.

PR:		226160
Submitted by:	maintainer
MFH:		2019Q3
3.3.7_16
26 Jul 2019 20:46:57
Revision:507372Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
3.3.7_15
25 May 2019 15:51:17
Revision:502582Original commit files touched by this commit
tobik search for other commits by this committer
www/wt: Blind fix CMAKE_ARGS typo

This is untested since the port is marked as broken.
3.3.7_15
20 May 2019 10:48:12
Revision:502100Original commit files touched by this commit
ak search for other commits by this committer
- Fix typos in USE_* knobs
- Convert obsolete USE_* to USES
- Remove empty lines after .include <bsd.port.mk>

Approved by:	portmgr blanket
3.3.7_15
12 Apr 2019 06:36:31
Revision:498698Original commit files touched by this commit
jbeich search for other commits by this committer
devel/boost-*: update to 1.70.0

Changes:	http://www.boost.org/users/history/version_1_70_0.html
PR:		235956
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D19303
3.3.7_14
16 Mar 2019 17:51:38
Revision:495924Original commit files touched by this commit
tcberner search for other commits by this committer
www/wt: Remove QT4 option (Qt4 deprecation)

Approved by:	portmgr (implicit)
3.3.7_13
25 Dec 2018 20:25:40
Revision:488341Original commit files touched by this commit
tcberner search for other commits by this committer
Change cmake default behaviour to outsource.

Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
3.3.7_13
12 Dec 2018 01:35:36
Revision:487272Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
3.3.7_12
12 Dec 2018 00:15:50
Revision:487266Original commit files touched by this commit
jbeich search for other commits by this committer
devel/boost-*: update to 1.69.0

Changes:	http://www.boost.org/users/history/version_1_69_0.html
PR:		232525
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D17645
3.3.7_11
11 Sep 2018 18:34:28
Revision:479538Original commit files touched by this commit
zeising search for other commits by this committer
Change x11/xorgproto to become a build dep

Change x11/xorgproto to become a build time dependency when added to
USE_XORG.  Change the dependency to be on the port, rather than a file the
port installs.
Fix fallout.
Bump portrevision on depending ports.

PR:		230909
Reviewed by:	eadler
Approved by:	portmgr (antoine)
Obtained
from:	https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto
exp-run:	antoine
Differential Revision:	https://reviews.freebsd.org/D16906
3.3.7_10
09 Aug 2018 06:58:31
Revision:476723Original commit files touched by this commit
jbeich search for other commits by this committer
devel/boost-*: update to 1.68.0

- Switch to C++14 for libboost_system to support C++14 consumers

Changes:	http://www.boost.org/users/history/version_1_68_0.html
PR:		229569
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D16165
3.3.7_9
29 Jul 2018 22:18:46
Revision:475857Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
3.3.7_8
17 Jul 2018 08:56:32
Revision:474787Original commit files touched by this commit
antoine search for other commits by this committer
Deprecate ports broken for more than 5 months
3.3.7_8
28 Jun 2018 17:39:55
Revision:473503Original commit files touched by this commit
tcberner search for other commits by this committer
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk

From now on, ports that depend on Qt4 will have to set
	USES=		qt:4
	USE_QT=		foo bar
ports depending on Qt5 will use
	USES=		qt:5
	USE_QT=		foo bar

PR:		229225
Exp-run by:	antoine
Reviewed by:	mat
Approved by:	portmgr (antoine)
Differential Revision:	-https://reviews.freebsd.org/D15540
3.3.7_8
18 Apr 2018 13:57:43
Revision:467711Original commit files touched by this commit
jbeich search for other commits by this committer
devel/boost-*: update to 1.67.0

Changes:	http://www.boost.org/users/history/version_1_67_0.html
PR:		227427
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D15030
3.3.7_7
10 Mar 2018 17:46:06
Revision:464084Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
3.3.7_6
18 Jan 2018 04:11:03
Revision:459315Original commit files touched by this commit
jbeich search for other commits by this committer
devel/boost-*: update to 1.66.0

Changes:	http://www.boost.org/users/history/version_1_66_0.html
PR:		223922
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D13279
3.3.7_5
18 Nov 2017 19:32:39
Revision:454454Original commit files touched by this commit
zeising search for other commits by this committer
Bump portrevision to chase graphics/glew shard library version update.

PR:		223370
Submitted by:	zeising
exp-run by:	antoine
Approved by:	antoine
3.3.7_4
25 Sep 2017 00:08:17
Revision:450560Original commit files touched by this commit
jbeich search for other commits by this committer
devel/boost-*: update to 1.65.1

Changes:	http://www.boost.org/users/history/version_1_65_1.html
PR:		218835
Approved by:	maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by:	jhibbits (on powerpc64, earlier version)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D11582
3.3.7_3
25 Sep 2017 00:05:06
Revision:450557Original commit files touched by this commit
jbeich search for other commits by this committer
devel/boost-*: enable C++11 features

PR:		218835
Obtained from:	https://github.com/DragonFlyBSD/DeltaPorts/pull/690
Approved by:	maintainer timeout (2 months)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D11582
3.3.7_2
10 Sep 2017 20:55:39
Revision:449591Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
3.3.7_1
23 May 2017 05:03:16
Revision:441503Original commit files touched by this commit
rezny search for other commits by this committer
Revision bump of all ports with USE_GL after consolidation of mesa-libs

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10845
3.3.7
22 May 2017 22:29:17
Revision:441494Original commit files touched by this commit
linimon search for other commits by this committer
Mark some ports failing on power64.  In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Reported by:	swills
3.3.7
05 May 2017 13:51:27
Revision:440154Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 3.3.7

PR:		218299
Submitted by:	maintainer
3.3.6_6
02 May 2017 06:48:11
Revision:439934Original commit files touched by this commit
jbeich search for other commits by this committer
devel/boost-*: update to 1.64.0

Changes:	http://www.boost.org/users/history/version_1_64_0.html
PR:		218835
Approved by:	office (bapt)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D10472
3.3.6_5
01 Apr 2017 15:23:32
Revision:437439Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
3.3.6_4
06 Jan 2017 08:45:04
Revision:430692Original commit files touched by this commit
jbeich search for other commits by this committer
devel/boost-*: update to 1.63.0

Changes:	http://www.boost.org/users/history/version_1_63_0.html
PR:		215598
Exp-run by:	antoine
Approved by:	office (bapt)
MFH:		2017Q1
3.3.6_3
31 Dec 2016 16:06:28
Revision:430140Original commit files touched by this commit
jbeich search for other commits by this committer
www/wt: unbreak with boost 1.63

In file included from wt-3.3.6/src/Wt/Render/CssParser.C:26:
[...]
/usr/local/include/boost/phoenix/function/detail/cpp03/preprocessed/function_operator_10.hpp:91:105:
error: cannot initialize a parameter of type 'char *' with an lvalue of type
'char const[17]'
            return detail::expression::function_eval<F, A0 , A1 , A2 , A3 ,
A4>::make(f, a0 , a1 , a2 , a3 , a4);
                                                                                
                       ^~

PR:		215599
Approved by:	Mohammad S. Babaei (maintainer)
3.3.6_2
19 Dec 2016 16:10:12
Revision:428947Original commit files touched by this commit
mat search for other commits by this committer
The DOCS option must not install doxygen.

Sponsored by:	Absolight
3.3.6_1
02 Dec 2016 11:58:22
Revision:427552Original commit files touched by this commit
mat search for other commits by this committer
Do not use post-stage.  Use post-install instead.

The only reason to use post-stage is because the port needs to do
"things" at a later time, like some plist manipulation.
While there, fold post-install in do-install targets when they are
defined.

PR:		214780
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
3.3.6_1
23 Nov 2016 12:45:47
Revision:426908Original commit files touched by this commit
jbeich search for other commits by this committer
devel/boost-*: update to 1.62.0

- Enable `long double` C99 math usage
- Switch 9.x back to building with GCC

Changes:	http://www.boost.org/users/history/
PR:		199601
Submitted by:	Chen Xu, bapt, amdmi3, truckman (based on)
Reviewed by:	rakuco (kde) (earlier version)
Exp-run by:	antoine (3 tries), truckman (consumers only, earlier versions)
Approved by:	bapt (office)
3.3.6
21 Oct 2016 12:51:41
Revision:424411Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
${RM} already has -f.

PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
3.3.6
20 Aug 2016 21:04:16
Revision:420529Original commit files touched by this commit
arved search for other commits by this committer
- USE_GITHUB
- Remove/shorten overlong OPT_DESCR
- Use option helpers
- Other Cosmetic fixes

No functional changes, so no PORTREVISION bump

Based on suggestions by:	danfe, gerald
3.3.6
17 Aug 2016 21:19:42
Revision:420373Original commit files touched by this commit
arved search for other commits by this committer
Add Wt, a C++ library for developing web applications.

PR:             210750
Submitted by:   Mohammad S. Babaei

Number of commits found: 77