mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 22:49:07 +08:00
3492464c1c
* Update to 3.1.15 * Modernize portfile * Keep plugins * Always use vcpkg zlib instead vendored copy * Use zlib and openssl modules in pc file * Always install pc file, drop non-relocatable mariadb_config * UWP is not supported * Use schannel SSL backend on windows * Fix exported includedir and libdir * Fixup windows pc file * Disable extra static lib * Disable plugins with extra dependencies * [libmariadb] Namespace targets with unofficial:: * Update versions * Enable CI for x86-windows: no conflict with mysql * Re-enable lib mariadbclient via feature * Use openssl targets to handle multi-config * Update versions * CR request * Update versions
63 lines
1.3 KiB
JSON
63 lines
1.3 KiB
JSON
{
|
|
"name": "poco",
|
|
"version-semver": "1.11.0",
|
|
"port-version": 1,
|
|
"description": "Modern, powerful open source C++ class libraries for building network and internet-based applications that run on desktop, server, mobile and embedded systems.",
|
|
"homepage": "https://github.com/pocoproject/poco",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"expat",
|
|
"pcre",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
],
|
|
"features": {
|
|
"mariadb": {
|
|
"description": "MariaDB support for POCO",
|
|
"dependencies": [
|
|
"libmariadb"
|
|
]
|
|
},
|
|
"mysql": {
|
|
"description": "Mysql support for POCO",
|
|
"dependencies": [
|
|
"libmysql"
|
|
]
|
|
},
|
|
"netssl": {
|
|
"description": "NetSSL support for POCO",
|
|
"dependencies": [
|
|
{
|
|
"name": "openssl",
|
|
"platform": "!windows"
|
|
}
|
|
]
|
|
},
|
|
"pdf": {
|
|
"description": "Haru support for POCO",
|
|
"dependencies": [
|
|
"libharu"
|
|
]
|
|
},
|
|
"postgresql": {
|
|
"description": "PostgreSQL support for POCO",
|
|
"dependencies": [
|
|
"libpqxx"
|
|
]
|
|
},
|
|
"sqlite3": {
|
|
"description": "Sqlite3 support for POCO",
|
|
"dependencies": [
|
|
"sqlite3"
|
|
]
|
|
}
|
|
}
|
|
}
|