diff options
| author | Roel Standaert <roel@abittechnical.com> | 2020-08-21 19:39:52 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-21 10:39:52 -0700 |
| commit | 3fc65fa6cfd722220da4ca3f4629cfc8e59df58c (patch) | |
| tree | 8046637cf1485e4d423fc48e362ac144b57bd48b /ports/wt/CONTROL | |
| parent | 0d2c77cdb761a405cbe57017c278547fafd1b5b7 (diff) | |
| download | vcpkg-3fc65fa6cfd722220da4ca3f4629cfc8e59df58c.tar.gz vcpkg-3fc65fa6cfd722220da4ca3f4629cfc8e59df58c.zip | |
[wt] Update to 4.4.0 (#13005)
Diffstat (limited to 'ports/wt/CONTROL')
| -rw-r--r-- | ports/wt/CONTROL | 28 |
1 files changed, 26 insertions, 2 deletions
diff --git a/ports/wt/CONTROL b/ports/wt/CONTROL index 6a8b959a6..c8ea4d02c 100644 --- a/ports/wt/CONTROL +++ b/ports/wt/CONTROL @@ -1,5 +1,29 @@ Source: wt -Version: 4.2.2 +Version: 4.4.0 Homepage: https://github.com/emweb/wt Description: Wt is a C++ library for developing web applications -Build-Depends: openssl, sqlite3, libpq, pango, glew, boost-date-time, boost-regex, boost-program-options, boost-signals, boost-system, boost-filesystem, boost-thread, boost-random, boost-multi-index, boost-signals2, boost-asio, boost-ublas, boost-conversion, boost-array, boost-smart-ptr, boost-tuple, boost-algorithm, boost-logic, boost-interprocess +Build-Depends: zlib, libpng, pango (!windows), harfbuzz (!windows), libharu, glew, boost-algorithm, boost-array, boost-asio, boost-bind, boost-config, boost-container-hash, boost-filesystem, boost-fusion, boost-interprocess, boost-lexical-cast, boost-logic, boost-math, boost-multi-index, boost-optional, boost-phoenix, boost-pool, boost-program-options, boost-range, boost-serialization, boost-smart-ptr, boost-spirit, boost-system, boost-thread, boost-tokenizer, boost-tuple, boost-ublas, boost-variant +Default-Features: openssl + +Feature: dbo +Description: Wt::Dbo + +Feature: postgresql +Description: Wt::Dbo PostgreSQL backend +Build-Depends: libpq, wt[dbo] + +Feature: sqlite3 +Description: Wt::Dbo Sqlite 3 backend +Build-Depends: sqlite3, wt[dbo] + +Feature: sqlserver +Description: Wt::Dbo MS SQL Server backend +Build-Depends: unixodbc (!windows), wt[dbo] + +Feature: openssl +Description: TLS support +Build-Depends: openssl + +Feature: graphicsmagick +Description: WRasterImage support on non-Windows based on GraphicsMagick +Build-Depends: graphicsmagick |
