aboutsummaryrefslogtreecommitdiff
path: root/ports/poco/CONTROL
diff options
context:
space:
mode:
authorJocelyn GENNESSEAUX <gennesseaux@users.noreply.github.com>2019-03-09 01:18:22 +0100
committerVictor Romero <romerosanchezv@gmail.com>2019-03-08 16:18:22 -0800
commite16cf98a5bfe99ab1fc1b736ff54e546d5bfb1d2 (patch)
tree7a1119ff60717c91878a54140f20fd9f6ffa5f98 /ports/poco/CONTROL
parent7a5803413f33fbe97197b27c8736b50297d4e43f (diff)
downloadvcpkg-e16cf98a5bfe99ab1fc1b736ff54e546d5bfb1d2.tar.gz
vcpkg-e16cf98a5bfe99ab1fc1b736ff54e546d5bfb1d2.zip
[poco] pre 2.0.0 (#5503)
* [poco] pre 2.0.0 - Updated to the latest compiling commit - Added SQLite support - Added PDF support - Added MariaDB support - Added PostgreSQL support * Additional include files not part of any libraries * DataException is no more part of Poco::Data * [3fd] Patch 3fd to comply with poco-2.0.0pre
Diffstat (limited to 'ports/poco/CONTROL')
-rw-r--r--ports/poco/CONTROL14
1 files changed, 11 insertions, 3 deletions
diff --git a/ports/poco/CONTROL b/ports/poco/CONTROL
index 5817429fa..640d9b91c 100644
--- a/ports/poco/CONTROL
+++ b/ports/poco/CONTROL
@@ -1,8 +1,16 @@
Source: poco
-Version: 1.9.0-1
-Build-Depends: zlib, pcre, sqlite3, expat
-Description: Modern, powerful open source C++ class libraries for building network and internet-based applications that run on desktop, server, mobile and embedded systems.
+Version: 2.0.0-pre
+Build-Depends: expat, libpq, pcre, sqlite3, zlib
+Description: Modern, powerful open source C++ class libraries for building network and internet-based applications that run on desktop, server, mobile and embedded systems. (https://github.com/pocoproject/poco)
Feature: mysql
Build-Depends: libmysql
Description: Mysql support for POCO
+
+Feature: mariadb
+Build-Depends: libmariadb
+Description: MariaDB support for POCO
+
+Feature: postgresql
+Build-Depends: libpqxx
+Description: PostgreSQL support for POCO