Full Code of microsoft/vcpkg for AI

master c21f78db5a40 cached
13611 files
18.4 MB
4.6M tokens
168 symbols
1 requests
Copy disabled (too large) Download .txt
Showing preview only (18,135K chars total). Download the full file to get everything.
Repository: microsoft/vcpkg
Branch: master
Commit: c21f78db5a40
Files: 13611
Total size: 18.4 MB

Directory structure:
gitextract_nj6av1a1/

├── .gitattributes
├── .github/
│   ├── ISSUE_TEMPLATE/
│   │   ├── 00-report-package-build-failure.yml
│   │   ├── 01-request-a-new-port.yml
│   │   ├── 02-request-an-update-to-an-existing-port.yml
│   │   ├── 03-request-a-feature-or-improvement-to-a-port.yml
│   │   ├── 04-request-a-feature-or-improvement.yml
│   │   ├── 05-other-type-of-bug-report.md
│   │   └── config.yml
│   ├── pull_request_template.md
│   └── workflows/
│       ├── check_issues.yml
│       ├── check_tools_sha.yml
│       ├── codeql.yml
│       ├── stale.yml
│       └── untrustedPR.yml
├── .gitignore
├── .vcpkg-root
├── CONTRIBUTING.md
├── CONTRIBUTING_pt.md
├── CONTRIBUTING_zh.md
├── CodeQL.yml
├── LICENSE.txt
├── NOTICE.txt
├── NOTICE_pt.txt
├── README.md
├── SECURITY.md
├── bootstrap-vcpkg.bat
├── bootstrap-vcpkg.sh
├── docs/
│   ├── about/
│   │   └── privacy.md
│   └── users/
│       ├── assetcaching.md
│       ├── binarycaching.md
│       ├── manifests.md
│       ├── registries.md
│       ├── triplets.md
│       └── versioning.md
├── ports/
│   ├── 3fd/
│   │   ├── RapidXML.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── 7zip/
│   │   ├── 7zip-config.cmake.in
│   │   ├── CMakeLists.txt
│   │   ├── fix_timespec_get_broken_on_android.patch
│   │   ├── portfile.cmake
│   │   ├── sort-asm.diff
│   │   └── vcpkg.json
│   ├── abcmake/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── ableton-link/
│   │   ├── fix_android_build.patch
│   │   ├── no-werror.patch
│   │   ├── portfile.cmake
│   │   ├── replace_asiosdk_download_by_vcpkg_asiosdk.patch
│   │   ├── replace_local_asiostandalone_by_vcpkg_asio.patch
│   │   ├── replace_local_catch_by_vcpkg_catch2.patch
│   │   └── vcpkg.json
│   ├── abseil/
│   │   ├── 003-force-cxx-17.patch
│   │   ├── fix-heterogeneous_lookup_testing-target.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── absent/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── abumq-ripe/
│   │   ├── cmake-config-exports.patch
│   │   ├── devendoring.patch
│   │   ├── fix-cryptopp-pem-api.patch
│   │   ├── portfile.cmake
│   │   ├── unofficial-ripe-config.cmake
│   │   └── vcpkg.json
│   ├── ace/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── acl/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── activemq-cpp/
│   │   ├── FunctionLevelLinkingOn.diff
│   │   ├── activemq-cppConfig.cmake
│   │   ├── fix-crt-linkage-dyn.patch
│   │   ├── fix-crt-linkage.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── ada-idna/
│   │   ├── install.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── ada-url/
│   │   ├── no-cpm.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── ade/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── adios2/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── advobfuscator/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── aeron/
│   │   ├── patches/
│   │   │   ├── add-libuuid-vcpkg-support.patch
│   │   │   └── fix-static-crt-linkage.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── air-ctl/
│   │   ├── fix-resize-error.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── aixlog/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── aklomp-base64/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── alac/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── alac-decoder/
│   │   ├── CMakeLists.txt
│   │   ├── decomp.c
│   │   ├── no-pragma-warning.patch
│   │   ├── portfile.cmake
│   │   ├── remove_stdint_headers.patch
│   │   └── vcpkg.json
│   ├── alembic/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── aliyun-oss-c-sdk/
│   │   ├── patch.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── aliyun-oss-cpp-sdk/
│   │   ├── 0001-dependency-and-targets.patch
│   │   ├── 0002-unofficial-export.cmake
│   │   ├── 0003-suppress-fmt-warning.patch
│   │   ├── disable-werror.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── allegro5/
│   │   ├── android-glext-prototypes.diff
│   │   ├── cmake-project-include.cmake
│   │   ├── do-not-copy-pdbs-to-lib.patch
│   │   ├── minimp3-fix.patch
│   │   ├── msvc-arm64-atomic.patch
│   │   ├── portfile.cmake
│   │   ├── skip-android-aar.diff
│   │   └── vcpkg.json
│   ├── alpaca/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── alpaka/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── alsa/
│   │   ├── fix-plugin-dir.patch
│   │   ├── libdl.diff
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   └── vcpkg.json
│   ├── amd-adl-sdk/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── amd-amf/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── ampl-asl/
│   │   ├── 0006-disable-generate-arith-h.diff
│   │   ├── portfile.cmake
│   │   ├── vcpkg.json
│   │   └── workaround-msvc-optimizer-ice.patch
│   ├── ampl-mp/
│   │   ├── 0007-unofficial-export.cmake
│   │   ├── disable-matlab-mex.patch
│   │   ├── fix-arm-build.patch
│   │   ├── fix-build.patch
│   │   ├── fix-dependency-asl.patch
│   │   ├── install-targets.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── amqpcpp/
│   │   ├── fix-max_min_macros.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── anari/
│   │   ├── anari-lib-maybe-static-lib.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── anax/
│   │   ├── Add-bin-output.patch
│   │   ├── osx-arm.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── andytech-tiny-crc32c/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── angelscript/
│   │   ├── fix-dependency.patch
│   │   ├── fix-ndk-arm.patch
│   │   ├── fix-osx-x64.patch
│   │   ├── fix-win-arm64.patch
│   │   ├── mark-threads-private.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── angle/
│   │   ├── 001-fix-builder-error.patch
│   │   ├── 001-fix-uwp.patch
│   │   ├── 002-fix-builder-error.patch
│   │   ├── 003-fix-mingw.patch
│   │   ├── ANGLEShaderProgramVersion.h.in
│   │   ├── angle_commit.h.in
│   │   ├── cmake-buildsystem/
│   │   │   ├── CMakeLists.txt
│   │   │   ├── PlatformLinux.cmake
│   │   │   ├── PlatformMac.cmake
│   │   │   ├── PlatformWin.cmake
│   │   │   ├── cmake/
│   │   │   │   ├── DetectSSE2.cmake
│   │   │   │   ├── WebKitCommon-minimal.cmake
│   │   │   │   ├── WebKitCompilerFlags-minimal.cmake
│   │   │   │   └── WebKitMacros-minimal.cmake
│   │   │   └── linux.cmake
│   │   ├── portfile.cmake
│   │   ├── unofficial-angle-config.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── ankurvdev-embedresource/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── annoy/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── antlr4/
│   │   ├── add-include-chrono.patch
│   │   ├── portfile.cmake
│   │   ├── set-export-macro-define-as-private.patch
│   │   └── vcpkg.json
│   ├── any-lite/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── anyrpc/
│   │   ├── mingw.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── anyxx/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── aom/
│   │   ├── aom-fix-nasm.diff
│   │   ├── aom-rename-static.diff
│   │   ├── aom-uninitialized-pointer.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── apache-datasketches/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── approval-tests-cpp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── appstream/
│   │   ├── portfile.cmake
│   │   ├── remove-uneeded-directories.patch
│   │   └── vcpkg.json
│   ├── appstream-glib/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── apr/
│   │   ├── 0100-add-host-tools-dir.diff
│   │   ├── portfile.cmake
│   │   ├── unglue.patch
│   │   ├── unofficial-apr-config.cmake
│   │   ├── usage-cmake
│   │   └── vcpkg.json
│   ├── apr-util/
│   │   ├── apr.patch
│   │   ├── portfile.cmake
│   │   ├── unglue.patch
│   │   ├── use-vcpkg-expat.patch
│   │   └── vcpkg.json
│   ├── apriltag/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── apsi/
│   │   ├── fix-c2398.patch
│   │   ├── fix-find-seal.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── aravis/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── arcticdb-sparrow/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── arcticdb-sparrow-extensions/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── arcus/
│   │   ├── 0001-fix-protobuf-deprecated.patch
│   │   ├── 0002-protobuf-version.patch
│   │   ├── 0003-cstdint.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── arg-router/
│   │   ├── always-depend-on-boost.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── argagg/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── argh/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── argon2/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   ├── thread-header.patch
│   │   ├── unofficial-argon2-config.cmake
│   │   ├── unofficial-libargon2-config.cmake
│   │   ├── usage
│   │   ├── vcpkg.json
│   │   ├── visibility-for-tool.patch
│   │   └── visibility.patch
│   ├── argparse/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── args/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── argtable2/
│   │   ├── 0001-fix-install-dirs.patch
│   │   ├── 0002-include-correct-headers.patch
│   │   ├── 0003-add-dependence-getopt.patch
│   │   ├── portfile.cmake
│   │   ├── undef-eoverflow.diff
│   │   └── vcpkg.json
│   ├── argtable3/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── argumentum/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── argus/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── aricpp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── armadillo/
│   │   ├── cmake-config.patch
│   │   ├── dependencies.patch
│   │   ├── pkgconfig.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   └── vcpkg.json
│   ├── arpack-ng/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── arrayfire/
│   │   ├── Fix-constexpr-error-with-vs2019-with-half.patch
│   │   ├── build.patch
│   │   ├── fix-dependency-clfft.patch
│   │   ├── fix-fmt-error.patch
│   │   ├── fix-miss-header-file.patch
│   │   ├── portfile.cmake
│   │   ├── remove-cl2hpp-download.diff
│   │   └── vcpkg.json
│   ├── arrow/
│   │   ├── 0001-msvc-static-name.patch
│   │   ├── 0003-android-musl.patch
│   │   ├── 0004-android-datetime.patch
│   │   ├── 0005-cmake-msvcruntime.patch
│   │   ├── 0007-use-vcpkg-mimalloc.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   ├── usage-acero
│   │   ├── usage-compute
│   │   ├── usage-dataset
│   │   ├── usage-flight
│   │   ├── usage-flightsql
│   │   ├── usage-parquet
│   │   └── vcpkg.json
│   ├── arrow-adbc/
│   │   ├── fix_static_build.patch
│   │   ├── fix_windows_build.patch
│   │   ├── portfile.cmake
│   │   ├── unvendor.patch
│   │   └── vcpkg.json
│   ├── arsenalgear/
│   │   ├── disable-cppcheck.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── arun11299-cpp-subprocess/
│   │   ├── find-threads.patch
│   │   ├── fix-cmake-config-name.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── ashes/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── asio/
│   │   ├── CMakeLists.txt
│   │   ├── asio-config.cmake
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── asio-grpc/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── asiochan/
│   │   ├── fix-10.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── asiosdk/
│   │   ├── Findasiosdk.cmake
│   │   ├── fix-new-delete-mismatch.patch
│   │   ├── portfile.cmake
│   │   ├── unofficial-asiosdk-config.cmake
│   │   ├── usage
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   └── vcpkg.json
│   ├── asmjit/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── asmtk/
│   │   ├── fix-link-amsjit.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── asock/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── assimp/
│   │   ├── build_fixes.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── astr/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── async-mqtt/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── async-simple/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── asynch/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── asyncplusplus/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── at-spi2-atk/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── at-spi2-core/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── atk/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── atkmm/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── atl/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── atliac-minitest/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── atlmfc/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── atomic-queue/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── attr/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── aubio/
│   │   ├── 0001-ffmpeg-deprecated.patch
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── audioengine/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── audiofile/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── audit/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── aurora/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── aurora-au/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── autodock-vina/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── avcpp/
│   │   ├── 0002-av_init_packet_deprecation.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── avir/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── avisynthplus/
│   │   ├── backport_409369a.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── avro-c/
│   │   ├── avro.patch
│   │   ├── bswap.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── avro-cpp/
│   │   ├── fix-cmake.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── awlib/
│   │   ├── fix-mac-build.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── aws-c-auth/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── aws-c-cal/
│   │   ├── portfile.cmake
│   │   ├── remove-libcrypto-messages.patch
│   │   └── vcpkg.json
│   ├── aws-c-common/
│   │   ├── disable-internal-crt-option.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── aws-c-compression/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── aws-c-event-stream/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── aws-c-http/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── aws-c-io/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── aws-c-mqtt/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── aws-c-s3/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── aws-c-sdkutils/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── aws-checksums/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── aws-crt-cpp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── aws-lambda-cpp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── aws-sdk-cpp/
│   │   ├── configure-binary-dir.patch
│   │   ├── find-dependency.patch
│   │   ├── fix-aws-root.patch
│   │   ├── fix_find_curl.patch
│   │   ├── generateFeatures.ps1
│   │   ├── lock-curl-http-and-tls-settings.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   ├── vcpkg.in.json
│   │   └── vcpkg.json
│   ├── ayush272002-dotenv/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── azmq/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── azure-c-shared-utility/
│   │   ├── disable-error.patch
│   │   ├── fix-install-location.patch
│   │   ├── fix-utilityFunctions-conditions.patch
│   │   ├── improve-dependencies.patch
│   │   ├── modify-POSIX-c-version.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── azure-core-amqp-cpp/
│   │   ├── portfile.cmake
│   │   ├── set_version.patch
│   │   └── vcpkg.json
│   ├── azure-core-cpp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── azure-core-tracing-opentelemetry-cpp/
│   │   ├── portfile.cmake
│   │   ├── set_version.patch
│   │   ├── useragent.patch
│   │   └── vcpkg.json
│   ├── azure-data-tables-cpp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── azure-identity-cpp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── azure-iot-sdk-c/
│   │   ├── fix-install-location.patch
│   │   ├── fix-iothubclient-includes.patch
│   │   ├── improve-external-deps.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── azure-kinect-depth-engine/
│   │   ├── k4adeploy.ps1
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── azure-kinect-sensor-sdk/
│   │   ├── fix-build-imgui.patch
│   │   ├── fix-builds.patch
│   │   ├── fix-calibration-c.patch
│   │   ├── fix-header.patch
│   │   ├── fix-linux.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── azure-macro-utils-c/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── azure-messaging-eventhubs-checkpointstore-blob-cpp/
│   │   ├── portfile.cmake
│   │   ├── set_version.patch
│   │   ├── useragent.patch
│   │   └── vcpkg.json
│   ├── azure-messaging-eventhubs-cpp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── azure-security-attestation-cpp/
│   │   ├── context_syntax.patch
│   │   ├── cstdint.patch
│   │   ├── portfile.cmake
│   │   ├── set_version.patch
│   │   ├── useragent.patch
│   │   └── vcpkg.json
│   ├── azure-security-keyvault-administration-cpp/
│   │   ├── portfile.cmake
│   │   ├── set_version.patch
│   │   └── vcpkg.json
│   ├── azure-security-keyvault-certificates-cpp/
│   │   ├── portfile.cmake
│   │   ├── set_version.patch
│   │   ├── useragent.patch
│   │   └── vcpkg.json
│   ├── azure-security-keyvault-keys-cpp/
│   │   ├── portfile.cmake
│   │   ├── set_version.patch
│   │   ├── useragent.patch
│   │   └── vcpkg.json
│   ├── azure-security-keyvault-secrets-cpp/
│   │   ├── portfile.cmake
│   │   ├── set_version.patch
│   │   ├── useragent.patch
│   │   └── vcpkg.json
│   ├── azure-storage-blobs-cpp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── azure-storage-common-cpp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── azure-storage-cpp/
│   │   ├── cmake.diff
│   │   ├── fix-asio-error.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── azure-storage-files-datalake-cpp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── azure-storage-files-shares-cpp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── azure-storage-queues-cpp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── azure-uamqp-c/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── azure-uhttp-c/
│   │   ├── package-location-fix-preview.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── azure-umqtt-c/
│   │   ├── package-location-fix-preview.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── b64/
│   │   ├── CMakeLists.txt
│   │   ├── b64_dynamic_config.h
│   │   ├── b64_static_config.h
│   │   ├── portfile.cmake
│   │   ├── vcpkg.json
│   │   └── windows-fix.patch
│   ├── babl/
│   │   ├── portfile.cmake
│   │   ├── remove-consistency-check.patch
│   │   └── vcpkg.json
│   ├── backward-cpp/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── baresip-libre/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── bark/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── barkeep/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── basisu/
│   │   ├── devendor-zstd.diff
│   │   ├── export-cmake-config.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── bbalouki-itch/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── bbstrader/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── bcg729/
│   │   ├── disable-alt-packaging.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── bddisasm/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── bde/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── bdwgc/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── behaviortree-cpp/
│   │   ├── fix-dependencies.patch
│   │   ├── portfile.cmake
│   │   ├── remove-source-charset.diff
│   │   └── vcpkg.json
│   ├── benchmark/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── bento4/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── berkeleydb/
│   │   ├── CMakeLists.txt
│   │   ├── fix-conflict-macro.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── better-enums/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── bext-di/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── bext-mp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── bext-sml/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── bext-sml2/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── bext-text/
│   │   ├── fix-boost-dependency.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── bext-ut/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── bext-wintls/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── bfgroup-lyra/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── bgfx/
│   │   ├── fix-dependencies.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── bigint/
│   │   ├── CMakeLists.txt
│   │   ├── fix-osx-usage.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── binlog/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── binn/
│   │   ├── 0001_fix_uwp.patch
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── bit7z/
│   │   ├── fix_compile_options.patch
│   │   ├── fix_dependency.patch
│   │   ├── fix_install.patch
│   │   ├── portfile.cmake
│   │   ├── unofficial-bit7z-config.cmake.in
│   │   └── vcpkg.json
│   ├── bitmagic/
│   │   ├── fix-clang.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── bitserializer/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── bitsery/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── blake3/
│   │   ├── fix-windows-arm-build-error.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── blas/
│   │   ├── blas.pc.in
│   │   ├── portfile.cmake
│   │   ├── vcpkg-cmake-wrapper.cmake.in
│   │   └── vcpkg.json
│   ├── blaze/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── blend2d/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── blickfeld-qb2/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── blingfire/
│   │   ├── ninja.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── blitz/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── bloomberg-quantum/
│   │   ├── portfile.cmake
│   │   ├── rename-config-file-and-namespace.patch
│   │   └── vcpkg.json
│   ├── blosc/
│   │   ├── 0001-fix-CMake-config.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── blosc2/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── blpapi/
│   │   ├── portfile.cmake
│   │   ├── update-blpapi-lib-include-dir.patch
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── bluescarni-tanuki/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boinc/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boolinq/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-accumulators/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-algorithm/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-align/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-any/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-array/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-asio/
│   │   ├── 0001-add-options.patch
│   │   ├── features.cmake
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-assert/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-assign/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-atomic/
│   │   ├── fix-include.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-beast/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-bimap/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-bind/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-bloom/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-build/
│   │   ├── 0001-fix-get-version.patch
│   │   ├── 0002-fix-emscripten.patch
│   │   ├── 0003-workaround-MSVC-codegen-bug-in-17.5-on-ARM64.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-callable-traits/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-charconv/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-chrono/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-circular-buffer/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-cmake/
│   │   ├── 0001-vcpkg-build.patch
│   │   ├── 0002-remove-prefix-and-suffix.patch
│   │   ├── CMakeLists.txt.in
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   ├── vcpkg-port-config.cmake
│   │   └── vcpkg.json
│   ├── boost-cobalt/
│   │   ├── fail-on-compiler-not-supported.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-compat/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-compute/
│   │   ├── opt-filesystem.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-concept-check/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-config/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-container/
│   │   ├── portfile.cmake
│   │   ├── posix-threads.diff
│   │   └── vcpkg.json
│   ├── boost-container-hash/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-context/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-contract/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-conversion/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-convert/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-core/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-coroutine/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-coroutine2/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-crc/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-date-time/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-describe/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-detail/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-dll/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-dynamic-bitset/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-endian/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-exception/
│   │   ├── features.cmake
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-fiber/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-filesystem/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-flyweight/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-foreach/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-format/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-function/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-function-types/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-functional/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-fusion/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-geometry/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-gil/
│   │   ├── portfile.cmake
│   │   ├── remove-boost-filesystem-dep.diff
│   │   └── vcpkg.json
│   ├── boost-graph/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-graph-parallel/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-hana/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-hash2/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-headers/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-heap/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-histogram/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-hof/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-icl/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-integer/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-interprocess/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-interval/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-intrusive/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-io/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-iostreams/
│   │   ├── features.cmake
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-iterator/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-json/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-lambda/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-lambda2/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-leaf/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-lexical-cast/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-local-function/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-locale/
│   │   ├── features.cmake
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-lockfree/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-log/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-logic/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-math/
│   │   ├── build-old-libs.patch
│   │   ├── features.cmake
│   │   ├── opt-random.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-metaparse/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-move/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-mp11/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-mpi/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-mpl/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-mqtt5/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-msm/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-multi-array/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-multi-index/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-multiprecision/
│   │   ├── optional-random.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-mysql/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-nowide/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-numeric-conversion/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-odeint/
│   │   ├── features.cmake
│   │   ├── opt-mpi.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-openmethod/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-optional/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-outcome/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-parameter/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-parameter-python/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-parser/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-pfr/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-phoenix/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-poly-collection/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-polygon/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-pool/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-predef/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-preprocessor/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-process/
│   │   ├── fix-filesystem.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-program-options/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-property-map/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-property-map-parallel/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-property-tree/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-proto/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-ptr-container/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-python/
│   │   ├── portfile.cmake
│   │   ├── remove_undef.diff
│   │   └── vcpkg.json
│   ├── boost-qvm/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-random/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-range/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-ratio/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-rational/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-redis/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-regex/
│   │   ├── compat.diff
│   │   ├── features.cmake
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-safe-numerics/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-scope/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-scope-exit/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-serialization/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-signals2/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-smart-ptr/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-sort/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-spirit/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-stacktrace/
│   │   ├── features.cmake
│   │   ├── fix_config-check.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-statechart/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-static-assert/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-static-string/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-stl-interfaces/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-system/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-test/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-thread/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-throw-exception/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-timer/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-tokenizer/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-tti/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-tuple/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-type-erasure/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-type-index/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-type-traits/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-typeof/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-ublas/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-uninstall/
│   │   ├── portfile.cmake
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   └── vcpkg.json
│   ├── boost-units/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-unordered/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-url/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-utility/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-uuid/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-variant/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-variant2/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-vmd/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-wave/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-winapi/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-xpressive/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-yap/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boringssl/
│   │   ├── 0001-static-gtest.patch
│   │   ├── 0002-remove-WX-Werror.patch
│   │   ├── 0003-fix-shared-symbol-visibility.patch
│   │   ├── install-pc-files.cmake
│   │   ├── openssl.pc.in
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── botan/
│   │   ├── botan-3.10-illegal-instruction.patch
│   │   ├── configure
│   │   ├── configure-zlib.patch
│   │   ├── embed-debug-info.patch
│   │   ├── fix-x86-msvc-amalgamation.patch
│   │   ├── fix_android.patch
│   │   ├── pkgconfig.patch
│   │   ├── portfile.cmake
│   │   ├── vcpkg.json
│   │   └── verbose-install.patch
│   ├── box2d/
│   │   ├── libm.diff
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── braft/
│   │   ├── export-target.patch
│   │   ├── fix-build.patch
│   │   ├── fix-bvar-detail-sample.patch
│   │   ├── fix-dependency.patch
│   │   ├── fix-glog.patch
│   │   ├── portfile.cmake
│   │   ├── protobuf-6.patch
│   │   ├── protobuf.patch
│   │   └── vcpkg.json
│   ├── breakpad/
│   │   ├── CMakeLists.txt
│   │   ├── add-algorithm-1.patch
│   │   ├── check_getcontext.cc
│   │   ├── portfile.cmake
│   │   ├── unofficial-breakpadConfig.cmake
│   │   └── vcpkg.json
│   ├── brigand/
│   │   ├── portfile.cmake
│   │   ├── remove-tests.patch
│   │   └── vcpkg.json
│   ├── brotli/
│   │   ├── install.patch
│   │   ├── pkgconfig.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── brpc/
│   │   ├── fix-build.patch
│   │   ├── fix-warnings.patch
│   │   ├── portfile.cmake
│   │   ├── protobuf-6.patch
│   │   └── vcpkg.json
│   ├── brunocodutra-metal/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── brynet/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── bshoshany-thread-pool/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── bsio/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── buck-yeh-bux/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── buck-yeh-bux-sqlite/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── bullet3/
│   │   ├── cmake-config-export.diff
│   │   ├── cmake-version.diff
│   │   ├── opencl.diff
│   │   ├── portfile.cmake
│   │   ├── tinyxml2.diff
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── bungee/
│   │   ├── assert-win32-compat.patch
│   │   ├── cmake-use-vcpkg-deps-and-install-layout.patch
│   │   ├── pffft-include-path.patch
│   │   ├── portfile.cmake
│   │   ├── resample-msvc-noinline.patch
│   │   ├── unofficial-bungee-config.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── bustache/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── butteraugli/
│   │   ├── CMakeLists.txt
│   │   ├── missing_header.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── bw-sqlitemap/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── bw-tempdir/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── bxzstr/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── byte-lite/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── bzip2/
│   │   ├── CMakeLists.txt
│   │   ├── bzip2.pc.in
│   │   ├── fix-import-export-macros.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── bzip3/
│   │   ├── disable-man.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── c-ares/
│   │   ├── avoid-docs.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── c4core/
│   │   ├── disable-cpack.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── c89stringutils/
│   │   ├── no_flags.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── c9y/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cachelib/
│   │   ├── fix-build.patch
│   │   ├── fix-glog.patch
│   │   ├── fix-status-formmatable.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cadons-ctus/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── caf/
│   │   ├── fix_cxx17.patch
│   │   ├── fix_dependency.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cairo/
│   │   ├── fix_clang-cl_build.patch
│   │   ├── msvc-convenience.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cairomm/
│   │   ├── fix_include_path.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── calceph/
│   │   ├── disable-gnu-source.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── camport3/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── canvas-ity/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── capnproto/
│   │   ├── portfile.cmake
│   │   ├── undef-KJ_USE_EPOLL-for-ANDROID_PLATFORM-23.patch
│   │   └── vcpkg.json
│   ├── capstone/
│   │   ├── 001-silence-windows-crt-secure-warnings.patch
│   │   ├── 002-force-exportname-capstone.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cargs/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── casadi/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── casclib/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── catch2/
│   │   ├── fix-install-path.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cblas/
│   │   ├── cblas.pc.in
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cccapstone/
│   │   ├── fix-include-path.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── ccd/
│   │   ├── fix-static.patch
│   │   ├── portfile.cmake
│   │   ├── support-emscripten.patch
│   │   └── vcpkg.json
│   ├── ccfits/
│   │   ├── dependencies.diff
│   │   ├── dll_exports.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cctag/
│   │   ├── 0001-support-eigen3-5.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cctz/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cddlib/
│   │   ├── 0001-disable-doc-target.patch
│   │   ├── 0002-disable-dd-log.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cdt/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── celero/
│   │   ├── fix-bin-install-path.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cello/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cereal/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── ceres/
│   │   ├── 0001_cmakelists_fixes.patch
│   │   ├── 0002_use_glog_target.patch
│   │   ├── 0004_remove_broken_fake_ba_jac.patch
│   │   ├── 0005_link_cuda_static.patch
│   │   ├── 0006_fix_cuda_architectures.patch
│   │   ├── 0007_support_cuda_13.patch
│   │   ├── 0008_support_eigen3_5.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cfitsio/
│   │   ├── dependencies.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cgal/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── cgicc/
│   │   ├── CMakeLists.txt
│   │   ├── fix-define.patch
│   │   ├── fix-static-build.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cglm/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── cgltf/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cgns/
│   │   ├── cgnsconfig.h
│   │   ├── hdf5.patch
│   │   ├── install-lib-linkage.diff
│   │   ├── linux_lfs.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── chaiscript/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── chakracore/
│   │   ├── avoid_msvc_internal_STRINGIZE.patch
│   │   ├── no-warning-as-error.props
│   │   ├── portfile.cmake
│   │   ├── unofficial-chakracore-config.cmake
│   │   └── vcpkg.json
│   ├── charls/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── chartdir/
│   │   ├── Config.cmake.in
│   │   ├── chartdir.h
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── check/
│   │   ├── fix-lib-path.patch
│   │   ├── linkage.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── chenjunfu2-nbt-cpp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── chipmunk/
│   │   ├── export-targets.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── chmlib/
│   │   ├── CMakeLists.txt
│   │   ├── all-platforms.patch
│   │   ├── portfile.cmake
│   │   ├── strings_h.patch
│   │   └── vcpkg.json
│   ├── chromaprint/
│   │   ├── pkgconfig-cxx-linkage.diff
│   │   ├── pkgconfig-dependencies.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── chronoengine/
│   │   ├── 0001-dependencies.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cialloo-rcon/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── cimg/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cinatra/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cista/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── cityhash/
│   │   ├── CMakeLists.txt
│   │   ├── config.h
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── civetweb/
│   │   ├── disable_warnings.patch
│   │   ├── fix-fseeko.patch
│   │   ├── pkgconfig.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── cjson/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── clamav/
│   │   ├── build.patch
│   │   ├── cmakefiles.patch
│   │   ├── curl.patch
│   │   ├── isnt.patch
│   │   ├── mspack.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── clap-cleveraudio/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── clapack/
│   │   ├── FindLAPACK.cmake
│   │   ├── arith_linux64.h
│   │   ├── arith_osx.h
│   │   ├── arith_win32.h
│   │   ├── arith_win64.h
│   │   ├── fix-ConfigFile.patch
│   │   ├── fix-install.patch
│   │   ├── portfile.cmake
│   │   ├── remove_internal_blas.patch
│   │   ├── support-uwp.patch
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   └── vcpkg.json
│   ├── clara/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── clay/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── clblas/
│   │   ├── Fix-BuildDLL.patch
│   │   ├── abs-arm.patch
│   │   ├── cmake.patch
│   │   ├── fix-cmake-4.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── clblast/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cld3/
│   │   ├── fix-build.patch
│   │   ├── portfile.cmake
│   │   ├── unofficial-cld3Config.cmake
│   │   ├── unofficial-export.patch
│   │   └── vcpkg.json
│   ├── cleishm-frequency-cpp/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── cleishm-thermo-cpp/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── clfft/
│   │   ├── fix-build.patch
│   │   ├── portfile.cmake
│   │   ├── tweak-install.patch
│   │   └── vcpkg.json
│   ├── cli/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cli11/
│   │   ├── portfile.cmake
│   │   ├── revert-1012-pkgconfig.diff
│   │   └── vcpkg.json
│   ├── clickhouse-cpp/
│   │   ├── fix-deps-and-build-type.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── clipboardxx/
│   │   ├── fix-install.patch
│   │   ├── portfile.cmake
│   │   ├── unofficial-clipboardxx-config.cmake.in
│   │   └── vcpkg.json
│   ├── clipp/
│   │   ├── Fix-result_of-deprecated-in-C++20.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── clipper2/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── clockutils/
│   │   ├── add-missing-thread-header.patch
│   │   ├── cmake4.patch
│   │   ├── disable-werror.diff
│   │   ├── fix-warningC4643.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── clrng/
│   │   ├── 001-build-fixup.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── clue/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cmakerc/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── cmark/
│   │   ├── add-feature-tools.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cmark-gfm/
│   │   ├── add-feature-tools.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cminpack/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── cmocka/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cnats/
│   │   ├── fix-sodium-dep.patch
│   │   ├── fix_install_path.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cnl/
│   │   ├── disable-test.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cocoyaxi/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── coin/
│   │   ├── expat.diff
│   │   ├── openal.diff
│   │   ├── portfile.cmake
│   │   ├── remove-default-config.patch
│   │   └── vcpkg.json
│   ├── coin-or-buildtools/
│   │   ├── buildtools.patch
│   │   ├── buildtools2.patch
│   │   ├── disable-mkl.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── coin-or-cbc/
│   │   ├── disable_glpk.patch
│   │   ├── pkgconf_win.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── coin-or-cgl/
│   │   ├── fix-c1083-error.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── coin-or-clp/
│   │   ├── dep.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── coin-or-ipopt/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── coin-or-osi/
│   │   ├── glpk.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── coinutils/
│   │   ├── coinutils.patch
│   │   ├── coinutils2.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── collada-dom/
│   │   ├── fix-compatibility-with-boost-1.85.patch
│   │   ├── fix-emscripten.patch
│   │   ├── fix-shared-keyword.patch
│   │   ├── portfile.cmake
│   │   ├── use-uriparser.patch
│   │   ├── use-vcpkg-minizip.patch
│   │   ├── vcpkg.json
│   │   └── vs-version-detection.patch
│   ├── colmap/
│   │   ├── add-missing-cassert.patch
│   │   ├── no-glu.diff
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── color-console/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── commata/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── comms/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── comms-ublox/
│   │   ├── copyright
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── commsdsl/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── compoundfilereader/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── concurrencpp/
│   │   ├── add-include-chrono.patch
│   │   ├── add-include-string.patch
│   │   ├── fix-include-path.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── concurrentqueue/
│   │   ├── portfile.cmake
│   │   ├── unofficial-concurrentqueue-config.cmake
│   │   └── vcpkg.json
│   ├── configcat/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── conjure-enum/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── console-bridge/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── constexpr/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── constexpr-contracts/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── continuable/
│   │   ├── fix-cmakelists.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── convectionkernels/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── coolprop/
│   │   ├── cmake-project-include.cmake
│   │   ├── fix-builderror.patch
│   │   ├── fix-dependency.patch
│   │   ├── fix-install.patch
│   │   ├── fmt-fix.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── copypp/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── coroutine/
│   │   ├── add-noexcept-to-frame.patch
│   │   ├── fix-errorC7651.patch
│   │   ├── gsl-4_0_0.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── corrade/
│   │   ├── build-corrade-rc-always.patch
│   │   ├── clang-16.patch
│   │   ├── fix-vs2019.patch
│   │   ├── missing-headers.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── correlation-vector-cpp/
│   │   ├── correlation-vector.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── cpp-async/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── cpp-base64/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cpp-channel/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cpp-exiftool/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cpp-httplib/
│   │   ├── fix-find-brotli.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── cpp-ipc/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cpp-jwt/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cpp-kana/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── cpp-lazy/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cpp-peglib/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cpp-pinyin/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── cpp-redis/
│   │   ├── fix-sleep_for.patch
│   │   ├── portfile.cmake
│   │   ├── tacopie/
│   │   │   └── CMakeLists.txt
│   │   └── vcpkg.json
│   ├── cpp-smtpclient-library/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── cpp-sort/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cpp-timsort/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cppad/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cppadcodegen/
│   │   ├── change_main_cmake.diff
│   │   ├── portfile.cmake
│   │   ├── undef_CONST.diff
│   │   └── vcpkg.json
│   ├── cppcms/
│   │   ├── dependencies.diff
│   │   ├── dllexport.diff
│   │   ├── fix_narrowing_error.patch
│   │   ├── no-tests-and-examples.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cppcodec/
│   │   ├── 0001-Fix-62.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cppcoro/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cppdap/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cppfs/
│   │   ├── portfile.cmake
│   │   ├── ssh-dependencies.diff
│   │   └── vcpkg.json
│   ├── cppgraphqlgen/
│   │   ├── 356.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cppitertools/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cppkafka/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cppmicroservices/
│   │   ├── devendor_boost_absl.patch
│   │   ├── fix_strnicmp.patch
│   │   ├── portfile.cmake
│   │   ├── remove-ut-macro.patch
│   │   ├── vcpkg.json
│   │   └── werror.patch
│   ├── cppp-reiconv/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cpprealm/
│   │   ├── disable-werror.diff
│   │   ├── missing-cstdint.diff
│   │   ├── portfile.cmake
│   │   ├── remove-overzealous-template.diff
│   │   └── vcpkg.json
│   ├── cpprestsdk/
│   │   ├── fix-asio-error.patch
│   │   ├── fix-clang-dllimport.patch
│   │   ├── fix-find-openssl.patch
│   │   ├── fix-uwp.patch
│   │   ├── fix_narrowing.patch
│   │   ├── portfile.cmake
│   │   ├── silence-stdext-checked-array-iterators-warning.patch
│   │   ├── test.patch
│   │   └── vcpkg.json
│   ├── cppslippi/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── cpptoml/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cpptrace/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── cppunit/
│   │   ├── CMakeLists.txt
│   │   ├── CppUnitConfig.cmake
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cpputest/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cppvrf/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── cppwinrt/
│   │   ├── cppwinrt-config.cmake.in
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── cppxaml/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cppzmq/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cpr/
│   │   ├── disable_werror.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cpu-features/
│   │   ├── 0001-ndk-compat-export-include-dirs.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   ├── usage_android
│   │   └── vcpkg.json
│   ├── cpuid/
│   │   ├── fix-LNK2019.patch
│   │   ├── fix-build.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cpuinfo/
│   │   ├── add-clog-cmake.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cr/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── crashpad/
│   │   ├── crashpad-memset-errors-5758170.diff
│   │   ├── crashpadConfig.cmake.in
│   │   ├── fix-lib-name-conflict-1.patch
│   │   ├── fix-lib-name-conflict.patch
│   │   ├── fix-linux.patch
│   │   ├── fix-std-20.patch
│   │   ├── ndk-toolchain.diff
│   │   ├── portfile.cmake
│   │   ├── vcpkg.json
│   │   └── zlib.gn
│   ├── crashrpt/
│   │   ├── 001-add-install-target-and-find-deps.patch
│   │   ├── 002-fix-wtl-includepath.patch
│   │   ├── 003-add-definition-UNICODE.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── crc32c/
│   │   ├── fix_clang-cl.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── crcpp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── crfsuite/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── croncpp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── crossdb/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── crossguid/
│   │   ├── missing-include-cstdint.patch
│   │   ├── portfile.cmake
│   │   ├── vcpkg.json
│   │   └── warnings.patch
│   ├── crow/
│   │   ├── portfile.cmake
│   │   ├── remove-cpm.patch
│   │   └── vcpkg.json
│   ├── cryptopp/
│   │   ├── cryptopp.patch
│   │   ├── patch.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cserialport/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cspice/
│   │   ├── CMakeLists.txt
│   │   ├── License.txt
│   │   ├── isatty.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── ctbench/
│   │   ├── fix_build_with_boost_1_88_0.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── ctbignum/
│   │   ├── no-boost.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── ctemplate/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cthash/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── ctp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── ctpg/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── ctre/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── ctstraffic/
│   │   ├── portfile.cmake
│   │   ├── prepare_for_build.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── cubeb/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cuda/
│   │   ├── portfile.cmake
│   │   ├── vcpkg-port-config.cmake
│   │   ├── vcpkg.json
│   │   └── vcpkg_find_cuda.cmake
│   ├── cuda-api-wrappers/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── cudnn/
│   │   ├── FindCUDNN.cmake
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   └── vcpkg.json
│   ├── cudnn-frontend/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cunit/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── curl/
│   │   ├── cmake-project-include.cmake
│   │   ├── dependencies.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   └── vcpkg.json
│   ├── curlcpp/
│   │   ├── fix-cmake.patch
│   │   ├── obsolete-curlopt.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── curlpp/
│   │   ├── fix-cmake.patch
│   │   ├── fix-findzliberror.patch
│   │   ├── obsolete-curlopt.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── curve-coco/
│   │   ├── portfile.cmake
│   │   ├── remove-cpm.patch
│   │   └── vcpkg.json
│   ├── cute-headers/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cutelyst2/
│   │   ├── fix-static-build.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cwalk/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cwapi3d/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── cxxgraph/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── cxxopts/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cyclonedds/
│   │   ├── enable-security.patch
│   │   ├── idlc-generate.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── cyclonedds-cxx/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cyrus-sasl/
│   │   ├── configure.diff
│   │   ├── fix-gcc14-time-includes.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── czmq/
│   │   ├── Findlibcurl.cmake
│   │   ├── Findlibmicrohttpd.cmake
│   │   ├── Findlibzmq.cmake
│   │   ├── Findlz4.cmake
│   │   ├── Finduuid.cmake
│   │   ├── fix-dependencies.patch
│   │   ├── link-log-on-android.patch
│   │   ├── portfile.cmake
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   └── vcpkg.json
│   ├── d3d12-memory-allocator/
│   │   ├── 0001-build-options.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── d3dx12/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── dacap-clip/
│   │   ├── fix-install-header-and-force-static-compilation.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── dagir/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── darknet/
│   │   ├── android.diff
│   │   ├── installation.diff
│   │   ├── msvc-names.diff
│   │   ├── portfile.cmake
│   │   ├── purely-openmp_cxx-target.diff
│   │   ├── system-processor.diff
│   │   ├── vcpkg.json
│   │   ├── version-info.diff
│   │   └── windows-getopt.diff
│   ├── darts-clone/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── dartsim/
│   │   ├── 0001-dependencies.patch
│   │   ├── 0002-devendor-lodepng.patch
│   │   ├── 0003-disable_unit_tests_examples_and_tutorials.patch
│   │   ├── 0004-pkgconfig.patch
│   │   ├── 0005-add-cassert.patch
│   │   ├── 0006-support-eigen3-5.patch
│   │   ├── 0007-fix-imgui.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── dataframe/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── date/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── datraw/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── dav1d/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── daw-header-libraries/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── daw-json-link/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── daw-utf-range/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── dawn/
│   │   ├── 000-fix-emdawnwebgpu.patch
│   │   ├── 001-fix-windows-build.patch
│   │   ├── 002-fix-uwp.patch
│   │   ├── 003-fix-d3d11.patch
│   │   ├── 004-deps.patch
│   │   ├── 005-bsd-support.patch
│   │   ├── 006-msvc-spirv-tools-disable-warnaserror.patch
│   │   ├── 007-fix-tint-null-only-writer.patch
│   │   ├── 008-wrong-dxcapi-include.patch
│   │   ├── 009-fix-tint-install.patch
│   │   ├── 010-fix-glslang.patch
│   │   ├── 011-fix-dxc.patch
│   │   ├── DawnConfig.cmake
│   │   ├── portfile.cmake
│   │   ├── unofficial_webgpu_dawn.pc.in
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── daxa/
│   │   ├── daxa_swp_current_cpu_timeline_value.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── dbg-macro/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── dbghelp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── dbow2/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── dbow3/
│   │   ├── add-cstdint.diff
│   │   ├── fix_cmake.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── dbus/
│   │   ├── cmake.dep.patch
│   │   ├── getpeereid.patch
│   │   ├── libsystemd.patch
│   │   ├── pkgconfig.patch
│   │   ├── portfile.cmake
│   │   ├── remove-path.patch
│   │   ├── remove-var-lib-dbus-creation.patch
│   │   └── vcpkg.json
│   ├── dbus-cxx/
│   │   ├── create-cmakeconfig.patch
│   │   ├── portfile.cmake
│   │   ├── use-cmakeconfig.patch
│   │   └── vcpkg.json
│   ├── dcmtk/
│   │   ├── dcmtk.patch
│   │   ├── dependencies.diff
│   │   ├── dictionary_paths.patch
│   │   ├── disable-test-setup.diff
│   │   ├── msvc.diff
│   │   ├── pkgconfig-lib-order.diff
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── ddtdanilo-lmdb-wrapper/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── debug-assert/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── decimal-for-cpp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── delaunator-cpp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── deniskovalchuk-libftp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── detours/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── devicenameresolver/
│   │   ├── CMakeLists.txt
│   │   ├── add-string-headfile.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── devil/
│   │   ├── 0001_fix-encoding.patch
│   │   ├── 0002_fix-missing-mfc-includes.patch
│   │   ├── 0003_fix-openexr.patch
│   │   ├── 0004_compatible-jasper-2-0-20.patch
│   │   ├── 0005-fix-pkgconfig.patch
│   │   ├── 0006-fix-ilut-header.patch
│   │   ├── 0007-remove_register_keyword_cpp17.patch
│   │   ├── enable-static.patch
│   │   ├── jasper-4.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── dimcli/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── dingo/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── directfb2/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── directx-dxc/
│   │   ├── directx-dxc-config.cmake.in
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── directx-headers/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── directx12-agility/
│   │   ├── directx12-config.cmake.in
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── directxmath/
│   │   ├── Linux-SHMath-SAL.patch
│   │   ├── MinGW-fix.patch
│   │   ├── portfile.cmake
│   │   ├── powerpc64le.patch
│   │   ├── shmathusage
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── directxmesh/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── directxsdk/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── directxtex/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   ├── vcpkg.json
│   │   └── xboxusage
│   ├── directxtk/
│   │   ├── CMake-build-options-improvements.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── directxtk12/
│   │   ├── CMake-build-options-improvements.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── dirent/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── discord-game-sdk/
│   │   ├── CMakeLists.txt
│   │   ├── copyright
│   │   ├── include-cstdint.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── discord-rpc/
│   │   ├── disable-downloading.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── discordcoreapi/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── discount/
│   │   ├── blocktags
│   │   ├── cmake.patch
│   │   ├── disable-deprecated-warnings.patch
│   │   ├── generate-blocktags-command.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── discreture/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── distorm/
│   │   ├── CMakeLists.txt
│   │   ├── fix-arm-builds.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── dlfcn-win32/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── dlib/
│   │   ├── find_blas.patch
│   │   ├── fix-dependencies.patch
│   │   ├── fix-lapack.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── dlpack/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── dmlc/
│   │   ├── cxx-fix.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── docopt/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── docraft/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── doctest/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── double-conversion/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── dp-thread-pool/
│   │   ├── include.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── dpdk/
│   │   ├── 0001-enable-either-static-or-shared-build.patch
│   │   ├── 0002-fix-dependencies.patch
│   │   ├── 0003-remove-examples-src-from-datadir.patch
│   │   ├── 0004-stop-building-apps.patch
│   │   ├── 0005-no-absolute-driver-path.patch
│   │   ├── 0006-rename-sched.h.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── dpp/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── draco/
│   │   ├── disable-symlinks.patch
│   │   ├── fix-compile-error-uwp.patch
│   │   ├── fix-pkgconfig.patch
│   │   ├── fix-uwperror.patch
│   │   ├── install-linkage.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── drekar-launch-process-cpp/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── drlibs/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── drogon/
│   │   ├── 0001-vcpkg.patch
│   │   ├── 0002-drogon-config.patch
│   │   ├── 0003-deps-redis.patch
│   │   ├── 0004-drogon-ctl.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── dstorage/
│   │   ├── dstorage-config.cmake.in
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── dtl/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── duckdb/
│   │   ├── library-linkage-excel.diff
│   │   ├── library-linkage-httpfs.diff
│   │   ├── library-linkage.diff
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── duckx/
│   │   ├── fix_dependencies.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── duilib/
│   │   ├── enable-static.patch
│   │   ├── fix-arm-build.patch
│   │   ├── fix-encoding.patch
│   │   ├── fix-include-path.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── dukglue/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── duktape/
│   │   ├── CMakeLists.txt
│   │   ├── duktapeConfig.cmake
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── dumb/
│   │   ├── check-for-math-lib.patch
│   │   ├── do-not-overwrite-cflags.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── duvc-ctl/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── dv-processing/
│   │   ├── 0001-support-eigen3-5.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── dx/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── dxcam-cpp/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── dxsdk-d3dx/
│   │   ├── dxsdk-d3dx-config.cmake.in
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── dxut/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── dylib/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── dyno/
│   │   ├── fix-deps.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── e-dant-watcher/
│   │   ├── fix-install.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── eabase/
│   │   ├── EABaseConfig.cmake.in
│   │   ├── fix_cmake_install.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── earcut-hpp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── eastl/
│   │   ├── 0001-fix-cmake-install.patch
│   │   ├── 0002-fix-error-C2338.patch
│   │   ├── EASTLConfig.cmake.in
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── easy-profiler/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── easycl/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── easyexif/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── easyhook/
│   │   ├── fix-build.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── easyloggingpp/
│   │   ├── 0001_add_cmake_options.patch
│   │   ├── 0002_fix_build_uwp.patch
│   │   ├── 0003_fix_pkgconfig.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── eathread/
│   │   ├── EAThreadConfig.cmake.in
│   │   ├── fix_cmake_install.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── ebml/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── ecal/
│   │   ├── 0001-disable-app-plugins.patch
│   │   ├── 0002-fix-build.patch
│   │   ├── 0003-fix-dependencies.patch
│   │   ├── 0004-install-cmake-files-to-share.patch
│   │   ├── 0005-remove-install-prefix-macro-value.patch
│   │   ├── 0006-use-find_dependency-in-cmake-config.patch
│   │   ├── 0007-allow-static-build-of-core.patch
│   │   ├── 0008-protobuf-linkage.patch
│   │   ├── 0009-protobuf-6.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── ecaludp/
│   │   ├── find-recycle.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── ecm/
│   │   ├── fix-wrong-version.patch
│   │   ├── fix_generateqmltypes.patch
│   │   ├── kde-clang-format.diff
│   │   ├── portfile.cmake
│   │   ├── uniform-dataroot-dir.patch
│   │   ├── uniform-libexec-dir.patch
│   │   ├── uniform-plugin-dir.patch
│   │   ├── usage
│   │   ├── vcpkg-port-config.cmake
│   │   └── vcpkg.json
│   ├── ecos/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── ed25519/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── edflib/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── edlib/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── effects11/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── effolkronium-random/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── efsw/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── egl/
│   │   ├── egl.pc.in
│   │   ├── portfile.cmake
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   └── vcpkg.json
│   ├── egl-registry/
│   │   ├── copyright
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── eigen3/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── eipscanner/
│   │   ├── package.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── elements/
│   │   ├── fix-dependencies.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── elfio/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── elfutils/
│   │   ├── disable-werror.diff
│   │   ├── link-libs.diff
│   │   ├── portfile.cmake
│   │   ├── rpath-link.diff
│   │   ├── static-tools.diff
│   │   └── vcpkg.json
│   ├── eljonny-testcpp/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── embree/
│   │   ├── avoid-library-conflicts.diff
│   │   ├── cmake-config.diff
│   │   ├── no-runtime-install.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── enchantum/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── enet/
│   │   ├── fix-export.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── enkits/
│   │   ├── fix_shared_install.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── ensmallen/
│   │   ├── dependencies.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── entityx/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── entt/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── epoll-shim/
│   │   ├── 000-install-pkg-config-into-standard-location.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── eraser/
│   │   ├── portfile.cmake
│   │   ├── remove-cpm.patch
│   │   └── vcpkg.json
│   ├── ereignis/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── esaxx/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── ethindp-prism/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── etl/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── eve/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── eventpp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── evpp/
│   │   ├── Add-static-shared-handling.patch
│   │   ├── Export-unofficial-target.patch
│   │   ├── basic-fixes.diff
│   │   ├── dependencies.diff
│   │   ├── fix-osx-build.patch
│   │   ├── fix-rapidjson-1-1.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── exiv2/
│   │   ├── dependencies.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── expat/
│   │   ├── portfile.cmake
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   └── vcpkg.json
│   ├── expected-lite/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── exprtk/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── ezc3d/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── ezfoundation/
│   │   ├── ezFoundation_vcpkg.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── f3d/
│   │   ├── fix-install.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── faad2/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── fadbad/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── faiss/
│   │   ├── msvc-template.diff
│   │   ├── portfile.cmake
│   │   ├── undef-small.diff
│   │   └── vcpkg.json
│   ├── fakeit/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── faker-cxx/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── fameta-counter/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── fann/
│   │   ├── fix-build_type.patch
│   │   ├── fix-installation.patch
│   │   ├── fix-uwp-build.patch
│   │   ├── portfile.cmake
│   │   ├── remove-nouse-target.patch
│   │   └── vcpkg.json
│   ├── farmhash/
│   │   ├── farmhashConfig.cmake
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── fast-cpp-csv-parser/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── fast-double-parser/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── fast-float/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── fast-obj/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── fastcdr/
│   │   ├── pdb-file.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── fastcgi/
│   │   ├── dll.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── fastdds/
│   │   ├── disable-werror.patch
│   │   ├── fix-deps.patch
│   │   ├── include-cstdint.patch
│   │   ├── pdb-file.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── fastfeat/
│   │   ├── CMakeLists.txt
│   │   ├── fastfeat.def
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── fastgltf/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── fastio/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── fastlz/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── fastor/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── fastpfor/
│   │   ├── fix-arm-checker.patch
│   │   ├── portfile.cmake
│   │   ├── remove-cpm.patch
│   │   └── vcpkg.json
│   ├── faudio/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── fawdlstty-libfv/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── fbgemm/
│   │   ├── fix-cmakelists.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── fbthrift/
│   │   ├── fix-deps.patch
│   │   ├── fix-fmt-include.patch
│   │   ├── fix-test.patch
│   │   ├── folly-has-liburing.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── fcl/
│   │   ├── 0001-fix-cxx-standard.patch
│   │   ├── 0002-fix-eigen3.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── fdk-aac/
│   │   ├── cmake_fix.patch
│   │   ├── cxx-linkage-pkgconfig.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── fdlibm/
│   │   ├── CMakeLists.txt
│   │   ├── libm5.def
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── fenster/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── ffmpeg/
│   │   ├── 0001-create-lib-libraries.patch
│   │   ├── 0002-fix-msvc-link.patch
│   │   ├── 0003-fix-windowsinclude.patch
│   │   ├── 0004-dependencies.patch
│   │   ├── 0005-fix-nasm.patch
│   │   ├── 0007-fix-lib-naming.patch
│   │   ├── 0013-define-WINVER.patch
│   │   ├── 0020-fix-aarch64-libswscale.patch
│   │   ├── 0024-fix-osx-host-c11.patch
│   │   ├── 0040-ffmpeg-add-av_stream_get_first_dts-for-chromium.patch
│   │   ├── 0042-fix-arm64-linux.patch
│   │   ├── 0044-fix-vulkan-debug-callback-abi.patch
│   │   ├── 0045-use-prebuilt-bin2c.patch
│   │   ├── 0046-fix-msvc-detection.patch
│   │   ├── FindFFMPEG.cmake.in
│   │   ├── build.sh.in
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   └── vcpkg.json
│   ├── ffmpeg-bin2c/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── ffnvcodec/
│   │   ├── LICENSE.txt
│   │   ├── build.sh
│   │   ├── copyright
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── fftw3/
│   │   ├── aligned_malloc.patch
│   │   ├── bigobj.patch
│   │   ├── fftw3_arch_fix.patch
│   │   ├── fix-openmp.patch
│   │   ├── fix-wrong-version.patch
│   │   ├── install-subtargets.patch
│   │   ├── neon.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── fftwpp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── fineftp/
│   │   ├── asio.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── fins/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── fixed-containers/
│   │   ├── add-install-configuration.patch
│   │   ├── fixed_containersConfig.cmake.in
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── fixed-math/
│   │   ├── disable-cpm.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── fixed-string/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── fizz/
│   │   ├── fix-build.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── fkyaml/
│   │   ├── fix-natvis-install.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── flagpp/
│   │   ├── portfile.cmake
│   │   ├── remove-cpm.patch
│   │   └── vcpkg.json
│   ├── flann/
│   │   ├── fix-dep-lz4.patch
│   │   ├── fix-dependency-hdf5.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── flash-runtime-extensions/
│   │   ├── README.md
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── flashlight-cpu/
│   │   ├── fix-dependencies.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── flashlight-cuda/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── flashlight-sequence/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── flashlight-text/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── flat/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── flatbuffers/
│   │   ├── fix-runtime-flags-msvc.patch
│   │   ├── fix-uwp-build.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── flatbush/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── flatcc/
│   │   ├── fix_install_dir.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── flecs/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   └── vcpkg.json
│   ├── flint/
│   │   ├── fix-static.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── fltk/
│   │   ├── config-path.patch
│   │   ├── dependencies.patch
│   │   ├── fix-system-link.patch
│   │   ├── include.patch
│   │   ├── math-h-polyfill.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── fluidlite/
│   │   ├── fix-dependencies.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── fluidsynth/
│   │   ├── cxx-linkage-pkgconfig.diff
│   │   ├── fix-gcem.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── flux/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── fmem/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── fmi4cpp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── fmilib/
│   │   ├── devendor-sublibs.diff
│   │   ├── fix-mergestaticlibs.diff
│   │   ├── minizip.patch
│   │   ├── portfile.cmake
│   │   ├── unofficial-export.diff
│   │   ├── unofficial-fmilib-config.cmake
│   │   └── vcpkg.json
│   ├── fmt/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── folly/
│   │   ├── disable-uninitialized-resize-on-new-stl.patch
│   │   ├── fix-deps.patch
│   │   ├── fix-perf_scoped-target.patch
│   │   ├── fix-unistd-include.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── font-chef/
│   │   ├── disable-warnings-as-errors.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── font-util/
│   │   ├── build.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── fontconfig/
│   │   ├── dllexport.diff
│   │   ├── fix-wasm-shared-memory-atomics.patch
│   │   ├── libgetopt.patch
│   │   ├── libintl.diff
│   │   ├── no-etc-symlinks.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   ├── vcpkg-cmake-wrapper.cmake.in
│   │   └── vcpkg.json
│   ├── foonathan-lexy/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── foonathan-memory/
│   │   ├── backport-0f5ebe9f.diff
│   │   ├── config-debug.diff
│   │   ├── config_impl.hpp
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── forge/
│   │   ├── cmake_config.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── foxi/
│   │   ├── portfile.cmake
│   │   ├── remove-test-targets.patch
│   │   └── vcpkg.json
│   ├── fp16/
│   │   ├── fix-cmake.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── freealut/
│   │   ├── cmake_builds.patch
│   │   ├── portfile.cmake
│   │   ├── unix_headers.patch
│   │   └── vcpkg.json
│   ├── freeglut/
│   │   ├── android.patch
│   │   ├── fix-debug-macro.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   ├── vcpkg.json
│   │   ├── windows-output-name.patch
│   │   └── x11-dependencies-export.patch
│   ├── freeimage/
│   │   ├── CMakeLists.txt
│   │   ├── FreeImageConfig-dynamic.h
│   │   ├── FreeImageConfig-static.h
│   │   ├── disable-plugins-depending-on-internal-third-party-libraries.patch
│   │   ├── fix-function-overload.patch
│   │   ├── portfile.cmake
│   │   ├── rawlib-build-fix.patch
│   │   ├── remove_auto_ptr.patch
│   │   ├── typedef-xcode.patch
│   │   ├── use-external-jpeg.patch
│   │   ├── use-external-jxrlib.patch
│   │   ├── use-external-libtiff.patch
│   │   ├── use-external-openexr.patch
│   │   ├── use-external-openjpeg.patch
│   │   ├── use-external-png-zlib.patch
│   │   ├── use-external-rawlib.patch
│   │   ├── use-external-webp.patch
│   │   ├── use-freeimage-config-include.patch
│   │   ├── use-functions-to-override-libtiff-warning-error-handlers.patch
│   │   ├── use-typedef-as-already-declared.patch
│   │   └── vcpkg.json
│   ├── freerdp/
│   │   ├── cmake-project-include.cmake
│   │   ├── dependencies.patch
│   │   ├── ffmpeg.diff
│   │   ├── install-layout.patch
│   │   ├── portfile.cmake
│   │   ├── vcpkg.json
│   │   └── windows-linkage.patch
│   ├── freetds/
│   │   ├── disable-tests.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── freetype/
│   │   ├── 0003-Fix-UWP.patch
│   │   ├── brotli-static.patch
│   │   ├── bzip2.patch
│   │   ├── fix-exports.patch
│   │   ├── portfile.cmake
│   │   ├── subpixel-rendering.patch
│   │   ├── usage
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   └── vcpkg.json
│   ├── freetype-gl/
│   │   ├── 0001-Link-to-dependencies-also-for-static-build.patch
│   │   ├── 0002-Remove-duplicate-installs.patch
│   │   ├── 0003-Add-exports.patch
│   │   ├── 0004-Change-install-dir-for-pkgconfig.patch
│   │   ├── 0005-add-version.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── freexl/
│   │   ├── android-builtin-iconv.diff
│   │   ├── dependencies.patch
│   │   ├── portfile.cmake
│   │   ├── subdirs.patch
│   │   └── vcpkg.json
│   ├── frei0r/
│   │   ├── install-dlls-to-bin.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── fribidi/
│   │   ├── meson-crosscompile.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── frozen/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── frugally-deep/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── fruit/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── ftgl/
│   │   ├── 02_enable-cpp11-std.patch
│   │   ├── fix-cmake.diff
│   │   ├── fix-gl-flags.diff
│   │   ├── freetype-usage.diff
│   │   ├── install-pkgconfig.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── ftxui/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── function2/
│   │   ├── disable-testing.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── functionalplus/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── functions-framework-cpp/
│   │   ├── fix-asio-error.patch
│   │   ├── fix-integral-include.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── future-config/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── fuzzylite/
│   │   ├── no-werror.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── fxaudio/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── fxdiv/
│   │   ├── add-cmake-config.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── g2o/
│   │   ├── 0001-dependencies.patch
│   │   ├── 0002-fix-absolute.patch
│   │   ├── 0003-support-eigen3-5.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── g3log/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── gainput/
│   │   ├── fix-build.patch
│   │   ├── install_as_cmake_package.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── gamedev-framework/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── gameinput/
│   │   ├── CMakeLists.txt.in
│   │   ├── gameinput-config.cmake.in
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── gamenetworkingsockets/
│   │   ├── fix-depend-protobuf.patch
│   │   ├── portfile.cmake
│   │   ├── protobuf-6.patch
│   │   └── vcpkg.json
│   ├── gamma/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── gapp/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── gasol/
│   │   ├── fix-install.patch
│   │   ├── gasol.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── gaussianlib/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── gcem/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── gdal/
│   │   ├── cmake-project-include.cmake
│   │   ├── find-link-libraries.patch
│   │   ├── fix-gdal-target-interfaces.patch
│   │   ├── iconv.diff
│   │   ├── libkml.patch
│   │   ├── portfile.cmake
│   │   ├── sqlite3.diff
│   │   ├── target-is-valid.patch
│   │   ├── usage
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   └── vcpkg.json
│   ├── gdbm/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── gdcm/
│   │   ├── copyright.diff
│   │   ├── no-absolute-paths.diff
│   │   ├── portfile.cmake
│   │   ├── prefer-config.diff
│   │   └── vcpkg.json
│   ├── gdk-pixbuf/
│   │   ├── fix-static-deps.patch
│   │   ├── fix_build_error_windows.patch
│   │   ├── loaders-cache.patch
│   │   ├── portfile.cmake
│   │   ├── use-libtiff-4-pkgconfig.patch
│   │   └── vcpkg.json
│   ├── gegl/
│   │   ├── disable_tests.patch
│   │   ├── portfile.cmake
│   │   ├── remove-consistency-check.patch
│   │   ├── remove_execinfo_support.patch
│   │   └── vcpkg.json
│   ├── gemmlowp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── genann/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── geogram/
│   │   ├── Config.cmake.in
│   │   ├── fix-vcpkg-install.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── geographiclib/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── geos/
│   │   ├── fix-exported-config.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── geotrans/
│   │   ├── CMakeLists.txt
│   │   ├── geotrans-config.in.cmake
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── getdns/
│   │   ├── disable-docs.patch
│   │   ├── fix-include.patch
│   │   ├── fix-libuv-deps.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── getopt/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── getopt-win32/
│   │   ├── portfile.cmake
│   │   ├── static-output-name.diff
│   │   ├── unofficial-getopt-win32-config.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── gettext/
│   │   ├── 0001-xgettext-Fix-some-test-failures-on-MSVC.patch
│   │   ├── 0003-Fix-win-unicode-paths.patch
│   │   ├── assume-modern-darwin.patch
│   │   ├── bashify.cmake
│   │   ├── config-step-order.patch
│   │   ├── env.patch
│   │   ├── install-autopoint.cmake
│   │   ├── parallel-gettext-tools.patch
│   │   ├── portfile.cmake
│   │   ├── rel_path.patch
│   │   ├── subdirs.patch
│   │   ├── uwp.patch
│   │   ├── vcpkg-port-config.cmake
│   │   └── vcpkg.json
│   ├── gettext-libintl/
│   │   ├── 0003-Fix-win-unicode-paths.patch
│   │   ├── bashify.cmake
│   │   ├── detect/
│   │   │   └── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   ├── uwp.patch
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   └── vcpkg.json
│   ├── gettimeofday/
│   │   ├── CMakeLists.txt
│   │   ├── LICENSE
│   │   ├── gettimeofday.c
│   │   ├── gettimeofday.def
│   │   ├── gettimeofday.h
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── gexiv2/
│   │   ├── msvc_def.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── gflags/
│   │   ├── 0001-patch-dir.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   └── vcpkg.json
│   ├── ggml/
│   │   ├── cmake-config.diff
│   │   ├── fix-dequant_funcs.diff
│   │   ├── pkgconfig.diff
│   │   ├── portfile.cmake
│   │   ├── relax-link-options.diff
│   │   ├── vcpkg.json
│   │   └── vulkan-shaders-gen.diff
│   ├── ghc-filesystem/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── gherkin-c/
│   │   ├── fix-include-path.patch
│   │   ├── fix-install-error.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── giflib/
│   │   ├── CMakeLists.txt
│   │   ├── exports.def
│   │   ├── msvc.diff
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   └── vcpkg.json
│   ├── ginkgo/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── gklib/
│   │   ├── build-fixes.patch
│   │   ├── portfile.cmake
│   │   ├── regex.patch
│   │   └── vcpkg.json
│   ├── gl2ps/
│   │   ├── portfile.cmake
│   │   ├── separate-static-dynamic-build.patch
│   │   └── vcpkg.json
│   ├── gl3w/
│   │   ├── 0001-enable-shared-build.patch
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── glad/
│   │   ├── encoding.patch
│   │   ├── find_python.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── glaze/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── glbinding/
│   │   ├── 0001_force-system-install.patch
│   │   ├── 0002_fix-uwpmacro.patch
│   │   ├── 0003_fix-cmake-configs-paths.patch
│   │   ├── 0004_fix-config-expected-paths.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── glew/
│   │   ├── fix-LNK2019.patch
│   │   ├── portfile.cmake
│   │   ├── trim-build.diff
│   │   ├── usage
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   └── vcpkg.json
│   ├── glfw3/
│   │   ├── glfw3Config.cmake
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── gli/
│   │   ├── disable-test.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── glib/
│   │   ├── libintl.patch
│   │   ├── portfile.cmake
│   │   ├── use-libiconv-on-windows.patch
│   │   └── vcpkg.json
│   ├── glib-networking/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── glibmm/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── glm/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── globjects/
│   │   ├── fix-dependency-glm.patch
│   │   ├── portfile.cmake
│   │   ├── system-install.patch
│   │   └── vcpkg.json
│   ├── glog/
│   │   ├── fix_crosscompile_symbolize.patch
│   │   ├── fix_glog_CMAKE_MODULE_PATH.patch
│   │   ├── glog_disable_debug_postfix.patch
│   │   ├── portfile.cmake
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   └── vcpkg.json
│   ├── gloo/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── glpk/
│   │   ├── configure.ac.patch
│   │   ├── glpk.pc.in
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── glslang/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── glui/
│   │   ├── install-one-flavor.patch
│   │   ├── portfile.cmake
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   └── vcpkg.json
│   ├── gmime/
│   │   ├── msvc-ssize_t.diff
│   │   ├── portfile.cmake
│   │   ├── subdirs.diff
│   │   └── vcpkg.json
│   ├── gmmlib/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── gmp/
│   │   ├── arm64-coff.patch
│   │   ├── asmflags.patch
│   │   ├── c23.patch
│   │   ├── cross-tools.patch
│   │   ├── msvc_symbol.patch
│   │   ├── portfile.cmake
│   │   ├── remove_compiler_info.patch
│   │   ├── subdirs.patch
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── gmsh/
│   │   ├── installdirs.diff
│   │   ├── linking-and-naming.diff
│   │   ├── opencascade.diff
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── gobject-introspection/
│   │   ├── 0001-g-ir-tool-template.in.patch
│   │   ├── gir-scanner-runtime.diff
│   │   ├── portfile.cmake
│   │   ├── setuptools-compat.patch
│   │   ├── vcpkg-port-config.cmake
│   │   └── vcpkg.json
│   ├── godot-cpp/
│   │   ├── packagable.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── goldy/
│   │   ├── goldy-config.cmake
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── google-cloud-cpp/
│   │   ├── fix-googleapis-download.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── gperf/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── gperftools/
│   │   ├── cmake-project-include.cmake
│   │   ├── install.diff
│   │   ├── libunwind.diff
│   │   ├── portfile.cmake
│   │   ├── vcpkg.json
│   │   └── win32-override.diff
│   ├── gpgme/
│   │   ├── disable-docs.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── gpgmepp/
│   │   ├── cmake-config.diff
│   │   ├── dependencies.diff
│   │   ├── disable-docs.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── gpgmm/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── gppanel/
│   │   ├── 00001-fix-build.patch
│   │   ├── CMakeLists.txt
│   │   ├── fix-missing-headers.patch
│   │   ├── portfile.cmake
│   │   ├── use-complex-header.patch
│   │   └── vcpkg.json
│   ├── graaf/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── grantlee/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── graphene/
│   │   ├── fix_clang-cl.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── graphicsmagick/
│   │   ├── dependencies.diff
│   │   ├── magick-types.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── graphite2/
│   │   ├── disable-tests.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── graphviz/
│   │   ├── build.diff
│   │   ├── cmake-project-include.cmake
│   │   ├── dependencies.diff
│   │   ├── install.diff
│   │   ├── no-absolute-paths.patch
│   │   ├── portfile.cmake
│   │   ├── skip-configure-plugins.diff
│   │   ├── vcpkg.json
│   │   └── version.diff
│   ├── greatest/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── grpc/
│   │   ├── 00001-fix-uwp.patch
│   │   ├── 00002-static-linking-in-linux.patch
│   │   ├── 00004-link-gdi32-on-windows.patch
│   │   ├── 00005-fix-uwp-error.patch
│   │   ├── 00006-utf8-range.patch
│   │   ├── 00015-disable-download-archive.patch
│   │   ├── 00016-fix-plugin-targets.patch
│   │   ├── 00017-add-missing-include-file.patch
│   │   ├── gRPCTargets-vcpkg-tools.cmake
│   │   ├── portfile.cmake
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   └── vcpkg.json
│   ├── grppi/
│   │   ├── fix-build-error.patch
│   │   ├── fix-support-other-compilers.patch
│   │   ├── portfile.cmake
│   │   ├── tbb.patch
│   │   └── vcpkg.json
│   ├── gsasl/
│   │   ├── configure.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── gsl/
│   │   ├── 0001-configure.patch
│   │   ├── 0002-add-fp-control.patch
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   └── vcpkg.json
│   ├── gsl-lite/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── gsoap/
│   │   ├── fix-build-in-windows.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── gst-rtsp-server/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── gstreamer/
│   │   ├── duplicate-unused.diff
│   │   ├── fix-bz2-windows-debug-dependency.patch
│   │   ├── fix-clang-cl.patch
│   │   ├── fix-multiple-def.patch
│   │   ├── portfile.cmake
│   │   ├── vcpkg.json
│   │   └── x264-api-imports.diff
│   ├── gtest/
│   │   ├── 001-fix-UWP-death-test.patch
│   │   ├── clang-tidy-no-lint.patch
│   │   ├── fix-main-lib-path.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── gtk/
│   │   ├── 0001-build.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── gtk3/
│   │   ├── 0001-build.patch
│   │   ├── avoid-multiple-definition.diff
│   │   ├── cairo-cpp-linkage.patch
│   │   ├── egl-conditional.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── gtkmm/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── gtl/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── gts/
│   │   ├── CMakeLists.txt
│   │   ├── fix-dllexport.patch
│   │   ├── portfile.cmake
│   │   ├── predicates_init.h
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── gtsam/
│   │   ├── build-fixes.patch
│   │   ├── eigen3-fixes.patch
│   │   ├── path-fixes.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── guetzli/
│   │   ├── CMakeLists.txt
│   │   ├── butteraugli.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── guile/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── guilite/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── gul14/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── gul17/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── gumbo/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── gz-cmake/
│   │   ├── find-modules.diff
│   │   ├── gz-find-package.diff
│   │   ├── gz-import-target.diff
│   │   ├── lock-dependencies.diff
│   │   ├── pkg-check-modules.diff
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── gz-common/
│   │   ├── 003-include-chrono.patch
│   │   ├── gdal-3.11.diff
│   │   ├── gz-utils3-log.diff
│   │   ├── gz_remotery_vis.patch
│   │   ├── portfile.cmake
│   │   ├── pthread.diff
│   │   └── vcpkg.json
│   ├── gz-fuel-tools/
│   │   ├── portfile.cmake
│   │   ├── remove_docs.patch
│   │   └── vcpkg.json
│   ├── gz-gui/
│   │   ├── dependencies.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── gz-math/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── gz-msgs/
│   │   ├── cmake-project-include.cmake
│   │   ├── move_bin_to_tools.patch
│   │   ├── portfile.cmake
│   │   ├── pthread.diff
│   │   ├── remove_ruby.patch
│   │   └── vcpkg.json
│   ├── gz-physics/
│   │   ├── dependencies.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── gz-plugin/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── gz-rendering/
│   │   ├── fix-dependencies.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── gz-sensors/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── gz-sim/
│   │   ├── cmake-project-include.cmake
│   │   ├── dependencies.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── gz-tools/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── gz-transport/
│   │   ├── portfile.cmake
│   │   ├── uuid-osx.patch
│   │   └── vcpkg.json
│   ├── gz-utils/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── gzip-hpp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── h3/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── h5py-lzf/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   ├── unofficial-h5py-lzf-config.cmake
│   │   └── vcpkg.json
│   ├── half/
│   │   ├── literal_operator.diff
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── halide/
│   │   ├── portfile.cmake
│   │   ├── usage.in
│   │   └── vcpkg.json
│   ├── hanjingo-high-jump/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── happly/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── hareflow/
│   │   ├── fix-asio-error.patch
│   │   ├── fix-missing-headers.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── harfbuzz/
│   │   ├── fix-win32-build.patch
│   │   ├── harfbuzzConfig.cmake.in
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── hash-library/
│   │   ├── 001-fix-macos.patch
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── hashids/
│   │   ├── hashids.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── hayai/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── hazelcast-cpp-client/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── hdf5/
│   │   ├── default-plugin-dir.diff
│   │   ├── libaec-config.diff
│   │   ├── mpi-flags.diff
│   │   ├── pkgconfig.patch
│   │   ├── portfile.cmake
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   ├── vcpkg-port-config.cmake
│   │   ├── vcpkg.json
│   │   └── win-compile-flags.diff
│   ├── hdr-histogram/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── healpix/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── hedley/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── hello-imgui/
│   │   ├── cmake-config.diff
│   │   ├── disable-sdl-android.patch
│   │   ├── fix-vulkan-binding.patch
│   │   ├── imgui-test-engine.diff
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── hesphoros-uniconv/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── hexi/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── hexl/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── hffix/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── hfsm2/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── hidapi/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── highfive/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── highs/
│   │   ├── fix-install-dirs.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── highway/
│   │   ├── 2695.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── hikogui/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── hiredis/
│   │   ├── fix-cmake-conf-install-dir.patch
│   │   ├── fix-ssize_t.patch
│   │   ├── fix-timeval.patch
│   │   ├── portfile.cmake
│   │   ├── support-static.patch
│   │   └── vcpkg.json
│   ├── hjson-cpp/
│   │   ├── fix-runtime-destination.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── hlslpp/
│   │   ├── hlslpp-config.cmake
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── hnswlib/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── hps/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── hpx/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── htscodecs/
│   │   ├── 0001-no-tests.patch
│   │   ├── configure_bz2.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── htslib/
│   │   ├── 0001-set-linkage.patch
│   │   ├── 0002-pthread-flag.patch
│   │   ├── 0003-no-tests.patch
│   │   ├── 0004-fix-find-htscodecs.patch
│   │   ├── bzip2-use-pkgconfig.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── http-parser/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── huira/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── hungarian/
│   │   ├── CMakeLists.txt
│   │   ├── LICENSE.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── hunspell/
│   │   ├── 0005-autotools-subdirs.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── hwloc/
│   │   ├── fix_shared_win_build.patch
│   │   ├── portfile.cmake
│   │   ├── stdout_fileno.patch
│   │   └── vcpkg.json
│   ├── hyperscan/
│   │   ├── 0001-remove-Werror.patch
│   │   ├── 0002-fix-threads.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── hypodermic/
│   │   ├── disable_hypodermic_tests.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── hypre/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── iausofa/
│   │   ├── CMakeLists.txt
│   │   ├── LICENSE
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── icecream-cpp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── iceoryx/
│   │   ├── acl.patch
│   │   ├── add-include-chrono.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── icu/
│   │   ├── disable-static-prefix.patch
│   │   ├── fix_bsd_and_solaris.patch
│   │   ├── fix_parallel_build_on_windows.patch
│   │   ├── mh-darwin.patch
│   │   ├── mh-mingw.patch
│   │   ├── mh-msys-msvc.patch
│   │   ├── portfile.cmake
│   │   ├── remove-MD-from-configure.patch
│   │   ├── subdirs.patch
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   ├── vcpkg-cross-data.patch
│   │   └── vcpkg.json
│   ├── ideviceinstaller/
│   │   ├── 001_fix_windows.patch
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── idevicerestore/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── idyntree/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── if97/
│   │   ├── portfile.cmake
│   │   ├── relax-encoding.diff
│   │   └── vcpkg.json
│   ├── igloo/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── ignition-modularscripts/
│   │   ├── portfile.cmake
│   │   ├── vcpkg-port-config.cmake
│   │   └── vcpkg.json
│   ├── igraph/
│   │   ├── arith_osx.h
│   │   ├── arith_win32.h
│   │   ├── arith_win64.h
│   │   ├── constant-nan.patch
│   │   ├── glpk-uwp.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── iguana/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── iir1/
│   │   ├── fix-shared-lib.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── im3d/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── imageinfo/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── imath/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── imcce-openfa/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── imgui/
│   │   ├── CMakeLists.txt
│   │   ├── imgui-config.cmake.in
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── imgui-node-editor/
│   │   ├── CMakeLists.txt
│   │   ├── fix-imgui-v1.92.5.patch
│   │   ├── fix-vec2-math-operators.patch
│   │   ├── portfile.cmake
│   │   ├── remove-getkeyindex.patch
│   │   └── vcpkg.json
│   ├── imgui-sfml/
│   │   ├── 0001-fix_find_package.patch
│   │   ├── 0002-support-imgui-1.92.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── imguizmo/
│   │   ├── CMakeLists.txt
│   │   ├── fix-imgui-1.92.5.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── immer/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── implot/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── implot3d/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── indicators/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── indirect-value/
│   │   ├── fix-install.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── inflatelib/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── influxdb-cxx/
│   │   ├── fix-dllexports.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── infoware/
│   │   ├── cross-build.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── inih/
│   │   ├── portfile.cmake
│   │   ├── unofficial-inihConfig.cmake.in
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── iniparser/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── inipp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── inja/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── intel-ipsec/
│   │   ├── always-generate-pdb.patch
│   │   ├── intel-ipsec-targets-implib.cmake.in
│   │   ├── intel-ipsec-targets.cmake.in
│   │   ├── intel-ipsecConfig.cmake.in
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── intel-mkl/
│   │   ├── copy-from-dmg.cmake
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── intelrdfpmathlib/
│   │   ├── CMakeLists.txt
│   │   ├── fix-types.patch
│   │   ├── missing-includes.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── intrusive-shared-ptr/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── intx/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── iowa-hills-dsp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── irrlicht/
│   │   ├── CMakeLists.txt
│   │   ├── LICENSE.txt
│   │   ├── fix-encoding.patch
│   │   ├── fix-osx-compilation-2.diff
│   │   ├── fix-osx-compilation.patch
│   │   ├── portfile.cmake
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   └── vcpkg.json
│   ├── irsdkcpp/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── isal/
│   │   ├── isalConfig.cmake
│   │   ├── osx-asm-sysroot.patch
│   │   ├── portfile.cmake
│   │   ├── unofficial-isal-config.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── ismrmrd/
│   │   ├── portfile.cmake
│   │   ├── vcpkg.json
│   │   └── win32_runtime_fix.patch
│   ├── itay-grudev-singleapplication/
│   │   ├── Config.cmake.in
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── itk/
│   │   ├── dependencies.diff
│   │   ├── dont-build-gtest.patch
│   │   ├── fftw.diff
│   │   ├── msvc-static-crt.diff
│   │   ├── openjpeg.patch
│   │   ├── portfile.cmake
│   │   ├── rtk/
│   │   │   ├── cmp0153.diff
│   │   │   └── getopt-win32.diff
│   │   ├── use-the-lrintf-intrinsic.patch
│   │   ├── var_libraries.patch
│   │   ├── vcpkg.json
│   │   └── wrapping.patch
│   ├── itlib/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── itpp/
│   │   ├── fix-build.patch
│   │   ├── fix-linux.patch
│   │   ├── fix-uwp.patch
│   │   ├── msvc2013.patch
│   │   ├── portfile.cmake
│   │   ├── rename-version.patch
│   │   └── vcpkg.json
│   ├── itsy-bitsy/
│   │   ├── fix-cmake-install.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── ixwebsocket/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── jack2/
│   │   ├── CMakeLists.txt
│   │   ├── jack.def
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── jaeger-client-cpp/
│   │   ├── fix-CMakeLists.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── jansson/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── jasper/
│   │   ├── check-for-atomics-support.patch
│   │   ├── fix-library-name.patch
│   │   ├── no_stdc_check.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── jbcoe-value-types/
│   │   ├── fix-install.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── jbig2dec/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── jbigkit/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── jemalloc/
│   │   ├── fix-configure-ac.patch
│   │   ├── fix-host-use-libc.patch
│   │   ├── portfile.cmake
│   │   ├── preprocessor.patch
│   │   └── vcpkg.json
│   ├── jhasse-poly2tri/
│   │   ├── cmake.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── jigson/
│   │   ├── jigson-config.cmake.in
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── jinja2cpplight/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── jkqtplotter/
│   │   ├── fix-cmake.patch
│   │   ├── fix-cmake2.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── joltphysics/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── josuttis-jthread/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── jsmn/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── json-c/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── json-dto/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── json-glib/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── json-rpc-cxx/
│   │   ├── fix-config.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── json-schema-validator/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── json-spirit/
│   │   ├── Fix-link-error-C1128.patch
│   │   ├── dll-wins.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── json11/
│   │   ├── destination.patch
│   │   ├── fix-gcc15-build.patch
│   │   ├── json11-config.cmake
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── json5-parser/
│   │   ├── 00001-fix-build.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── jsoncons/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── jsoncpp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── jsonfusion/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── jsonifier/
│   │   ├── portfile.cmake
│   │   ├── uninstall-head.patch
│   │   └── vcpkg.json
│   ├── jsonnet/
│   │   ├── 0004-incorporate-md5.patch
│   │   ├── 0005-use-upstream-rapidyaml.patch
│   │   ├── 0006-use-cxx17.patch
│   │   ├── 001-enable-msvc.patch
│   │   ├── 002-fix-dependency-and-install.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── juce/
│   │   ├── 0001-build-allow-setting-JUCE_PLUGINHOST_LADSPA.patch
│   │   ├── 0004-install-paths.patch
│   │   ├── avoid-macos-15-deprecations.patch
│   │   ├── devendor-oboe.diff
│   │   ├── gcc-has-builtin.diff
│   │   ├── install-extras.diff
│   │   ├── juceaide.diff
│   │   ├── portfile.cmake
│   │   ├── prefer-cmake.diff
│   │   ├── usage
│   │   ├── vcpkg-compile-definitions.diff
│   │   └── vcpkg.json
│   ├── jwsung91-unilink/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── jwt-cpp/
│   │   ├── picojson_from_vcpkg.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── jxrlib/
│   │   ├── CMakeLists.txt
│   │   ├── FindJXR.cmake
│   │   ├── fix-mingw.patch
│   │   ├── guiddef.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   └── vcpkg.json
│   ├── kaitai-struct-cpp-stl-runtime/
│   │   ├── portfile.cmake
│   │   ├── remove-werror.patch
│   │   └── vcpkg.json
│   ├── kangaru/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kcp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kdalgorithms/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── kdbindings/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kddockwidgets/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kdgpu/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── kdiagram/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kdreports/
│   │   ├── fix-cmake-config.patch
│   │   ├── fix-license-text.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── kdsingleapplication/
│   │   ├── fix-license-text.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── kdsoap/
│   │   ├── fix-license-text.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── kdstatemachineeditor/
│   │   ├── fix-missing-targets.diff
│   │   ├── portfile.cmake
│   │   ├── qt6.9.patch
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── kdutils/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── kealib/
│   │   ├── no-kea-config-script.diff
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── keccak-tiny/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── kedixa-coke/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── kenlm/
│   │   ├── cmake-config.patch
│   │   ├── devendor.patch
│   │   ├── fix-boost.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kerbal/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── keystone/
│   │   ├── 0001-fix-gcc15.patch
│   │   ├── 0002-fix-cmake4.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kf5archive/
│   │   ├── portfile.cmake
│   │   ├── vcpkg.json
│   │   └── zstd.diff
│   ├── kf5attica/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kf5auth/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kf5bookmarks/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kf5codecs/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kf5completion/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kf5config/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kf5configwidgets/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kf5coreaddons/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kf5crash/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kf5dbusaddons/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kf5declarative/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kf5diagram/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kf5globalaccel/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kf5guiaddons/
│   │   ├── fix_cmake.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kf5holidays/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kf5i18n/
│   │   ├── fix_static_builds.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kf5iconthemes/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kf5itemmodels/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kf5itemviews/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kf5jobwidgets/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kf5kcmutils/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kf5kio/
│   │   ├── libmount.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kf5newstuff/
│   │   ├── disable-macos-bundle.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kf5notifications/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kf5package/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kf5parts/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kf5plotting/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kf5service/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kf5solid/
│   │   ├── 001_fix_libmount.patch
│   │   ├── 002_fix_imobile.patch
│   │   ├── 003_libmount.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kf5sonnet/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kf5syntaxhighlighting/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kf5texteditor/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kf5textwidgets/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kf5wallet/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kf5widgetsaddons/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kf5windowsystem/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kf5xmlgui/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kf6archive/
│   │   ├── portfile.cmake
│   │   ├── vcpkg.json
│   │   └── zstd.diff
│   ├── kfr/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kinectsdk1/
│   │   ├── Config.cmake.in
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kinectsdk2/
│   │   ├── Config.cmake.in
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kissfft/
│   │   ├── fix-install-dirs.patch
│   │   ├── fix-linkage.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── kissnet/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── kleidiai/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── klein/
│   │   ├── find_simde_first.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── knet/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── knncolle/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── knncolle-annoy/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── knncolle-hnsw/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── knncolle-kmknn/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── komihash/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── krabsetw/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── krb5/
│   │   ├── define-des-zeroblock.diff
│   │   ├── portfile.cmake
│   │   ├── static-deps.diff
│   │   ├── vcpkg.json
│   │   └── windows_pc_files/
│   │       ├── krb5-gssapi.pc.in
│   │       ├── krb5.pc.in
│   │       ├── mit-krb5-gssapi.pc.in
│   │       └── mit-krb5.pc.in
│   ├── ktx/
│   │   ├── 0001-Use-vcpkg-zstd.patch
│   │   ├── 0003-mkversion.patch
│   │   ├── 0004-quirks.patch
│   │   ├── 0005-no-vendored-libs.patch
│   │   ├── 0006-fix-ios-install.patch
│   │   ├── ktxread-libtool.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kubazip/
│   │   ├── disable-werror.patch
│   │   ├── fix-name-conflict.diff
│   │   ├── kubazipConfig.cmake
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── kubernetes/
│   │   ├── 001-fix-destination.patch
│   │   ├── 002-disable-werror.patch
│   │   ├── Config.cmake.in
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kuku/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kvasir-mpl/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kwsys/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── lager/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── lapack/
│   │   ├── lapack.pc.in
│   │   ├── portfile.cmake
│   │   ├── vcpkg-cmake-wrapper.cmake.in
│   │   └── vcpkg.json
│   ├── lapack-reference/
│   │   ├── FindLAPACK.cmake
│   │   ├── cmake-config.patch
│   │   ├── fix_prefix.patch
│   │   ├── implicit-link.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   ├── vcpkg-cmake-wrapper.cmake.in
│   │   └── vcpkg.json
│   ├── lastools/
│   │   ├── build_tools.diff
│   │   ├── fix_include_directories_lastools.patch
│   │   ├── fix_install_paths_lastools.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── laszip/
│   │   ├── compiler-options.diff
│   │   ├── include-cstdint.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── launch-darkly-server/
│   │   ├── FixStrictPrototypes.patch
│   │   ├── findPCRE.patch
│   │   ├── launch-darkly-server-config.cmake
│   │   ├── portfile.cmake
│   │   ├── removeWarningAsError.patch
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── lazy-importer/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── lcm/
│   │   ├── disable-docs.patch
│   │   ├── glib.link.patch
│   │   ├── only-install-one-flavor.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── lcms/
│   │   ├── fix-shared-library.patch
│   │   ├── lcms-config.cmake
│   │   ├── lcms2-config.cmake
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── lely-core/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── lemon-parser-generator/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── lensfun/
│   │   ├── fix_build.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── leptonica/
│   │   ├── fix-pc-and-config.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── lerc/
│   │   ├── create_package.patch
│   │   ├── cxx-linkage-pkgconfig.patch
│   │   ├── fix-climits-include.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── lest/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── level-zero/
│   │   ├── portfile.cmake
│   │   ├── spdlog_include.patch
│   │   └── vcpkg.json
│   ├── leveldb/
│   │   ├── fix-dependencies.patch
│   │   ├── fix-util-install.patch
│   │   ├── leveldbConfig.cmake.in
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── levmar/
│   │   ├── add-install.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── lexbor/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── lexilla/
│   │   ├── 0001-static-lib.patch
│   │   ├── 0002-static-crt.patch
│   │   ├── 0003-fix-include-path.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── lfreist-hwinfo/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── lib3mf/
│   │   ├── fix-lib3mf-config-root.patch
│   │   ├── linkage.diff
│   │   ├── pkgconfig.diff
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libaaplus/
│   │   ├── fix-cmakelists.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libadlmidi/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libadwaita/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libaec/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libaes-siv/
│   │   ├── CMakeLists.txt
│   │   ├── header_rename.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libaiff/
│   │   ├── CMakeLists.txt
│   │   ├── allow_utf_16_filename.patch
│   │   ├── buffer_uninitialized.patch
│   │   ├── config.h
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libaio/
│   │   ├── CMakeLists.txt
│   │   ├── pkgconfig.pc.in
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libalkimia/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libao/
│   │   ├── 0001-windows-build-patch.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libarchive/
│   │   ├── fix-buildsystem.patch
│   │   ├── fix-deps.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   ├── vcpkg-cmake-wrapper.cmake.in
│   │   └── vcpkg.json
│   ├── libaribcaption/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libass/
│   │   ├── CMakeLists.txt
│   │   ├── config.h.in
│   │   ├── libass.def
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libassert/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libassuan/
│   │   ├── cross-tools.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libatomic-ops/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libavif/
│   │   ├── dependencies.diff
│   │   ├── disable-source-utf8.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libb2/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libbacktrace/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libbluray/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libbson/
│   │   ├── fix-include-directory.patch
│   │   ├── libbson-1.0-config.cmake
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libcaer/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libcamera/
│   │   ├── fix-absolute-paths.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libcanberra/
│   │   ├── 03_onlyshowin_unity.patch
│   │   ├── gtk_dont_assume_x11.patch
│   │   ├── lc-messages.patch
│   │   ├── ltdl.patch
│   │   ├── portfile.cmake
│   │   ├── undefined_reference.diff
│   │   └── vcpkg.json
│   ├── libcap/
│   │   ├── configure
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libcbor/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libcds/
│   │   ├── 001-cmake-install.patch
│   │   ├── 002-lib-suffix-option.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libcerf/
│   │   ├── begin-end-decls.diff
│   │   ├── cxx-flags.diff
│   │   ├── fix-source.diff
│   │   ├── install-dirs.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libcgroup/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libcoap/
│   │   ├── portfile.cmake
│   │   ├── remove-hardcoded-tinydtls-path.patch
│   │   └── vcpkg.json
│   ├── libconfig/
│   │   ├── portfile.cmake
│   │   ├── static-build.diff
│   │   └── vcpkg.json
│   ├── libconfuse/
│   │   ├── portfile.cmake
│   │   ├── unofficial-libconfuse-config.cmake
│   │   └── vcpkg.json
│   ├── libcopp/
│   │   ├── fix-x86-windows.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libcoro/
│   │   ├── add-experimental-library.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libcorrect/
│   │   ├── fix-ninja.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libcpplocate/
│   │   ├── fix-install-paths.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libcrafter/
│   │   ├── fix-build-error.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libcred/
│   │   ├── disable_tests.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libcroco/
│   │   ├── portfile.cmake
│   │   ├── unofficial-libcroco-config.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libcsv/
│   │   ├── Makefile.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libcuckoo/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libcurl-simple-https/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libczi/
│   │   ├── 0001-support-eigen3-5.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libdatachannel/
│   │   ├── dependencies.diff
│   │   ├── portfile.cmake
│   │   ├── uwp-warnings.patch
│   │   └── vcpkg.json
│   ├── libdatrie/
│   │   ├── CMakeLists.txt
│   │   ├── config.h.cmake
│   │   ├── fix-exports.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libdc1394/
│   │   ├── fix-macosx.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libde265/
│   │   ├── fix-interface-include.patch
│   │   ├── pkgconfig-cxx-linkage.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libdeflate/
│   │   ├── portfile.cmake
│   │   ├── remove_wrong_c_flags_modification.diff
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libdicom/
│   │   ├── cross-build.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libdisasm/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   ├── sizeofvoid.patch
│   │   └── vcpkg.json
│   ├── libdivide/
│   │   ├── no-werror.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libdjinterop/
│   │   ├── devendor_libs.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libdmtx/
│   │   ├── 001-cmake-add-install-target.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libdmx/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libdshowcapture/
│   │   ├── fix_build.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libdvdcss/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libdvdnav/
│   │   ├── msvc.diff
│   │   ├── no-undefined.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libdvdread/
│   │   ├── msvc.diff
│   │   ├── no-undefined.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libdwarf/
│   │   ├── dependencies.diff
│   │   ├── dwarfdump-conf.diff
│   │   ├── include-dir.diff
│   │   ├── msvc-runtime.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libdxfrw/
│   │   ├── portfile.cmake
│   │   ├── remove-werror.patch
│   │   └── vcpkg.json
│   ├── libe57/
│   │   ├── boost_includes.patch
│   │   ├── e57simple.patch
│   │   ├── export_config.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   ├── vcpkg.json
│   │   └── xercesc.patch
│   ├── libe57format/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libebur128/
│   │   ├── 0001-remove-warning-message.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libedit/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libenvpp/
│   │   ├── fix-dependencies.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libepoxy/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── liberasurecode/
│   │   ├── fix-build.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libev/
│   │   ├── 0000-event-fix-undefined-struct-timeval.patch
│   │   ├── 0001-use-select-with-msvc.patch
│   │   ├── portfile.cmake
│   │   ├── unofficial-libev-config.cmake
│   │   └── vcpkg.json
│   ├── libevdev/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libevent/
│   │   ├── fix-LibeventConfig_cmake_in_path.patch
│   │   ├── fix-file_path.patch
│   │   ├── fix-usage.patch
│   │   ├── fix-uwp.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libeventheader-decode/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libeventheader-tracepoint/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libevhtp/
│   │   ├── fix-cmake4.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libexif/
│   │   ├── fix-ssize.patch
│   │   ├── portfile.cmake
│   │   ├── unofficial-libexif-config.cmake
│   │   └── vcpkg.json
│   ├── libfabric/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libffi/
│   │   ├── dll-bindir.diff
│   │   ├── libffiConfig.cmake
│   │   ├── portfile.cmake
│   │   ├── unofficial-libffi-config.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libfido2/
│   │   ├── dependencies.diff
│   │   ├── flags.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libflac/
│   │   ├── android-cmake.diff
│   │   ├── cmake-project-include.cmake
│   │   ├── fix-compile-options.patch
│   │   ├── fix-find-threads.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libfontenc/
│   │   ├── build.patch
│   │   ├── configure.ac.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libfork/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libfort/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libfreenect2/
│   │   ├── fix-dependency-libusb.patch
│   │   ├── fix-macbuild.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libfs/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libftdi/
│   │   ├── dont_use_lib64.patch
│   │   ├── exports.def
│   │   ├── libusb-win32.patch
│   │   ├── portfile.cmake
│   │   ├── shared-static.patch
│   │   └── vcpkg.json
│   ├── libftdi1/
│   │   ├── cmake-version.diff
│   │   ├── disable-config-script.diff
│   │   ├── exports.def
│   │   ├── libdir.diff
│   │   ├── libftdipp1.diff
│   │   ├── libusb.diff
│   │   ├── linkage.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libfuse/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libgcrypt/
│   │   ├── cross-tools.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libgd/
│   │   ├── cmake-project-include.cmake
│   │   ├── control-build.patch
│   │   ├── fix-dependencies.cmake
│   │   ├── fix-static-usage.patch
│   │   ├── fix_msvc_build.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libgeotiff/
│   │   ├── cmakelists.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libgig/
│   │   ├── portfile.cmake
│   │   ├── replace_cpp23warning.patch
│   │   └── vcpkg.json
│   ├── libgit2/
│   │   ├── c-standard.diff
│   │   ├── cli-include-dirs.diff
│   │   ├── dependencies.diff
│   │   ├── mingw-winhttp.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libgme/
│   │   ├── cmake4.patch
│   │   ├── disable-player-and-demo.patch
│   │   ├── disable-static-zlib-hack.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libgnutls/
│   │   ├── ccasflags.patch
│   │   ├── portfile.cmake
│   │   ├── use-gmp-pkgconfig.patch
│   │   └── vcpkg.json
│   ├── libgo/
│   │   ├── Add-target-include-directory.patch
│   │   ├── add-stdexcept.diff
│   │   ├── cmake.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libgossip/
│   │   ├── fix-dependencies.patch
│   │   ├── portfile.cmake
│   │   ├── remove-export-headers.patch
│   │   ├── support-uwp.patch
│   │   └── vcpkg.json
│   ├── libgpg-error/
│   │   ├── android.diff
│   │   ├── cross-tools.patch
│   │   ├── gpgrt-config.patch
│   │   ├── mingw.diff
│   │   ├── pkgconfig-libintl.patch
│   │   ├── portfile.cmake
│   │   ├── vcpkg.json
│   │   └── win32-nls.diff
│   ├── libgpiod/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libgta/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libguarded/
│   │   ├── fix-install.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libgwenhywfar/
│   │   ├── control-openssl.diff
│   │   ├── fd_set-android.diff
│   │   ├── pkgconfig.diff
│   │   ├── portfile.cmake
│   │   ├── static-link-order.diff
│   │   └── vcpkg.json
│   ├── libgxps/
│   │   ├── libgxps-0.3.2_fix_meson_warnings.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libharu/
│   │   ├── export-targets.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libhat/
│   │   ├── 0001-CMakeLists.patch
│   │   ├── 0002-fix-gcc.patch
│   │   ├── libhat-config.cmake.in
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libhdfs3/
│   │   ├── fix_dependency_uuid.patch
│   │   ├── libhdfs3Config.cmake
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libheif/
│   │   ├── cmake-project-include.cmake
│   │   ├── cxx-linkage-pkgconfig.diff
│   │   ├── find-modules.diff
│   │   ├── gdk-pixbuf.patch
│   │   ├── portfile.cmake
│   │   ├── symbol-exports.diff
│   │   └── vcpkg.json
│   ├── libhsplasma/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libhv/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libhydrogen/
│   │   ├── no-arch.patch
│   │   ├── portfile.cmake
│   │   ├── remove-tests.patch
│   │   └── vcpkg.json
│   ├── libical/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libice/
│   │   ├── fix_build.patch
│   │   ├── portfile.cmake
│   │   ├── replace_macros.patch
│   │   └── vcpkg.json
│   ├── libiconv/
│   │   ├── 0002-Config-for-MSVC.patch
│   │   ├── 0003-Add-export.patch
│   │   ├── 0004-ModuleFileName.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   └── vcpkg.json
│   ├── libics/
│   │   ├── portfile.cmake
│   │   ├── real16.patch
│   │   └── vcpkg.json
│   ├── libid3tag/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libideviceactivation/
│   │   ├── 001_fix_static_build.patch
│   │   ├── 002_fix_api.patch
│   │   ├── 003_fix_tools_msvc.patch
│   │   ├── CMakeLists.txt
│   │   ├── exports.def
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libidn2/
│   │   ├── disable-subdirs.patch
│   │   ├── fix-uwp.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libigl/
│   │   ├── dependencies.patch
│   │   ├── imgui-impl.diff
│   │   ├── install-extra-targets.patch
│   │   ├── instantiations.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libilbc/
│   │   ├── absl.patch
│   │   ├── do-not-build-ilbc_test.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libimobiledevice/
│   │   ├── 001_fix_msvc.patch
│   │   ├── 002_fix_static_build.patch
│   │   ├── 003_fix_api.patch
│   │   ├── 004_fix_tools_msvc.patch
│   │   ├── CMakeLists.txt
│   │   ├── exports.def
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libimobiledevice-glue/
│   │   ├── 001_fix_win32_defs.patch
│   │   ├── 002_fix_msvc.patch
│   │   ├── 003_fix_static_build.patch
│   │   ├── 004_fix_api.patch
│   │   ├── CMakeLists.txt
│   │   ├── exports.def
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libinterpolate/
│   │   ├── 0001-support-eigen3-5.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libirecovery/
│   │   ├── 001_fix_static_build.patch
│   │   ├── 002_fix_api.patch
│   │   ├── 003_fix_msvc.patch
│   │   ├── 004_fix_tools_msvc.patch
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libjpeg-turbo/
│   │   ├── add-options-for-docs-headers.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   ├── vcpkg.json
│   │   └── workaround_cmake_system_processor.patch
│   ├── libjuice/
│   │   ├── dependencies.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libjxl/
│   │   ├── avoid-exe-linker-flags.patch
│   │   ├── disambiguate-pow-calls.patch
│   │   ├── fix-dependencies.patch
│   │   ├── msvc-remove-libm.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libkeyfinder/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libkml/
│   │   ├── add-target-include-directories.patch
│   │   ├── fix-cmake-min-version.patch
│   │   ├── fix-mingw.patch
│   │   ├── fix-minizip.patch
│   │   ├── patch_empty_literal_on_vc.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── liblas/
│   │   ├── fix-boost-headers.patch
│   │   ├── fix-cmake-config.patch
│   │   ├── fix-cmake4.patch
│   │   ├── fix-crosscompiling.diff
│   │   ├── force-cpp11.patch
│   │   ├── misc-fixes.patch
│   │   ├── portfile.cmake
│   │   ├── remove_unnecessary_boost_dependency.diff
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── liblbfgs/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libleidenalg/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── liblemon/
│   │   ├── fix-cmake.patch
│   │   ├── fix-cmake4.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── liblinear/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── liblo/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── liblrc/
│   │   ├── fix-cmake.patch
│   │   ├── portfile.cmake
│   │   ├── set_up_compile_error.patch
│   │   └── vcpkg.json
│   ├── liblsl/
│   │   ├── portfile.cmake
│   │   ├── use-find-package-asio.patch
│   │   └── vcpkg.json
│   ├── liblsquic/
│   │   ├── disable-asan.patch
│   │   ├── fix-found-boringssl.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libltdl/
│   │   ├── libtoolize-ltdl-no-la
│   │   ├── portfile.cmake
│   │   ├── vcpkg-port-config.cmake
│   │   └── vcpkg.json
│   ├── liblttng-ust/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── liblzf/
│   │   ├── 0001-add-extern-c.patch
│   │   ├── 0002-fix-macro-expansion-ub.patch
│   │   ├── CMakeLists.txt
│   │   ├── liblzf.def
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── liblzma/
│   │   ├── build-tools.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   └── vcpkg.json
│   ├── libmad/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libmagic/
│   │   ├── 0001-Use-libtre.patch
│   │   ├── 0002-Change-zlib-lib-name-to-match-CMake-output.patch
│   │   ├── 0003-Fix-WIN32-macro-checks.patch
│   │   ├── 0004-Typedef-POSIX-types-on-Windows.patch
│   │   ├── 0005-Include-dirent.h-for-S_ISREG-and-S_ISDIR.patch
│   │   ├── 0006-Remove-Wrap-POSIX-headers.patch
│   │   ├── 0007-Substitute-unistd-macros-for-MSVC.patch
│   │   ├── 0008-Add-FILENO-defines.patch
│   │   ├── 0010-Properly-check-for-the-presence-of-bitmasks.patch
│   │   ├── 0011-Remove-pipe-related-functions-in-funcs.c.patch
│   │   ├── 0012-Convert-MSYS2-paths-to-Windows-paths.patch
│   │   ├── 0013-Check-for-backslash-in-argv-0-on-Windows.patch
│   │   ├── 0015-MSYS2-Remove-ioctl-call.patch
│   │   ├── 0016-Fix-file_famagic-function.patch
│   │   ├── 0017-Change-bzlib-name-to-match-CMake-output.patch
│   │   ├── portfile.cmake
│   │   ├── unofficial-libmagic-config.cmake.in
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libmariadb/
│   │   ├── cmake-export.diff
│   │   ├── compiler-flags.diff
│   │   ├── dependencies.diff
│   │   ├── disable-mariadb_config.diff
│   │   ├── library-linkage.diff
│   │   ├── no-abs-path.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libmatio-cpp/
│   │   ├── fix-dependencies.patch
│   │   ├── matioCppConfig.cmake.in
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libmaxminddb/
│   │   ├── fix-link-thread.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libmediainfo/
│   │   ├── dependencies.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libmem/
│   │   ├── 0001-CMakeLists.patch
│   │   ├── libmem-config.cmake.in
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libmemcached-awesome/
│   │   ├── in_port_t.diff
│   │   ├── no-static-exports.diff
│   │   ├── p9y-targets.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libmicrodns/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libmicrohttpd/
│   │   ├── portfile.cmake
│   │   ├── remove_pdb_install.patch
│   │   └── vcpkg.json
│   ├── libmidi2/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libmikmod/
│   │   ├── find-openal.patch
│   │   ├── fix-missing-dll.patch
│   │   ├── name_conflict.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libmodbus/
│   │   ├── cflags.diff
│   │   ├── libmodbusConfig.cmake
│   │   ├── library-linkage.diff
│   │   ├── pkgconfig.diff
│   │   ├── portfile.cmake
│   │   ├── ssize_t.diff
│   │   └── vcpkg.json
│   ├── libmodman/
│   │   ├── fix-install-path.patch
│   │   ├── fix-undefined-typeid.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   └── vcpkg.json
│   ├── libmodplug/
│   │   ├── 002-detect_sinf.patch
│   │   ├── 003-use-static-cast-for-ctype.patch
│   │   ├── 004-export-pkgconfig.patch
│   │   ├── 005-fix-install-paths.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libmorton/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libmount/
│   │   ├── hide-private-symbols.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libmpeg2/
│   │   ├── 0001-Add-naive-MSVC-support-to-sources.patch
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libmspack/
│   │   ├── CMakeLists.txt
│   │   ├── config.h
│   │   ├── libmspack.def
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libmt32emu/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libmtp/
│   │   ├── disable-examples.patch
│   │   ├── dont-install-def-file.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libmultisense/
│   │   ├── 0000-platform-specific-links.patch
│   │   ├── 0001-find-public-api-dependencies.patch
│   │   ├── 0002-disable-error-on-warning.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libmupdf/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   ├── unofficial-libmupdf-config.cmake.in
│   │   └── vcpkg.json
│   ├── libmypaint/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libmysofa/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   ├── use-vcpkg-zlib.patch
│   │   └── vcpkg.json
│   ├── libmysql/
│   │   ├── cross-build.patch
│   │   ├── dependencies.patch
│   │   ├── fix-pdb-install-path.patch
│   │   ├── fix_dup_symbols.patch
│   │   ├── install-exports.patch
│   │   ├── libmysql-config.cmake
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libnice/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libnice-gst/
│   │   ├── portfile.cmake
│   │   ├── skip_libnice.patch
│   │   └── vcpkg.json
│   ├── libnick/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libnoise/
│   │   ├── fix-build.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libnop/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libnotify/
│   │   ├── 0001-fix-parameter-name-omitted-error.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libobfuscate/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libodb/
│   │   ├── CMakeLists.txt
│   │   ├── config.unix.h.in
│   │   ├── fix-linux.patch
│   │   ├── odbConfig.cmake
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libodb-boost/
│   │   ├── CMakeLists.txt
│   │   ├── config.h
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libodb-mysql/
│   │   ├── CMakeLists.txt
│   │   ├── adapter_mysql_8.0.patch
│   │   ├── config.unix.h.in
│   │   ├── fix-redefinttion.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libodb-pgsql/
│   │   ├── CMakeLists.txt
│   │   ├── config.unix.h.in
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libodb-sqlite/
│   │   ├── CMakeLists.txt
│   │   ├── config.unix.h.in
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libofx/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libogg/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libopenmpt/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libopensp/
│   │   ├── opensp.pc.in
│   │   ├── opensp_1.5.2-13.diff
│   │   ├── portfile.cmake
│   │   ├── use-cpp-using-declarations.patch
│   │   ├── uwp_getenv_fix.diff
│   │   ├── vcpkg.json
│   │   └── windows_cmake_build.diff
│   ├── libopnmidi/
│   │   ├── cmake-build-shared-libs-support.patch
│   │   ├── cmake-package-export.patch
│   │   ├── disable-wopn2hpp.patch
│   │   ├── fix-build-without-sequencer.patch
│   │   ├── fix-c++-standard.patch
│   │   ├── fix-pmdwin-emulator-include.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libopusenc/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── liboqs/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── liborigin/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libosdp/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libosip2/
│   │   ├── fix-path-in-project.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libosmium/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libosmscout/
│   │   ├── fix-libxml2.patch
│   │   ├── msvc-arm.diff
│   │   ├── msvc-static.diff
│   │   ├── portfile.cmake
│   │   ├── protobuf-linkage.patch
│   │   └── vcpkg.json
│   ├── libp7client/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libpcap/
│   │   ├── install.diff
│   │   ├── mingw-dynamic-libname.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libpff/
│   │   ├── CMakeLists.txt
│   │   ├── Config.cmake.in
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libpg-query/
│   │   ├── 0001-use-system-deps.patch
│   │   ├── configure
│   │   ├── portfile.cmake
│   │   ├── unofficial-libpg-query-config.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libphonenumber/
│   │   ├── disable-werror.patch
│   │   ├── enable-cpp17.patch
│   │   ├── fix-find-protobuf.patch
│   │   ├── fix-icui18n-lib-name.patch
│   │   ├── fix-re2-identifiers.patch
│   │   ├── portfile.cmake
│   │   ├── re2-2023-07-01-compat.patch
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libplist/
│   │   ├── 001_fix_static_build.patch
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libpmemobj-cpp/
│   │   ├── fixlibpmemobj-cpp.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libpng/
│   │   ├── cmake.patch
│   │   ├── libpng-config.cmake
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   └── vcpkg.json
│   ├── libpopcnt/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libpopt/
│   │   ├── 0004-vcpkg-fixmsvc.patch
│   │   ├── CMakeLists.txt
│   │   ├── config.h.cmake
│   │   ├── popt.def
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libpq/
│   │   ├── Makefile
│   │   ├── android/
│   │   │   └── unversioned_so.patch
│   │   ├── build-msvc.cmake
│   │   ├── libpq.props.in
│   │   ├── portfile.cmake
│   │   ├── unix/
│   │   │   ├── fix-configure.patch
│   │   │   ├── installdirs.patch
│   │   │   ├── mingw-install.patch
│   │   │   ├── mingw-static-importlib-fix.patch
│   │   │   ├── no-server-tools.patch
│   │   │   ├── python.patch
│   │   │   └── single-linkage.patch
│   │   ├── usage
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   ├── vcpkg-libs.props.in
│   │   ├── vcpkg.json
│   │   └── windows/
│   │       ├── macro-def.patch
│   │       ├── msbuild.patch
│   │       ├── spin_delay.patch
│   │       ├── tcl-9.0-alpha.patch
│   │       └── win_bison_flex.patch
│   ├── libpqxx/
│   │   ├── fix_build_with_vs2017.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libprotobuf-mutator/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libproxy/
│   │   ├── fix-install-py.patch
│   │   ├── fix-module-lib-name.patch
│   │   ├── portfile.cmake
│   │   ├── support-windows.patch
│   │   ├── usage
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   └── vcpkg.json
│   ├── libpsl/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libqcow/
│   │   ├── CMakeLists.txt
│   │   ├── Config.cmake.in
│   │   ├── macos_fixes.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libqglviewer/
│   │   ├── Add-compile-definitions.patch
│   │   ├── Fix-error-c2039.patch
│   │   ├── glu.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libqrencode/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libqtrest/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── librabbitmq/
│   │   ├── fix-uwpwarning.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libraqm/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libraw/
│   │   ├── dependencies.patch
│   │   ├── fix-install.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   └── vcpkg.json
│   ├── librdkafka/
│   │   ├── fix_oauthbearer_check.patch
│   │   ├── lz4.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   └── vcpkg.json
│   ├── libredwg/
│   │   ├── fix_arm64_build.patch
│   │   ├── fix_dependency.patch
│   │   ├── fix_install.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libremidi/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libressl/
│   │   ├── pkgconfig.diff
│   │   ├── portfile.cmake
│   │   ├── vcpkg-cmake-wrapper.cmake.in
│   │   └── vcpkg.json
│   ├── librsvg/
│   │   ├── fix-libxml2-2.13.5.patch
│   │   ├── meson-pkgconfig-and-def-file.patch
│   │   ├── portfile.cmake
│   │   ├── unofficial-librsvg-config.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── librsync/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── librtmp/
│   │   ├── CMakeLists.txt
│   │   ├── fix_strncasecmp.patch
│   │   ├── hide_netstackdump.patch
│   │   ├── librtmp.def
│   │   ├── pkgconfig.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── librtpi/
│   │   ├── portfile.cmake
│   │   ├── unofficial-librtpi-config.cmake
│   │   └── vcpkg.json
│   ├── librttopo/
│   │   ├── constant-nan.patch
│   │   ├── fix-makefiles.patch
│   │   ├── fix-pc-file.patch
│   │   ├── geos-config.patch
│   │   ├── portfile.cmake
│   │   ├── rttopo_config.h.in
│   │   └── vcpkg.json
│   ├── libsamplerate/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libsass/
│   │   ├── portfile.cmake
│   │   ├── remove_compiler_flags.patch
│   │   └── vcpkg.json
│   ├── libsbml/
│   │   ├── dependencies.diff
│   │   ├── dirent.diff
│   │   ├── libsbml-config.cmake
│   │   ├── no-docs.diff
│   │   ├── portfile.cmake
│   │   ├── test-shared.diff
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libsbsms/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libscran-umappp/
│   │   ├── 0001-fix-eigen3-dependency.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libsecret/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libsercomm/
│   │   ├── dev-SER_END_DECL-fix.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libserial/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libsersi/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libsharp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libshout/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libsigcpp/
│   │   ├── disable_tests_enable_static_build.patch
│   │   ├── fix-shared-windows-build.patch
│   │   ├── fix_include_path.patch
│   │   ├── fix_version.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libslirp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libsm/
│   │   ├── msvc.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libsmacker/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   ├── smacker.def
│   │   └── vcpkg.json
│   ├── libsmb2/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   └── vcpkg.json
│   ├── libsndfile/
│   │   ├── 001-avoid-installing-find-modules.patch
│   │   ├── mp3lame-static.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libsnoretoast/
│   │   ├── include_fix.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libsodium/
│   │   ├── 001-mingw-i386.patch
│   │   ├── portfile.cmake
│   │   ├── sodiumConfig.cmake.in
│   │   └── vcpkg.json
│   ├── libsonic/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libsoundio/
│   │   ├── fix_cmakelists.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libsoup/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libspatialindex/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libspatialite/
│   │   ├── android-builtin-iconv.diff
│   │   ├── fix-linux-configure.patch
│   │   ├── fix-makefiles.patch
│   │   ├── fix-mingw.patch
│   │   ├── fix-utf8-source.patch
│   │   ├── gaiaconfig-msvc.patch
│   │   ├── libxml2-no-http.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libspnav/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libspng/
│   │   ├── fix-spngconfig-cmake.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libsquish/
│   │   ├── cmake-version.patch
│   │   ├── export-target.patch
│   │   ├── fix-export-symbols.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libsrt/
│   │   ├── fix-static.patch
│   │   ├── fix-tool.patch
│   │   ├── pkgconfig.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libsrtp/
│   │   ├── cmake-config.diff
│   │   ├── cmake-project-include.cmake
│   │   ├── fix-runtime-destination.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libssh/
│   │   ├── 0001-export-pkgconfig-file.patch
│   │   ├── 0003-no-source-write.patch
│   │   ├── 0004-file-permissions-constants.patch
│   │   ├── android-glob-tilde.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libssh2/
│   │   ├── cmake-config.diff
│   │   ├── pkgconfig.diff
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libstemmer/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libstk/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libsvm/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libsystemd/
│   │   ├── disable-warning-nonnull.patch
│   │   ├── only-libsystemd.patch
│   │   ├── pkgconfig.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libtar/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libtasn1/
│   │   ├── clang-fortify.patch
│   │   ├── msvc_fixes.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libtcod/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libtess2/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libtheora/
│   │   ├── CMakeLists.txt
│   │   ├── libtheora.def
│   │   ├── portfile.cmake
│   │   ├── unofficial-theora-config.cmake.in
│   │   └── vcpkg.json
│   ├── libtins/
│   │   ├── find-pcap_static.patch
│   │   ├── fix-source-writes.patch
│   │   ├── fix_include.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libtomcrypt/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libtommath/
│   │   ├── bcrypt.patch
│   │   ├── has-set-double.patch
│   │   ├── import-lib.patch
│   │   ├── msvc-dce.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libtorch/
│   │   ├── fix-cmake.patch
│   │   ├── fix-dist-cuda.patch
│   │   ├── fix-glog.patch
│   │   ├── fix-osx.patch
│   │   ├── fix-pytorch-pr-156630.patch
│   │   ├── fix-vulkan.patch
│   │   ├── kineto.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libtorrent/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libtracepoint/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libtracepoint-control/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libtracepoint-decode/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libu2f-server/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   ├── strndup-fix.patch
│   │   ├── u2f-server-version.h
│   │   ├── vcpkg.json
│   │   └── windows.patch
│   ├── libudfread/
│   │   ├── msvc.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libudis86/
│   │   ├── CMakeLists.txt
│   │   ├── fix-macbuild.patch
│   │   ├── portfile.cmake
│   │   ├── python3.patch
│   │   └── vcpkg.json
│   ├── libudns/
│   │   ├── configure.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libui/
│   │   ├── 001-fix-cmake.patch
│   │   ├── 002-fix-macosx-build.patch
│   │   ├── 003-fix-system-link.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libunibreak/
│   │   ├── CMakeLists.txt
│   │   ├── fix_export.patch
│   │   ├── libunibreak-config.cmake.in
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libunifex/
│   │   ├── fix-compile-error.patch
│   │   ├── fix-linux-timespec.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libunistring/
│   │   ├── copyright
│   │   ├── disable-gnulib-fetch.patch
│   │   ├── disable-subdirs.patch
│   │   ├── msvc-use-stdint.patch
│   │   ├── parallelize-symbol-collection.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libunwind/
│   │   ├── liblzma.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libupnp/
│   │   ├── fix-pthreads4w-targets.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── liburcu/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── liburing/
│   │   ├── disable-tests-and-examples.patch
│   │   ├── fix-configure.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libusb/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libusb-win32/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libusbmuxd/
│   │   ├── 001_fix_win32_defs.patch
│   │   ├── 002_fix_struct_pack.patch
│   │   ├── 003_fix_msvc.patch
│   │   ├── 004_fix_api.patch
│   │   ├── 005_fix_tools_msvc.patch
│   │   ├── CMakeLists.txt
│   │   ├── exports.def
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libusbp/
│   │   ├── Config.cmake.in
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libuuid/
│   │   ├── CMakeLists.txt
│   │   ├── config.linux.h
│   │   ├── portfile.cmake
│   │   ├── unofficial-libuuid-config.cmake.in
│   │   └── vcpkg.json
│   ├── libuv/
│   │   ├── fix-build-type.patch
│   │   ├── portfile.cmake
│   │   ├── ssize_t.patch
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libuvc/
│   │   ├── build_fix.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libva/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libvault/
│   │   ├── 0001-fix-dependencies.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libversion/
│   │   ├── disable-test.patch
│   │   ├── portfile.cmake
│   │   ├── separate-build-type.patch
│   │   └── vcpkg.json
│   ├── libvhdi/
│   │   ├── CMakeLists.txt
│   │   ├── Config.cmake.in
│   │   ├── macos_fixes.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libvmaf/
│   │   ├── android-off_t.patch
│   │   ├── no-tools.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libvorbis/
│   │   ├── 0001-Dont-export-vorbisenc-functions.patch
│   │   ├── 0002-Fixup-pkgconfig-libs.patch
│   │   ├── 0003-def-mingw-compat.patch
│   │   ├── 0004-ogg-find-dependency.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libvpx/
│   │   ├── 0003-add-uwp-v142-and-v143-support.patch
│   │   ├── 0004-remove-library-suffixes.patch
│   │   ├── 0005-dont-expect-gnu-diff.patch
│   │   ├── portfile.cmake
│   │   ├── unofficial-libvpx-config.cmake.in
│   │   ├── vcpkg.json
│   │   └── vpx.pc.in
│   ├── libwandio/
│   │   ├── configure.lib.patch
│   │   ├── configure.patch
│   │   ├── curl.patch
│   │   ├── openssl.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libwebm/
│   │   ├── Fix-cmake.patch
│   │   ├── fix-export-config.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libwebp/
│   │   ├── 0002-cmake-config.patch
│   │   ├── 0003-simd.patch
│   │   ├── 0008-sdl.patch
│   │   ├── 0009-cpufeatures-android.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libwebsockets/
│   │   ├── export-include-path.patch
│   │   ├── fix-build-error.patch
│   │   ├── fix-dependency-libuv.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libx11/
│   │   ├── add_dl_pc.patch
│   │   ├── cl.build.patch
│   │   ├── dllimport.patch
│   │   ├── io_include.patch
│   │   ├── optimize-configure.patch
│   │   ├── portfile.cmake
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   ├── vcpkg.json
│   │   └── vcxserver.patch
│   ├── libxau/
│   │   ├── fix-configure-ac.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libxaw/
│   │   ├── portfile.cmake
│   │   ├── vcpkg.json
│   │   └── win.patch
│   ├── libxcomposite/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libxcrypt/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libxcvt/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libxdamage/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libxdf/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libxdiff/
│   │   ├── fix-usage-error.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libxdmcp/
│   │   ├── configure.ac.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libxext/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libxfixes/
│   │   ├── fix-configure.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libxfont/
│   │   ├── build.patch
│   │   ├── build2.patch
│   │   ├── configure.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libxft/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libxi/
│   │   ├── fix-configure.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libxinerama/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libxkbcommon/
│   │   ├── build.patch
│   │   ├── disable-test.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libxkbfile/
│   │   ├── fix_u_char.patch
│   │   ├── portfile.cmake
│   │   ├── symbol_visibility.patch
│   │   └── vcpkg.json
│   ├── libxlsxwriter/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libxml2/
│   │   ├── cxx-for-icu.diff
│   │   ├── disable-xml2-config.diff
│   │   ├── fix_cmakelist.patch
│   │   ├── fix_ios_compilation.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   └── vcpkg.json
│   ├── libxmlb/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libxmlmm/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   ├── unofficial-libxmlmm-config.cmake
│   │   └── vcpkg.json
│   ├── libxmlpp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libxmp/
│   │   ├── fix-cmake-config-dir.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libxmu/
│   │   ├── cl-build.patch
│   │   ├── portfile.cmake
│   │   ├── unistd.patch
│   │   └── vcpkg.json
│   ├── libxpm/
│   │   ├── fix-dependency-gettext.patch
│   │   ├── portfile.cmake
│   │   ├── remove_strings_h.patch
│   │   ├── strcasecmp.patch
│   │   ├── subdirs.diff
│   │   ├── tools.patch
│   │   └── vcpkg.json
│   ├── libxpresent/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libxrandr/
│   │   ├── fix-configure.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libxrender/
│   │   ├── fix-configure.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libxres/
│   │   ├── build.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libxscrnsaver/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libxslt/
│   │   ├── cxx-for-libxml2-icu.diff
│   │   ├── fix-gcrypt-deps.patch
│   │   ├── libexslt-pkgconfig.patch
│   │   ├── msvc-no-suffix.patch
│   │   ├── portfile.cmake
│   │   ├── python3.patch
│   │   ├── skip-install-docs.patch
│   │   ├── usage
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   └── vcpkg.json
│   ├── libxt/
│   │   ├── add-missing-process-h.patch
│   │   ├── cc_for_build.patch
│   │   ├── getcwd.patch
│   │   ├── globals.patch
│   │   ├── portfile.cmake
│   │   ├── vcpkg.json
│   │   └── windows_build.patch
│   ├── libxtst/
│   │   ├── fix-configure.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libxv/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libxxf86vm/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libyaml/
│   │   ├── export-pkgconfig.patch
│   │   ├── fix-POSIX_name.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libyuv/
│   │   ├── cmake.diff
│   │   ├── libyuv-config.cmake
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libzen/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libzim/
│   │   ├── cross-builds.diff
│   │   ├── dllexport.diff
│   │   ├── portfile.cmake
│   │   ├── subdirs.diff
│   │   └── vcpkg.json
│   ├── libzip/
│   │   ├── config-vars.diff
│   │   ├── dependencies.diff
│   │   ├── portfile.cmake
│   │   ├── use-requires.patch
│   │   └── vcpkg.json
│   ├── libzippp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── licensepp/
│   │   ├── FindCryptoPP.cmake
│   │   ├── add-stdint.diff
│   │   ├── devendoring.patch
│   │   ├── portfile.cmake
│   │   ├── remove-werror.diff
│   │   └── vcpkg.json
│   ├── lief/
│   │   ├── fix-cmakelists.patch
│   │   ├── fix-liefconfig-cmake-in.patch
│   │   ├── fix-vcpkg-includes.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── lightgbm/
│   │   ├── portfile.cmake
│   │   ├── vcpkg.json
│   │   └── vcpkg_lightgbm_use_vcpkg_libs.patch
│   ├── lightningscanner/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── lilv/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── linalg/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── linmath/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── lionkor-commandline/
│   │   ├── add-install.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── liquid-dsp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── litehtml/
│   │   ├── fix-relative-includes.patch
│   │   ├── portfile.cmake
│   │   ├── use-vcpkg-gumbo.patch
│   │   └── vcpkg.json
│   ├── live555/
│   │   ├── CMakeLists.txt
│   │   ├── fix-RTSPClient.patch
│   │   ├── fix_operator_overload.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── livepp/
│   │   ├── global_preferences.json
│   │   ├── portfile.cmake
│   │   ├── unofficial-liveppConfig.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── llama-cpp/
│   │   ├── cmake-config.diff
│   │   ├── pkgconfig.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── llfio/
│   │   ├── portfile.cmake
│   │   ├── usage-error-code-dynamic
│   │   ├── usage-error-code-static
│   │   ├── usage-status-code-dynamic
│   │   ├── usage-status-code-static
│   │   └── vcpkg.json
│   ├── llgi/
│   │   ├── fix-cmake-use-vcpkg.patch
│   │   ├── fix-sources.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── llgl/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── llhttp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── llnl-units/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── lloyal-ai-inlined-vector/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── llvm/
│   │   ├── 0001-fix-install-package-dir.patch
│   │   ├── 0002-fix-tools-install-dir.patch
│   │   ├── 0003-fix-llvm-config.patch
│   │   ├── 0004-disable-libomp-aliases.patch
│   │   ├── 0005-remove-numpy.patch
│   │   ├── 0006-create-destination-mlir-directory.patch
│   │   ├── 75711.patch
│   │   ├── 79694.patch
│   │   ├── 82407.patch
│   │   ├── add-include-chrono.patch
│   │   ├── clang_usage
│   │   ├── cmake4.patch
│   │   ├── flang_usage
│   │   ├── lld_usage
│   │   ├── llvm_usage
│   │   ├── mlir_usage
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── lmdb/
│   │   ├── cmake/
│   │   │   ├── CMakeLists.txt
│   │   │   ├── cmake/
│   │   │   │   ├── package-config.cmakein
│   │   │   │   └── runtest.cmake
│   │   │   └── lmdb.def
│   │   ├── getopt-win32.diff
│   │   ├── lmdb-config.cmake
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── lockpp/
│   │   ├── portfile.cmake
│   │   ├── remove-cpm.patch
│   │   └── vcpkg.json
│   ├── lodepng/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── log4cplus/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── log4cpp-log4cpp/
│   │   ├── cmake_fix.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── log4cxx/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── logme/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── loguru/
│   │   ├── copyright
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── lpeg/
│   │   ├── CMakeLists.txt
│   │   ├── lpeg.def
│   │   ├── portfile.cmake
│   │   ├── unofficial-lpeg-config.cmake.in
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── ls-qpack/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── ltla-aarand/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── ltla-cppirlba/
│   │   ├── 0001-fix-eigen3.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── ltla-cppkmeans/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── ltla-powerit/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── ltla-sanisizer/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── ltla-subpar/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── lua/
│   │   ├── CMakeLists.txt
│   │   ├── fix-ios-system.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   ├── uwp-no-popen.diff
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   ├── vcpkg.json
│   │   └── vs2015-impl-c99.patch
│   ├── lua-compat53/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── luabridge/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── luabridge3/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── luafilesystem/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   ├── unofficial-luafilesystem-config.cmake.in
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── luajit/
│   │   ├── 003-do-not-set-macosx-deployment-target.patch
│   │   ├── Makefile.nmake
│   │   ├── configure
│   │   ├── luajit.pc
│   │   ├── msvcbuild.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── luasec/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── luasocket/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── luau/
│   │   ├── cmake-config-export.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── luminoengine/
│   │   ├── fix-cmake-config.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── lunarg-vulkantools/
│   │   ├── disable-qtdeploy.patch
│   │   ├── portfile.cmake
│   │   ├── static-linkage.patch
│   │   └── vcpkg.json
│   ├── lunasvg/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── luv/
│   │   ├── fix-find-libuv.patch
│   │   ├── fix-find-lua-compat53.patch
│   │   ├── fix-find-luajit.patch
│   │   ├── fix-msvc-build.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── lv2/
│   │   ├── lv2-config.cmake
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── lwlog/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── lz4/
│   │   ├── portfile.cmake
│   │   ├── target-lz4-lz4.diff
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── lzav/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── lzfse/
│   │   ├── disable-cli-option.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── lzo/
│   │   ├── always_install_pc.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── lzokay/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── maddy/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── magic-args/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── magic-enum/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── magma/
│   │   ├── clang-cuda.patch
│   │   ├── disable-openmp-msvc.patch
│   │   ├── fix-cmake4.patch
│   │   ├── no-tests.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── magnum/
│   │   ├── 002-sdl-includes.patch
│   │   ├── 003-fix-FindGLFW.patch
│   │   ├── 004-fix-FindOpenAL.patch
│   │   ├── 005-fix-find-sdl2.patch
│   │   ├── 006-fix-build.patch
│   │   ├── 007-missing-headers.diff
│   │   ├── magnumdeploy.ps1
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── magnum-extras/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── magnum-integration/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── magnum-plugins/
│   │   ├── 002-fix-stb-conflict.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── mailio/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── makeid/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── manif/
│   │   ├── 0001-support-eigen3-5.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── manifold/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── mapbox-geojson-cpp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── mapbox-geojson-vt-cpp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── mapbox-geometry/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── mapbox-polylabel/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── mapbox-variant/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   ├── unofficial-mapbox-variant-config.cmake.in
│   │   └── vcpkg.json
│   ├── mapbox-wagyu/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── mapnik/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── marble/
│   │   ├── cpack.patch
│   │   ├── portfile.cmake
│   │   ├── protobuf.patch
│   │   ├── qtfix.patch
│   │   └── vcpkg.json
│   ├── marchingcubecpp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── mariadb-connector-cpp/
│   │   ├── fix-carray.diff
│   │   ├── install.diff
│   │   ├── libmariadb.diff
│   │   ├── mingw.diff
│   │   ├── portfile.cmake
│   │   ├── unofficial-mariadb-connector-cpp-config.cmake
│   │   └── vcpkg.json
│   ├── marisa-trie/
│   │   ├── enable-debug.patch
│   │   ├── fix-install.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── marl/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── marzbanpp/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── matajoh-libnpy/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── matchit/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── materialx/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── mathc/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── mathgl/
│   │   ├── cmake-config.patch
│   │   ├── cmake-project-include.cmake
│   │   ├── dependencies.patch
│   │   ├── enable-examples.patch
│   │   ├── fix-cross-builds.patch
│   │   ├── fix-examples.patch
│   │   ├── fix-format-specifiers.patch
│   │   ├── fix-glut.patch
│   │   ├── fix-include-property.patch
│   │   ├── fix-mgllab.patch
│   │   ├── fix_link_gsl.patch
│   │   ├── include_functional.patch
│   │   ├── linkage.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── mathter/
│   │   ├── portfile.cmake
│   │   ├── support-xsimd-14.patch
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── matio/
│   │   ├── cmake-config.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── matplotlib-cpp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── matplotplusplus/
│   │   ├── fix-dependencies.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── matroska/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── mbedtls/
│   │   ├── enable-pthread.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   └── vcpkg.json
│   ├── mcap/
│   │   ├── portfile.cmake
│   │   ├── unofficial-mcapConfig.cmake.in
│   │   └── vcpkg.json
│   ├── mchehab-zbar/
│   │   ├── portfile.cmake
│   │   ├── vcpkg.json
│   │   ├── windows.patch
│   │   └── x64.patch
│   ├── mcpp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── md4c/
│   │   ├── cmake.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── mdl-sdk/
│   │   ├── fix_find_materialx.diff
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── mdns/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── mdnsresponder/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── mdspan/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── mecab/
│   │   ├── CMakeLists.txt
│   │   ├── Config.cmake.in
│   │   ├── fix-missing-functional.patch
│   │   ├── fix_wpath_unsigned.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── meekrosoft-fff/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── memorymodule/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── meojson/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── mesa/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── meschach/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── meshoptimizer/
│   │   ├── dependencies.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── metis/
│   │   ├── build-fixes-gkregex.patch
│   │   ├── build-fixes.patch
│   │   ├── install_config.cmake
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── metrohash/
│   │   ├── CMakeLists.txt
│   │   ├── Config.cmake.in
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── mexce/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── mfl/
│   │   ├── disable-tests.patch
│   │   ├── fix-clang-detection.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── mfx-dispatch/
│   │   ├── fix-pkgconf.patch
│   │   ├── fix-unresolved-symbol.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── mgclient/
│   │   ├── export-cmake.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── mgnlibs/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── mhook/
│   │   ├── fix-windows-packing-mismatch.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── michaelmiller-sec21/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── micro-gl/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── microlog/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── microsoft-windows-devices-midi2/
│   │   ├── microsoft-windows-devices-midi2-config.cmake
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── mikktspace/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── mimalloc/
│   │   ├── pkgconfig-cxx.diff
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   └── vcpkg.json
│   ├── mimicpp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── minc/
│   │   ├── avoid-try-run.diff
│   │   ├── build.patch
│   │   ├── cmake-config.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── minhook/
│   │   ├── fix-usage.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── miniaudio/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── minifb/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── minimp3/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── minio-cpp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── miniply/
│   │   ├── fix-cmake.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── minisat-master-keying/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── minitrace/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── miniupnpc/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── miniz/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── minizip/
│   │   ├── 0001-remove-ifndef-NOUNCRYPT.patch
│   │   ├── 0002-add-declaration-for-mkdir.patch
│   │   ├── CMakeLists.txt
│   │   ├── android-fileapi.patch
│   │   ├── lib-to-def.cmake
│   │   ├── minizip-win32.def
│   │   ├── minizipConfig.cmake.in
│   │   ├── pkgconfig.patch
│   │   ├── portfile.cmake
│   │   ├── unofficial-minizipConfig.cmake.in
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── minizip-ng/
│   │   ├── dependencies.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── mio/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── mlpack/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── mman/
│   │   ├── mman-static.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── mmloader/
│   │   ├── fix-platform-name.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── mmx/
│   │   ├── copyright
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── mnn/
│   │   ├── fix-linux.patch
│   │   ├── portfile.cmake
│   │   ├── use-package-and-install.patch
│   │   └── vcpkg.json
│   ├── modern-cpp-kafka/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── modp-base64/
│   │   ├── CMakeLists.txt
│   │   ├── config.h.cmake
│   │   ├── libmodpbase64.def
│   │   ├── modp_b64_data.h
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── mongo-c-driver/
│   │   ├── disable-dynamic-when-static.patch
│   │   ├── fix-dependencies.patch
│   │   ├── fix-include-directory.patch
│   │   ├── fix-mingw.patch
│   │   ├── portfile.cmake
│   │   ├── remove_abs_patch.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── mongo-cxx-driver/
│   │   ├── cmake-project-include.cmake
│   │   ├── fix-dependencies.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── mongoose/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── monkeys-audio/
│   │   ├── fix-outdir.patch
│   │   ├── license
│   │   ├── portfile.cmake
│   │   ├── remove-certificate-step.patch
│   │   └── vcpkg.json
│   ├── moos-core/
│   │   ├── cmake_fix.patch
│   │   ├── include_functional.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── moos-essential/
│   │   ├── fix.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── moos-ui/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── morcules-swiftnet/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── morphologica/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── morton-nd/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── mosquitto/
│   │   ├── linkage-and-export.diff
│   │   ├── mosquitto-config.cmake
│   │   ├── portfile.cmake
│   │   ├── unofficial-mosquitto-config.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── mp-units/
│   │   ├── config.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── mp3lame/
│   │   ├── 00001-msvc-upgrade-solution-up-to-vc11.patch
│   │   ├── Config.cmake.in
│   │   ├── add-macos-universal-config.patch
│   │   ├── fix-mingw-w64-compatibility.patch
│   │   ├── portfile.cmake
│   │   ├── remove_lame_init_old_from_symbol_list.patch
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── mpark-patterns/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── mpark-variant/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── mpc/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── mpfr/
│   │   ├── dll.patch
│   │   ├── portfile.cmake
│   │   ├── src-only.patch
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── mpg123/
│   │   ├── have-fpu.diff
│   │   ├── pkgconfig.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── mpi/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── mpir/
│   │   ├── enable-runtimelibrary-toggle.patch
│   │   ├── fix-static-include-files.patch
│   │   ├── portfile.cmake
│   │   ├── subdirs.diff
│   │   ├── vcpkg-cross-builds.diff
│   │   └── vcpkg.json
│   ├── mpmcqueue/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── mqtt-cpp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── ms-gdk/
│   │   ├── gdk-config.cmake.in
│   │   ├── pfusage
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── ms-gdkx/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── ms-gltf/
│   │   ├── fix-install.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── ms-gsl/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── ms-ifc-sdk/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── msdfgen/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── msgpack/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── msgpack-c/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── msgpack11/
│   │   ├── disable-werror.patch
│   │   ├── fix-additerator.patch
│   │   ├── msvc.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── msh3/
│   │   ├── dependencies_fix.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── msinttypes/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── msix/
│   │   ├── CMakeLists.txt
│   │   ├── fix-dependency-catch2.patch
│   │   ├── install-cmake.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── msmpi/
│   │   ├── mpi-wrapper.cmake
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── msolve/
│   │   ├── fix-android.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── msquic/
│   │   ├── avoid-w-invalid-unevaluated-string.patch
│   │   ├── cmake4.patch
│   │   ├── exports-for-msh3.diff
│   │   ├── fix-comparing-system-processor-with-win32.patch
│   │   ├── fix-install.patch
│   │   ├── fix-uwp-crt.patch
│   │   ├── no-werror.patch
│   │   ├── portfile.cmake
│   │   ├── uwp-link-libs.diff
│   │   └── vcpkg.json
│   ├── mstch/
│   │   ├── do-not-force-release.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── mtlt/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── muda/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── mujoco/
│   │   ├── disable-werror.patch
│   │   ├── fix_dependencies.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── mujs/
│   │   ├── CMakeLists.txt
│   │   ├── mujs.pc
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── munit/
│   │   ├── fix-install.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── muparser/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── murmur3/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── murmurhash/
│   │   ├── CMakeLists.txt
│   │   ├── Config.cmake.in
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── mvfst/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── mxml/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── mygui/
│   │   ├── Install-tools.patch
│   │   ├── fix-generation.patch
│   │   ├── fix-tools-lnk2005.patch
│   │   ├── opengl.patch
│   │   ├── platform-lib-static.patch
│   │   ├── portfile.cmake
│   │   ├── sdl2-static.patch
│   │   └── vcpkg.json
│   ├── mypaint-brushes/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── mysql-connector-cpp/
│   │   ├── cmake-project-include.cmake
│   │   ├── depfindprotobuf.diff
│   │   ├── disable-telemetry.diff
│   │   ├── dont-preload-cache.diff
│   │   ├── export-targets.patch
│   │   ├── lib-name-static.diff
│   │   ├── merge-archives.diff
│   │   ├── mysql-concpp-config.cmake
│   │   ├── mysql-connector-cpp-config.cmake.in
│   │   ├── portfile.cmake
│   │   ├── protobuf-source.patch
│   │   ├── save-linker-opts.diff
│   │   └── vcpkg.json
│   ├── mysvac-jsonlib/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── mzying2001-sw/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── nameof/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── nana/
│   │   ├── CMakeLists.txt
│   │   ├── config.cmake.in
│   │   ├── fix-build-error.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── nano-signal-slot/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── nanoarrow/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── nanobench/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── nanobind/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── nanodbc/
│   │   ├── add-missing-include.patch
│   │   ├── find-unixodbc.patch
│   │   ├── no-werror.patch
│   │   ├── portfile.cmake
│   │   ├── rename-version.patch
│   │   └── vcpkg.json
│   ├── nanoflann/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── nanogui/
│   │   ├── cmake4.patch
│   │   ├── fix-cmakelists.patch
│   │   ├── fix-glad-dependence.patch
│   │   ├── fix-release-build.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── nanojsonc/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── nanomsg/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── nanopb/
│   │   ├── fix-cmakelist.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── nanoprintf/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── nanorange/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── nanort/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── nanosvg/
│   │   ├── fltk.patch
│   │   ├── portfil

================================================
FILE CONTENTS
================================================

================================================
FILE: .gitattributes
================================================
* -text
ports/** -linguist-detectable

# Declare files that will always have LF line endings on checkout.
scripts/ci.baseline.txt text eol=lf

================================================
FILE: .github/ISSUE_TEMPLATE/00-report-package-build-failure.yml
================================================
name: Report package build failure
description: Let us know about build failures in ports.
title: "[<port name>] build failure"
labels: ["category:port-bug"]
body:
  - type: markdown
    attributes:
      value: | 
        ⚠ Please use the generated issue template instead to report a port build failure. ⚠ <br>
        See [here](https://github.com/microsoft/vcpkg/issues/30604) how to properly report an issue with the latest vcpkg version:
        <video width="800" controls="controls" muted="muted" src="https://user-images.githubusercontent.com/41973254/229313721-b82c2d3d-b0f9-4e31-98df-08d75831f695.mp4"></video>
  - type: input
    id: os
    attributes:
      label: Operating system
      placeholder: "e.g. Windows/Linux etc..."
    validations:
      required: true
  - type: input
    id: compiler
    attributes:
      label: Compiler
      placeholder: "GCC, Clang, MSVC, MinGW, ..."
    validations:
      required: false
  - type: textarea
    id: reproduce
    attributes:
      label: Steps to reproduce the behavior
      placeholder: "`./vcpkg install xxxx`"
      render: "Shell"
    validations:
      required: true
  - type: textarea
    id: logs
    attributes:
      label: Failure logs
      description: The console output and all the logs mentioned in the output.
    validations:
      required: true
  - type: textarea
    id: context
    attributes:
      label: Additional context
      description: Add any other context about the problem here, such as what you have already tried to resolve the issue.
    validations:
      required: false


================================================
FILE: .github/ISSUE_TEMPLATE/01-request-a-new-port.yml
================================================
name: Request a new port
description: Request a new port/library that vcpkg should support.
title: "[New Port Request] <library name here>"
labels: ["category:new-port", "info:good-first-issue"]

body:
  - type: input
    id: name
    attributes:
      label: Library name
    validations:
      required: true
  - type: input
    id: description
    attributes:
      label: Library description
    validations:
      required: false
  - type: input
    id: url
    attributes:
      label: Source repository URL
    validations:
      required: true
  - type: input
    id: homepage
    attributes:
      label: Project homepage (if different from the source repository)
    validations:
      required: false
  - type: textarea
    id: additional-info
    attributes:
      label: Anything else that is useful to know when adding (such as optional features the library may have that should be included)
    validations:
      required: false


================================================
FILE: .github/ISSUE_TEMPLATE/02-request-an-update-to-an-existing-port.yml
================================================
name: Request an update to an existing port
description: Let us know about a new version of a library we should pick up.
title: "[<port name>] update to <version>"
labels: ['category:port-update']
body:
  - type: input
    id: name
    attributes:
      label: Library name
    validations:
      required: true
  - type: input
    id: version
    attributes:
      label: New version number
    validations:
      required: true
  - type: textarea
    id: information
    attributes:
      label: Other information that may be useful (release notes, etc...)
    validations:
      required: false


================================================
FILE: .github/ISSUE_TEMPLATE/03-request-a-feature-or-improvement-to-a-port.yml
================================================
name: Request a feature or improvement to a port
description: Suggest an improvement to one the the ports/libraries in vcpkg.
title: "[<portname>] <short description of feature>"
labels: ["category:port-feature"]
body:
  - type: textarea
    attributes:
      label: Is your feature request related to a problem? Please describe.
      placeholder: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
    validations:
      required: true
  - type: textarea
    attributes:
      label: Proposed solution
      placeholder: A clear and concise description of what you want to happen.
    validations:
      required: true
  - type: textarea
    attributes:
      label: Describe alternatives you've considered
      placeholder: A clear and concise description of any alternative solutions or features you've considered if applicable.
    validations:
      required: false
  - type: textarea
    attributes:
      label: Additional context
      placeholder: Add any other context or screenshots about the feature request here.
    validations:
      required: false


================================================
FILE: .github/ISSUE_TEMPLATE/04-request-a-feature-or-improvement.yml
================================================
name: Request a feature or improvement
description: Suggest an improvement to vcpkg.
title: ''
labels: ["category:vcpkg-feature"]
body:
  - type: textarea
    attributes:
      label: Is your feature request related to a problem? Please describe.
      placeholder: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
    validations:
      required: true
  - type: textarea
    attributes:
      label: Proposed solution
      placeholder: A clear and concise description of what you want to happen.
    validations:
      required: true
  - type: textarea
    attributes:
      label: Describe alternatives you've considered
      placeholder: A clear and concise description of any alternative solutions or features you've considered.
    validations:
      required: false
  - type: textarea
    attributes:
      label: Additional context
      placeholder: Add any other context or screenshots about the feature request here.
    validations:
      required: false


================================================
FILE: .github/ISSUE_TEMPLATE/05-other-type-of-bug-report.md
================================================
---
name: Other type of bug report
about: Let us know about an issues that does not fit into any of the other issues.
  types
title: ''
labels: ''
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**Environment**
- OS: [e.g. Windows/Linux etc...]
- Compiler: revision

**To Reproduce**
Steps to reproduce the behavior:
1. ./vcpkg install xxxx
2. See error
Repro code when

**Expected behavior**
A clear and concise description of what you expected to happen.

**Failure logs**
-(please attached failure logs)

**Additional context**
Add any other context about the problem here.


================================================
FILE: .github/ISSUE_TEMPLATE/config.yml
================================================
blank_issues_enabled: true
contact_links:
  - name: I have a question
    url: https://github.com/microsoft/vcpkg/discussions
    about: Please ask and answer questions here.


================================================
FILE: .github/pull_request_template.md
================================================
<!-- If your PR fixes issues, please note that here by adding "Fixes #NNNNNN." for each fixed issue on separate lines. -->

<!-- If you are still working on the PR, open it as a Draft: https://github.blog/2019-02-14-introducing-draft-pull-requests/. -->

<!-- If this PR updates an existing port, please uncomment and fill out this checklist:

- [ ] Changes comply with the [maintainer guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [ ] SHA512s are updated for each updated download.
- [ ] The "supports" clause reflects platforms that may be fixed by this new version, or no changes were necessary.
- [ ] Any fixed [CI baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt) and [CI feature baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.feature.baseline.txt) entries are removed from that file, or no entries needed to be changed.
- [ ] All patch files in the port are applied and succeed.
- [ ] The version database is fixed by rerunning `./vcpkg x-add-version --all` and committing the result.
- [ ] Exactly one version is added in each modified versions file.

END OF PORT UPDATE CHECKLIST (delete this line) -->

<!-- If this PR adds a new port, please uncomment and fill out this checklist:

- [ ] Changes comply with the [maintainer guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [ ] The packaged project shows strong association with the chosen port name. Check this box if at least one of the following criteria is met:
    - [ ] The project is in Repology: https://repology.org/<PORT NAME>/versions
    - [ ] The project is amongst the first web search results for "<PORT NAME>" or "<PORT NAME> C++". Include a screenshot of the search engine results in the PR.
    - [ ] The port name follows the 'GitHubOrg-GitHubRepo' form or equivalent `Owner-Project` form.
- [ ] Optional dependencies of the build are all controlled by the port. A dependency is controlled if it is declared an unconditional dependency in `vcpkg.json`, or explicitly disabled through patches or build system arguments such as [CMAKE_DISABLE_FIND_PACKAGE_Xxx](https://cmake.org/cmake/help/latest/variable/CMAKE_DISABLE_FIND_PACKAGE_PackageName.html) or [VCPKG_LOCK_FIND_PACKAGE](https://learn.microsoft.com/vcpkg/users/buildsystems/cmake-integration#vcpkg_lock_find_package_pkg)
- [ ] The versioning scheme in `vcpkg.json` matches what upstream says.
- [ ] The license declaration in `vcpkg.json` matches what upstream says.
- [ ] The installed as the "copyright" file matches what upstream says.
- [ ] The source code of the component installed comes from an authoritative source.
- [ ] The generated "usage text" is brief and accurate. See [adding-usage](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/examples/adding-usage.md) for context. Don't add a usage file if the automatically generated usage is correct.
- [ ] The version database is fixed by rerunning `./vcpkg x-add-version --all` and committing the result.
- [ ] Exactly one version is added in each modified versions file.

END OF NEW PORT CHECKLIST (delete this line) -->


================================================
FILE: .github/workflows/check_issues.yml
================================================
name: Check For Common Issues

on:
  issues:
    types:
      - opened

jobs:
  check-for-common-issues:
    runs-on: ubuntu-latest
    permissions:
      issues: write
    steps:
      - uses: actions/github-script@v8
        with:
          script: |
            let issue_query = {
              issue_number: context.issue.number,
              owner: context.repo.owner,
              repo: context.repo.repo
            };
            let issue = await github.rest.issues.get(issue_query)
            let commentLabelClose = async (comment, label) => {
              await github.rest.issues.removeAllLabels(issue_query);
              await github.rest.issues.setLabels({...issue_query, labels: [label]});
              await github.rest.issues.createComment({...issue_query, body: comment});
              await github.rest.issues.update({...issue_query, state: "closed"});
            }

            if (issue.data.body === null || issue.data.body.trim() === "") {
              let body = "Please provide a description of the issue you are experiencing. If you are reporting a build failure, please see #30604 for how to properly report it.";
              return await commentLabelClose(body, "requires:more-information");
            }

            let issue_body = issue.data.body.replaceAll("\r\n", "\n");
              
            // missing-windows-sdk-issue
            let reg = /RC Pass 1: command "rc .*" failed \(exit code 0\) with the following output:/;
            if (reg.test(issue_body)){
              let body = "Thanks for posting this issue. Please make sure you have the following installed.\n" +
                         "- Visual Studio Desktop development with C++.\n" +
                         "- Windows 10 SDK or Windows 11 SDK.";
              return await commentLabelClose(body, "category:question");
            }

            // msys2 download fails => old vcpkg version
            reg = /error: https:\/\/repo\.msys2\.org\/.*: failed: status code 404/;
            if (reg.test(issue_body)){
              let body = "Try updating your vcpkg version via `git pull` to resolve this issue. MSYS2 downloads are removed from the upstream servers from time to time, so using an up-to-date vcpkg version is necessary."
              return await commentLabelClose(body, "category:question");
            }

            // https://gitlab.freedesktop.org maintenance
            reg = /error: https:\/\/gitlab\.freedesktop\.org\/.*: failed: status code 503/;
            if (reg.test(issue_body)){
              let body = "gitlab.freedesktop.org is undergoing maintenance until 2025-03-22. Tracking issue https://github.com/microsoft/vcpkg/issues/44429"
              return await commentLabelClose(body, "category:question");
            }

            regs = []
            // Issue text is: Copy issue body from .../issue_body.md
            regs.push( /^Copy issue body from .*issue_body.md$/ );
            // Issue to short like #36592 or #36668
            regs.push( /^error: building.* BUILD_FAILED\r\nElapsed time.*\r\nPlease ensure.*(\r\nThen check .*\r\n.*)?$/ );
            // Issues with only the default error message like #41813
            regs.push( /^error: building.* BUILD_FAILED\r\n[\s\S]*issue_body.md$/ );
            if (regs.some(reg => reg.test(issue_body))) {
              let body = "Please see #30604 for how to report a build failure."
              return await commentLabelClose(body, "requires:more-information");
            }

            // pkg-config/ not found issues like #36011
            reg = /CMake Error at scripts\/cmake\/vcpkg_find_acquire_program.*\n(.*Please install it via your package manager:[\s\S]+)Call Stack/;
            match = issue_body.match(reg)
            if (match){
              let body = "From the log:\n```\n" + match[1] + "```\n"
              return await commentLabelClose(body, "category:question");
            }

            // MSVC internal compiler error like #36628
            if (issue_body.indexOf("fatal error C1001: Internal compiler error") !== -1){
              let body = "The build failed due to an internal compiler error. Please update your compiler or revert to an old version."
              return await commentLabelClose(body, "category:question");
            }

            // configure: error: 'autoconf-archive' is missing like #37013
            if (issue_body.indexOf("configure: error: 'autoconf-archive' is missing") !== -1){
              let body = "Please install `autoconf-archive` via `brew install autoconf-archive` (macos) or `sudo apt-get install autoconf-archive` (linux)"
              return await commentLabelClose(body, "category:question");
            }

            // Wrong formatted issues like #36086
            const containsCopyHint = issue_body.indexOf("Copy issue body from") !== -1 || issue_body.indexOf("%2Fissue_body.md") !== -1;
            if (containsCopyHint && issue_body.indexOf("```") === -1){
              let body = "Please see #30604 for how to properly report a build failure."
              return await github.rest.issues.createComment({...issue_query, body: body});
            }


================================================
FILE: .github/workflows/check_tools_sha.yml
================================================
name: Check vcpkg Tools SHA

on:
  pull_request:
    paths:
      - "scripts/vcpkg-tools.json"

permissions:
  contents: read

jobs:
  check-tools-sha:
    runs-on: ubuntu-latest

    steps:
      - name: Checkout repository
        uses: actions/checkout@v6

      - name: Bootstrap vcpkg
        run: ./bootstrap-vcpkg.sh

      - name: Run vcpkg x-check-tools-sha
        run: vcpkg z-check-tools-sha scripts/vcpkg-tools.json || echo "Run 'vcpkg z-check-tools-sha scripts/vcpkg-tools.json --fix' to update the SHA values"


================================================
FILE: .github/workflows/codeql.yml
================================================
name: "CodeQL"

on:
  push:
    branches: [ "master" ]
  schedule:
    - cron: '26 0 * * 0'
  workflow_dispatch:

jobs:
  analyze:
    name: Analyze (${{ matrix.language }})
    runs-on: 'ubuntu-latest'
    permissions:
      # required for all workflows
      security-events: write

      # required to fetch internal or private CodeQL packs
      packages: read

    strategy:
      fail-fast: false
      matrix:
        include:
        - language: actions
          build-mode: none
        - language: c-cpp
          build-mode: manual
        - language: python
          build-mode: none
    steps:
    - name: Checkout repository
      uses: actions/checkout@v6
    - name: Initialize CodeQL
      uses: github/codeql-action/init@v4
      with:
        languages: ${{ matrix.language }}
        build-mode: ${{ matrix.build-mode }}
    - if: matrix.build-mode == 'manual'
      shell: bash
      run: |
        ./bootstrap-vcpkg.sh
        # This list of ports which are meaningful for CodeQL to analyze because they have actual code in vcpkg's repo
        # See https://github.com/search?q=repo%3Amicrosoft%2Fvcpkg++language%3AC+&type=code
        # See https://github.com/search?q=repo%3Amicrosoft%2Fvcpkg++language%3AC%2B%2B&type=code 
        ./vcpkg install alac-decoder breakpad[tools] gettimeofday modp-base64

    - name: Perform CodeQL Analysis
      uses: github/codeql-action/analyze@v4
      with:
        category: "/language:${{matrix.language}}"


================================================
FILE: .github/workflows/stale.yml
================================================
name: 'Close stale issues and PRs'
on:
  schedule:
    - cron: '30 1 * * *'

permissions:
  issues: write

jobs:
  stale:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/stale@v8
        with:
          stale-issue-message: 'This is an automated message. Per our repo policy, stale issues get closed if there has been no activity in the past 28 days. The issue will be automatically closed in 14 days. If you wish to keep this issue open, please add a new comment.'
          any-of-labels: 'category:question,requires:repro,requires:more-information'
          days-before-issue-stale: 28
          days-before-pr-stale: -1
          days-before-close: 14
      - uses: actions/stale@v8
        with:
          stale-issue-message: "This is an automated message. Per our repo policy, stale issues get closed if there has been no activity in the past 60 days. The issue will be automatically closed in 14 days. If you wish to keep this issue open, please add a new comment."
          any-of-labels: 'category:new-port'
          close-issue-label: 'info:new-port-unresolved'
          days-before-issue-stale: 60
          days-before-pr-stale: -1
          days-before-close: 14
      - uses: actions/stale@v8
        with:
          stale-issue-message: "This is an automated message. Per our repo policy, stale issues get closed if there has been no activity in the past 180 days. The issue will be automatically closed in 14 days. If you wish to keep this issue open, please add a new comment."
          exempt-issue-labels: 'no-stale,category:new-port,category:question,requires:repro,requires:more-information'
          days-before-issue-stale: 180
          days-before-pr-stale: -1
          days-before-close: 14
          operations-per-run: 50


================================================
FILE: .github/workflows/untrustedPR.yml
================================================
name: Check For Common Mistakes

permissions:
  contents: read

on:
  pull_request:

jobs:
  Check:
    runs-on: ubuntu-22.04

    steps:
      - name: Checkout
        uses: actions/checkout@v6
        with:
          # fetch-depth 50 tries to ensure we capture the whole history of the branch
          fetch-depth: 50

      - name: Bootstrap
        run: ./bootstrap-vcpkg.sh

      - name: Formatting
        run: |
          git config user.email github-actions
          git config user.name github-actions@github.com

          git --version

          unset VCPKG_ROOT

          git diff --name-status --merge-base HEAD^ HEAD --diff-filter=MAR -- '*portfile.cmake' | sed 's/[MAR]\t*//' > .github-pr.changed-portfiles
          if [ -s .github-pr.changed-portfiles ]; then (grep -n -H -E '(vcpkg_apply_patches|vcpkg_build_msbuild|vcpkg_extract_source_archive_ex)' $(cat .github-pr.changed-portfiles) || true) > .github-pr.deprecated-function; else touch .github-pr.deprecated-function; fi
          if [ -s .github-pr.changed-portfiles ]; then (grep -n -H -E '(vcpkg_install_cmake|vcpkg_build_cmake|vcpkg_configure_cmake|vcpkg_fixup_cmake_targets)' $(cat .github-pr.changed-portfiles) || true) > .github-pr.deprecated-cmake; else touch .github-pr.deprecated-cmake; fi
          git diff --name-status --merge-base HEAD^ HEAD --diff-filter=MAR -- '*vcpkg.json' | sed 's/[MAR]\t*//' > .github-pr.changed-manifest-files
          cat .github-pr.changed-manifest-files | while read filename; do grep -q -E '"license": ' "$filename" || echo "$filename" || true; done > .github-pr.missing-license
          cat .github-pr.changed-manifest-files | while read filename; do grep -n -H '"license": "' "$filename" || true; done > .github-pr.all-licenses
          cat .github-pr.all-licenses | while read license; do \
            location=$(echo $license | grep -oP '^.*?:[0-9]+:'); \
            echo $license | \
            grep -oiP '(AGPL-1\.0|AGPL-3\.0|BSD-2-Clause-FreeBSD|BSD-2-Clause-NetBSD|bzip2-1\.0\.5|eCos-2\.0|GFDL-1\.1|GFDL-1\.2|GFDL-1\.3|GPL-1\.0|GPL-1\.0\+|GPL-2\.0|GPL-2\.0\+|GPL-2\.0-with-autoconf-exception|GPL-2\.0-with-bison-exception|GPL-2\.0-with-classpath-exception|GPL-2\.0-with-font-exception|GPL-2\.0-with-GCC-exception|GPL-3\.0|GPL-3\.0\+|GPL-3\.0-with-autoconf-exception|GPL-3\.0-with-GCC-exception|LGPL-2\.0|LGPL-2\.0\+|LGPL-2\.1|LGPL-2\.1\+|LGPL-3\.0|LGPL-3\.0\+|Nunit|StandardML-NJ|wxWindows)(?=[ ")&|,])' | \
            while read id; do \
              echo "$location$id"; \
            done || true; \
          done > .github-pr.deprecated-license
          ./vcpkg format-manifest --all --convert-control
          ./vcpkg format-feature-baseline scripts/ci.baseline.txt
          ./vcpkg format-feature-baseline scripts/ci.feature.baseline.txt
          git diff > .github-pr.format-manifest
          git add -u
          git commit -m "tmp" --allow-empty
          # HEAD^^ refers to the "main" commit that was merged into
          git checkout HEAD^^ -- versions
          git restore --staged versions
          ./vcpkg x-add-version --all --skip-formatting-check | grep 'instead of "version-string"' | tee .github-pr.version-string.out || true
          git checkout -- versions
          ./vcpkg x-add-version --all --skip-formatting-check --skip-version-format-check | tee .github-pr.x-add-version.out || true
          git diff > .github-pr.x-add-version.diff
          git reset HEAD~ --mixed

      - name: Generate Reply
        uses: actions/github-script@v8
        with:
          script: |
            const { promises: fs } = require('fs')
            const add_version = (await fs.readFile('.github-pr.x-add-version.diff', 'utf8')).trim()
            const add_version_out = (await fs.readFile('.github-pr.x-add-version.out', 'utf8')).trim()
            const version_string_out = (await fs.readFile('.github-pr.version-string.out', 'utf8')).trim()
            const format = (await fs.readFile('.github-pr.format-manifest', 'utf8')).trim()
            const deprecated_function = (await fs.readFile('.github-pr.deprecated-function', 'utf8')).split('\n').filter(s => s.length > 0)
            const deprecated_cmake = (await fs.readFile('.github-pr.deprecated-cmake', 'utf8')).split('\n').filter(s => s.length > 0)
            const missing_license = (await fs.readFile('.github-pr.missing-license', 'utf8')).trim()
            const deprecated_license = (await fs.readFile('.github-pr.deprecated-license', 'utf8')).split('\n').filter(s => s.length > 0)

            let approve = true;
            if (format !== "") {
              var format_output = '';
              format_output += "All vcpkg.json files and baselines must be formatted. To fix this problem, run:\n";
              format_output += "./vcpkg format-manifest ports/*/vcpkg.json\n";
              format_output += "./vcpkg format-feature-baseline scripts/ci.baseline.txt\n";
              format_output += "./vcpkg format-feature-baseline scripts/ci.feature.baseline.txt\n";
              format_output += "\n";
              format_output += "It should make the following changes:";
              format_output += "```diff\n" + format + "\n```";
              core.error(format_output);
              approve = false;
            }
            if (add_version_out !== "") {
              var add_version_output = '';
              add_version_output += "PRs must add only one version, and must not modify any published versions.\n";
              add_version_output += "When making any changes to a library, the version or port-version in vcpkg.json must be modified, and the version database updated.\n";
              add_version_output += "Making the following changes will fix this problem:";
              add_version_output += "```diff\n" + add_version_out + "\n```";
              core.error(add_version_output);
              approve = false;
            }
            if (version_string_out !== "") {
              core.warning(version_string_out);
            }
            if (add_version !== "") {
              var update_version_db_output = '';
              update_version_db_output += "After committing all other changes, the version database must be updated.\n";
              update_version_db_output += "This can be done by running the following commands after committing your changes:\n"
              update_version_db_output += "\n"
              update_version_db_output += "git add -u && git commit\n"
              update_version_db_output += "git checkout ${{ github.event.pull_request.base.sha }} -- versions\n"
              update_version_db_output += "./vcpkg x-add-version --all"
              core.error(update_version_db_output);
              approve = false;
            }
            
            if (deprecated_function.length > 0) {
              var deprecated_output = '';
              deprecated_output += "**You have modified or added at least one portfile where deprecated functions are used**\n"
              deprecated_output += "If you feel able to do so, please consider migrating them to the new functions.\n";
              core.warning(deprecated_output);

              let deprecated_functions = {
                  vcpkg_extract_source_archive_ex: 'vcpkg_extract_source_archive https://learn.microsoft.com/en-us/vcpkg/maintainers/functions/vcpkg_extract_source_archive',
                  vcpkg_build_msbuild: 'vcpkg_install_msbuild https://learn.microsoft.com/en-us/vcpkg/maintainers/functions/vcpkg_install_msbuild',
                  vcpkg_apply_patches: 'the PATCHES arguments to the \"extract\" helpers (for example, vcpkg_from_github() (https://learn.microsoft.com/en-us/vcpkg/maintainers/functions/vcpkg_from_github))',
              };
              for (let line of deprecated_function) {
                // line has the format: <path>:<line_number>:<matched_string
                // For example: ports/rtlsdr/portfile.cmake:42:    vcpkg_copy_tool_dependencies(${CURRENT_PACKAGES_DIR}/tools/${PORT})
                [file, line_number, match] = line.split(':');
                for (deprecated_func in deprecated_functions) {
                  if (match.indexOf(deprecated_func) !== -1) {
                    core.warning(`The function ${deprecated_func} is deprecated. Please use ${deprecated_functions[deprecated_func]}`, {file, startLine: line_number});
                    break;
                  }
                }
              }
            }

            if (deprecated_cmake.length > 0) {
              var deprecated_output = '';
              deprecated_output += "You have modified or added at least one portfile where deprecated functions are used.\n"
              deprecated_output += "These functions have been forbidden in vcpkg, please migrating them to the new functions.\n";
              deprecated_output += "In the ports that use the new function vcpkg_cmake_configure, vcpkg_cmake_install, vcpkg_cmake_build or vcpkg_cmake_config_fixup, you have to add the corresponding dependencies:\n";
              deprecated_output += "```json\n";
              deprecated_output += '{\n  "name": "vcpkg-cmake",\n  "host": true\n},\n'
              deprecated_output += '{\n  "name": "vcpkg-cmake-config",\n  "host": true\n}\n';
              deprecated_output += "```\n";
              core.error(deprecated_output);

              let deprecated_functions = {
                  vcpkg_install_cmake: 'vcpkg_cmake_install (from port vcpkg-cmake)',
                  vcpkg_install_cmake: 'vcpkg_cmake_install (from port vcpkg-cmake)',
                  vcpkg_build_cmake: 'vcpkg_cmake_build (from port vcpkg-cmake)',
                  vcpkg_configure_cmake: 'vcpkg_cmake_configure (Please remove the option PREFER_NINJA) (from port vcpkg-cmake)',
                  vcpkg_fixup_cmake_targets: 'vcpkg_cmake_config_fixup (from port vcpkg-cmake-config)',
              };
              for (let line of deprecated_cmake) {
                // line has the format: <path>:<line_number>:<matched_string
                // For example: ports/rtlsdr/portfile.cmake:42:    vcpkg_copy_tool_dependencies(${CURRENT_PACKAGES_DIR}/tools/${PORT})
                [file, line_number, match] = line.split(':');
                for (deprecated_cmake_function in deprecated_functions) {
                  if (match.indexOf(deprecated_cmake_function) !== -1) {
                    core.warning(`The function ${deprecated_cmake_function} is deprecated. Please use ${deprecated_functions[deprecated_cmake_function]}`, {file, startLine: line_number});
                    break;
                  }
                }
              }
            }

            if (missing_license !== "" || deprecated_license.length > 0) {
              core.summary.addRaw('You have modified or added at least one vcpkg.json where you should check the \"license\" field.');
              core.summary.addEOL();
            }

            if (missing_license !== "") {
              license_output = 'If you feel able to do so, please consider adding a "license" field to the following files:\n'
              license_output += missing_license
              license_output += "\n\nValid values for the license field can be found at https://learn.microsoft.com/vcpkg/reference/vcpkg-json#license\n\n"

              core.warning(license_output);
            }

            for (let line of deprecated_license) {
              [file, line_number, match] = line.split(':');
              var license_output = `SPDX deprecated license identifier ${match}.`;
              license_output += "\nIf you feel able to do so, please consider replacing it."
              license_output += "\nUpdated license identifiers can be found at https://spdx.org/licenses/."


              core.notice(license_output, {file, startLine: line_number});
            }

            core.summary.write();

            if (!approve) {
              process.exitCode = 1;
            }


================================================
FILE: .gitignore
================================================
############################################################
# Visual Studio - Start
############################################################

## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.

# User-specific files
*.suo
*.user
*.userosscache
*.sln.docstates
/vcpkg.json
/vcpkg-configuration.json

# fuzzing
sync_dir*

# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs

# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
bld/
[Bb]in/
[Oo]bj/
[Ll]og/
# Ignore the executable
/vcpkg
/vcpkg.exe

# Visual Studio 2015 cache/options directory
.vs/
# Uncomment if you have tasks that create the project's static files in wwwroot
#wwwroot/

# MSTest test Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*

# NUNIT
*.VisualState.xml
TestResult.xml

# Build Results of an ATL Project
[Dd]ebugPS/
[Rr]eleasePS/
dlldata.c

# DNX
project.lock.json
project.fragment.lock.json
artifacts/

*_i.c
*_p.c
*_i.h
*.ilk
*.meta
*.obj
*.pch
*.pdb
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
*.tmp_proj
*.log
*.vspscc
*.vssscc
.builds
*.pidb
*.svclog
*.scc

# Chutzpah Test files
_Chutzpah*

# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opendb
*.opensdf
*.sdf
*.cachefile
*.VC.db
*.VC.VC.opendb

# Visual Studio profiler
*.psess
*.vsp
*.vspx
*.sap

# TFS 2012 Local Workspace
$tf/

# Guidance Automation Toolkit
*.gpState

# ReSharper is a .NET coding add-in
_ReSharper*/
*.[Rr]e[Ss]harper
*.DotSettings.user

# JustCode is a .NET coding add-in
.JustCode

# TeamCity is a build add-in
_TeamCity*

# DotCover is a Code Coverage Tool
*.dotCover

# NCrunch
_NCrunch_*
.*crunch*.local.xml
nCrunchTemp_*

# MightyMoose
*.mm.*
AutoTest.Net/

# Web workbench (sass)
.sass-cache/

# Installshield output folder
[Ee]xpress/

# DocProject is a documentation generator add-in
DocProject/buildhelp/
DocProject/Help/*.HxT
DocProject/Help/*.HxC
DocProject/Help/*.hhc
DocProject/Help/*.hhk
DocProject/Help/*.hhp
DocProject/Help/Html2
DocProject/Help/html

# Click-Once directory
publish/

# Publish Web Output
*.[Pp]ublish.xml
*.azurePubxml
# TODO: Comment the next line if you want to checkin your web deploy settings
# but database connection strings (with potential passwords) will be unencrypted
*.pubxml
*.publishproj

# Microsoft Azure Web App publish settings. Comment the next line if you want to
# checkin your Azure Web App publish settings, but sensitive information contained
# in these scripts will be unencrypted
PublishScripts/

# NuGet Packages
*.nupkg
# The packages folder can be ignored because of Package Restore
**/packages/*
# except build/, which is used as an MSBuild target.
!**/packages/build/
# Uncomment if necessary however generally it will be regenerated when needed
#!**/packages/repositories.config
# NuGet v3's project.json files produces more ignoreable files
*.nuget.props
*.nuget.targets

# Microsoft Azure Build Output
csx/
*.build.csdef

# Microsoft Azure Emulator
ecf/
rcf/

# Windows Store app package directories and files
AppPackages/
BundleArtifacts/
Package.StoreAssociation.xml
_pkginfo.txt

# Visual Studio cache files
# files ending in .cache can be ignored
*.[Cc]ache
# but keep track of directories ending in .cache
!*.[Cc]ache/

# Others
ClientBin/
~$*
*~
*.dbmdl
*.dbproj.schemaview
*.pfx
*.publishsettings
node_modules/
orleans.codegen.cs

# Since there are multiple workflows, uncomment next line to ignore bower_components
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
#bower_components/

# RIA/Silverlight projects
Generated_Code/

# Backup & report files from converting an old project file
# to a newer Visual Studio version. Backup files are not needed,
# because we have git ;-)
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
UpgradeLog*.htm

# SQL Server files
*.mdf
*.ldf

# Business Intelligence projects
*.rdl.data
*.bim.layout
*.bim_*.settings

# Microsoft Fakes
FakesAssemblies/

# GhostDoc plugin setting file
*.GhostDoc.xml

# Node.js Tools for Visual Studio
.ntvs_analysis.dat

# Visual Studio 6 build log
*.plg

# Visual Studio 6 workspace options file
*.opt

# Visual Studio LightSwitch build output
**/*.HTMLClient/GeneratedArtifacts
**/*.DesktopClient/GeneratedArtifacts
**/*.DesktopClient/ModelManifest.xml
**/*.Server/GeneratedArtifacts
**/*.Server/ModelManifest.xml
_Pvt_Extensions

# Paket dependency manager
.paket/paket.exe
paket-files/

# FAKE - F# Make
.fake/

# JetBrains Rider
.idea/
*.sln.iml

# CodeRush
.cr/

# Python Tools for Visual Studio (PTVS)
__pycache__/
*.pyc

############################################################
# Visual Studio - End
############################################################


############################################################
# vcpkg - Start
############################################################

.vscode/
*.code-workspace
/buildtrees/
/build*/
/downloads/
/installed*/
/vcpkg_installed*/
/packages/
/scripts/buildsystems/tmp/
#ignore custom triplets
/triplets/*
#add vcpkg-designed triplets back in
!/triplets/arm-uwp.cmake
!/triplets/arm64-windows.cmake
!/triplets/x64-linux.cmake
!/triplets/x64-osx.cmake
!/triplets/x64-uwp.cmake
!/triplets/x64-windows-static.cmake
!/triplets/x64-windows.cmake
!/triplets/x86-windows.cmake

!/triplets/community
!/triplets/community/**

*.exe
*.zip

############################################################
# vcpkg - End
############################################################
vcpkg.disable-metrics
archives
.DS_Store
prefab/
*.swp

###################
# Codespaces
###################
pythonenv3.8/
.venv/



================================================
FILE: .vcpkg-root
================================================


================================================
FILE: CONTRIBUTING.md
================================================
# Contribution Guidelines

Vcpkg is a community driven effort to build a productive and robust ecosystem of native libraries - your contributions are invaluable!

## Issues

The easiest way to contribute is by reporting issues with either `vcpkg.exe` or an existing package on [GitHub](https://github.com/Microsoft/vcpkg). When reporting an issue with `vcpkg.exe`, make sure to clearly state:
- The machine setup: "I'm using Windows 10 Anniversary Update. My machine is using the fr-fr locale. I successfully ran 'install boost'." 
- The steps to reproduce: "I run 'vcpkg list'"
- The outcome you expected: "I expected to see 'boost:x86-windows'"
- The actual outcome: "I get no output at all" or "I get a crash dialog"

When reporting an issue with a package, make sure to clearly state:
- The machine setup (as above)
- What package and version you're building: "opencv 3.1.0"
- Any relevant error logs from the build process.

## Pull Requests

We are happy to accept pull requests for fixes, features, new packages, and updates to existing packages. In order to avoid wasting your time, we highly encourage opening an issue to discuss whether the PR you're thinking about making will be acceptable. This is doubly true for features and new packages.

### New package Guidelines

We're glad you're interested in submitting a new package! Here are some guidelines to help you author an excellent portfile:
- Avoid functional patches. Patches should be considered a last resort to implement compatibility when there's no other way. 
- When patches can't be avoided, do not modify the default behavior. The ideal lifecycle of a patch is to get merged upstream and no longer be needed. Try to keep this goal in mind when deciding how to patch something.
- Prefer to use the `vcpkg_xyz` functions over raw `execute_command` calls. This makes long term maintenance easier when new features (such as custom compiler flags or generators) are added.

## Legal

You will need to complete a Contributor License Agreement (CLA) before your pull request can be accepted. This agreement testifies that you are granting us permission to use the source code you are submitting, and that this work is being submitted under appropriate license that we can use it.

You can complete the CLA by going through the steps at https://cla.microsoft.com. Once we have received the signed CLA, we'll review the request. You will only need to do this once.


================================================
FILE: CONTRIBUTING_pt.md
================================================
# Diretrizes de Contribuição

Vcpkg é um esforço da comunidade para construir um ecossistema produtivo e robusto de bibliotecas nativas - suas contribuições são inestimáveis!

## Problemas (issues)

A maneira mais fácil de contribuir é relatando problemas com `vcpkg.exe` ou um pacote existente no [GitHub](https://github.com/Microsoft/vcpkg). Ao relatar um problema com `vcpkg.exe`, certifique-se de indicar claramente:

- A configuração da máquina: "Estou usando a Atualização de Aniversário do Windows 10. Minha máquina está usando a localidade fr-fr. Executei com sucesso o 'instal boost'."
- As etapas para reproduzir: "I run 'vcpkg list'"
- O resultado esperado: "Eu esperava ver 'boost:x86-windows'"
- O resultado real: "Não recebo nenhuma saída" ou "Recebo uma caixa de diálogo de travamento"

Ao relatar um problema com um pacote, certifique-se de indicar claramente:

- A configuração da máquina (como acima)
- Qual pacote e versão você está construindo: "opencv 3.1.0"
- Quaisquer logs de erro relevantes do processo de compilação.

## Pull Requests

Estamos felizes em aceitar solicitações de correções, recursos, novos pacotes e atualizações para pacotes existentes. Para evitar desperdício de tempo, recomendamos abrir um tópico para discutir se o PR que você está pensando em fazer será aceitável. Isso é duplamente verdadeiro para recursos e novos pacotes.

### Diretrizes de novos pacotes

Estamos felizes por você estar interessado em enviar um novo pacote! Aqui estão algumas diretrizes para ajudá-lo a criar um excelente portfile:

- Evite patches funcionais. Os patches devem ser considerados um último recurso para implementar a compatibilidade quando não houver outra maneira.
- Quando os patches não puderem ser evitados, não modifique o comportamento padrão. O ciclo de vida ideal de um patch é ser mesclado no upstream e não ser mais necessário. Tente manter esse objetivo em mente ao decidir como corrigir algo.
- Prefira usar as funções `vcpkg_xyz` em vez de chamadas brutas `execute_command`. Isso facilita a manutenção de longo prazo quando novos recursos (como sinalizadores de compilador personalizados ou geradores) são adicionados.

## Jurídico

Você precisará preencher um Contrato de Licença de Colaborador (CLA) antes que sua solicitação pull possa ser aceita. Este contrato atesta que você está nos concedendo permissão para usar o código-fonte que está enviando e que este trabalho está sendo enviado sob a licença apropriada para que possamos usá-lo.

Você pode concluir o CLA seguindo as etapas em <https://cla.microsoft.com>. Assim que recebermos o CLA assinado, analisaremos a solicitação. Você só precisará fazer isso uma vez.


================================================
FILE: CONTRIBUTING_zh.md
================================================
# 贡献准则

Vcpkg 是一个尝试由社区驱动,旨在构建一个多产的、健壮的本地库生态系统 - 您的贡献价值不可估量!

## 报告问题

最简单的方法是通过 `vcpkg.exe` 或 [GitHub](https://github.com/Microsoft/vcpkg) 报告已有的包的问题。 当报告 `vcpkg.exe` 的问题时,确保清楚地说明:
- 机器设置: “我用的是Windows 10周年更新。 我的机器正位于fr-fr区域。 我成功地运行了'install boost'。”
- 复现步骤: “运行 'vcpkg list'”
- 预期结果: “我预期看到 'boost:x86-windows'”
- 实际结果: “没有输出” 或 “我得到一个崩溃对话框”

当报告包的问题时,一定要清楚地说明:
- 机器设置 (上述)
- 您正在构建什么包以及它的版本,例如: “opencv 3.1.0”
- 构建过程中的任何相关错误日志

## 贡献 (PR)

我们很乐意接受关于修复、特性、新包和更新现有包的拉取请求。 为了避免浪费您的时间,我们强烈建议您提交一个问题来讨论您想要制作的PR是否能被接受。 对于特性和新包来说也是如此。

### 新包贡献准则

我们很高兴您有兴趣来提交一个新的包! 这里有一些指导方针来帮助您编写一个优秀的端口文件:
- 避免功能补丁。 当没有其他方法时,补丁应该被视为实现兼容性的最后手段。
- 当无法避免补丁时,请不要修改默认行为。 一个补丁的理想生命周期是与上游合并,不再被需要。 在决定如何修补某些内容时,请记住这一目标。
- 相比原始的 `execute_command` 调用,尽量改为通过 `vcpkg_xyz` 函数实现。这使得在添加新特性(如自定义编译器标志或生成器)时更容易进行长期维护。

## 法律声明

在您的拉取请求被接受之前,您需要完成一个贡献者许可协议 (CLA)。 本协议证明您允许我们使用您提交的源代码,并且本作品是在合适的许可下提交的,我们可以使用它。

您可以通过 https://cla.microsoft.com 上的步骤来完成CLA。 一旦我们收到已签署的CLA,我们将审查请求。 您只需要这样做一次。


================================================
FILE: CodeQL.yml
================================================
path_classifiers:
  library:
    - "buildtrees/libdisasm/src/-87a041f03c.clean/libdisasm/ia32_insn.c"


================================================
FILE: LICENSE.txt
================================================
MIT License

Copyright (c) Microsoft Corporation

Permission is hereby granted, free of charge, to any person obtaining a copy of this
software and associated documentation files (the "Software"), to deal in the Software
without restriction, including without limitation the rights to use, copy, modify,
merge, publish, distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to the following
conditions:

The above copyright notice and this permission notice shall be included in all copies
or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


================================================
FILE: NOTICE.txt
================================================
vcpkg uses third party material from the projects listed below.
The original copyright notice and the license under which Microsoft
received such third party material are set forth below. Microsoft
reserves all other rights not expressly granted, whether by
implication, estoppel or otherwise.

In the event that we accidentally failed to list a required notice, please
bring it to our attention by posting an issue.

THIRD-PARTY SOFTWARE NOTICES AND INFORMATION
Do Not Translate or Localize

vcpkg incorporates third party material from the projects listed below.
The original copyright notice and the license under which Microsoft received
such third party materials are set forth below. Microsoft reserved all other
rights not expressly granted, whether by implication, estoppel or otherwise.

1.  Catch2

%% Catch2 NOTICES, INFORMATION, AND LICENSE BEGIN HERE
=========================================
Boost Software License - Version 1.0 - August 17th, 2003

Permission is hereby granted, free of charge, to any person or organization
obtaining a copy of the software and accompanying documentation covered by
this license (the "Software") to use, reproduce, display, distribute,
execute, and transmit the Software, and to prepare derivative works of the
Software, and to permit third-parties to whom the Software is furnished to
do so, all subject to the following:

The copyright notices in the Software and this entire statement, including
the above license grant, this restriction and the following disclaimer,
must be included in all copies of the Software, in whole or in part, and
all derivative works of the Software, unless such copies or derivative
works are solely in the form of machine-executable object code generated by
a source language processor.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
=========================================
END OF Catch2 NOTICES, INFORMATION, AND LICENSE


================================================
FILE: NOTICE_pt.txt
================================================
vcpkg usa material de terceiros dos projetos listados abaixo.
O aviso de direitos autorais original e a licença sob a qual a Microsoft
recebido tal material de terceiros são descritos abaixo. Microsoft
reserva-se todos os outros direitos não concedidos expressamente, seja por
implicação, preclusão ou de outra forma.

No caso de falhamos acidentalmente em listar um aviso necessário, por favor
chame nossa atenção postando um problema.

AVISOS E INFORMAÇÕES DE SOFTWARE DE TERCEIROS
Não traduza ou localize

vcpkg incorpora material de terceiros dos projetos listados abaixo.
O aviso de direitos autorais original e a licença sob a qual a Microsoft recebeu
tais materiais de terceiros são apresentados abaixo. A Microsoft reservou todos os outros
direitos não concedidos expressamente, seja por implicação, preclusão ou de outra forma.

1. Catch2

%% Catch2 AVISOS, INFORMAÇÕES E LICENÇA COMEÇAM AQUI
===========================================
Boost Software License - Versão 1.0 - 17 de agosto de 2003

A permissão é concedida, gratuitamente, a qualquer pessoa ou organização
obter uma cópia do software e da documentação que o acompanha coberta por
esta licença (o "Software") para usar, reproduzir, exibir, distribuir,
executar e transmitir o Software e preparar trabalhos derivados do
Software, e para permitir que terceiros a quem o Software é fornecido
fazê-lo, tudo sujeito ao seguinte:

Os avisos de direitos autorais no Software e toda esta declaração, incluindo
a concessão de licença acima, esta restrição e a seguinte isenção de responsabilidade,
devem ser incluídos em todas as cópias do Software, no todo ou em parte, e
todos os trabalhos derivados do Software, a menos que tais cópias ou derivados
as obras são exclusivamente na forma de código de objeto executável por máquina gerado por
um processador de linguagem de origem.

O SOFTWARE É FORNECIDO "COMO ESTÁ", SEM GARANTIA DE QUALQUER TIPO, EXPRESSA OU
IMPLÍCITAS, INCLUINDO, SEM LIMITAÇÃO, AS GARANTIAS DE COMERCIALIZAÇÃO,
ADEQUAÇÃO A UM DETERMINADO FIM, TÍTULO E NÃO VIOLAÇÃO. EM NENHUM CASO
OS DETENTORES DOS DIREITOS AUTORAIS OU QUALQUER DISTRIBUIDOR DO SOFTWARE SERÃO RESPONSÁVEIS
POR QUAISQUER DANOS OU OUTRA RESPONSABILIDADE, SEJA EM CONTRATO, ILÍCITO OU DE OUTRA FORMA,
DECORRENTE DE OU EM CONEXÃO COM O SOFTWARE OU O USO OU OUTRO
NEGÓCIOS NO SOFTWARE.
===========================================
FIM DOS AVISOS, INFORMAÇÕES E LICENÇA DE Catch2

================================================
FILE: README.md
================================================
<!-- 
This document is a copy of the README file on the Microsoft/vcpkg-docs repository.

To make changes modify this file instead:
https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/readme/vcpkg-README.md
-->

[🌐 Read in a different language](https://learn.microsoft.com/locale/?target=https%3A%2F%2Flearn.microsoft.com%2Fvcpkg%2F)

# vcpkg overview

vcpkg is a free and open-source C/C++ package manager maintained by Microsoft
and the C++ community. 

Initially launched in 2016 as a tool for assisting developers in migrating their
projects to newer versions of Visual Studio, vcpkg has evolved into a
cross-platform tool used by developers on Windows, macOS, and Linux. vcpkg has a
large collection of open-source libraries and enterprise-ready features designed to
facilitate your development process with support for any build and project
systems. vcpkg is a C++ tool at heart and is written in C++ with scripts in
CMake. It is designed from the ground up to address the unique pain points C/C++
developers experience.

This tool and ecosystem are constantly evolving, and we always appreciate
contributions! Learn how to start contributing with our [packaging
tutorial](https://learn.microsoft.com/vcpkg/get_started/get-started-adding-to-registry) and [maintainer
guide](https://learn.microsoft.com/vcpkg/contributing/maintainer-guide).

# Get started

First, follow one of our quick start guides.

Whether you're using CMake, MSBuild, or any other build system, vcpkg has you covered:

* [vcpkg with CMake](https://learn.microsoft.com/vcpkg/get_started/get-started)
* [vcpkg with MSBuild](https://learn.microsoft.com/vcpkg/get_started/get-started-msbuild)
* [vcpkg with other build systems](https://learn.microsoft.com/vcpkg/users/buildsystems/manual-integration)

You can also use any editor:

* [vcpkg with Visual Studio](https://learn.microsoft.com/vcpkg/get_started/get-started-vs)
* [vcpkg with Visual Studio Code](https://learn.microsoft.com/vcpkg/get_started/get-started-vscode)
* [vcpkg with
  CLion](<https://www.jetbrains.com/help/clion/package-management.html>)
* [vcpkg with Qt Creator](<https://doc.qt.io/qtcreator/creator-vcpkg.html>)

If a library you need is not present in the vcpkg registry, [open an issue on
the GitHub repository][contributing:submit-issue] or [contribute the package
yourself](https://learn.microsoft.com/vcpkg/get_started/get-started-adding-to-registry).

After you've gotten vcpkg installed and working, you may wish to [add
tab completion to your terminal](https://learn.microsoft.com/vcpkg/commands/integrate#vcpkg-autocompletion).

# Use vcpkg

Create a [manifest for your project's dependencies](https://learn.microsoft.com/vcpkg/consume/manifest-mode):

```Console
vcpkg new --application
vcpkg add port fmt
```

Or [install packages through the command line](https://learn.microsoft.com/vcpkg/consume/classic-mode):

```Console
vcpkg install fmt
```

Then use one of our available integrations for
[CMake](https://learn.microsoft.com/vcpkg/concepts/build-system-integration#cmake-integration),
[MSBuild](https://learn.microsoft.com/vcpkg/concepts/build-system-integration#msbuild-integration) or 
[other build
systems](https://learn.microsoft.com/vcpkg/concepts/build-system-integration#manual-integration).

For a short description of all available commands, run `vcpkg help`.
Run `vcpkg help [topic]` for details on a specific topic.

# Key features

vcpkg offers powerful features for your package management needs:

* [easily integrate with your build system](https://learn.microsoft.com/vcpkg/concepts/build-system-integration)
* [control the versions of your dependencies](https://learn.microsoft.com/vcpkg/users/versioning)
* [package and publish your own packages](https://learn.microsoft.com/vcpkg/concepts/registries)
* [reuse your binary artifacts](https://learn.microsoft.com/vcpkg/users/binarycaching)
* [enable offline scenarios with asset caching](https://learn.microsoft.com/vcpkg/concepts/asset-caching)

# Contribute

vcpkg is an open source project, and is thus built with your contributions. Here
are some ways you can contribute:

* [Submit issues][contributing:submit-issue] in vcpkg or existing packages
* [Submit fixes and new packages][contributing:submit-pr]

Please refer to our [mantainer guide](https://learn.microsoft.com/vcpkg/contributing/maintainer-guide) and
[packaging tutorial](https://learn.microsoft.com/vcpkg/get_started/get-started-packaging) for more details.

This project has adopted the [Microsoft Open Source Code of
Conduct][contributing:coc]. For more information see the [Code of Conduct
FAQ][contributing:coc-faq] or email
[opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional
questions or comments.
 
[contributing:submit-issue]: https://github.com/microsoft/vcpkg/issues/new/choose
[contributing:submit-pr]: https://github.com/microsoft/vcpkg/pulls
[contributing:coc]: https://opensource.microsoft.com/codeofconduct/
[contributing:coc-faq]: https://opensource.microsoft.com/codeofconduct/
  
# Resources

* Ports: [Microsoft/vcpkg](<https://github.com/microsoft/vcpkg>)
* Source code: [Microsoft/vcpkg-tool](<https://github.com/microsoft/vcpkg-tool>)
* Docs: [Microsoft Learn | vcpkg](https://learn.microsoft.com/vcpkg)
* Website: [vcpkg.io](<https://vcpkg.io>)
* Email: [vcpkg@microsoft.com](<mailto:vcpkg@microsoft.com>)
* Discord: [\#include \<C++\>'s Discord server](<https://www.includecpp.org>), in the #🌏vcpkg channel
* Slack: [C++ Alliance's Slack server](<https://cppalliance.org/slack/>), in the #vcpkg channel

# License

The code in this repository is licensed under the MIT License. The libraries
provided by ports are licensed under the terms of their original authors. Where
available, vcpkg places the associated license(s) in the location
[`installed/<triplet>/share/<port>/copyright`](https://learn.microsoft.com/vcpkg/contributing/maintainer-guide#install-copyright-file).

# Security

Most ports in vcpkg build the libraries in question using the original build
system preferred by the original developers of those libraries, and download
source code and build tools from their official distribution locations. For use
behind a firewall, the specific access needed will depend on which ports are
being installed. If you must install it in an "air gapped" environment, consider
instaling once in a non-"air gapped" environment, populating an [asset
cache](https://learn.microsoft.com/vcpkg/users/assetcaching) shared with the otherwise "air gapped"
environment.

# Telemetry

vcpkg collects usage data in order to help us improve your experience. The data
collected by Microsoft is anonymous. You can opt-out of telemetry by:

- running the bootstrap-vcpkg script with `-disableMetrics`
- passing `--disable-metrics` to vcpkg on the command line
- setting the `VCPKG_DISABLE_METRICS` environment variable

Read more about vcpkg telemetry at [https://learn.microsoft.com/vcpkg/about/privacy](https://learn.microsoft.com/vcpkg/about/privacy).


================================================
FILE: SECURITY.md
================================================
<!-- BEGIN MICROSOFT SECURITY.MD V0.0.7 BLOCK -->

## Security

Microsoft takes the security of our software products and services seriously, which includes all source code repositories managed through our GitHub organizations, which include [Microsoft](https://github.com/Microsoft), [Azure](https://github.com/Azure), [DotNet](https://github.com/dotnet), [AspNet](https://github.com/aspnet), [Xamarin](https://github.com/xamarin), and [our GitHub organizations](https://opensource.microsoft.com/).

If you believe you have found a security vulnerability in any Microsoft-owned repository that meets [Microsoft's definition of a security vulnerability](https://aka.ms/opensource/security/definition), please report it to us as described below.

## Reporting Security Issues

**Please do not report security vulnerabilities through public GitHub issues.**

Instead, please report them to the Microsoft Security Response Center (MSRC) at [https://msrc.microsoft.com/create-report](https://aka.ms/opensource/security/create-report).

If you prefer to submit without logging in, send email to [secure@microsoft.com](mailto:secure@microsoft.com).  If possible, encrypt your message with our PGP key; please download it from the [Microsoft Security Response Center PGP Key page](https://aka.ms/opensource/security/pgpkey).

You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Additional information can be found at [microsoft.com/msrc](https://aka.ms/opensource/security/msrc). 

Please include the requested information listed below (as much as you can provide) to help us better understand the nature and scope of the possible issue:

  * Type of issue (e.g. buffer overflow, SQL injection, cross-site scripting, etc.)
  * Full paths of source file(s) related to the manifestation of the issue
  * The location of the affected source code (tag/branch/commit or direct URL)
  * Any special configuration required to reproduce the issue
  * Step-by-step instructions to reproduce the issue
  * Proof-of-concept or exploit code (if possible)
  * Impact of the issue, including how an attacker might exploit the issue

This information will help us triage your report more quickly.

If you are reporting for a bug bounty, more complete reports can contribute to a higher bounty award. Please visit our [Microsoft Bug Bounty Program](https://aka.ms/opensource/security/bounty) page for more details about our active programs.

## Preferred Languages

We prefer all communications to be in English.

## Policy

Microsoft follows the principle of [Coordinated Vulnerability Disclosure](https://aka.ms/opensource/security/cvd).

<!-- END MICROSOFT SECURITY.MD BLOCK -->


================================================
FILE: bootstrap-vcpkg.bat
================================================
@echo off
powershell.exe -NoProfile -ExecutionPolicy Bypass "& {& \"%~dp0scripts\bootstrap.ps1\" %*}"


================================================
FILE: bootstrap-vcpkg.sh
================================================
#!/bin/sh -e

vcpkgRootDir=$(X= cd -- "$(dirname -- "$0")" && pwd -P)
. "$vcpkgRootDir/scripts/bootstrap.sh"


================================================
FILE: docs/about/privacy.md
================================================
# Privacy

The documentation for this topic has been moved to the following articles in [Microsoft Learn](https://learn.microsoft.com/vcpkg):

* [Privacy](https://learn.microsoft.com/vcpkg/about/privacy)


================================================
FILE: docs/users/assetcaching.md
================================================
# Asset Caching

The documentation for this topic has been moved to the following articles in [Microsoft Learn](https://learn.microsoft.com/vcpkg):

* [Asset caching](https://learn.microsoft.com/vcpkg/users/assetcaching)


================================================
FILE: docs/users/binarycaching.md
================================================
# Binary Caching

The documentation for this topic has been moved to the following articles in [Microsoft Learn](https://learn.microsoft.com/vcpkg):

* [Binary caching](https://learn.microsoft.com/vcpkg/users/binarycaching)


================================================
FILE: docs/users/manifests.md
================================================
# Manifests

The documentation for this topic has been moved to the following articles in [Microsoft Learn](https://learn.microsoft.com/vcpkg):

* [Manifest mode](https://learn.microsoft.com/vcpkg/users/manifests)
* [vcpkg.json syntax](https://learn.microsoft.com/vcpkg/reference/vcpkg-json)


================================================
FILE: docs/users/registries.md
================================================
# Registries

The documentation for this topic has been moved to the following articles in [Microsoft Learn](https://learn.microsoft.com/vcpkg):

* [Using registries](https://learn.microsoft.com/vcpkg/users/registries)
* [Creating registries](https://learn.microsoft.com/vcpkg/maintainers/registries)


================================================
FILE: docs/users/triplets.md
================================================
# Triplets

The documentation for this topic has been moved to the following articles in [Microsoft Learn](https://learn.microsoft.com/vcpkg):

* [Triplet files](https://learn.microsoft.com/vcpkg/users/triplets)
* [Custom triplets](https://learn.microsoft.com/en-us/vcpkg/users/examples/overlay-triplets-linux-dynamic)


================================================
FILE: docs/users/versioning.md
================================================
# Versioning

The documentation for this topic has been moved to the following articles in [Microsoft Learn](https://learn.microsoft.com/vcpkg):

* [vcpkg.json version fields](https://learn.microsoft.com/vcpkg/reference/vcpkg-json#version)
* [Versioning reference](https://learn.microsoft.com/vcpkg/users/versioning)
* [Versioning resolution algorithm](https://learn.microsoft.com/vcpkg/users/versioning.concepts)


================================================
FILE: ports/3fd/RapidXML.patch
================================================
--- a/3FD/xml.h
+++ b/3FD/xml.h
@@ -4,6 +4,6 @@
 #include "exceptions.h"
 #include "utils.h"
-#include <rapidxml.hpp>
+#include <rapidxml/rapidxml.hpp>
 
 #include <array>
 #include <algorithm>


================================================
FILE: ports/3fd/portfile.cmake
================================================
# Check library linkage:
vcpkg_check_linkage(ONLY_STATIC_LIBRARY ONLY_DYNAMIC_CRT)

# Get source code:
vcpkg_from_github(
    OUT_SOURCE_PATH SOURCE_PATH
    REPO faburaya/3fd
    REF 3a0fe606268721d1560b88dcca8647c67c0b275c # v2.6.3 (Stable)
    SHA512 70630291b4055de2044ad76ef21e99d6ab6fd3468debb2a864a461cf8513642fe87f116e9dfff96ecff96f4577108493dc25aa40eeefcd93ee75990b13bb7b20
    HEAD_REF master
    PATCHES
        RapidXML.patch
)

# Build:
if (VCPKG_TARGET_IS_UWP) # UWP:
    vcpkg_msbuild_install(
        SOURCE_PATH "${SOURCE_PATH}"
        PROJECT_SUBPATH "3FD/3FD.WinRT.UWP.vcxproj"
    )
elseif (VCPKG_TARGET_IS_WINDOWS) # Win32:
    vcpkg_msbuild_install(
        SOURCE_PATH "${SOURCE_PATH}"
        PROJECT_SUBPATH "3FD/3FD.vcxproj"
        TARGET Build
    )
else()
    message(FATAL_ERROR "Unsupported system: 3FD is not currently ported to VCPKG in ${VCPKG_CMAKE_SYSTEM_NAME}!")
endif()

# Install:
file(GLOB HEADER_FILES LIST_DIRECTORIES false "${SOURCE_PATH}/3FD/*.h")
file(INSTALL
    ${HEADER_FILES}
    DESTINATION "${CURRENT_PACKAGES_DIR}/include/3FD"
    PATTERN "*_impl*.h" EXCLUDE
    PATTERN "*example*.h" EXCLUDE
    PATTERN "stdafx.h" EXCLUDE
    PATTERN "targetver.h" EXCLUDE
)

file(INSTALL "${SOURCE_PATH}/btree"  DESTINATION "${CURRENT_PACKAGES_DIR}/include/3FD")
file(INSTALL "${SOURCE_PATH}/OpenCL/CL" DESTINATION "${CURRENT_PACKAGES_DIR}/include/3FD")

file(MAKE_DIRECTORY "${CURRENT_PACKAGES_DIR}/share/3FD")
file(INSTALL
    "${SOURCE_PATH}/3FD/3fd-config-template.xml"
    DESTINATION "${CURRENT_PACKAGES_DIR}/share/3FD"
)

# Handle copyright
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")
file(INSTALL "${SOURCE_PATH}/Acknowledgements.txt" DESTINATION "${CURRENT_PACKAGES_DIR}/share/3fd")

vcpkg_copy_pdbs()


================================================
FILE: ports/3fd/vcpkg.json
================================================
{
  "name": "3fd",
  "version": "2.6.3",
  "port-version": 5,
  "description": "C++ Framework For Fast Development",
  "supports": "windows & !static & !arm64",
  "dependencies": [
    {
      "name": "boost-lockfree",
      "platform": "windows"
    },
    {
      "name": "boost-regex",
      "platform": "windows"
    },
    {
      "name": "poco",
      "default-features": false,
      "features": [
        "data",
        "odbc"
      ],
      "platform": "windows"
    },
    "rapidxml",
    "sqlite3",
    {
      "name": "vcpkg-msbuild",
      "host": true,
      "platform": "windows"
    }
  ]
}


================================================
FILE: ports/7zip/7zip-config.cmake.in
================================================
@PACKAGE_INIT@

include("${CMAKE_CURRENT_LIST_DIR}/7zip-targets.cmake")

check_required_components(7zip)


================================================
FILE: ports/7zip/CMakeLists.txt
================================================
cmake_minimum_required(VERSION 3.19)

project(7zip LANGUAGES C CXX)

# Starting points:
# DOC/readme.txt
#
# CPP/7zip/Bundles/Alone2 : 7-Zip console executable that supports all formats
# (but skip the bits for the executable)
#
# CPP/7zip/Bundles/Alone2/makefile : nmake (MSVC)
# -> CPP/7zip/Bundles/Format7zF/Arc.mak
# -> CPP/7zip/Bundles/7zip.mak
# 
# CPP/7zip/Bundles/Alone2/(makefile.gcc|../../cmpl_<variant>.mak) : other
# -> CPP/7zip/Bundles/Format7zF/Arc_gcc.mak
# -> CPP/7zip/Bundles/7zip_gcc.mak

option(USE_NO_ASM "Disable ASM")

add_library(7zip)

if(MSVC)
    if(NOT USE_NO_ASM AND VCPKG_TARGET_ARCHITECTURE MATCHES "x86|x64")
        enable_language(ASM_MASM)
    endif()
else()
    if(VCPKG_TARGET_ARCHITECTURE MATCHES "arm64")
        enable_language(ASM)
    endif()
endif()
get_cmake_property(enabled_languages ENABLED_LANGUAGES)


# CPP/7zip/Bundles/Format7zF/Arc[_gcc].mak

target_sources(7zip PRIVATE
    # COMPRESS_OBJS
    CPP/7zip/Compress/Bcj2Coder.cpp
    CPP/7zip/Compress/Bcj2Register.cpp
    CPP/7zip/Compress/BcjCoder.cpp
    CPP/7zip/Compress/BcjRegister.cpp
    CPP/7zip/Compress/BitlDecoder.cpp
    CPP/7zip/Compress/BranchMisc.cpp
    CPP/7zip/Compress/BranchRegister.cpp
    CPP/7zip/Compress/ByteSwap.cpp
    CPP/7zip/Compress/BZip2Crc.cpp
    CPP/7zip/Compress/BZip2Decoder.cpp
    CPP/7zip/Compress/BZip2Encoder.cpp
    CPP/7zip/Compress/BZip2Register.cpp
    CPP/7zip/Compress/CopyCoder.cpp
    CPP/7zip/Compress/CopyRegister.cpp
    CPP/7zip/Compress/Deflate64Register.cpp
    CPP/7zip/Compress/DeflateDecoder.cpp
    CPP/7zip/Compress/DeflateEncoder.cpp
    CPP/7zip/Compress/DeflateRegister.cpp
    CPP/7zip/Compress/DeltaFilter.cpp
    CPP/7zip/Compress/ImplodeDecoder.cpp
    CPP/7zip/Compress/LzfseDecoder.cpp
    CPP/7zip/Compress/LzhDecoder.cpp
    CPP/7zip/Compress/Lzma2Decoder.cpp
    CPP/7zip/Compress/Lzma2Encoder.cpp
    CPP/7zip/Compress/Lzma2Register.cpp
    CPP/7zip/Compress/LzmaDecoder.cpp
    CPP/7zip/Compress/LzmaEncoder.cpp
    CPP/7zip/Compress/LzmaRegister.cpp
    CPP/7zip/Compress/LzmsDecoder.cpp
    CPP/7zip/Compress/LzOutWindow.cpp
    CPP/7zip/Compress/LzxDecoder.cpp
    CPP/7zip/Compress/PpmdDecoder.cpp
    CPP/7zip/Compress/PpmdEncoder.cpp
    CPP/7zip/Compress/PpmdRegister.cpp
    CPP/7zip/Compress/PpmdZip.cpp
    CPP/7zip/Compress/QuantumDecoder.cpp
    CPP/7zip/Compress/Rar1Decoder.cpp
    CPP/7zip/Compress/Rar2Decoder.cpp
    CPP/7zip/Compress/Rar3Decoder.cpp
    CPP/7zip/Compress/Rar3Vm.cpp
    CPP/7zip/Compress/Rar5Decoder.cpp
    CPP/7zip/Compress/RarCodecsRegister.cpp
    CPP/7zip/Compress/ShrinkDecoder.cpp
    CPP/7zip/Compress/XpressDecoder.cpp
    CPP/7zip/Compress/XzDecoder.cpp
    CPP/7zip/Compress/XzEncoder.cpp
    CPP/7zip/Compress/ZDecoder.cpp
    CPP/7zip/Compress/ZlibDecoder.cpp
    CPP/7zip/Compress/ZlibEncoder.cpp
    CPP/7zip/Compress/ZstdDecoder.cpp

    # CRYPTO_OBJS
    CPP/7zip/Crypto/7zAes.cpp
    CPP/7zip/Crypto/7zAesRegister.cpp
    CPP/7zip/Crypto/HmacSha1.cpp
    CPP/7zip/Crypto/HmacSha256.cpp
    CPP/7zip/Crypto/MyAes.cpp
    CPP/7zip/Crypto/MyAesReg.cpp
    CPP/7zip/Crypto/Pbkdf2HmacSha1.cpp
    CPP/7zip/Crypto/RandGen.cpp
    CPP/7zip/Crypto/Rar20Crypto.cpp
    CPP/7zip/Crypto/Rar5Aes.cpp
    CPP/7zip/Crypto/RarAes.cpp
    CPP/7zip/Crypto/WzAes.cpp
    CPP/7zip/Crypto/ZipCrypto.cpp
    CPP/7zip/Crypto/ZipStrong.cpp

    # C_OBJS
    C/7zBuf2.c
    C/7zStream.c
    C/Alloc.c
    C/Bcj2.c
    C/Bcj2Enc.c
    C/Blake2s.c
    C/Bra.c
    C/Bra86.c
    C/BraIA64.c
    C/BwtSort.c
    C/CpuArch.c
    C/Delta.c
    C/HuffEnc.c
    C/LzFind.c
    C/LzFindMt.c
    C/Lzma2Dec.c
    C/Lzma2DecMt.c
    C/Lzma2Enc.c
    C/LzmaDec.c
    C/LzmaEnc.c
    C/Md5.c
    C/MtCoder.c
    C/MtDec.c
    C/Ppmd7.c
    C/Ppmd7aDec.c
    C/Ppmd7Dec.c
    C/Ppmd7Enc.c
    C/Ppmd8.c
    C/Ppmd8Dec.c
    C/Ppmd8Enc.c
    C/Sha3.c
    C/Sha512.c
    C/Sha512Opt.c
    C/SwapBytes.c
    C/Threads.c
    C/Xxh64.c
    C/Xz.c
    C/XzDec.c
    C/XzEnc.c
    C/XzIn.c
    C/ZstdDec.c

    # COMMON_OBJS
    CPP/Common/CRC.cpp
    CPP/Common/CrcReg.cpp
    CPP/Common/DynLimBuf.cpp
    CPP/Common/IntToString.cpp
    CPP/Common/LzFindPrepare.cpp
    CPP/Common/Md5Reg.cpp
    CPP/Common/MyMap.cpp
    CPP/Common/MyString.cpp
    CPP/Common/MyVector.cpp
    CPP/Common/MyXml.cpp
    CPP/Common/NewHandler.cpp
    CPP/Common/Sha1Reg.cpp
    CPP/Common/Sha256Reg.cpp
    CPP/Common/Sha3Reg.cpp
    CPP/Common/Sha512Reg.cpp
    CPP/Common/Sha512Prepare.cpp
    CPP/Common/StringConvert.cpp
    CPP/Common/StringToInt.cpp
    CPP/Common/UTFConvert.cpp
    CPP/Common/Wildcard.cpp
    CPP/Common/Xxh64Reg.cpp
    CPP/Common/XzCrc64Init.cpp
    CPP/Common/XzCrc64Reg.cpp

    # 7ZIP_COMMON_OBJS
    CPP/7zip/Common/CreateCoder.cpp
    CPP/7zip/Common/CWrappers.cpp
    CPP/7zip/Common/InBuffer.cpp
    CPP/7zip/Common/InOutTempBuffer.cpp
    CPP/7zip/Common/FilterCoder.cpp
    CPP/7zip/Common/LimitedStreams.cpp
    CPP/7zip/Common/LockedStream.cpp
    CPP/7zip/Common/MemBlocks.cpp
    CPP/7zip/Common/MethodId.cpp
    CPP/7zip/Common/MethodProps.cpp
    CPP/7zip/Common/OffsetStream.cpp
    CPP/7zip/Common/OutBuffer.cpp
    CPP/7zip/Common/OutMemStream.cpp
    CPP/7zip/Common/ProgressMt.cpp
    CPP/7zip/Common/ProgressUtils.cpp
    CPP/7zip/Common/PropId.cpp
    CPP/7zip/Common/StreamBinder.cpp
    CPP/7zip/Common/StreamObjects.cpp
    CPP/7zip/Common/StreamUtils.cpp
    CPP/7zip/Common/UniqBlocks.cpp
    CPP/7zip/Common/VirtThread.cpp

    # WIN_OBJS
    CPP/Windows/FileDir.cpp
    CPP/Windows/FileFind.cpp
    CPP/Windows/FileIO.cpp
    CPP/Windows/FileName.cpp
    CPP/Windows/PropVariant.cpp
    CPP/Windows/PropVariantConv.cpp
    CPP/Windows/PropVariantUtils.cpp
    CPP/Windows/Synchronization.cpp
    CPP/Windows/System.cpp
    CPP/Windows/TimeUtils.cpp

    # AR_OBJS
    CPP/7zip/Archive/ApfsHandler.cpp
    CPP/7zip/Archive/ApmHandler.cpp
    CPP/7zip/Archive/ArHandler.cpp
    CPP/7zip/Archive/ArjHandler.cpp
    CPP/7zip/Archive/Base64Handler.cpp
    CPP/7zip/Archive/Bz2Handler.cpp
    CPP/7zip/Archive/ComHandler.cpp
    CPP/7zip/Archive/CpioHandler.cpp
    CPP/7zip/Archive/CramfsHandler.cpp
    CPP/7zip/Archive/DeflateProps.cpp
    CPP/7zip/Archive/DmgHandler.cpp
    CPP/7zip/Archive/ElfHandler.cpp
    CPP/7zip/Archive/ExtHandler.cpp
    CPP/7zip/Archive/FatHandler.cpp
    CPP/7zip/Archive/FlvHandler.cpp
    CPP/7zip/Archive/GzHandler.cpp
    CPP/7zip/Archive/GptHandler.cpp
    CPP/7zip/Archive/HandlerCont.cpp
    CPP/7zip/Archive/HfsHandler.cpp
    CPP/7zip/Archive/IhexHandler.cpp
    CPP/7zip/Archive/LzhHandler.cpp
    CPP/7zip/Archive/LzmaHandler.cpp
    CPP/7zip/Archive/MachoHandler.cpp
    CPP/7zip/Archive/MbrHandler.cpp
    CPP/7zip/Archive/MslzHandler.cpp
    CPP/7zip/Archive/MubHandler.cpp
    CPP/7zip/Archive/NtfsHandler.cpp
    CPP/7zip/Archive/PeHandler.cpp
    CPP/7zip/Archive/PpmdHandler.cpp
    CPP/7zip/Archive/QcowHandler.cpp
    CPP/7zip/Archive/RpmHandler.cpp
    CPP/7zip/Archive/SparseHandler.cpp
    CPP/7zip/Archive/SplitHandler.cpp
    CPP/7zip/Archive/SquashfsHandler.cpp
    CPP/7zip/Archive/SwfHandler.cpp
    CPP/7zip/Archive/UefiHandler.cpp
    CPP/7zip/Archive/VdiHandler.cpp
    CPP/7zip/Archive/VhdHandler.cpp
    CPP/7zip/Archive/VhdxHandler.cpp
    CPP/7zip/Archive/VmdkHandler.cpp
    CPP/7zip/Archive/XarHandler.cpp
    CPP/7zip/Archive/XzHandler.cpp
    CPP/7zip/Archive/ZHandler.cpp
    CPP/7zip/Archive/ZstdHandler.cpp

    # AR_COMMON_OBJS
    CPP/7zip/Archive/Common/CoderMixer2.cpp
    CPP/7zip/Archive/Common/DummyOutStream.cpp
    CPP/7zip/Archive/Common/FindSignature.cpp
    CPP/7zip/Archive/Common/InStreamWithCRC.cpp
    CPP/7zip/Archive/Common/ItemNameUtils.cpp
    CPP/7zip/Archive/Common/MultiStream.cpp
    CPP/7zip/Archive/Common/OutStreamWithCRC.cpp
    CPP/7zip/Archive/Common/OutStreamWithSha1.cpp
    CPP/7zip/Archive/Common/HandlerOut.cpp
    CPP/7zip/Archive/Common/ParseProperties.cpp

    # 7Z_OBJS
    CPP/7zip/Archive/7z/7zCompressionMode.cpp
    CPP/7zip/Archive/7z/7zDecode.cpp
    CPP/7zip/Archive/7z/7zEncode.cpp
    CPP/7zip/Archive/7z/7zExtract.cpp
    CPP/7zip/Archive/7z/7zFolderInStream.cpp
    CPP/7zip/Archive/7z/7zHandler.cpp
    CPP/7zip/Archive/7z/7zHandlerOut.cpp
    CPP/7zip/Archive/7z/7zHeader.cpp
    CPP/7zip/Archive/7z/7zIn.cpp
    CPP/7zip/Archive/7z/7zOut.cpp
    CPP/7zip/Archive/7z/7zProperties.cpp
    CPP/7zip/Archive/7z/7zSpecStream.cpp
    CPP/7zip/Archive/7z/7zUpdate.cpp
    CPP/7zip/Archive/7z/7zRegister.cpp

    # CAB_OBJS
    CPP/7zip/Archive/Cab/CabBlockInStream.cpp
    CPP/7zip/Archive/Cab/CabHandler.cpp
    CPP/7zip/Archive/Cab/CabHeader.cpp
    CPP/7zip/Archive/Cab/CabIn.cpp
    CPP/7zip/Archive/Cab/CabRegister.cpp

    # CHM_OBJS
    CPP/7zip/Archive/Chm/ChmHandler.cpp
    CPP/7zip/Archive/Chm/ChmIn.cpp

    # ISO_OBJS
    CPP/7zip/Archive/Iso/IsoHandler.cpp
    CPP/7zip/Archive/Iso/IsoHeader.cpp
    CPP/7zip/Archive/Iso/IsoIn.cpp
    CPP/7zip/Archive/Iso/IsoRegister.cpp

    # NSIS_OBJS
    CPP/7zip/Archive/Nsis/NsisDecode.cpp
    CPP/7zip/Archive/Nsis/NsisHandler.cpp
    CPP/7zip/Archive/Nsis/NsisIn.cpp
    CPP/7zip/Archive/Nsis/NsisRegister.cpp

    # RAR_OBJS
    CPP/7zip/Archive/Rar/RarHandler.cpp
    CPP/7zip/Archive/Rar/Rar5Handler.cpp

    # TAR_OBJS
    CPP/7zip/Archive/Tar/TarHandler.cpp
    CPP/7zip/Archive/Tar/TarHandlerOut.cpp
    CPP/7zip/Archive/Tar/TarHeader.cpp
    CPP/7zip/Archive/Tar/TarIn.cpp
    CPP/7zip/Archive/Tar/TarOut.cpp
    CPP/7zip/Archive/Tar/TarUpdate.cpp
    CPP/7zip/Archive/Tar/TarRegister.cpp

    # UDF_OBJS
    CPP/7zip/Archive/Udf/UdfHandler.cpp
    CPP/7zip/Archive/Udf/UdfIn.cpp

    # WIM_OBJS
    CPP/7zip/Archive/Wim/WimHandler.cpp
    CPP/7zip/Archive/Wim/WimHandlerOut.cpp
    CPP/7zip/Archive/Wim/WimIn.cpp
    CPP/7zip/Archive/Wim/WimRegister.cpp

    # ZIP_OBJS
    CPP/7zip/Archive/Zip/ZipAddCommon.cpp
    CPP/7zip/Archive/Zip/ZipHandler.cpp
    CPP/7zip/Archive/Zip/ZipHandlerOut.cpp
    CPP/7zip/Archive/Zip/ZipIn.cpp
    CPP/7zip/Archive/Zip/ZipItem.cpp
    CPP/7zip/Archive/Zip/ZipOut.cpp
    CPP/7zip/Archive/Zip/ZipUpdate.cpp
    CPP/7zip/Archive/Zip/ZipRegister.cpp
)

# Included by CPP/7zip/Bundles/Format7zF/Arc[_gcc].mak

# CPP/7zip/Aes.mak
target_sources(7zip PRIVATE C/Aes.c)
if("ASM_MASM" IN_LIST enabled_languages AND NOT USE_NO_ASM)
    target_sources(7zip PRIVATE Asm/x86/AesOpt.asm)
    set_source_files_properties(Asm/x86/AesOpt.asm PROPERTIES LANGUAGE ASM_MASM)
else()
    target_sources(7zip PRIVATE C/AesOpt.c)
endif()

# CPP/7zip/Crc.mak
target_sources(7zip PRIVATE C/7zCrc.c)
if("ASM_MASM" IN_LIST enabled_languages AND NOT USE_NO_ASM)
    target_sources(7zip PRIVATE Asm/x86/7zCrcOpt.asm)
    set_source_files_properties(Asm/x86/7zCrcOpt.asm PROPERTIES LANGUAGE ASM_MASM)
else()
    target_sources(7zip PRIVATE C/7zCrcOpt.c)
endif()

# CPP/7zip/Crc64.mak
target_sources(7zip PRIVATE C/XzCrc64.c)
if("ASM_MASM" IN_LIST enabled_languages AND NOT USE_NO_ASM)
    target_sources(7zip PRIVATE Asm/x86/XzCrc64Opt.asm)
    set_source_files_properties(Asm/x86/XzCrc64Opt.asm PROPERTIES LANGUAGE ASM_MASM)
else()
    target_sources(7zip PRIVATE C/XzCrc64Opt.c)
endif()

# CPP/7zip/LzFindOpt.mak
if("ASM_MASM" IN_LIST enabled_languages AND NOT USE_NO_ASM AND VCPKG_TARGET_ARCHITECTURE STREQUAL "x64")
    target_sources(7zip PRIVATE Asm/x86/LzFindOpt.asm)
    set_source_files_properties(Asm/x86/LzFindOpt.asm PROPERTIES LANGUAGE ASM_MASM)
else()
    target_sources(7zip PRIVATE C/LzFindOpt.c)
endif()

# CPP/7zip/LzmaDec[_gcc].mak
if("ASM_MASM" IN_LIST enabled_languages AND NOT USE_NO_ASM AND VCPKG_TARGET_ARCHITECTURE STREQUAL "x64")
    target_sources(7zip PRIVATE Asm/x86/LzmaDecOpt.asm)
    set_source_files_properties(Asm/x86/LzmaDecOpt.asm PROPERTIES LANGUAGE ASM_MASM)
    target_compile_definitions(7zip PRIVATE Z7_LZMA_DEC_OPT)
elseif("ASM" IN_LIST enabled_languages AND NOT USE_NO_ASM)
    target_sources(7zip PRIVATE Asm/arm64/LzmaDecOpt.S)
endif()

# CPP/7zip/Sha1.mak
target_sources(7zip PRIVATE CPP/Common/Sha1Prepare.cpp C/Sha1.c)
if("ASM_MASM" IN_LIST enabled_languages AND NOT USE_NO_ASM)
    target_sources(7zip PRIVATE Asm/x86/Sha1Opt.asm)
    set_source_files_properties(Asm/x86/Sha1Opt.asm PROPERTIES LANGUAGE ASM_MASM)
else()
    target_sources(7zip PRIVATE C/Sha1Opt.c)
endif()

# CPP/7zip/Sha256.mak
target_sources(7zip PRIVATE CPP/Common/Sha256Prepare.cpp C/Sha256.c)
if("ASM_MASM" IN_LIST enabled_languages AND NOT USE_NO_ASM)
    target_sources(7zip PRIVATE Asm/x86/Sha256Opt.asm)
    set_source_files_properties(Asm/x86/Sha256Opt.asm PROPERTIES LANGUAGE ASM_MASM)
else()
    target_sources(7zip PRIVATE C/Sha256Opt.c)
endif()

# Sort
if("ASM_MASM" IN_LIST enabled_languages AND NOT USE_NO_ASM)
    target_sources(7zip PRIVATE Asm/x86/Sort.asm)
    set_source_files_properties(Asm/x86/Sort.asm PROPERTIES LANGUAGE ASM_MASM)
else()
    target_sources(7zip PRIVATE C/Sort.c)
endif()

# CPP/7zip/Bundles/Format7zF/makefile[_gcc].mak
# CPP/7zip/7zip[_gcc].mak

target_compile_definitions(7zip PRIVATE Z7_EXTERNAL_CODECS Z7_PPMD_SUPPORT)
target_sources(7zip PRIVATE
    CPP/7zip/Archive/ArchiveExports.cpp
    CPP/7zip/Archive/DllExports2.cpp
    CPP/7zip/Compress/CodecExports.cpp
)
if(WIN32)
    target_compile_definitions(7zip
        PUBLIC
            -DUNICODE
            -D_UNICODE
    )
    target_sources(7zip PRIVATE
        CPP/7zip/Archive/Archive2.def
        CPP/7zip/Bundles/Format7zF/resource.rc
    )
else()
    target_sources(7zip PRIVATE
        CPP/Common/MyWindows.cpp
    )
endif()
if(NOT MSVC)
    target_compile_definitions(7zip
        PUBLIC
            -D_REENTRANT
            -D_FILE_OFFSET_BITS=64
            -D_LARGEFILE_SOURCE
    )
endif()


# LZMA SDK API, cf. #44085.
# Implementation is already in the 7zip lib.

target_sources(7zip PRIVATE
    C/LzmaLib.c
    C/Util/LzmaLib/LzmaLib.def
)


# install

target_include_directories(7zip
    INTERFACE
        $<INSTALL_INTERFACE:include>/7zip/CPP
        $<INSTALL_INTERFACE:include>/7zip/C
)

install(
    TARGETS 7zip
    EXPORT 7zip-targets
    ARCHIVE DESTINATION lib
    LIBRARY DESTINATION lib
    RUNTIME DESTINATION bin
)

# Headers makes relative includes so directory structure must be kept

file(GLOB HEADERS "${CMAKE_CURRENT_LIST_DIR}/C/*.h")
install(FILES ${HEADERS} DESTINATION "include/7zip/C")

file(GLOB HEADERS "${CMAKE_CURRENT_LIST_DIR}/CPP/Common/*.h")
install(FILES ${HEADERS} DESTINATION "include/7zip/CPP/Common")

file(GLOB HEADERS "${CMAKE_CURRENT_LIST_DIR}/CPP/7zip/*.h")
install(FILES ${HEADERS} DESTINATION "include/7zip/CPP/7zip")

file(GLOB HEADERS "${CMAKE_CURRENT_LIST_DIR}/CPP/7zip/Archive/*.h")
install (FILES ${HEADERS} DESTINATION "include/7zip/CPP/7zip/Archive")

include(CMakePackageConfigHelpers)
configure_package_config_file(
    "${CMAKE_CURRENT_SOURCE_DIR}/7zip-config.cmake.in"
    "${CMAKE_CURRENT_BINARY_DIR}/7zip-config.cmake"
    INSTALL_DESTINATION "share/7zip"
)
install(
    FILES "${CMAKE_CURRENT_BINARY_DIR}/7zip-config.cmake"
    DESTINATION "share/7zip"
)

install(
    EXPORT 7zip-targets
    DESTINATION share/7zip
    NAMESPACE 7zip::
)


================================================
FILE: ports/7zip/fix_timespec_get_broken_on_android.patch
================================================
diff --git a/CPP/Windows/TimeUtils.cpp b/CPP/Windows/TimeUtils.cpp
index bbd79ba..8df3ea3 100644
--- a/CPP/Windows/TimeUtils.cpp
+++ b/CPP/Windows/TimeUtils.cpp
@@ -259,7 +259,7 @@ bool GetSecondsSince1601(unsigned year, unsigned month, unsigned day,
       Cygwin 2.9, mingw, MSVC 14, Android 9.0.
  Android NDK defines TIME_UTC but doesn't have the timespec_get().
 */
-#if defined(TIME_UTC) && !defined(__ANDROID__)
+#if defined(TIME_UTC) && (!defined(__ANDROID__) || __ANDROID_API__ >= 29)
 #define ZIP7_USE_timespec_get
 // #pragma message("ZIP7_USE_timespec_get")
 #elif defined(CLOCK_REALTIME)


================================================
FILE: ports/7zip/portfile.cmake
================================================
string(REGEX REPLACE "[.]([0-9])\$" ".0\\1" upstream_version "${VERSION}")

vcpkg_from_github(
    OUT_SOURCE_PATH SOURCE_PATH
    REPO ip7z/7zip
    REF "${upstream_version}"
    SHA512 5f4922efd94e12776e531f77053981978a0d9f8c6da50f51bdb750a54436b07ddccafa6a1180fd234a7fcaf4d2a5b0ab7c2a9267da2ea8e68407bf432ff0f76c
    HEAD_REF main
    PATCHES
        sort-asm.diff
        fix_timespec_get_broken_on_android.patch
)

file(COPY "${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt" DESTINATION "${SOURCE_PATH}")
file(COPY "${CMAKE_CURRENT_LIST_DIR}/7zip-config.cmake.in" DESTINATION "${SOURCE_PATH}")

vcpkg_cmake_configure(
    SOURCE_PATH "${SOURCE_PATH}"
    OPTIONS
        "-DVCPKG_TARGET_ARCHITECTURE=${VCPKG_TARGET_ARCHITECTURE}"
)

vcpkg_cmake_install()
vcpkg_copy_pdbs()

vcpkg_cmake_config_fixup()

vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/DOC/License.txt")

file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")


================================================
FILE: ports/7zip/sort-asm.diff
================================================
diff --git a/Asm/x86/Sort.asm b/Asm/x86/Sort.asm
index 517c615..85e167e 100644
--- a/Asm/x86/Sort.asm
+++ b/Asm/x86/Sort.asm
@@ -1,7 +1,7 @@
 ; SortTest.asm -- ASM version of HeapSort() function
 ; Igor Pavlov : Public domain
 
-include ../../../../Asm/x86/7zAsm.asm
+include 7zAsm.asm
 
 MY_ASM_START
 


================================================
FILE: ports/7zip/vcpkg.json
================================================
{
  "name": "7zip",
  "version": "26.0",
  "description": "Library for archiving file with a high compression ratio.",
  "homepage": "https://www.7-zip.org",
  "license": "LGPL-2.1-or-later",
  "supports": "!uwp & !xbox",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}


================================================
FILE: ports/abcmake/portfile.cmake
================================================
vcpkg_from_github(
    OUT_SOURCE_PATH SOURCE_PATH
    REPO an-dr/abcmake
    REF "v6.4.0"
    SHA512 85724b25e158f41f0aa0e5f01ea0530a46f6b4397606b1af115c8aec1c29d317aaaf40a6161795687d713b6f00f66b13a1ab3982f351a139dc79a7d4ac42b7da
)

set(VCPKG_BUILD_TYPE release) # CMake support file only port
set(VCPKG_POLICY_EMPTY_INCLUDE_FOLDER enabled)

vcpkg_cmake_configure(
    SOURCE_PATH "${SOURCE_PATH}"
)

vcpkg_cmake_install()

vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")
file(INSTALL "${CMAKE_CURRENT_LIST_DIR}/usage" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}")


================================================
FILE: ports/abcmake/usage
================================================
abcmake provides CMake configs:

    find_package(abcmake CONFIG REQUIRED)
    add_main_component(${PROJECT_NAME})


================================================
FILE: ports/abcmake/vcpkg.json
================================================
{
  "name": "abcmake",
  "version": "6.4.0",
  "description": "Simple, component-first CMake helper for small & medium C/C++ projects",
  "homepage": "https://github.com/an-dr/abcmake",
  "license": "MIT",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}


================================================
FILE: ports/ableton-link/fix_android_build.patch
================================================
diff --git "a/AbletonLinkConfig.cmake" "b/AbletonLinkConfig.cmake"
index 43b66e7..1e84fa5 100644
--- "a/cmake_include/ConfigureAbletonLink.cmake"
+++ "b/cmake_include/ConfigureAbletonLink.cmake"
@@ -30,6 +30,11 @@ function(ConfigureAbletonLink PATH_TO_LINK)
       INTERFACE_COMPILE_DEFINITIONS
       LINK_PLATFORM_WINDOWS=1
     )
+  elseif(CMAKE_SYSTEM_NAME MATCHES "Android")
+    set_property(TARGET Ableton::Link APPEND PROPERTY
+      INTERFACE_COMPILE_DEFINITIONS
+      LINK_PLATFORM_LINUX=1
+    )
     elseif(CMAKE_SYSTEM_NAME MATCHES "Linux|kFreeBSD|GNU")
       set_property(TARGET Ableton::Link APPEND PROPERTY
         INTERFACE_COMPILE_DEFINITIONS


================================================
FILE: ports/ableton-link/no-werror.patch
================================================
diff --git a/cmake_include/ConfigureCompileFlags.cmake b/cmake_include/ConfigureCompileFlags.cmake
index 63bdfec..80879f9 100644
--- a/cmake_include/ConfigureCompileFlags.cmake
+++ b/cmake_include/ConfigureCompileFlags.cmake
@@ -25,7 +25,6 @@ if(UNIX)
     set(build_flags_COMMON_LIST
       ${build_flags_COMMON_LIST}
       "-Weverything"
-      "-Werror"
       "-Wno-c++98-compat"
       "-Wno-c++98-compat-pedantic"
       "-Wno-deprecated"
@@ -44,7 +43,6 @@ if(UNIX)
   elseif(${CMAKE_CXX_COMPILER_ID} STREQUAL GNU)
     set(build_flags_COMMON_LIST
       ${build_flags_COMMON_LIST}
-      "-Werror"
       "-Wno-multichar"
     )
   endif()
@@ -87,7 +85,6 @@ elseif(${CMAKE_CXX_COMPILER_ID} STREQUAL MSVC)
     ${build_flags_COMMON_LIST}
     "/MP"
     "/Wall"
-    "/WX"
     "/EHsc"
 
     #############################


================================================
FILE: ports/ableton-link/portfile.cmake
================================================
#header-only library
vcpkg_check_linkage(ONLY_STATIC_LIBRARY)

vcpkg_from_github(
    OUT_SOURCE_PATH SOURCE_PATH
    REPO Ableton/link
    REF "Link-${VERSION}"
    SHA512 21ab3f47b1b2a7961cae238ca846adf0190341e8379a33938824acc49d3b95d8823b61bc321b1dfcbb3864f740425ac81d8c5c581e882394e1edac230f4c34e4
    HEAD_REF master
    PATCHES
        replace_local_asiostandalone_by_vcpkg_asio.patch
        replace_asiosdk_download_by_vcpkg_asiosdk.patch
        replace_local_catch_by_vcpkg_catch2.patch
        no-werror.patch
        fix_android_build.patch
)

# Note that the dependencies ASIO and ASIOSDK are completely different things:
# -ASIO (ASyncronous IO) is a cross-platform C++ library for network and low-level I/O programming
# -ASIOSDK is the SDK for the Steinberg ASIO (Audio Stream Input/Output) driver, for professional Windows audio applications

vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
FEATURES
    "discoverytest"           LinkDiscoveryTest
    "coretest"                LinkCoreTest
    "hut"                     LinkHut
    "hutsilent"               LinkHutSilent
)

file(REMOVE_RECURSE "${SOURCE_PATH}/ci")
file(REMOVE_RECURSE "${SOURCE_PATH}/modules")
file(REMOVE_RECURSE "${SOURCE_PATH}/third_party")

set(NEED_CATCH2 OFF)
if ("coretest" IN_LIST FEATURES)
    set(NEED_CATCH2 ON)
endif()
if ("discoverytest" IN_LIST FEATURES)
    set(NEED_CATCH2 ON)
endif()

set(NEED_ASIOSDK OFF)
if ("hut" IN_LIST FEATURES)
  if(VCPKG_TARGET_IS_WINDOWS)
    # Need Steinberg ASIO audio driver SDK (only this low-latency audio driver makes the developer tool 'hut' useful on Windows)
    set(NEED_ASIOSDK ON)
  endif()
endif()
    
vcpkg_cmake_configure(
    SOURCE_PATH "${SOURCE_PATH}"
    OPTIONS    
        -DNEED_CATCH2=${NEED_CATCH2}
        -DLINK_BUILD_ASIO=${NEED_ASIOSDK}
        ${FEATURE_OPTIONS}
)

# Helper function to build and install helper executables
function(install_test_executable FEATURE_NAME TARGET_NAME)
    if(${FEATURE_NAME} IN_LIST FEATURES)
        vcpkg_cmake_build(TARGET ${TARGET_NAME})
        file(INSTALL "${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}-rel/bin/${TARGET_NAME}${VCPKG_TARGET_EXECUTABLE_SUFFIX}"
             DESTINATION "${CURRENT_PACKAGES_DIR}/tools/${PORT}")
        if(NOT VCPKG_BUILD_TYPE)
            file(INSTALL "${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}-dbg/bin/${TARGET_NAME}${VCPKG_TARGET_EXECUTABLE_SUFFIX}"
                 DESTINATION "${CURRENT_PACKAGES_DIR}/debug/tools/${PORT}")
        endif()
    endif()
endfunction()

# Install test executables
install_test_executable("coretest" "LinkCoreTest")
install_test_executable("discoverytest" "LinkDiscoveryTest")
install_test_executable("hut" "LinkHut")
install_test_executable("hutsilent" "LinkHutSilent")

# We must not correct the CMake include path before build
file(READ "${SOURCE_PATH}/cmake_include/ConfigureAbletonLink.cmake" CONFIG_CONTENT)
string(REPLACE "\${PATH_TO_LINK}/include/ableton/Link.hpp" "\${PATH_TO_LINK}/../../include/ableton/Link.hpp" CONFIG_CONTENT "${CONFIG_CONTENT}")
string(REPLACE "\${PATH_TO_LINK}/include" "\${PATH_TO_LINK}/../../include/ableton" CONFIG_CONTENT "${CONFIG_CONTENT}")
file(WRITE "${SOURCE_PATH}/cmake_include/ConfigureAbletonLink.cmake" "${CONFIG_CONTENT}")

file(INSTALL "${SOURCE_PATH}/AbletonLinkConfig.cmake" DESTINATION "${CURRENT_PACKAGES_DIR}/share/abletonlink")
file(INSTALL "${SOURCE_PATH}/cmake_include/" DESTINATION "${CURRENT_PACKAGES_DIR}/share/abletonlink/cmake_include/")
file(INSTALL "${SOURCE_PATH}/include/" DESTINATION "${CURRENT_PACKAGES_DIR}/include" PATTERN "CMakeLists.txt" EXCLUDE)
file(INSTALL "${SOURCE_PATH}/LICENSE.md" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)


================================================
FILE: ports/ableton-link/replace_asiosdk_download_by_vcpkg_asiosdk.patch
================================================
diff --git "a/examples/CMakeLists.txt" "b/examples/CMakeLists.txt"

--- "a/examples/CMakeLists.txt"
+++ "b/examples/CMakeLists.txt"
@@ -9,28 +9,22 @@ project(LinkExamples)
 #
 
 if(WIN32)
-  function(configure_asio asio_sdk_path_OUT)
-    # ASIO-related path/file variables
-    set(asio_download_root "https://download.steinberg.net/sdk_downloads")
-    set(asio_file_name "asiosdk_2.3.3_2019-06-14.zip")
-    set(asio_dir_name "asiosdk_2.3.3_2019-06-14")
-    set(asio_working_dir "${CMAKE_BINARY_DIR}/modules")
-    set(asio_output_path "${asio_working_dir}/${asio_file_name}")
-
-    message(STATUS "Downloading ASIO SDK")
-    file(DOWNLOAD "${asio_download_root}/${asio_file_name}" ${asio_output_path})
-    file(SHA1 ${asio_output_path} asio_zip_hash)
-    message("   ASIO SDK SHA1: ${asio_zip_hash}")
-
-    message("   Extracting ASIO SDK")
-    execute_process(COMMAND ${CMAKE_COMMAND} -E tar "xf" ${asio_output_path} --format=zip
-      WORKING_DIRECTORY ${asio_working_dir}
-      INPUT_FILE ${asio_output_path}
-    )
+  if(LINK_BUILD_ASIO)
+    function(configure_asio asio_sdk_path_OUT)
+      # ASIO-related path/file variables
+      find_package(ASIOSDK)
+      if(NOT ASIOSDK_FOUND)
+        message(FATAL_ERROR "Steinberg ASIO audio driver SDK not found")
+      else()
+        message(STATUS "Steinberg ASIO audio driver SDK root dir: ${ASIOSDK_ROOT_DIR}")
+      endif()
+      set(asio_working_dir "${ASIOSDK_ROOT_DIR}")
+      set(asio_output_path "${CMAKE_BINARY_DIR}/modules/asiosdk")
 
-    # Set the ASIO SDK path for the caller
-    set(${asio_sdk_path_OUT} "${asio_working_dir}/${asio_dir_name}" PARENT_SCOPE)
-  endfunction()
+      # Set the ASIO SDK path for the caller
+      set(${asio_sdk_path_OUT} "${asio_working_dir}" PARENT_SCOPE)
+    endfunction()
+  endif()
 endif()
 
 #     _             _ _
@@ -102,7 +96,20 @@ function(configure_linkhut_audio_sources target)
         -DLINKHUT_AUDIO_PLATFORM_JACK=1
       )
     else()
-      target_link_libraries(${target} asound portaudio)
+      if(LinkHut)
+        find_package(ALSA REQUIRED)
+        find_package(portaudio CONFIG REQUIRED)
+        if(CMAKE_BUILD_TYPE STREQUAL "Debug")
+          set(PORTAUDIO_LIB "${portaudio_DIR}/../../debug/lib/libportaudio.a")
+        else()
+          set(PORTAUDIO_LIB "${portaudio_DIR}/../../lib/libportaudio.a")
+        endif()
+        # PortAudio built with JACK support needs JACK library
+        find_library(JACK_LIB NAMES jack)
+        if(JACK_LIB)
+          target_link_libraries(${target} ALSA::ALSA ${PORTAUDIO_LIB} ${JACK_LIB})
+        endif()
+      endif()
       target_compile_definitions(${target} PRIVATE
         -DLINKHUT_AUDIO_PLATFORM_PORTAUDIO=1
       )
 

================================================
FILE: ports/ableton-link/replace_local_asiostandalone_by_vcpkg_asio.patch
================================================
diff  a/cmake_include/ConfigureAsioStandalone.cmake b/ConfigureAsioStandalone.cmake

--- a/cmake_include/ConfigureAsioStandalone.cmake
+++ b/cmake_include/ConfigureAsioStandalone.cmake
@@ -2,9 +2,13 @@ function(ConfigureAsioStandalone PATH_TO_LINK)
 
   add_library(AsioStandalone::AsioStandalone IMPORTED INTERFACE)
 
-  set_property(TARGET AsioStandalone::AsioStandalone APPEND PROPERTY
-    INTERFACE_INCLUDE_DIRECTORIES
-    ${PATH_TO_LINK}/modules/asio-standalone/asio/include
-  )
+  find_package(asio REQUIRED)
+  if(asio_FOUND)
+    message(STATUS "Dependency asio found in ${asio_DIR}")
+    set_property(TARGET AsioStandalone::AsioStandalone APPEND PROPERTY
+      INTERFACE_INCLUDE_DIRECTORIES
+      ${asio_DIR}/../../include
+    )
+  endif()
 
 endfunction()


================================================
FILE: ports/ableton-link/replace_local_catch_by_vcpkg_catch2.patch
================================================
--- ableton-link.orig/cmake_include/CatchConfig.cmake
+++ ableton-link/cmake_include/CatchConfig.cmake
@@ -1,6 +1,12 @@
-add_library(Catch::Catch IMPORTED INTERFACE)
+if (NEED_CATCH2 MATCHES "ON") 
+  add_library(Catch::Catch IMPORTED INTERFACE)
 
-set_property(TARGET Catch::Catch APPEND PROPERTY
-  INTERFACE_INCLUDE_DIRECTORIES
-  ${CMAKE_CURRENT_LIST_DIR}/../third_party/catch
-)
+  find_package(Catch2 CONFIG REQUIRED)
+  if(Catch2_FOUND)
+    message(STATUS "Dependency Catch2 found in ${Catch2_DIR}")  
+    set_property(TARGET Catch::Catch APPEND PROPERTY
+      INTERFACE_INCLUDE_DIRECTORIES
+      ${Catch2_DIR}/../../include
+    )
+  endif()
+endif()
 

--- "a/src/CMakeLists.txt"
+++ "b/src/CMakeLists.txt"
@@ -77,4 +77,9 @@ function(configure_link_test_executable target)
 function(configure_link_test_executable target)
-  target_link_libraries(${target} Catch::Catch Ableton::Link)
+  if (NEED_CATCH2 MATCHES "ON")
+    target_link_libraries(${target} Catch2::Catch2WithMain Ableton::Link)
   target_compile_definitions(${target} PRIVATE -DCATCH_CONFIG_ENABLE_BENCHMARKING=1)
+  else()
+    target_link_libraries(${target} Ableton::Link)
+    target_compile_definitions(${target} PRIVATE -DCATCH_CONFIG_ENABLE_BENCHMARKING=0) 
+  endif()
 endfunction()
 

--- "a/src/ableton/link/tst_LinearRegression.cpp"
+++ "b/src/ableton/link/tst_LinearRegression.cpp"
@@ -22,6 +22,8 @@
 #include <array>
 #include <vector>
 
+using Catch::Approx;
+
 namespace ableton
 {
 namespace link
 

--- "a/src/ableton/link/tst_Beats.cpp"
+++ "b/src/ableton/link/tst_Beats.cpp"
@@ -20,6 +20,8 @@
 #include <ableton/link/Beats.hpp>
 #include <ableton/test/CatchWrapper.hpp>
 
+using Catch::Approx;
+
 namespace ableton
 {
 namespace link
 

--- "a/src/ableton/link/tst_Median.cpp"
+++ "b/src/ableton/link/tst_Median.cpp"
@@ -22,6 +22,8 @@
 #include <array>
 #include <vector>
 
+using Catch::Approx;
+
 namespace ableton
 {
 namespace link
 

--- "a/src/ableton/link/tst_Tempo.cpp"
+++ "b/src/ableton/link/tst_Tempo.cpp"
@@ -20,6 +20,8 @@
 #include <ableton/link/Tempo.hpp>
 #include <ableton/test/CatchWrapper.hpp>
 
+using Catch::Approx;
+
 namespace ableton
 {
 namespace link
 


================================================
FILE: ports/ableton-link/vcpkg.json
================================================
{
  "name": "ableton-link",
  "version": "3.1.5",
  "description": "Ableton Link, a technology that synchronizes musical beat, tempo, and phase across multiple applications running on one or more devices.",
  "homepage": "https://www.ableton.com/en/link/",
  "documentation": "http://ableton.github.io/link/",
  "license": "GPL-2.0-or-later",
  "dependencies": [
    "asio",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "coretest": {
      "description": "Build LinkCoreTest suite",
      "supports": "!uwp",
      "dependencies": [
        "catch2"
      ]
    },
    "discoverytest": {
      "description": "Build LinkDiscoveryTest suite",
      "supports": "!uwp",
      "dependencies": [
        "catch2"
      ]
    },
    "hut": {
      "description": "Build LinkHut command line tool",
      "supports": "!android",
      "dependencies": [
        {
          "name": "alsa",
          "platform": "linux | android | freebsd | openbsd"
        },
        {
          "name": "asiosdk",
          "platform": "windows"
        },
        {
          "name": "portaudio",
          "platform": "linux | android | freebsd | openbsd"
        }
      ]
    },
    "hutsilent": {
      "description": "Build LinkHutSilent command line tool",
      "supports": "!uwp"
    }
  }
}


================================================
FILE: ports/abseil/003-force-cxx-17.patch
================================================
diff --git a/CMake/AbseilDll.cmake b/CMake/AbseilDll.cmake
index 38d09364..7d158be6 100644
--- a/CMake/AbseilDll.cmake
+++ b/CMake/AbseilDll.cmake
@@ -721,7 +721,7 @@ int main() { return 0; }
 
 if(ABSL_INTERNAL_AT_LEAST_CXX20)
   set(ABSL_INTERNAL_CXX_STD_FEATURE cxx_std_20)
-elseif(ABSL_INTERNAL_AT_LEAST_CXX17)
+elseif(1)
   set(ABSL_INTERNAL_CXX_STD_FEATURE cxx_std_17)
 else()
   message(FATAL_ERROR "The compiler defaults to or is configured for C++ < 17. C++ >= 17 is required and Abseil and all libraries that use Abseil must use the same C++ language standard")


================================================
FILE: ports/abseil/fix-heterogeneous_lookup_testing-target.patch
================================================
diff --git a/absl/container/CMakeLists.txt b/absl/container/CMakeLists.txt
index 365c6ea..d12e585 100644
--- a/absl/container/CMakeLists.txt
+++ b/absl/container/CMakeLists.txt
@@ -1119,6 +1119,7 @@ absl_cc_library(
     absl::config
     absl::test_instance_tracker
     GTest::gmock
+  TESTONLY
 )
 
 absl_cc_library(


================================================
FILE: ports/abseil/portfile.cmake
================================================
if(NOT VCPKG_TARGET_IS_WINDOWS)
    vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
endif()

vcpkg_from_github(
    OUT_SOURCE_PATH SOURCE_PATH
    REPO abseil/abseil-cpp
    REF "${VERSION}"
    SHA512 f5012885d6b6844a9cf5ed92ad5468b8757db33dfe1364bfb232fff928e06c550c7eb4557f45186a8ac4d18b178df9be267681abab4a6de40823b574afbe9960
    HEAD_REF master
    PATCHES 
        003-force-cxx-17.patch
        fix-heterogeneous_lookup_testing-target.patch
)


set(ABSL_STATIC_RUNTIME_OPTION "")
if(VCPKG_TARGET_IS_WINDOWS AND VCPKG_CRT_LINKAGE STREQUAL "static")
    set(ABSL_STATIC_RUNTIME_OPTION "-DABSL_MSVC_STATIC_RUNTIME=ON")
endif()

set(ABSL_MINGW_OPTIONS "")
if(VCPKG_TARGET_IS_MINGW)
    # LIBRT-NOTFOUND is needed since the system librt may be found by cmake in
    # a cross-compile setup.
    # See https://github.com/pywinrt/pywinrt/pull/83 for the FIReference
    # definition issue.
    set(ABSL_MINGW_OPTIONS "-DLIBRT=LIBRT-NOTFOUND"
        "-DCMAKE_CXX_FLAGS=-D____FIReference_1_boolean_INTERFACE_DEFINED__")
    # Specify ABSL_BUILD_MONOLITHIC_SHARED_LIBS=ON when VCPKG_LIBRARY_LINKAGE is dynamic to match Abseil's Windows (MSVC) defaults
    if(VCPKG_LIBRARY_LINKAGE STREQUAL dynamic)
        vcpkg_list(APPEND ABSL_MINGW_OPTIONS "-DABSL_BUILD_MONOLITHIC_SHARED_LIBS=ON")
    endif()
endif()
vcpkg_cmake_configure(
    SOURCE_PATH "${SOURCE_PATH}"
    OPTIONS
        -DABSL_PROPAGATE_CXX_STD=ON
        -DABSL_BUILD_TESTING=OFF 
        -DABSL_BUILD_TEST_HELPERS=OFF
        ${ABSL_TEST_HELPERS_OPTIONS}
        ${ABSL_STATIC_RUNTIME_OPTION}
        ${ABSL_MINGW_OPTIONS}
)

vcpkg_cmake_install()
vcpkg_cmake_config_fixup(PACKAGE_NAME absl CONFIG_PATH lib/cmake/absl)

if(VCPKG_TARGET_IS_IOS OR VCPKG_TARGET_IS_OSX)
    file(APPEND "${CURRENT_PACKAGES_DIR}/lib/pkgconfig/absl_time.pc" "Libs.private: -framework CoreFoundation\n")
    if(NOT VCPKG_BUILD_TYPE)
        file(APPEND "${CURRENT_PACKAGES_DIR}/debug/lib/pkgconfig/absl_time.pc" "Libs.private: -framework CoreFoundation\n")
    endif()
endif()
vcpkg_fixup_pkgconfig()

vcpkg_copy_pdbs()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share"
                    "${CURRENT_PACKAGES_DIR}/debug/include"
                    "${CURRENT_PACKAGES_DIR}/include/absl/copts"
                    "${CURRENT_PACKAGES_DIR}/include/absl/strings/testdata"
                    "${CURRENT_PACKAGES_DIR}/include/absl/time/internal/cctz/testdata"
)

if(VCPKG_TARGET_IS_WINDOWS AND VCPKG_LIBRARY_LINKAGE STREQUAL "dynamic")
    vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/include/absl/base/config.h" "defined(ABSL_CONSUME_DLL)" "1")
    vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/include/absl/base/internal/thread_identity.h" "defined(ABSL_CONSUME_DLL)" "1")
endif()

vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")


================================================
FILE: ports/abseil/vcpkg.json
================================================
{
  "name": "abseil",
  "version": "20260107.1",
  "port-version": 1,
  "description": [
    "Abseil is an open-source collection of C++ library code designed to augment the C++ standard library. The Abseil library code is collected from Google's own C++ code base, has been extensively tested and used in production, and is the same code we depend on in our daily coding lives.",
    "In some cases, Abseil provides pieces missing from the C++ standard; in others, Abseil provides alternatives to the standard for special needs we've found through usage in the Google code base. We denote those cases clearly within the library code we provide you.",
    "Abseil is not meant to be a competitor to the standard library; we've just found that many of these utilities serve a purpose within our code base, and we now want to provide those resources to the C++ community as a whole."
  ],
  "homepage": "https://github.com/abseil/abseil-cpp",
  "license": "Apache-2.0",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}


================================================
FILE: ports/absent/portfile.cmake
================================================
vcpkg_from_github(
    OUT_SOURCE_PATH SOURCE_PATH
    REPO rvarago/absent
    REF 0.3.1
    SHA512 c7b7d29422ef8afc48e3093496e1dd055cfe9969ae037c2b06ea70fe4283e7a7e9129171efaa257e909c535e24df5861b992b24b00ec03f965730e6a22e13015
)

vcpkg_cmake_configure(
    SOURCE_PATH "${SOURCE_PATH}"
    OPTIONS
        -DBUILD_TESTS=OFF
)

vcpkg_cmake_install()

vcpkg_cmake_config_fixup(
    CONFIG_PATH lib/cmake/${PORT}
)

file(REMOVE_RECURSE
    "${CURRENT_PACKAGES_DIR}/debug"
    "${CURRENT_PACKAGES_DIR}/lib"
)

file(INSTALL
    "${SOURCE_PATH}/README.md" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}"
)

file(INSTALL
    "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright
)



================================================
FILE: ports/absent/vcpkg.json
================================================
{
  "name": "absent",
  "version": "0.3.1",
  "port-version": 3,
  "description": "A small C++17 library meant to simplify the composition of nullable types in a generic, type-safe, and declarative way",
  "homepage": "https://github.com/rvarago/absent",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}


================================================
FILE: ports/abumq-ripe/cmake-config-exports.patch
================================================
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 803fb6a..ad7ae72 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -97,9 +97,35 @@ target_compile_definitions(ripe PRIVATE
     ELPP_NO_DEFAULT_LOG_FILE
     ELPP_DEFAULT_LOGGING_FLAGS=4096
 )
-install (TARGETS ripe DESTINATION lib)
+
+include(GNUInstallDirs)
+include(CMakePackageConfigHelpers)
+
+write_basic_package_version_file(
+  ${CMAKE_CURRENT_BINARY_DIR}/unofficial-ripe-config-version.cmake
+  VERSION "${RIPE_VERSION}"
+  COMPATIBILITY AnyNewerVersion
+)
+install(FILES
+  ${CMAKE_CURRENT_BINARY_DIR}/unofficial-ripe-config-version.cmake
+  ${CMAKE_CURRENT_SOURCE_DIR}/cmake/unofficial-ripe-config.cmake
+  DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/unofficial-ripe
+)
+    
+install (TARGETS ripe
+  EXPORT unofficial-ripe-targets
+  RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}"
+  LIBRARY DESTINATION "${CMAKE_INSTALL_LIBDIR}"
+  ARCHIVE DESTINATION "${CMAKE_INSTALL_LIBDIR}"
+)
 install (FILES include/Ripe.h DESTINATION "include")
 
+install(
+    EXPORT unofficial-ripe-targets
+    NAMESPACE unofficial::ripe::
+    DESTINATION "${CMAKE_INSTALL_DATADIR}/unofficial-ripe"
+)
+
 ################################################ RIPE ##############################################
 
 add_executable (ripe-bin src/ripe.cc lib/Ripe.cc)


================================================
FILE: ports/abumq-ripe/devendoring.patch
================================================
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4500382..e1a2c95 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -36,8 +36,6 @@ if (APPLE)
     endif()
 endif()
 
-list (APPEND CMAKE_CXX_FLAGS "  ")
-
 if (dll)
     add_definitions (-DRIPE_DLL)
 endif()
@@ -48,9 +46,8 @@ endif()
 
 # Check for cryptopp (static)
 set(CryptoPP_USE_STATIC_LIBS ON)
-find_package(CryptoPP REQUIRED)
-message ("-- Crypto++ binary: " ${CRYPTOPP_LIBRARY})
-include_directories (${CRYPTOPP_INCLUDE_DIRS})
+find_package(CRYPTOPP NAMES cryptopp CONFIG REQUIRED)
+set(CRYPTOPP_LIBRARIES cryptopp::cryptopp)

 find_package(ZLIB REQUIRED)
 if (ZLIB_FOUND)
@@ -92,7 +89,7 @@ set_target_properties(ripe PROPERTIES
 )
 
 target_link_libraries(ripe
-    ${CRYPTOPP_LIBRARIES}
+    cryptopp::cryptopp
     ${ZLIB_LIBRARIES}
 )
 
@@ -107,7 +104,7 @@ install (FILES include/Ripe.h DESTINATION "include")
 
 add_executable (ripe-bin src/ripe.cc lib/Ripe.cc)
 #target_link_libraries (ripe-bin ripe)
-target_link_libraries (ripe-bin ${CRYPTOPP_LIBRARIES} ${ZLIB_LIBRARIES})
+target_link_libraries (ripe-bin cryptopp::cryptopp ${ZLIB_LIBRARIES})
 
 set_target_properties (ripe-bin PROPERTIES
     OUTPUT_NAME "ripe"


================================================
FILE: ports/abumq-ripe/fix-cryptopp-pem-api.patch
================================================
diff --git a/lib/Ripe.cc b/lib/Ripe.cc
index 1111111..2222222 100644
--- a/lib/Ripe.cc
+++ b/lib/Ripe.cc
@@ -242,7 +242,7 @@ Ripe::KeyPair Ripe::generateRSAKeyPair(unsigned int length, const std::string&
         if (secret.empty()) {
             PEM_Save(snk, privateKey);
         } else {
-            PEM_Save(snk, rng, privateKey, PRIVATE_RSA_ALGORITHM, secret.data(), secret.size());
+            PEM_Save(snk, privateKey, rng, PRIVATE_RSA_ALGORITHM, secret.data(), secret.size());
         }
         snk.MessageEnd();
     }


================================================
FILE: ports/abumq-ripe/portfile.cmake
================================================
if(VCPKG_TARGET_IS_WINDOWS)
    vcpkg_check_linkage(ONLY_STATIC_LIBRARY) # Ripe has several issues with dynamic linkage on Windows
endif()

vcpkg_from_github(
    OUT_SOURCE_PATH SOURCE_PATH
    REPO abumq/ripe
    REF v${VERSION}
    SHA512 d89c80349eb7a245f825755b703401a412f934390c869607cfcaa02907f375e410d6ad2220255de475e215e7fea9a17c3fba61423e2632c1be7a40cadb69ad86
    HEAD_REF master
    PATCHES
        devendoring.patch
        cmake-config-exports.patch
        fix-cryptopp-pem-api.patch
)

file(REMOVE_RECURSE "${SOURCE_PATH}/cmake")
file(COPY "${CMAKE_CURRENT_LIST_DIR}/unofficial-ripe-config.cmake"
     DESTINATION "${SOURCE_PATH}/cmake")

vcpkg_cmake_configure(
    SOURCE_PATH "${SOURCE_PATH}"
    OPTIONS
        -Dtest=OFF
        ${FEATURE_OPTIONS}
)

vcpkg_cmake_install()

vcpkg_cmake_config_fixup(PACKAGE_NAME "unofficial-ripe")

vcpkg_copy_tools(TOOL_NAMES ripe AUTO_CLEAN)

file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")

vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")


================================================
FILE: ports/abumq-ripe/unofficial-ripe-config.cmake
================================================
include(CMakeFindDependencyMacro)

find_dependency(cryptopp CONFIG)

include(${CMAKE_CURRENT_LIST_DIR}/unofficial-ripe-targets.cmake)


================================================
FILE: ports/abumq-ripe/vcpkg.json
================================================
{
  "name": "abumq-ripe",
  "version": "4.2.2",
  "port-version": 1,
  "description": "Lightweight cryptography library wrapper",
  "homepage": "https://github.com/abumq/ripe",
  "license": "Apache-2.0",
  "supports": "!uwp",
  "dependencies": [
    {
      "name": "cryptopp",
      "features": [
        "pem-pack"
      ]
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    "zlib"
  ]
}


================================================
FILE: ports/ace/portfile.cmake
================================================
# Using zip archive under Linux would cause sh/perl to report "No such file or directory" or "bad interpreter"
# when invoking `prj_install.pl`.
# So far this issue haven't yet be triggered under WSL 1 distributions. Not sure the root cause of it.
string(REPLACE "." "_" VERSION_DIRECTORY "${VERSION}")

if("tao" IN_LIST FEATURES)
    # Don't change to vcpkg_from_github! This points to a release and not an archive
    vcpkg_download_distfile(ARCHIVE
        URLS "https://github.com/DOCGroup/ACE_TAO/releases/download/ACE%2BTAO-${VERSION_DIRECTORY}/ACE%2BTAO-src-${VERSION}.tar.gz"
        FILENAME "ACE-TAO-src-${VERSION}.tar.gz"
        SHA512 cf582fc5cb5e1df33ade341c73f841d84048b804a354a5095ef2eb44bc32e3edcb42e9335bcabff3363582552ce8e4c64d96625b2ec20cf6e5b346320b3f422c
    )
else()
    # Don't change to vcpkg_from_github! This points to a release and not an archive
    vcpkg_download_distfile(ARCHIVE
        URLS "https://github.com/DOCGroup/ACE_TAO/releases/download/ACE%2BTAO-${VERSION_DIRECTORY}/ACE-src-${VERSION}.tar.gz"
        FILENAME "ACE-src-${VERSION}.tar.gz"
        SHA512 137b0310b5b134939446e53ebe4a1af151b4bf272b85327733e4a6142ec5b424d78c61dee90dfb1f645d707ba19935a850250a82156973b0da2de121da148b6a
    )
endif()

vcpkg_extract_source_archive(
    SOURCE_PATH
    ARCHIVE "${ARCHIVE}"
)

set(ACE_ROOT "${SOURCE_PATH}")
set(ENV{ACE_ROOT} "${ACE_ROOT}")
set(ACE_SOURCE_PATH "${ACE_ROOT}/ace")
if("tao" IN_LIST FEATURES)
  set(TAO_ROOT "${SOURCE_PATH}/TAO")
  set(ENV{TAO_ROOT} "${TAO_ROOT}")
  set(WORKSPACE "${TAO_ROOT}/TAO_ACE")
else()
  set(WORKSPACE "${ACE_ROOT}/ace/ace")
endif()
if("wchar" IN_LIST FEATURES)
    list(APPEND ACE_FEATURE_LIST "uses_wchar=1")
endif()
if("zlib" IN_LIST FEATURES)
    list(APPEND ACE_FEATURE_LIST "zlib=1")
    set(ENV{ZLIB_ROOT} "${CURRENT_INSTALLED_DIR}")
else()
    list(APPEND ACE_FEATURE_LIST "zlib=0")
endif()
if("ssl" IN_LIST FEATURES)
    list(APPEND ACE_FEATURE_LIST "ssl=1")
    list(APPEND ACE_FEATURE_LIST "openssl11=1")
    set(ENV{SSL_ROOT} "${CURRENT_INSTALLED_DIR}")
else()
    list(APPEND ACE_FEATURE_LIST "ssl=0")
endif()
if("xml-utils" IN_LIST FEATURES)
    list(APPEND ACE_FEATURE_LIST "xerces3=1")
    set(ENV{XERCESCROOT} "${CURRENT_INSTALLED_DIR}")
else()
    list(APPEND ACE_FEATURE_LIST "xerces3=0")
endif()
list(JOIN ACE_FEATURE_LIST "," ACE_FEATURES)

# Acquire Perl and add it to PATH (for execution of MPC)
vcpkg_find_acquire_program(PERL)
get_filename_component(PERL_PATH ${PERL} DIRECTORY)
vcpkg_add_to_path("${PERL_PATH}")

vcpkg_cmake_get_vars(cmake_vars_file)
include("${cmake_vars_file}")

# Add ace/config.h file
# see https://htmlpreview.github.io/?https://github.com/DOCGroup/ACE_TAO/blob/master/ACE/ACE-INSTALL.html
if(VCPKG_TARGET_IS_WINDOWS)
  if(VCPKG_PLATFORM_TOOLSET MATCHES "v140")
    set(SOLUTION_TYPE vc14)
  elseif(VCPKG_PLATFORM_TOOLSET MATCHES "v141")
    set(SOLUTION_TYPE vs2017)
  elseif(VCPKG_PLATFORM_TOOLSET MATCHES "v142")
    set(SOLUTION_TYPE vs2019)
  else()
    set(SOLUTION_TYPE vs2022)
  endif()
  if (VCPKG_LIBRARY_LINKAGE STREQUAL "static")
	set(MPC_STATIC_FLAG -static)
  endif()
  set(config_h_contents "#include \"ace/config-windows.h\"\n")
elseif(VCPKG_TARGET_IS_LINUX)
  set(SOLUTION_TYPE gnuace)
  set(config_h_contents "#include \"ace/config-linux.h\"\n")
  file(WRITE "${ACE_ROOT}/include/makeinclude/platform_macros.GNU" "CCFLAGS += -fPIC\ninclude $(ACE_ROOT)/include/makeinclude/platform_linux.GNU")
elseif(VCPKG_TARGET_IS_OSX)
  set(SOLUTION_TYPE gnuace)
  set(config_h_contents "#include \"ace/config-macosx.h\"\n")
  file(WRITE "${ACE_ROOT}/include/makeinclude/platform_macros.GNU" "include $(ACE_ROOT)/include/makeinclude/platform_macosx.GNU")
elseif (VCPKG_TARGET_IS_ANDROID)
  set(SOLUTION_TYPE gnuace)
  set(config_h_contents "#include \"ace/config-android.h\"\n")
  file(WRITE "${ACE_ROOT}/include/makeinclude/platform_macros.GNU" "include $(ACE_ROOT)/include/makeinclude/platform_android.GNU")
  set(ENV{ANDROID_ABI} "${VCPKG_DETECTED_CMAKE_ANDROID_ARCH_ABI}")
  set(ENV{android_ndk} "${VCPKG_DETECTED_CMAKE_ANDROID_NDK}")
  set(ENV{android_api} "${VCPKG_DETECTED_CMAKE_SYSTEM_VERSION}")
endif()

if("wchar" IN_LIST FEATURES)
  string(APPEND config_h_contents "#define ACE_USES_WCHAR 1\n")
endif()
file(WRITE "${ACE_SOURCE_PATH}/config.h" "${config_h_contents}")

if(VCPKG_TARGET_IS_UWP)
  set(MPC_VALUE_TEMPLATE -value_template link_options+=/APPCONTAINER)
endif()

# Invoke mwc.pl to generate the necessary solution and project files
vcpkg_execute_build_process(
    COMMAND ${PERL} "${ACE_ROOT}/bin/mwc.pl" -type "${SOLUTION_TYPE}" -features "${ACE_FEATURES}" "${WORKSPACE}.mwc" ${MPC_STATIC_FLAG} ${MPC_VALUE_TEMPLATE}
    WORKING_DIRECTORY "${ACE_ROOT}"
    LOGNAME mwc-${TARGET_TRIPLET}
)

if("xml" IN_LIST FEATURES)
  vcpkg_execute_build_process(
      COMMAND ${PERL} "${ACE_ROOT}/bin/mwc.pl" -type "${SOLUTION_TYPE}" -features "${ACE_FEATURES}" "${ACE_ROOT}/ACEXML/ACEXML.mwc" ${MPC_STATIC_FLAG} ${MPC_VALUE_TEMPLATE}
      WORKING_DIRECTORY "${ACE_ROOT}/ACEXML"
      LOGNAME mwc-xml-${TARGET_TRIPLET}
  )
endif()

if(VCPKG_TARGET_IS_WINDOWS)
  file(RELATIVE_PATH PROJECT_SUBPATH "${SOURCE_PATH}" "${WORKSPACE}.sln")
  vcpkg_msbuild_install(
    SOURCE_PATH "${SOURCE_PATH}"
    PROJECT_SUBPATH "${PROJECT_SUBPATH}"
  )

  # ACE itself does not define an install target, so it is not clear which
  # headers are public and which not. For the moment we install everything
  # that is in the source path and ends in .h, .inl
  function(install_includes ORIGINAL_PATH RELATIVE_PATHS)
    foreach(RELATIVE_PATH ${RELATIVE_PATHS})
      file(
        GLOB
        HEADER_FILES
        "${ORIGINAL_PATH}/${RELATIVE_PATH}/*.h"
        "${ORIGINAL_PATH}/${RELATIVE_PATH}/*.hpp"
        "${ORIGINAL_PATH}/${RELATIVE_PATH}/*.inl"
        "${ORIGINAL_PATH}/${RELATIVE_PATH}/*.cpp"
        "${ORIGINAL_PATH}/${RELATIVE_PATH}/*.idl"
        "${ORIGINAL_PATH}/${RELATIVE_PATH}/*.pidl")
      file(INSTALL ${HEADER_FILES}
           DESTINATION "${CURRENT_PACKAGES_DIR}/include/${RELATIVE_PATH}")
    endforeach()
  endfunction()

  set(SOURCE_COPY_PATH "${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}-rel")

  # Install headers in subdirectory
  set(ACE_INCLUDE_FOLDERS
      "ace"
      "ace/Compression"
      "ace/Compression/rle"
      "ace/ETCL"
      "ace/QoS"
      "ace/Monitor_Control"
      "ace/os_include"
      "ace/os_include/arpa"
      "ace/os_include/net"
      "ace/os_include/netinet"
      "ace/os_include/sys")
  install_includes("${SOURCE_COPY_PATH}" "${ACE_INCLUDE_FOLDERS}")

  if("ssl" IN_LIST FEATURES)
    install_includes("${SOURCE_COPY_PATH}" "ace/SSL")
  endif()

  if("tao" IN_LIST FEATURES)
    set(ACEXML_INCLUDE_FOLDERS "ACEXML/apps/svcconf" "ACEXML/common"
                               "ACEXML/parser/parser")
    install_includes("${SOURCE_COPY_PATH}" "${ACEXML_INCLUDE_FOLDERS}")

    set(ACE_PROTOCOLS_INCLUDE_FOLDERS "ace/HTBP" "ace/INet" "ace/RMCast"
                                      "ace/TMCast")
    install_includes("${SOURCE_COPY_PATH}/protocols" "${ACE_PROTOCOLS_INCLUDE_FOLDERS}")

    install_includes("${SOURCE_COPY_PATH}" "Kokyu")

    set(TAO_ORBSVCS_INCLUDE_FOLDERS
        "orbsvcs"
        "orbsvcs/AV"
        "orbsvcs/Concurrency"
        "orbsvcs/CosEvent"
        "orbsvcs/Event"
        "orbsvcs/FaultTolerance"
        "orbsvcs/FtRtEvent/ClientORB"
        "orbsvcs/FtRtEvent/EventChannel"
        "orbsvcs/FtRtEvent/Utils"
        "orbsvcs/HTIOP"
        "orbsvcs/IFRService"
        "orbsvcs/LifeCycle"
        "orbsvcs/LoadBalancing"
        "orbsvcs/Log"
        "orbsvcs/Naming"
        "orbsvcs/Naming/FaultTolerant"
        "orbsvcs/Notify"
        "orbsvcs/Notify/Any"
        "orbsvcs/Notify/MonitorControl"
        "orbsvcs/Notify/MonitorControlExt"
        "orbsvcs/Notify/Sequence"
        "orbsvcs/Notify/Structured"
        "orbsvcs/PortableGroup"
        "orbsvcs/Property"
        "orbsvcs/Sched"
        "orbsvcs/Security"
        "orbsvcs/Time"
        "orbsvcs/Trader")
    if("ssl" IN_LIST FEATURES)
      list(APPEND TAO_ORBSVCS_INCLUDE_FOLDERS "orbsvcs/SSLIOP")
    endif()
    install_includes("${SOURCE_COPY_PATH}/TAO/orbsvcs" "${TAO_ORBSVCS_INCLUDE_FOLDERS}")

    set(TAO_ROOT_ORBSVCS_INCLUDE_FOLDERS "orbsvcs/FT_ReplicationManager"
                                         "orbsvcs/Notify_Service")
    install_includes("${SOURCE_COPY_PATH}/TAO" "${TAO_ROOT_ORBSVCS_INCLUDE_FOLDERS}")

    set(TAO_INCLUDE_FOLDERS
        "tao"
        "tao/AnyTypeCode"
        "tao/BiDir_GIOP"
        "tao/CSD_Framework"
        "tao/CSD_ThreadPool"
        "tao/CodecFactory"
        "tao/Codeset"
        "tao/Compression"
        "tao/Compression/rle"
        "tao/DiffServPolicy"
        "tao/DynamicAny"
        "tao/DynamicInterface"
        "tao/Dynamic_TP"
        "tao/ETCL"
        "tao/EndpointPolicy"
        "tao/IFR_Client"
        "tao/IORInterceptor"
        "tao/IORManipulation"
        "tao/IORTable"
        "tao/ImR_Client"
        "tao/Messaging"
        "tao/Monitor"
        "tao/ObjRefTemplate"
        "tao/PI"
        "tao/PI_Server"
        "tao/PortableServer"
        "tao/RTCORBA"
        "tao/RTPortableServer"
        "tao/RTScheduling"
        "tao/SmartProxies"
        "tao/Strategies"
        "tao/TransportCurrent"
        "tao/TypeCodeFactory"
        "tao/Utils"
        "tao/Valuetype"
        "tao/ZIOP")
    if("zlib" IN_LIST FEATURES)
      list(APPEND TAO_INCLUDE_FOLDERS "tao/Compression/zlib")
    endif()
    install_includes("${SOURCE_COPY_PATH}/TAO" "${TAO_INCLUDE_FOLDERS}")
  endif()

  if("xml" IN_LIST FEATURES)
    file(RELATIVE_PATH PROJECT_SUBPATH_XML "${SOURCE_PATH}" "${ACE_ROOT}/ACEXML/ACEXML.sln")
    vcpkg_msbuild_install(
      SOURCE_PATH "${SOURCE_PATH}"
      PROJECT_SUBPATH "${PROJECT_SUBPATH_XML}"
    )

    set(ACEXML_INCLUDE_FOLDERS "ACEXML/common"
                               "ACEXML/parser/parser")
    install_includes("${SOURCE_COPY_PATH}" "${ACEXML_INCLUDE_FOLDERS}")
  endif()

  # Remove dlls without any export
  if("tao" IN_LIST FEATURES OR "xml" IN_LIST FEATURES)
    if(VCPKG_LIBRARY_LINKAGE STREQUAL dynamic)
      file(REMOVE
        "${CURRENT_PACKAGES_DIR}/bin/ACEXML_XML_Svc_Conf_Parser.dll"
        "${CURRENT_PACKAGES_DIR}/bin/ACEXML_XML_Svc_Conf_Parser.pdb"
        "${CURRENT_PACKAGES_DIR}/debug/bin/ACEXML_XML_Svc_Conf_Parserd.dll"
        "${CURRENT_PACKAGES_DIR}/debug/bin/ACEXML_XML_Svc_Conf_Parserd_dll.pdb")
    endif()
  endif()
elseif(VCPKG_TARGET_IS_LINUX OR VCPKG_TARGET_IS_OSX OR VCPKG_TARGET_IS_ANDROID)
  FIND_PROGRAM(MAKE make)
  IF (NOT MAKE)
    MESSAGE(FATAL_ERROR "MAKE not found")
  ENDIF ()

  if("ssl" IN_LIST FEATURES)
    list(APPEND _ace_makefile_macros "ssl=1")
  endif()

  if (VCPKG_LIBRARY_LINKAGE STREQUAL "static")
    list(APPEND _ace_makefile_macros "static_libs_only=1")
  endif()

  set(ENV{INSTALL_PREFIX} "${CURRENT_PACKAGES_DIR}")
  # Set `PWD` environment variable since ACE's `install` make target calculates install dir using this env.
  set(_prev_env $ENV{PWD})
  get_filename_component(WORKING_DIR "${WORKSPACE}" DIRECTORY)
  set(ENV{PWD} "${WORKING_DIR}")

if(NOT DEFINED VCPKG_BUILD_TYPE OR VCPKG_BUILD_TYPE STREQUAL "debug")
  message(STATUS "Building ${TARGET_TRIPLET}-dbg")
  vcpkg_execute_build_process(
    COMMAND make ${_ace_makefile_macros} "debug=1" "optimize=0" "-j${VCPKG_CONCURRENCY}"
    WORKING_DIRECTORY "${WORKING_DIR}"
    LOGNAME make-${TARGET_TRIPLET}-dbg
  )
  if("xml" IN_LIST FEATURES)
    vcpkg_execute_build_process(
      COMMAND make ${_ace_makefile_macros} "debug=1" "optimize=0" "-j${VCPKG_CONCURRENCY}"
      WORKING_DIRECTORY "${WORKING_DIR}/../ACEXML"
      LOGNAME make-xml-${TARGET_TRIPLET}-dbg
    )
  endif()
  message(STATUS "Building ${TARGET_TRIPLET}-dbg done")
  message(STATUS "Packaging ${TARGET_TRIPLET}-dbg")
  vcpkg_execute_build_process(
    COMMAND make ${_ace_makefile_macros} install
    WORKING_DIRECTORY "${WORKING_DIR}"
    LOGNAME install-${TARGET_TRIPLET}-dbg
  )
  if("xml" IN_LIST FEATURES)
    vcpkg_execute_build_process(
      COMMAND make ${_ace_makefile_macros} install
      WORKING_DIRECTORY "${WORKING_DIR}/../ACEXML"
      LOGNAME install-xml-${TARGET_TRIPLET}-dbg
    )
  endif()

  file(COPY "${CURRENT_PACKAGES_DIR}/lib" DESTINATION "${CURRENT_PACKAGES_DIR}/debug")

  file(GLOB _pkg_components "${CURRENT_PACKAGES_DIR}/debug/lib/pkgconfig/*.pc")
  foreach(_pkg_comp ${_pkg_components})
    file(READ ${_pkg_comp} _content)
    string(REPLACE "libdir=${CURRENT_PACKAGES_DIR}/lib" "libdir=${CURRENT_PACKAGES_DIR}/debug/lib" _content ${_content})
    file(WRITE ${_pkg_comp} ${_content})
  endforeach()
  message(STATUS "Packaging ${TARGET_TRIPLET}-dbg done")

  vcpkg_execute_build_process(
    COMMAND make ${_ace_makefile_macros} realclean
    WORKING_DIRECTORY "${WORKING_DIR}"
    LOGNAME realclean-${TARGET_TRIPLET}-dbg
  )
  if("xml" IN_LIST FEATURES)
    vcpkg_execute_build_process(
      COMMAND make ${_ace_makefile_macros} realclean
      WORKING_DIRECTORY "${WORKING_DIR}/../ACEXML"
      LOGNAME realclean-xml-${TARGET_TRIPLET}-dbg
    )
  endif()
endif()

if(NOT DEFINED VCPKG_BUILD_TYPE OR VCPKG_BUILD_TYPE STREQUAL "release")
  message(STATUS "Building ${TARGET_TRIPLET}-rel")
  vcpkg_execute_build_process(
    COMMAND make ${_ace_makefile_macros} "-j${VCPKG_CONCURRENCY}"
    WORKING_DIRECTORY "${WORKING_DIR}"
    LOGNAME make-${TARGET_TRIPLET}-rel
  )
  if("xml" IN_LIST FEATURES)
    vcpkg_execute_build_process(
      COMMAND make ${_ace_makefile_macros} "-j${VCPKG_CONCURRENCY}"
      WORKING_DIRECTORY "${WORKING_DIR}/../ACEXML"
      LOGNAME make-xml-${TARGET_TRIPLET}-rel
    )
  endif()
  message(STATUS "Building ${TARGET_TRIPLET}-rel done")
  message(STATUS "Packaging ${TARGET_TRIPLET}-rel")
  vcpkg_execute_build_process(
    COMMAND make ${_ace_makefile_macros} install
    WORKING_DIRECTORY "${WORKING_DIR}"
    LOGNAME install-${TARGET_TRIPLET}-rel
  )
  if("xml" IN_LIST FEATURES)
    vcpkg_execute_build_process(
      COMMAND make ${_ace_makefile_macros} install
      WORKING_DIRECTORY "${WORKING_DIR}/../ACEXML"
      LOGNAME install-xml-${TARGET_TRIPLET}-rel
    )
  endif()
  if("tao" IN_LIST FEATURES)
    file(MAKE_DIRECTORY "${CURRENT_PACKAGES_DIR}/tools")
    file(RENAME "${CURRENT_PACKAGES_DIR}/bin" "${CURRENT_PACKAGES_DIR}/tools/${PORT}")
  endif()
  message(STATUS "Packaging ${TARGET_TRIPLET}-rel done")
endif()

  # Restore `PWD` environment variable
  set($ENV{PWD} _prev_env)

  file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/share/ace/bin/MakeProjectCreator")
  file(REMOVE "${CURRENT_PACKAGES_DIR}/share/ace/ace-devel.sh")
  file(REMOVE "${CURRENT_PACKAGES_DIR}/share/tao/tao-devel.sh")
endif()

vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/COPYING")

vcpkg_fixup_pkgconfig()


================================================
FILE: ports/ace/vcpkg.json
================================================
{
  "name": "ace",
  "version": "8.0.5",
  "maintainers": "Johnny Willemsen <jwillemsen@remedy.nl>",
  "description": "The ADAPTIVE Communication Environment",
  "homepage": "https://github.com/DOCGroup/ACE_TAO",
  "license": "DOC",
  "supports": "!uwp",
  "dependencies": [
    {
      "name": "vcpkg-cmake-get-vars",
      "host": true
    },
    {
      "name": "vcpkg-msbuild",
      "host": true,
      "platform": "windows"
    }
  ],
  "features": {
    "ssl": {
      "description": "Enable SSL/TLS features in ACE",
      "dependencies": [
        "openssl"
      ]
    },
    "tao": {
      "description": "The ACE ORB",
      "supports": "native | !(windows & arm)"
    },
    "wchar": {
      "description": "Enable extra wide char functions in ACE",
      "supports": "!osx"
    },
    "xml": {
      "description": "Enable XML features in ACE"
    },
    "xml-utils": {
      "description": "Include the ACE_XML_Utils library",
      "dependencies": [
        {
          "name": "xerces-c",
          "features": [
            "xmlch-wchar"
          ]
        }
      ]
    },
    "zlib": {
      "description": "Enable zlib support",
      "dependencies": [
        "zlib"
      ]
    }
  }
}


================================================
FILE: ports/acl/portfile.cmake
================================================
vcpkg_download_distfile(ARCHIVE
    URLS "http://download.savannah.nongnu.org/releases/acl/acl-${VERSION}.tar.xz"
         "https://www.mirrorservice.org/sites/download.savannah.gnu.org/releases/acl/acl-${VERSION}.tar.xz"
         
    FILENAME "acl-${VERSION}.tar.xz"
    SHA512 c2d061dbfd28c00cecbc1ae614d67f3138202bf4d39b383f2df4c6a8b10b830f33acec620fb211f268478737dde4037d338a5823af445253cb088c48a135099b
)

vcpkg_extract_source_archive(
    SOURCE_PATH
    ARCHIVE ${ARCHIVE}
)

vcpkg_list(SET options)
if("nls" IN_LIST FEATURES)
    vcpkg_list(APPEND options "--enable-nls")
    vcpkg_add_to_path(PREPEND "${CURRENT_HOST_INSTALLED_DIR}/tools/gettext/bin")
else()
    set(ENV{AUTOPOINT} true) # true, the program
    vcpkg_list(APPEND options "--disable-nls")
endif()

vcpkg_make_configure(
    SOURCE_PATH "${SOURCE_PATH}"
    AUTORECONF
    OPTIONS
        ${options}
)

vcpkg_make_install()
vcpkg_fixup_pkgconfig()

file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")

vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/doc/COPYING.LGPL")


================================================
FILE: ports/acl/vcpkg.json
================================================
{
  "name": "acl",
  "version-semver": "2.3.2",
  "port-version": 1,
  "description": "Commands for Manipulating POSIX Access Control Lists",
  "homepage": "https://savannah.nongnu.org/projects/acl",
  "license": "LGPL-2.1-or-later",
  "supports": "linux",
  "dependencies": [
    "attr",
    {
      "name": "vcpkg-make",
      "host": true
    }
  ],
  "features": {
    "nls": {
      "description": "Enable native language support",
      "dependencies": [
        {
          "name": "gettext",
          "host": true,
          "features": [
            "tools"
          ]
        },
        "gettext-libintl"
      ]
    }
  }
}


================================================
FILE: ports/activemq-cpp/FunctionLevelLinkingOn.diff
================================================
diff --git a/vs2010-build/activemq-cpp.vcxproj b/vs2010-build/activemq-cpp.vcxproj
index a43f072..54b4822 100644
--- a/vs2010-build/activemq-cpp.vcxproj
+++ b/vs2010-build/activemq-cpp.vcxproj
@@ -2576,7 +2576,7 @@
       <AdditionalIncludeDirectories>../src/main;$(APR_DIST)\$(PlatformName)\include;$(OPENSSL_DIST)\$(PlatformName)\include;$(PLATFORM_SDK)\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
       <MinimalRebuild>false</MinimalRebuild>
       <BasicRuntimeChecks>Default</BasicRuntimeChecks>
-      <FunctionLevelLinking>false</FunctionLevelLinking>
+      <FunctionLevelLinking>true</FunctionLevelLinking>
       <CreateHotpatchableImage>false</CreateHotpatchableImage>
       <RuntimeTypeInfo>true</RuntimeTypeInfo>
       <PrecompiledHeaderFile>
@@ -2602,7 +2602,7 @@
       <AdditionalIncludeDirectories>../src/main;$(APR_DIST)\$(PlatformName)\include;$(OPENSSL_DIST)\$(PlatformName)\include;$(PLATFORM_SDK)\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
       <MinimalRebuild>false</MinimalRebuild>
       <BasicRuntimeChecks>Default</BasicRuntimeChecks>
-      <FunctionLevelLinking>false</FunctionLevelLinking>
+      <FunctionLevelLinking>true</FunctionLevelLinking>
       <CreateHotpatchableImage>false</CreateHotpatchableImage>
       <RuntimeTypeInfo>true</RuntimeTypeInfo>
       <PrecompiledHeaderFile>
@@ -2628,7 +2628,7 @@
       <AdditionalIncludeDirectories>../src/main;$(APR_DIST)\$(PlatformName)\include;$(OPENSSL_DIST)\$(PlatformName)\include;$(PLATFORM_SDK)\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
       <MinimalRebuild>false</MinimalRebuild>
       <BasicRuntimeChecks>Default</BasicRuntimeChecks>
-      <FunctionLevelLinking>false</FunctionLevelLinking>
+      <FunctionLevelLinking>true</FunctionLevelLinking>
       <CreateHotpatchableImage>false</CreateHotpatchableImage>
       <RuntimeTypeInfo>true</RuntimeTypeInfo>
       <PrecompiledHeaderFile>
@@ -2656,7 +2656,7 @@
       <AdditionalIncludeDirectories>../src/main;$(APR_DIST)\$(PlatformName)\include;$(OPENSSL_DIST)\$(PlatformName)\include;$(PLATFORM_SDK)\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
       <MinimalRebuild>false</MinimalRebuild>
       <BasicRuntimeChecks>Default</BasicRuntimeChecks>
-      <FunctionLevelLinking>false</FunctionLevelLinking>
+      <FunctionLevelLinking>true</FunctionLevelLinking>
       <CreateHotpatchableImage>false</CreateHotpatchableImage>
       <RuntimeTypeInfo>true</RuntimeTypeInfo>
       <PrecompiledHeaderFile>
@@ -2684,7 +2684,7 @@
       <AdditionalIncludeDirectories>../src/main;$(APR_DIST)\$(PlatformName)\include;$(OPENSSL_DIST)\$(PlatformName)\include;$(PLATFORM_SDK)\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
       <MinimalRebuild>false</MinimalRebuild>
       <BasicRuntimeChecks>Default</BasicRuntimeChecks>
-      <FunctionLevelLinking>false</FunctionLevelLinking>
+      <FunctionLevelLinking>true</FunctionLevelLinking>
       <CreateHotpatchableImage>false</CreateHotpatchableImage>
       <RuntimeTypeInfo>true</RuntimeTypeInfo>
       <PrecompiledHeaderFile>
@@ -2710,7 +2710,7 @@
       <AdditionalIncludeDirectories>../src/main;$(APR_DIST)\$(PlatformName)\include;$(OPENSSL_DIST)\$(PlatformName)\include;$(PLATFORM_SDK)\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
       <MinimalRebuild>false</MinimalRebuild>
       <BasicRuntimeChecks>Default</BasicRuntimeChecks>
-      <FunctionLevelLinking>false</FunctionLevelLinking>
+      <FunctionLevelLinking>true</FunctionLevelLinking>
       <CreateHotpatchableImage>false</CreateHotpatchableImage>
       <RuntimeTypeInfo>true</RuntimeTypeInfo>
       <PrecompiledHeaderFile>
@@ -2736,7 +2736,7 @@
       <AdditionalIncludeDirectories>../src/main;$(APR_DIST)\$(PlatformName)\include;$(OPENSSL_DIST)\$(PlatformName)\include;$(PLATFORM_SDK)\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
       <MinimalRebuild>false</MinimalRebuild>
       <BasicRuntimeChecks>Default</BasicRuntimeChecks>
-      <FunctionLevelLinking>false</FunctionLevelLinking>
+      <FunctionLevelLinking>true</FunctionLevelLinking>
       <CreateHotpatchableImage>false</CreateHotpatchableImage>
       <RuntimeTypeInfo>true</RuntimeTypeInfo>
       <PrecompiledHeaderFile>
@@ -2764,7 +2764,7 @@
       <AdditionalIncludeDirectories>../src/main;$(APR_DIST)\$(PlatformName)\include;$(OPENSSL_DIST)\$(PlatformName)\include;$(PLATFORM_SDK)\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
       <MinimalRebuild>false</MinimalRebuild>
       <BasicRuntimeChecks>Default</BasicRuntimeChecks>
-      <FunctionLevelLinking>false</FunctionLevelLinking>
+      <FunctionLevelLinking>true</FunctionLevelLinking>
       <CreateHotpatchableImage>false</CreateHotpatchableImage>
       <RuntimeTypeInfo>true</RuntimeTypeInfo>
       <PrecompiledHeaderFile>


================================================
FILE: ports/activemq-cpp/activemq-cppConfig.cmake
================================================
set(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_DIR}")
foreach(i RANGE 1 2)
    get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
    if (_IMPORT_PREFIX STREQUAL "/")
        set(_IMPORT_PREFIX "")
        break()
    endif()
endforeach()

# Macro to find OS dependencies for windows builds.
# Sets up for failure find_package() failure if dependencies not found.
# On success, creates targets unofficial::activemq-cpp::ws2, unofficial::activemq-cpp::rpcrt4, and unofficial::activemq-cpp::mswsock.
# Sets boolean ${CMAKE_FIND_PACKAGE_NAME}_WINDOWS_DEPENDENCIES_FOUND to TRUE or FALSE to indicate success or failure.
macro(_activemq_cpp_windows_dependencies)
    find_library(ACTIVEMQ_CPP_LIBWS2 WS2_32)
    find_file(ACTIVEMQ_CPP_DLLWS2 WS2_32.dll)
    find_library(ACTIVEMQ_CPP_LIBRPCRT4 RpcRT4)
    find_file(ACTIVEMQ_CPP_DLLRPCRT4 RpcRT4.dll)
    find_library(ACTIVEMQ_CPP_LIBMSWSOCK MsWsock)
    find_file(ACTIVEMQ_CPP_DLLMSWSOCK MsWsock.dll)
    if(ACTIVEMQ_CPP_LIBWS2 AND ACTIVEMQ_CPP_DLLWS2 AND ACTIVEMQ_CPP_LIBRPCRT4 AND ACTIVEMQ_CPP_DLLRPCRT4 AND ACTIVEMQ_CPP_LIBMSWSOCK AND ACTIVEMQ_CPP_DLLMSWSOCK)
        add_library(unofficial::activemq-cpp::ws2 SHARED IMPORTED)
        set_target_properties(unofficial::activemq-cpp::ws2 
                              PROPERTIES
                                  IMPORTED_LOCATION "${ACTIVEMQ_CPP_DLLWS2}" 
                                  IMPORTED_IMPLIB "${ACTIVEMQ_CPP_LIBWS2}" 
                                  IMPORTED_CONFIGURATIONS "RELEASE;DEBUG"
                              )
        add_library(unofficial::activemq-cpp::rpcrt4 SHARED IMPORTED)
        set_target_properties(unofficial::activemq-cpp::rpcrt4
                              PROPERTIES 
                                  IMPORTED_LOCATION "${ACTIVEMQ_CPP_DLLRPCRT4}" 
                                  IMPORTED_IMPLIB "${ACTIVEMQ_CPP_LIBRPCRT4}" 
                                  IMPORTED_CONFIGURATIONS "RELEASE;DEBUG"
                              )
        add_library(unofficial::activemq-cpp::mswsock SHARED IMPORTED)
        set_target_properties(unofficial::activemq-cpp::mswsock
                              PROPERTIES
                                  IMPORTED_LOCATION "${ACTIVEMQ_CPP_DLLMSWSOCK}"
                                  IMPORTED_IMPLIB "${ACTIVEMQ_CPP_LIBMSWSOCK}"
                                  IMPORTED_CONFIGURATIONS "RELEASE;DEBUG"
                              )
        set(${CMAKE_FIND_PACKAGE_NAME}_WINDOWS_DEPENDENCIES_FOUND TRUE)
    else()
        if (NOT ACTIVEMQ_CPP_LIBWS2)
            list(APPEND _ACTIVEMQ_CPP_MISSINGS "WS2_32.lib")
        endif()
        if (NOT ACTIVEMQ_CPP_DLLWS2)
            list(APPEND _ACTIVEMQ_CPP_MISSINGS "WS2_32.dll")
        endif()
        if (NOT ACTIVEMQ_CPP_LIBRPCRT4)
            list(APPEND _ACTIVEMQ_CPP_MISSINGS "RpcRT4.lib")
        endif()
        if (NOT ACTIVEMQ_CPP_DLLRPCRT4)
            list(APPEND _ACTIVEMQ_CPP_MISSINGS "RpcRT4.dll")
        endif()
        if (NOT ACTIVEMQ_CPP_LIBMSWSOCK)
            list(APPEND _ACTIVEMQ_CPP_MISSINGS "MsWsock.lib")
        endif()
        if (NOT ACTIVEMQ_CPP_DLLMSWSOCK)
            list(APPEND _ACTIVEMQ_CPP_MISSINGS "MsWsock.dll")
        endif()
        list(JOIN _ACTIVEMQ_CPP_MISSINGS ", " _ACTIVEMQ_CPP_MISSINGS_STR)
        list(LENGTH _ACTIVEMQ_CPP_MISSINGS _ACTIVEMQ_CPP_MISSINGS_COUNT)
        if(_ACTIVEMQ_CPP_MISSINGS_COUNT EQUAL 1)
            set(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE "Activemq-cpp vcpkg install dependency failure: Did not find windows dependency: ${_ACTIVEMQ_CPP_MISSINGS_STR}")
        else()
            set(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE "Activemq-cpp vcpkg install dependency failure: Did not find windows dependencies: ${_ACTIVEMQ_CPP_MISSINGS_STR}")
        endif()
        set(_ACTIVEMQ_CPP_MISSINGS_COUNT)
        set(_ACTIVEMQ_CPP_MISSINGS_STR)
        set(_ACTIVEMQ_CPP_MISSINGS)
        set(${CMAKE_FIND_PACKAGE_NAME}_FOUND FALSE)
        set(${CMAKE_FIND_PACKAGE_NAME}_WINDOWS_DEPENDENCIES_FOUND FALSE)
    endif()
endmacro()

# Set the variable named VARNAME to "${FILE}" if the file FILE exists; clears it
# otherwise. Opposite for VARNAME_MISSING.
function(_set_exists VARNAME VARNAME_MISSING FILE)
    if (EXISTS "${FILE}")
        set(${VARNAME} "${FILE}" PARENT_SCOPE)
        unset(${VARNAME_MISSING} PARENT_SCOPE)
    else()
        set(${VARNAME_MISSING} "${FILE}" PARENT_SCOPE)
        unset(${VARNAME} PARENT_SCOPE)
    endif()
endfunction()

# Add the unofficial::activemq-cpp::apr and unofficial::activemq-cpp::activemq-cpp targets
# Doesn't work for Windows DLL installs because that takes more args...
function(_add_apr_and_amq_targets INC_PARENT LIB_TYPE APR_REL APR_DEB AMQ_REL AMQ_DEB DEPS)
    # the APR port doesn't have a CMake config target so create one
    add_library(unofficial::activemq-cpp::apr ${LIB_TYPE} IMPORTED)
    set_target_properties(unofficial::activemq-cpp::apr
                          PROPERTIES
                              MAP_IMPORTED_CONFIG_MINSIZEREL Release
                              MAP_IMPORTED_CONFIG_RELWITHDEBINFO Release
                              IMPORTED_LOCATION_RELEASE "${APR_REL}"
                              IMPORTED_LOCATION_DEBUG "${APR_DEB}"
                              IMPORTED_CONFIGURATIONS "RELEASE;DEBUG"
                              INTERFACE_INCLUDE_DIRECTORIES "${INC_PARENT}/include"
    )

    # the create the activemq-cpp CMake config target with a dependency on apr
    add_library(unofficial::activemq-cpp::activemq-cpp ${LIB_TYPE} IMPORTED)
    set_target_properties(unofficial::activemq-cpp::activemq-cpp
                          PROPERTIES
                              MAP_IMPORTED_CONFIG_MINSIZEREL Release
                              MAP_IMPORTED_CONFIG_RELWITHDEBINFO Release
                              IMPORTED_LOCATION_DEBUG "${AMQ_DEB}"
                              IMPORTED_LOCATION_RELEASE "${AMQ_REL}"
                              IMPORTED_CONFIGURATIONS "RELEASE;DEBUG"
                              INTERFACE_INCLUDE_DIRECTORIES "${INC_PARENT}/include"
                              INTERFACE_LINK_LIBRARIES "${DEPS}"
    )
endfunction()

#
# Since this is a CMake config file for a non-CMake project, and one that is
# for vcpkg to as well, the config file has to cover the various products of
# the builds on the various platforms.
#
# Below, Windows and Linux are covered for static and shared libraries.
#
_set_exists(ACTIVEMQ_CPP_DLL_RELEASE _ACTIVEMQ_CPP_DLL_RELEASE_MISSING "${_IMPORT_PREFIX}/bin/activemq-cpp.dll")
_set_exists(ACTIVEMQ_CPP_LIB_RELEASE _ACTIVEMQ_CPP_LIB_RELEASE_MISSING "${_IMPORT_PREFIX}/lib/activemq-cpp.lib")
_set_exists(ACTIVEMQ_CPP_DLL_DEBUG _ACTIVEMQ_CPP_DLL_DEBUG_MISSING "${_IMPORT_PREFIX}/debug/bin/activemq-cppd.dll")
_set_exists(ACTIVEMQ_CPP_LIB_DEBUG _ACTIVEMQ_CPP_LIB_DEBUG_MISSING "${_IMPORT_PREFIX}/debug/lib/activemq-cppd.lib")
if (ACTIVEMQ_CPP_DLL_RELEASE)
    #
    # Windows shared install
    #
    if (ACTIVEMQ_CPP_LIB_RELEASE AND ACTIVEMQ_CPP_DLL_DEBUG AND ACTIVEMQ_CPP_LIB_DEBUG)
        _set_exists(ACTIVEMQ_CPP_APR_LIB_RELEASE _ACTIVEMQ_CPP_APR_LIB_RELEASE_MISSING "${_IMPORT_PREFIX}/lib/libapr-1.lib")
        _set_exists(ACTIVEMQ_CPP_APR_DLL_RELEASE _ACTIVEMQ_CPP_APR_DLL_RELEASE_MISSING "${_IMPORT_PREFIX}/bin/libapr-1.dll")
        _set_exists(ACTIVEMQ_CPP_APR_LIB_DEBUG _ACTIVEMQ_CPP_APR_LIB_DEBUG_MISSING "${_IMPORT_PREFIX}/debug/lib/libapr-1.lib")
        _set_exists(ACTIVEMQ_CPP_APR_DLL_DEBUG _ACTIVEMQ_CPP_APR_DLL_DEBUG_MISSING "${_IMPORT_PREFIX}/debug/bin/libapr-1.dll")
        if (ACTIVEMQ_CPP_APR_LIB_RELEASE AND ACTIVEMQ_CPP_APR_DLL_RELEASE AND ACTIVEMQ_CPP_APR_LIB_DEBUG AND ACTIVEMQ_CPP_APR_DLL_DEBUG)
            _activemq_cpp_windows_dependencies()
            if (${CMAKE_FIND_PACKAGE_NAME}_WINDOWS_DEPENDENCIES_FOUND)
                # the APR port doesn't have a CMake config target so create one
                add_library(unofficial::activemq-cpp::apr SHARED IMPORTED)
                set_target_properties(unofficial::activemq-cpp::apr
                                      PROPERTIES
                                          MAP_IMPORTED_CONFIG_MINSIZEREL Release
                                          MAP_IMPORTED_CONFIG_RELWITHDEBINFO Release
                                          IMPORTED_LOCATION_RELEASE "${ACTIVEMQ_CPP_APR_DLL_RELEASE}"
                                          IMPORTED_IMPLIB_RELEASE "${ACTIVEMQ_CPP_APR_LIB_RELEASE}"
                                          IMPORTED_LOCATION_DEBUG "${ACTIVEMQ_CPP_APR_DLL_DEBUG}"
                                          IMPORTED_IMPLIB_DEBUG "${ACTIVEMQ_CPP_APR_LIB_DEBUG}"
                                          IMPORTED_CONFIGURATIONS "RELEASE;DEBUG"
                                          INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include"
                )

                # the create the activemq-cpp CMake config target with a dependency on apr
                add_library(unofficial::activemq-cpp::activemq-cpp SHARED IMPORTED)
                set_target_properties(unofficial::activemq-cpp::activemq-cpp
                                      PROPERTIES
                                          MAP_IMPORTED_CONFIG_MINSIZEREL Release
                                          MAP_IMPORTED_CONFIG_RELWITHDEBINFO Release
                                          IMPORTED_LOCATION_RELEASE "${ACTIVEMQ_CPP_DLL_RELEASE}"
                                          IMPORTED_IMPLIB_RELEASE "${ACTIVEMQ_CPP_LIB_RELEASE}"
                                          IMPORTED_LOCATION_DEBUG "${ACTIVEMQ_CPP_DLL_DEBUG}"
                                          IMPORTED_IMPLIB_DEBUG "${ACTIVEMQ_CPP_LIB_DEBUG}"
                                          IMPORTED_CONFIGURATIONS "RELEASE;DEBUG"
                                          INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include"
                                          INTERFACE_LINK_LIBRARIES "unofficial::activemq-cpp::apr;unofficial::activemq-cpp::ws2;unofficial::activemq-cpp::rpcrt4;unofficial::activemq-cpp::mswsock"
                )
                set(${CMAKE_FIND_PACKAGE_NAME}_FOUND TRUE)
            endif()
        else()
            set(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE "Activemq-cpp vcpkg install dependency failure: apr vcpkg port not found in ${_IMPORT_PREFIX}.")
            foreach(_MISSING 
                        ${_ACTIVEMQ_CPP_APR_LIB_RELEASE_MISSING}
                        ${_ACTIVEMQ_CPP_APR_DLL_RELEASE_MISSING}
                        ${_ACTIVEMQ_CPP_APR_LIB_DEBUG_MISSING}
                        ${_ACTIVEMQ_CPP_APR_DLL_DEBUG_MISSING}
            )
                string(APPEND ${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE " \"${_MISSING}\" not found.")
            endforeach()
            set(${CMAKE_FIND_PACKAGE_NAME}_FOUND FALSE)
            set(activemq-cppConfig_FOUND TRUE)
        endif()
    else()
        set(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE "Activemq-cpp vcpkg install error: Found ${_IMPORT_PREFIX}debug/bin/activemq-cppd.dll.")
        foreach(_MISSING 
                    ${_ACTIVEMQ_CPP_LIB_RELEASE_MISSING}
                    ${_ACTIVEMQ_CPP_DLL_DEBUG_MISSING}
                    ${_ACTIVEMQ_CPP_LIB_DEBUG_MISSING})
            string(APPEND ${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE " \"${_MISSING}\" not found.")
        endforeach()
        set(${CMAKE_FIND_PACKAGE_NAME}_FOUND FALSE)
    endif()
else() 
    #
    # not Windows shared install
    #
    _set_exists(ACTIVEMQ_CPP_LIB_RELEASE _ACTIVEMQ_CPP_LIB_RELEASE_MISSING "${_IMPORT_PREFIX}/lib/libactivemq-cpp.lib")
    _set_exists(ACTIVEMQ_CPP_LIB_DEBUG _ACTIVEMQ_CPP_LIB_DEBUG_MISSING "${_IMPORT_PREFIX}/debug/lib/libactivemq-cpp.lib")
    if (ACTIVEMQ_CPP_LIB_RELEASE)
        #
        # Windows static install
        #
        if (ACTIVEMQ_CPP_LIB_DEBUG)
            _set_exists(ACTIVEMQ_CPP_APR_LIB_RELEASE _ACTIVEMQ_CPP_APR_LIB_RELEASE_MISSING "${_IMPORT_PREFIX}/lib/apr-1.lib")
            _set_exists(ACTIVEMQ_CPP_APR_LIB_DEBUG _ACTIVEMQ_CPP_APR_LIB_DEBUG_MISSING "${_IMPORT_PREFIX}/debug/lib/apr-1.lib")
            if (ACTIVEMQ_CPP_APR_LIB_RELEASE AND ACTIVEMQ_CPP_APR_LIB_DEBUG)
                _activemq_cpp_windows_dependencies()
                if (${CMAKE_FIND_PACKAGE_NAME}_WINDOWS_DEPENDENCIES_FOUND)
                    _add_apr_and_amq_targets("${_IMPORT_PREFIX}"
                                             STATIC
                                             "${ACTIVEMQ_CPP_APR_LIB_RELEASE}"
                                             "${ACTIVEMQ_CPP_APR_LIB_DEBUG}"
                                             "${ACTIVEMQ_CPP_LIB_RELEASE}"
                                             "${ACTIVEMQ_CPP_LIB_DEBUG}"
                                             "unofficial::activemq-cpp::apr;unofficial::activemq-cpp::ws2;unofficial::activemq-cpp::rpcrt4;unofficial::activemq-cpp::mswsock")
                    set(${CMAKE_FIND_PACKAGE_NAME}_FOUND TRUE)
                endif()
            else()
                set(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE "Activemq-cpp vcpkg install dependency failure: apr vcpkg port not found in ${_IMPORT_PREFIX}.")
                foreach(_MISSING ${_ACTIVEMQ_CPP_APR_LIB_RELEASE_MISSING} ${_ACTIVEMQ_CPP_APR_LIB_DEBUG_MISSING})
                    string(APPEND ${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE " \"${_MISSING}\" not found.")
                endforeach()
                set(${CMAKE_FIND_PACKAGE_NAME}_FOUND FALSE)
            endif()
        else()
            set(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE "Activemq-cpp vcpkg install error: Found ${ACTIVEMQ_CPP_LIB_RELEASE} but not ${_ACTIVEMQ_CPP_LIB_DEBUG_MISSING}.")
            set(${CMAKE_FIND_PACKAGE_NAME}_FOUND FALSE)
        endif()
    else()
        #
        # not Windows shared or static install
        #
        _set_exists(ACTIVEMQ_CPP_LIB_RELEASE _ACTIVEMQ_CPP_LIB_RELEASE_MISSING "${_IMPORT_PREFIX}/lib/libactivemq-cpp.so.19.0.5")
        _set_exists(ACTIVEMQ_CPP_LIB_DEBUG _ACTIVEMQ_CPP_LIB_DEBUG_MISSING "${_IMPORT_PREFIX}/debug/lib/libactivemq-cpp.so.19.0.5")
        if(ACTIVEMQ_CPP_LIB_RELEASE)
            #
            # Linux shared install (this may pick up some other Unix-like installs)
            #
            if (ACTIVEMQ_CPP_LIB_DEBUG)
                _set_exists(ACTIVEMQ_CPP_APR_LIB_RELEASE _ACTIVEMQ_CPP_APR_LIB_RELEASE_MISSING "${_IMPORT_PREFIX}/lib/libapr-1.so")
                _set_exists(ACTIVEMQ_CPP_APR_LIB_DEBUG _ACTIVEMQ_CPP_APR_LIB_DEBUG_MISSING "${_IMPORT_PREFIX}/debug/lib/libapr-1.so")
                if (ACTIVEMQ_CPP_APR_LIB_RELEASE AND ACTIVEMQ_CPP_APR_LIB_DEBUG)
                    find_package(Threads)
                    if (Threads_FOUND)
                        _add_apr_and_amq_targets("${_IMPORT_PREFIX}"
                                                 SHARED
                                                 "${ACTIVEMQ_CPP_APR_LIB_RELEASE}"
                                                 "${ACTIVEMQ_CPP_APR_LIB_DEBUG}"
                                                 "${ACTIVEMQ_CPP_LIB_RELEASE}"
                                                 "${ACTIVEMQ_CPP_LIB_DEBUG}"
                                                 "unofficial::activemq-cpp::apr;Threads::Threads")
                        set(${CMAKE_FIND_PACKAGE_NAME}_FOUND TRUE)
                    else()
                        set(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE "Activemq-cpp vcpkg install dependency failure: threads library not found.")
                        set(${CMAKE_FIND_PACKAGE_NAME}_FOUND FALSE)
                    endif()
                else()
                    set(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE "Activemq-cpp vcpkg install dependency failure: apr vcpkg port not found in ${_IMPORT_PREFIX}.")
                    foreach(_MISSING ${_ACTIVEMQ_CPP_APR_LIB_RELEASE_MISSING} ${_ACTIVEMQ_CPP_APR_LIB_DEBUG_MISSING})
                        string(APPEND ${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE " \"${_MISSING}\" not found.")
                    endforeach()
                    set(${CMAKE_FIND_PACKAGE_NAME}_FOUND FALSE)
                endif()
            else()
                set(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE "Activemq-cpp vcpkg install error: Found ${ACTIVEMQ_CPP_LIB_RELEASE} but not ${_ACTIVEMQ_CPP_LIB_DEBUG_MISSING}")
                set(${CMAKE_FIND_PACKAGE_NAME}_FOUND FALSE)
            endif()
        else()
            #
            # not Windows shared or static or Linux shared install
            #
            _set_exists(ACTIVEMQ_CPP_LIB_RELEASE _ACTIVEMQ_CPP_LIB_RELEASE_MISSING "${_IMPORT_PREFIX}/lib/libactivemq-cpp.a")
            _set_exists(ACTIVEMQ_CPP_LIB_DEBUG _ACTIVEMQ_CPP_LIB_DEBUG_MISSING "${_IMPORT_PREFIX}/debug/lib/libactivemq-cpp.a")
            if (ACTIVEMQ_CPP_LIB_RELEASE)
                #
                # Linux static install (this may pick up some other Unix-like installs)
                #
                if (ACTIVEMQ_CPP_LIB_DEBUG)
                    _set_exists(ACTIVEMQ_CPP_APR_LIB_RELEASE _ACTIVEMQ_CPP_APR_LIB_RELEASE_MISSING "${_IMPORT_PREFIX}/lib/libapr-1.a")
                    _set_exists(ACTIVEMQ_CPP_APR_LIB_DEBUG _ACTIVEMQ_CPP_APR_LIB_DEBUG_MISSING "${_IMPORT_PREFIX}/debug/lib/libapr-1.a")
                    if (ACTIVEMQ_CPP_APR_LIB_RELEASE AND ACTIVEMQ_CPP_APR_LIB_DEBUG)
                        find_package(Threads)
                        if (Threads_FOUND)
                            _add_apr_and_amq_targets("${_IMPORT_PREFIX}"
                                                     STATIC
                                                     "${ACTIVEMQ_CPP_APR_LIB_RELEASE}"
                                                     "${ACTIVEMQ_CPP_APR_LIB_DEBUG}"
                                                     "${ACTIVEMQ_CPP_LIB_RELEASE}"
                                                     "${ACTIVEMQ_CPP_LIB_DEBUG}"
                                                     "unofficial::activemq-cpp::apr;Threads::Threads")
                            set(${CMAKE_FIND_PACKAGE_NAME}_FOUND TRUE)
                        else()
                            set(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE "Activemq-cpp vcpkg install dependency failure: threads library not found.")
                            set(${CMAKE_FIND_PACKAGE_NAME}_FOUND FALSE)
                        endif()
                    else()
                        set(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE "Activemq-cpp vcpkg install dependency failure: apr vcpkg port not found in ${_IMPORT_PREFIX}.")
                        foreach(_MISSING ${_ACTIVEMQ_CPP_APR_LIB_RELEASE_MISSING} ${_ACTIVEMQ_CPP_APR_LIB_DEBUG_MISSING})
                            string(APPEND ${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE " \"${_MISSING}\" not found.")
                        endforeach()
                        set(${CMAKE_FIND_PACKAGE_NAME}_FOUND FALSE)
                    endif()
                else()
                    set(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE "Activemq-cpp vcpkg install error: Found ${ACTIVEMQ_CPP_LIB_RELEASE} but not ${_ACTIVEMQ_CPP_LIB_DEBUG_MISSING}")
                    set(${CMAKE_FIND_PACKAGE_NAME}_FOUND FALSE)
                endif()
            else()
                #
                # Some other configuration...
                # (not Windows shared or static or Linux shared or static install)
                #
                set(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE "Activemq-cpp vcpkg unexpected install: could not find any expected activemq-cpp libraries under ${_IMPORT_PREFIX}. The CMake configuration file only understands Windows and Linux static and shared installs from vcpkg.")
                set(${CMAKE_FIND_PACKAGE_NAME}_FOUND FALSE)
            endif()
        endif()
    endif()
endif()


================================================
FILE: ports/activemq-cpp/fix-crt-linkage-dyn.patch
================================================
diff --git a/vs2010-build/activemq-cpp.vcxproj b/vs2010-build/activemq-cpp.vcxproj
index 54b4822..6b35511 100644
--- a/vs2010-build/activemq-cpp.vcxproj
+++ b/vs2010-build/activemq-cpp.vcxproj
@@ -2578,6 +2578,7 @@
       <BasicRuntimeChecks>Default</BasicRuntimeChecks>
       <FunctionLevelLinking>true</FunctionLevelLinking>
       <CreateHotpatchableImage>false</CreateHotpatchableImage>
+      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
       <RuntimeTypeInfo>true</RuntimeTypeInfo>
       <PrecompiledHeaderFile>
       </PrecompiledHeaderFile>
@@ -2687,6 +2688,7 @@
       <FunctionLevelLinking>true</FunctionLevelLinking>
       <CreateHotpatchableImage>false</CreateHotpatchableImage>
       <RuntimeTypeInfo>true</RuntimeTypeInfo>
+      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
       <PrecompiledHeaderFile>
       </PrecompiledHeaderFile>
       <PrecompiledHeaderOutputFile>
@@ -2794,6 +2796,7 @@
       <AdditionalIncludeDirectories>../src/main;$(APR_DIST)\$(PlatformName)\include;$(OPENSSL_DIST)\$(PlatformName)\include;$(PLATFORM_SDK)\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
       <CreateHotpatchableImage>false</CreateHotpatchableImage>
       <RuntimeTypeInfo>true</RuntimeTypeInfo>
+      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
       <PrecompiledHeaderFile>
       </PrecompiledHeaderFile>
       <PrecompiledHeaderOutputFile>
@@ -2906,6 +2909,7 @@
       <AdditionalIncludeDirectories>../src/main;$(APR_DIST)\$(PlatformName)\include;$(OPENSSL_DIST)\$(PlatformName)\include;$(PLATFORM_SDK)\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
       <CreateHotpatchableImage>false</CreateHotpatchableImage>
       <RuntimeTypeInfo>true</RuntimeTypeInfo>
+      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
       <PrecompiledHeaderFile>
       </PrecompiledHeaderFile>
       <PrecompiledHeaderOutputFile>


================================================
FILE: ports/activemq-cpp/fix-crt-linkage.patch
================================================
diff --git a/vs2010-build/activemq-cpp.vcxproj b/vs2010-build/activemq-cpp.vcxproj
index 54b4822..6b35511 100644
--- a/vs2010-build/activemq-cpp.vcxproj
+++ b/vs2010-build/activemq-cpp.vcxproj
@@ -2578,6 +2578,7 @@
       <BasicRuntimeChecks>Default</BasicRuntimeChecks>
       <FunctionLevelLinking>true</FunctionLevelLinking>
       <CreateHotpatchableImage>false</CreateHotpatchableImage>
+      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
       <RuntimeTypeInfo>true</RuntimeTypeInfo>
       <PrecompiledHeaderFile>
       </PrecompiledHeaderFile>
@@ -2687,6 +2688,7 @@
       <FunctionLevelLinking>true</FunctionLevelLinking>
       <CreateHotpatchableImage>false</CreateHotpatchableImage>
       <RuntimeTypeInfo>true</RuntimeTypeInfo>
+      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
       <PrecompiledHeaderFile>
       </PrecompiledHeaderFile>
       <PrecompiledHeaderOutputFile>
@@ -2794,6 +2796,7 @@
       <AdditionalIncludeDirectories>../src/main;$(APR_DIST)\$(PlatformName)\include;$(OPENSSL_DIST)\$(PlatformName)\include;$(PLATFORM_SDK)\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
       <CreateHotpatchableImage>false</CreateHotpatchableImage>
       <RuntimeTypeInfo>true</RuntimeTypeInfo>
+      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
       <PrecompiledHeaderFile>
       </PrecompiledHeaderFile>
       <PrecompiledHeaderOutputFile>
@@ -2906,6 +2909,7 @@
       <AdditionalIncludeDirectories>../src/main;$(APR_DIST)\$(PlatformName)\include;$(OPENSSL_DIST)\$(PlatformName)\include;$(PLATFORM_SDK)\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
       <CreateHotpatchableImage>false</CreateHotpatchableImage>
       <RuntimeTypeInfo>true</RuntimeTypeInfo>
+      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
       <PrecompiledHeaderFile>
       </PrecompiledHeaderFile>
       <PrecompiledHeaderOutputFile>


================================================
FILE: ports/activemq-cpp/portfile.cmake
================================================
set(PATCHES )
if (NOT VCPKG_TARGET_IS_LINUX)
    set(PATCHES FunctionLevelLinkingOn.diff)
    if(VCPKG_CRT_LINKAGE STREQUAL "static")
        list(APPEND PATCHES fix-crt-linkage.patch)
    else()
        list(APPEND PATCHES fix-crt-linkage-dyn.patch)
    endif()
endif()

vcpkg_download_distfile(ARCHIVE
    URLS "https://archive.apache.org/dist/activemq/activemq-cpp/${VERSION}/activemq-cpp-library-${VERSION}-src.tar.bz2"
    FILENAME "activemq-cpp-library-${VERSION}-src.tar.bz2"
    SHA512 83692d3dfd5ecf557fc88d204a03bf169ce6180bcff27be41b09409b8f7793368ffbeed42d98ef6374c6b6b477d9beb8a4a9ac584df9e56725ec59ceceaa6ae2
)
vcpkg_extract_source_archive(
    SOURCE_PATH
    ARCHIVE "${ARCHIVE}"
    PATCHES ${PATCHES}
)

if (VCPKG_TARGET_IS_LINUX)
    vcpkg_make_configure(
        SOURCE_PATH "${SOURCE_PATH}"
        AUTORECONF
        OPTIONS
            "--with-openssl=${CURRENT_INSTALLED_DIR}"
            "--with-apr=${CURRENT_INSTALLED_DIR}/tools/apr"
    )

    vcpkg_make_install()

    file(RENAME "${CURRENT_PACKAGES_DIR}/include/activemq-cpp-${VERSION}/activemq" "${CURRENT_PACKAGES_DIR}/include/activemq")
    file(RENAME "${CURRENT_PACKAGES_DIR}/include/activemq-cpp-${VERSION}/cms" "${CURRENT_PACKAGES_DIR}/include/cms")
    file(RENAME "${CURRENT_PACKAGES_DIR}/include/activemq-cpp-${VERSION}/decaf" "${CURRENT_PACKAGES_DIR}/include/decaf")
    file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/include/activemq-cpp-${VERSION}")

    vcpkg_copy_pdbs()

    vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/tools/${PORT}/bin/activemqcpp-config" "${CURRENT_INSTALLED_DIR}" "`dirname $0`/../../..")
    if(NOT VCPKG_BUILD_TYPE)
        vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/tools/${PORT}/debug/bin/activemqcpp-config" "${CURRENT_INSTALLED_DIR}/debug" "`dirname $0`/../../../..")
        vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/tools/${PORT}/debug/bin/activemqcpp-config" "${CURRENT_INSTALLED_DIR}" "`dirname $0`/../../..")
    endif()
else()
    set(ACTIVEMQCPP_MSVC_PROJ "${SOURCE_PATH}/vs2010-build/activemq-cpp.vcxproj")

    string(COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE}" "dynamic" ACTIVEMQCPP_SHARED_LIB)

    if (ACTIVEMQCPP_SHARED_LIB)
        set(RELEASE_CONF "ReleaseDLL")
        set(DEBUG_CONF   "DebugDLL")

        set(ACTIVEMQCPP_LIB_PREFFIX )
        set(ACTIVEMQCPP_LIB_SUFFIX d)
        vcpkg_replace_string("${ACTIVEMQCPP_MSVC_PROJ}" ";apr-1.lib" ";libapr-1.lib" IGNORE_UNCHANGED)
    else()
        set(RELEASE_CONF "Release")
        set(DEBUG_CONF   "Debug")

        set(ACTIVEMQCPP_LIB_PREFFIX lib)
        set(ACTIVEMQCPP_LIB_SUFFIX )
        vcpkg_replace_string("${ACTIVEMQCPP_MSVC_PROJ}" ";libapr-1.lib" ";apr-1.lib")
    endif()

    if(VCPKG_TARGET_ARCHITECTURE MATCHES "x86")
        set(BUILD_ARCH "Win32")
    else()
        set(BUILD_ARCH "${VCPKG_TARGET_ARCHITECTURE}")
    endif()

    string(REPLACE "/" "\\" WIN_SOURCE_PATH "${SOURCE_PATH}")
    vcpkg_replace_string("${ACTIVEMQCPP_MSVC_PROJ}" "ClCompile Include=\"..\\src" "ClCompile Include=\"${WIN_SOURCE_PATH}\\src")
    vcpkg_replace_string("${ACTIVEMQCPP_MSVC_PROJ}" "ClInclude Include=\"..\\src" "ClInclude Include=\"${WIN_SOURCE_PATH}\\src")
    vcpkg_replace_string("${ACTIVEMQCPP_MSVC_PROJ}" "../src/main" "${WIN_SOURCE_PATH}\\src\\main")
    vcpkg_msbuild_install(
         SOURCE_PATH "${SOURCE_PATH}/vs2010-build"
         PROJECT_SUBPATH "activemq-cpp.vcxproj"
         RELEASE_CONFIGURATION ${RELEASE_CONF}
         DEBUG_CONFIGURATION   ${DEBUG_CONF}
         PLATFORM ${BUILD_ARCH}
    )

    if (NOT VCPKG_BUILD_TYPE OR VCPKG_BUILD_TYPE STREQUAL "release")
        file(COPY
            "${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}-rel/${BUILD_ARCH}/${RELEASE_CONF}/${ACTIVEMQCPP_LIB_PREFFIX}activemq-cpp.lib"
            DESTINATION "${CURRENT_PACKAGES_DIR}/lib"
        )

        if (ACTIVEMQCPP_SHARED_LIB)
            file(COPY
                "${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}-rel/${BUILD_ARCH}/${RELEASE_CONF}/activemq-cpp.dll"
                DESTINATION "${CURRENT_PACKAGES_DIR}/bin"
            )
            file(COPY
                "${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}-rel/${BUILD_ARCH}/${RELEASE_CONF}/activemq-cpp.pdb"
                DESTINATION "${CURRENT_PACKAGES_DIR}/bin"
            )
        endif()
    endif()

    if(NOT VCPKG_BUILD_TYPE OR VCPKG_BUILD_TYPE STREQUAL "debug")
        file(COPY
            "${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}-dbg/${BUILD_ARCH}/${DEBUG_CONF}/${ACTIVEMQCPP_LIB_PREFFIX}activemq-cpp${ACTIVEMQCPP_LIB_SUFFIX}.lib"
            DESTINATION "${CURRENT_PACKAGES_DIR}/debug/lib"
        )

        if(ACTIVEMQCPP_SHARED_LIB)
            file(COPY
                "${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}-dbg/${BUILD_ARCH}/${DEBUG_CONF}/activemq-cpp${ACTIVEMQCPP_LIB_SUFFIX}.dll"
                DESTINATION "${CURRENT_PACKAGES_DIR}/debug/bin"
            )
            file(COPY
                "${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}-dbg/${BUILD_ARCH}/${DEBUG_CONF}/activemq-cpp${ACTIVEMQCPP_LIB_SUFFIX}.pdb"
                DESTINATION "${CURRENT_PACKAGES_DIR}/debug/bin"
            )
        endif()
    endif()

    file(COPY "${SOURCE_PATH}/src/main/activemq" DESTINATION "${CURRENT_PACKAGES_DIR}/include" FILES_MATCHING PATTERN *.h)
    file(COPY "${SOURCE_PATH}/src/main/cms"      DESTINATION "${CURRENT_PACKAGES_DIR}/include" FILES_MATCHING PATTERN *.h)
    file(COPY "${SOURCE_PATH}/src/main/decaf"    DESTINATION "${CURRENT_PACKAGES_DIR}/include" FILES_MATCHING PATTERN *.h)
endif()

vcpkg_fixup_pkgconfig()

file(INSTALL "${CURRENT_PORT_DIR}/activemq-cppConfig.cmake" DESTINATION "${CURRENT_PACKAGES_DIR}/share/activemq-cpp")
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE.txt")


================================================
FILE: ports/activemq-cpp/vcpkg.json
================================================
{
  "name": "activemq-cpp",
  "version-semver": "3.9.5",
  "port-version": 18,
  "description": "Apache ActiveMQ is the most popular and powerful open source messaging and Integration Patterns server.",
  "license": "Apache-2.0",
  "supports": "(windows & !uwp & (x86 | x64)) | (!windows & !osx)",
  "dependencies": [
    "apr",
    {
      "name": "libuuid",
      "platform": "!windows & !osx"
    },
    {
      "name": "vcpkg-make",
      "host": true,
      "platform": "linux"
    },
    {
      "name": "vcpkg-msbuild",
      "host": true,
      "platform": "windows"
    }
  ]
}


================================================
FILE: ports/ada-idna/install.patch
================================================
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a3abd0f..c37c36b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -12,6 +12,10 @@ include(GNUInstallDirs)
 include(CTest)
 include(cmake/idna-flags.cmake)
 
+if(ADA_USE_SIMDUTF)
+  find_package(simdutf CONFIG REQUIRED)
+endif()
+
 add_subdirectory(src)
 
 option(ADA_USE_SIMDUTF "Whether to use SIMDUTF for unicode transcoding" OFF)
@@ -20,16 +24,6 @@ if(ADA_IDNA_BENCHMARKS OR BUILD_TESTING)
   include(cmake/CPM.cmake)
 endif()
 
-if(ADA_USE_SIMDUTF)
-  include(cmake/CPM.cmake)
-  CPMAddPackage(
-    NAME simdutf
-    GITHUB_REPOSITORY simdutf/simdutf
-    VERSION 7.0.0
-    OPTIONS "SIMDUTF_TESTS OFF"
-  )
-endif()
-
 if (ADA_IDNA_BENCHMARKS)
   message(STATUS "Ada benchmarks enabled.")
   CPMAddPackage(
@@ -63,8 +57,6 @@ else()
   endif()
 endif(BUILD_TESTING)
 
-add_subdirectory(singleheader)
-
 add_library(ada-idna::ada-idna ALIAS ada-idna)
 
 set_target_properties(
@@ -95,3 +87,8 @@ install(
   ARCHIVE COMPONENT ada-idna_development
   INCLUDES DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}"
 )
+
+install(EXPORT ada-idna_targets
+    FILE unofficial-ada-idna-config.cmake
+    NAMESPACE unofficial::ada-idna::
+    DESTINATION share/unofficial-ada-idna)
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index e48bcda..3e7ba16 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -12,7 +12,7 @@ target_include_directories(ada-idna PRIVATE $<BUILD_INTERFACE:${CMAKE_CURRENT_SO
 target_include_directories(ada-idna PUBLIC "$<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}/include>")
 
 if(ADA_USE_SIMDUTF)
-  target_link_libraries(ada-idna PRIVATE simdutf)
+  target_link_libraries(ada-idna PRIVATE simdutf::simdutf)
   target_compile_definitions(ada-idna PRIVATE ADA_USE_SIMDUTF)
 endif()
 


================================================
FILE: ports/ada-idna/portfile.cmake
================================================
vcpkg_from_github(
    OUT_SOURCE_PATH SOURCE_PATH
    REPO ada-url/idna
    REF "${VERSION}"
    SHA512 d161ca25d37746b6127ff7dadf6a6475e73802575fd75362f46259512f7f2c9a73154ad6faf9411fd73fbdf46e6e7c49fccfdeec5883d069025789742137db55
    HEAD_REF main
    PATCHES
        install.patch
)

vcpkg_check_features(
    OUT_FEATURE_OPTIONS FEATURE_OPTIONS
    FEATURES
        simdutf         ADA_USE_SIMDUTF
)

vcpkg_cmake_configure(
    SOURCE_PATH "${SOURCE_PATH}"
    OPTIONS
        -DADA_IDNA_BENCHMARKS=OFF
        -DBUILD_TESTING=OFF
        ${FEATURE_OPTIONS}
)

vcpkg_cmake_install()
vcpkg_cmake_config_fixup(PACKAGE_NAME unofficial-ada-idna)

file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")

vcpkg_install_copyright(
    COMMENT "ada-idna is dual licensed under Apache-2.0 and MIT"
    FILE_LIST
       "${SOURCE_PATH}/LICENSE-APACHE"
       "${SOURCE_PATH}/LICENSE-MIT"
)


================================================
FILE: ports/ada-idna/vcpkg.json
================================================
{
  "name": "ada-idna",
  "version": "0.4.0",
  "description": "C++ library implementing the to_ascii and to_unicode functions from the Unicode Technical Standard.",
  "homepage": "https://github.com/ada-url/idna",
  "license": "Apache-2.0 AND MIT",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "simdutf": {
      "description": "Whether to use SIMDUTF for unicode transcoding",
      "dependencies": [
        "simdutf"
      ]
    }
  }
}


================================================
FILE: ports/ada-url/no-cpm.patch
================================================
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d525b59..116095b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -26,7 +26,6 @@ option(ADA_USE_SIMDUTF "Whether to use SIMDUTF for IDNA" OFF)
 # errors due to CPM, so this is here to support disabling all the testing
 # and tooling for ada if one only wishes to use the ada library.
 if(ADA_TESTING OR ADA_BENCHMARKS OR ADA_TOOLS OR ADA_USE_SIMDUTF)
-  include(cmake/CPM.cmake)
   # CPM requires git as an implicit dependency
   # We use googletest in the tests
   if(ADA_TESTING)
diff --git a/tools/cli/CMakeLists.txt b/tools/cli/CMakeLists.txt
index 5e7ffe0..f60a2d5 100644
--- a/tools/cli/CMakeLists.txt
+++ b/tools/cli/CMakeLists.txt
@@ -37,12 +37,8 @@ if(MSVC AND BUILD_SHARED_LIBS)
         "$<TARGET_FILE:ada>"      # <--this is in-file
         "$<TARGET_FILE_DIR:adaparse>")                 # <--this is out-file path
 endif()
-CPMAddPackage("gh:fmtlib/fmt#11.0.2")
-CPMAddPackage(
-  GITHUB_REPOSITORY jarro2783/cxxopts
-  VERSION 3.2.0
-  OPTIONS "CXXOPTS_BUILD_EXAMPLES NO" "CXXOPTS_BUILD_TESTS NO" "CXXOPTS_ENABLE_INSTALL YES"
-)
+find_package(cxxopts CONFIG REQUIRED)
+find_package(fmt CONFIG REQUIRED)
 target_link_libraries(adaparse PRIVATE cxxopts::cxxopts fmt::fmt)
 
 if(MSVC OR MINGW)


================================================
FILE: ports/ada-url/portfile.cmake
================================================
if(VCPKG_TARGET_IS_LINUX)
    message(WARNING "Building ${PORT} requires a C++20 compliant compiler. GCC 12 and Clang 15 are known to work.")
endif()

vcpkg_from_github(
    OUT_SOURCE_PATH SOURCE_PATH
    REPO ada-url/ada
    REF "v${VERSION}"
    SHA512 b18f1a6508476579822881223b6f71768ece4cffa8586eef673051536b29c1ff2ac8ed0e63b53fcfa4171992ab6e7b418095998ac3dbc6aa099ca50feefa9faa
    HEAD_REF main
    PATCHES
        no-cpm.patch
)

vcpkg_check_features(
    OUT_FEATURE_OPTIONS FEATURE_OPTIONS
    FEATURES
        tools ADA_TOOLS
)

vcpkg_cmake_configure(
    SOURCE_PATH "${SOURCE_PATH}"
    OPTIONS
        -DADA_BENCHMARKS=OFF
        -DADA_TESTING=OFF
        -DCMAKE_DISABLE_FIND_PACKAGE_Python3=ON
        ${FEATURE_OPTIONS}
    OPTIONS_DEBUG
        -DADA_TOOLS=OFF
)

vcpkg_cmake_install()

vcpkg_copy_pdbs()

vcpkg_cmake_config_fixup(PACKAGE_NAME ada CONFIG_PATH "lib/cmake/ada")
vcpkg_fixup_pkgconfig()

if("tools" IN_LIST FEATURES)
    vcpkg_copy_tools(TOOL_NAMES adaparse AUTO_CLEAN)
endif()

file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")

vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE-APACHE" "${SOURCE_PATH}/LICENSE-MIT")


================================================
FILE: ports/ada-url/vcpkg.json
================================================
{
  "name": "ada-url",
  "version": "3.4.3",
  "description": "WHATWG-compliant and fast URL parser written in modern C++",
  "homepage": "https://ada-url.com/",
  "license": "MIT OR Apache-2.0",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "tools": {
      "description": "Build CLI tools (adaparse)",
      "supports": "!uwp",
      "dependencies": [
        "cxxopts",
        "fmt"
      ]
    }
  }
}


================================================
FILE: ports/ade/portfile.cmake
================================================
vcpkg_from_github(
    OUT_SOURCE_PATH SOURCE_PATH
    REPO opencv/ade
    REF "v${VERSION}"
    SHA512 0a27e2e3278c34b76cc437823fdcf73d597cb4866fc6fd13059da41138b23e0eaea0326782a46b86967d9174d3aa67bfc8bdc281724cb7d0a8329387d56b9635
    HEAD_REF master
)

vcpkg_cmake_configure(
  SOURCE_PATH "${SOURCE_PATH}"
  OPTIONS_DEBUG
    -DCMAKE_DEBUG_POSTFIX=d
)

vcpkg_cmake_install()

vcpkg_cmake_config_fixup()

file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")

# Handle copyright
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")


================================================
FILE: ports/ade/vcpkg.json
================================================
{
  "name": "ade",
  "version-string": "0.1.2e",
  "port-version": 1,
  "description": "ADE Framework is a graph construction, manipulation, and processing framework. ADE Framework is suitable for organizing data flow processing and execution.",
  "homepage": "https://github.com/opencv/ade",
  "license": "Apache-2.0",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}


================================================
FILE: ports/adios2/portfile.cmake
================================================
vcpkg_from_github(
    OUT_SOURCE_PATH SOURCE_PATH
    REPO ornladios/ADIOS2
    REF "v${VERSION}"
    SHA512 05decc3ff14e7458df9ec16ca6230a9770ca992e7d0ce3a18b3c9295a19dad94d8a9367102e50347a9487c6a3f35a8d52fbaa6a6fd98807aaec9636e607541ee
    HEAD_REF master
)

vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
    FEATURES
        mpi     ADIOS2_USE_MPI
        cuda    ADIOS2_USE_CUDA
        python  ADIOS2_USE_Python # requires numpy / mpi4py; so not exposed in the manifest yet
        zfp     ADIOS2_USE_ZFP
)

set(disabled_options "")
list(APPEND disabled_options SZ LIBPRESSIO MGARD DAOS DataMan DataSpaces MHS SST BP5 IME Fortran SysVShMem Profiling)
list(TRANSFORM disabled_options PREPEND "-DADIOS2_USE_")
list(TRANSFORM disabled_options APPEND  ":BOOL=OFF")
set(enabled_options "")
list(APPEND enabled_options BZip2 Blosc2 PNG ZeroMQ HDF5 Endian_Reverse Sodium)
list(TRANSFORM enabled_options PREPEND "-DADIOS2_USE_")
list(TRANSFORM enabled_options APPEND  ":BOOL=OFF")

vcpkg_cmake_configure(
    SOURCE_PATH "${SOURCE_PATH}"
    OPTIONS
      ${FEATURE_OPTIONS}
      ${disabled_options}
      ${enabled_options}
      -DBUILD_TESTING=OFF
      -DADIOS2_BUILD_EXAMPLES=OFF
      -DADIOS2_INSTALL_GENERATE_CONFIG=OFF
    MAYBE_UNUSED_VARIABLES
      ADIOS2_USE_DAOS
      ADIOS2_USE_DataMan
      ADIOS2_USE_DataSpaces
      ADIOS2_USE_SysVShMem
)

vcpkg_cmake_install()

vcpkg_cmake_config_fixup(CONFIG_PATH "lib/cmake/${PORT}")

set(tools "adios2_reorganize" "bpls")
if(ADIOS2_USE_MPI)
  list(APPEND tools "adios2_reorganize_mpi" "adios2_iotest")
endif()

vcpkg_copy_tools(TOOL_NAMES ${tools} AUTO_CLEAN)
file(RENAME "${CURRENT_PACKAGES_DIR}/bin/adios2_deactivate_bp" "${CURRENT_PACKAGES_DIR}/tools/${PORT}/adios2_deactivate_bp")

if(VCPKG_LIBRARY_LINKAGE STREQUAL "static")
  file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/bin" "${CURRENT_PACKAGES_DIR}/debug/bin")
endif()

file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/include/adios2/toolkit/sst/dp" "${CURRENT_PACKAGES_DIR}/include/adios2/toolkit/sst/util")

vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")
file(INSTALL "${CMAKE_CURRENT_LIST_DIR}/usage" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}")


================================================
FILE: ports/adios2/usage
================================================
The package adios2 provides CMake targets:

    find_package(adios2 CONFIG REQUIRED)
    target_link_libraries(main PRIVATE adios2::adios2)


================================================
FILE: ports/adios2/vcpkg.json
================================================
{
  "name": "adios2",
  "version": "2.9.2",
  "description": "Next generation of ADIOS developed in the Exascale Computing Program",
  "homepage": "https://github.com/ornladios/ADIOS2",
  "license": "Apache-2.0",
  "dependencies": [
    "blosc",
    "bzip2",
    {
      "name": "hdf5",
      "default-features": false
    },
    "libffi",
    "libpng",
    "libsodium",
    "pugixml",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    "zeromq"
  ],
  "features": {
    "cuda": {
      "description": "Enable CUDA support",
      "dependencies": [
        "cuda"
      ]
    },
    "mpi": {
      "description": "Enable MPI support",
      "dependencies": [
        {
          "name": "hdf5",
          "default-features": false,
          "features": [
            "parallel"
          ]
        },
        "mpi"
      ]
    },
    "python": {
      "description": "Enable Python bindings",
      "dependencies": [
        "python3",
        {
          "name": "python3",
          "host": true
        }
      ]
    },
    "zfp": {
      "description": "Enable zfp support",
      "dependencies": [
        "zfp"
      ]
    }
  }
}


================================================
FILE: ports/advobfuscator/portfile.cmake
================================================
vcpkg_from_github(
    OUT_SOURCE_PATH SOURCE_PATH
    REPO andrivet/ADVobfuscator
    REF "v${VERSION}"
    SHA512 da8396304e45be018e878ef09e063f4f21383d0093973eaa5abaf5c6f0e391cb69b5d71b0c08cd88c732cf038d0395e876e5933f1e1cd369e6b4ac9df0139814
    HEAD_REF main
)

vcpkg_cmake_configure(
    SOURCE_PATH "${SOURCE_PATH}"
    OPTIONS 
        -DBUILD_TESTING=OFF
        -DBUILD_EXAMPLES=OFF
)

vcpkg_cmake_install()
vcpkg_cmake_config_fixup()

file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug")

vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")


================================================
FILE: ports/advobfuscator/vcpkg.json
================================================
{
  "name": "advobfuscator",
  "version": "2.1.1",
  "description": "Obfuscation library based on C++20 and metaprogramming",
  "homepage": "https://github.com/andrivet/ADVobfuscator",
  "license": "BSD-3-Clause-Clear",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}


================================================
FILE: ports/aeron/patches/add-libuuid-vcpkg-support.patch
================================================
diff --git a/aeron-driver/src/main/c/CMakeLists.txt b/aeron-driver/src/main/c/CMakeLists.txt
index 1234567..abcdefg 100644
--- a/aeron-driver/src/main/c/CMakeLists.txt
+++ b/aeron-driver/src/main/c/CMakeLists.txt
@@ -36,15 +36,39 @@ if (NOT MSVC)
 endif ()

 check_include_file("bsd/stdlib.h" BSDSTDLIB_H_EXISTS)
-check_include_file("uuid/uuid.h" UUID_H_EXISTS)
 find_library(LIBBSD_EXISTS NAMES bsd libbsd)
-find_library(LIBUUID_EXISTS NAMES uuid libuuid libuuid.dll)
+find_library(LIBUUID_SYSTEM NAMES uuid libuuid libuuid.dll)
+
+# In vcpkg builds on Linux, use vcpkg's libuuid
+if(DEFINED VCPKG_TOOLCHAIN AND CMAKE_SYSTEM_NAME MATCHES "Linux")
+    find_package(unofficial-libuuid QUIET CONFIG)
+    if(TARGET unofficial::UUID::uuid)
+        get_target_property(UUID_INCLUDE_DIR unofficial::UUID::uuid INTERFACE_INCLUDE_DIRECTORIES)
+        if(UUID_INCLUDE_DIR)
+            list(APPEND CMAKE_REQUIRED_INCLUDES "${UUID_INCLUDE_DIR}")
+        endif()
+        list(APPEND CMAKE_REQUIRED_LIBRARIES "unofficial::UUID::uuid")
+        set(LIBUUID_EXISTS TRUE)
+        set(AERON_LIB_UUID_LIBS "unofficial::UUID::uuid")
+        set(UUID_H_EXISTS TRUE)
+        set(UUID_GENERATE_PROTOTYPE_EXISTS TRUE)
+    endif()
+endif()
+
+if(NOT DEFINED LIBUUID_EXISTS OR NOT LIBUUID_EXISTS)
+    set(LIBUUID_EXISTS ${LIBUUID_SYSTEM})
+endif()
+
+# Only check for uuid headers if not found via vcpkg
+if(NOT DEFINED UUID_H_EXISTS OR NOT UUID_H_EXISTS)
+    check_include_file("uuid/uuid.h" UUID_H_EXISTS)
+endif()

 if (LIBBSD_EXISTS)
     set(CMAKE_REQUIRED_LIBRARIES "${CMAKE_REQUIRED_LIBRARIES} -lbsd")
 endif ()

-if (LIBUUID_EXISTS)
+if (LIBUUID_EXISTS AND NOT AERON_LIB_UUID_LIBS)
     set(CMAKE_REQUIRED_LIBRARIES "${CMAKE_REQUIRED_LIBRARIES} -luuid")
 endif ()

@@ -64,7 +88,9 @@ if (MSVC AND "${CMAKE_SYSTEM_NAME}" MATCHES "Windows")
     set(WSAPOLL_PROTOTYPE_EXISTS True)
 endif ()

-check_symbol_exists(uuid_generate "uuid/uuid.h" UUID_GENERATE_PROTOTYPE_EXISTS)
+if(NOT DEFINED UUID_GENERATE_PROTOTYPE_EXISTS OR NOT UUID_GENERATE_PROTOTYPE_EXISTS)
+    check_symbol_exists(uuid_generate "uuid/uuid.h" UUID_GENERATE_PROTOTYPE_EXISTS)
+endif()

 check_symbol_exists(poll "poll.h" POLL_PROTOTYPE_EXISTS)
 check_symbol_exists(epoll_create "sys/epoll.h" EPOLL_PROTOTYPE_EXISTS)
@@ -387,7 +413,7 @@ if ("${CMAKE_SYSTEM_NAME}" MATCHES "Linux")
         set(AERON_LIB_BSD_LIBS bsd)
     endif ()

-    if (LIBUUID_EXISTS)
+    if (LIBUUID_EXISTS AND NOT AERON_LIB_UUID_LIBS)
         set(AERON_LIB_UUID_LIBS uuid)
     endif ()

@@ -400,7 +426,7 @@ if ("${CMAKE_SYSTEM_NAME}" MATCHES "Linux")
 endif ()

 if (CYGWIN)
-    if (LIBUUID_EXISTS)
+    if (LIBUUID_EXISTS AND NOT AERON_LIB_UUID_LIBS)
         set(AERON_LIB_UUID_LIBS uuid)
     endif ()
 endif ()


================================================
FILE: ports/aeron/patches/fix-static-crt-linkage.patch
================================================
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1234567..abcdefg 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -178,10 +178,6 @@ elseif (MSVC)
     endif ()

     add_compile_options(/Oy-)
-    add_compile_options($<$<AND:$<COMPILE_LANGUAGE:C>,$<CONFIG:RELEASE>>:/MD>)
-    add_compile_options($<$<AND:$<COMPILE_LANGUAGE:C>,$<CONFIG:DEBUG>>:/MDd>)
     add_compile_options($<$<COMPILE_LANGUAGE:CXX>:/MP>)
     add_compile_options($<$<COMPILE_LANGUAGE:CXX>:/wd4251>)
-    add_compile_options($<$<AND:$<COMPILE_LANGUAGE:CXX>,$<CONFIG:RELEASE>>:/MD>)
-    add_compile_options($<$<AND:$<COMPILE_LANGUAGE:CXX>,$<CONFIG:DEBUG>>:/MDd>)
     add_compile_options($<$<AND:$<COMPILE_LANGUAGE:CXX>,$<CONFIG:DEBUG>>:/Od>)
     add_compile_options($<$<AND:$<COMPILE_LANGUAGE:CXX>,$<CONFIG:DEBUG>>:/Zi>)


================================================
FILE: ports/aeron/portfile.cmake
================================================
if (VCPKG_TARGET_IS_WINDOWS)
    vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
endif()

vcpkg_from_github(
    OUT_SOURCE_PATH SOURCE_PATH
    REPO aeron-io/aeron
    REF "${VERSION}"
    SHA512 994356df46953a21728d84fc9425707603e98ea571d559d15100a14b329f505c36eb7d0ada86551fa7cfc8a4bc08af445e438191cd89cb42e6f11bbe8c00007e
    HEAD_REF master
    PATCHES
        patches/add-libuuid-vcpkg-support.patch
        patches/fix-static-crt-linkage.patch
)

# Set archive option based on feature
if("archive" IN_LIST FEATURES)
    set(BUILD_ARCHIVE ON)
else()
    set(BUILD_ARCHIVE OFF)
endif()

vcpkg_cmake_configure(
    SOURCE_PATH "${SOURCE_PATH}"
    OPTIONS
        -DAERON_INSTALL_TARGETS=ON
        -DAERON_TESTS=OFF
        -DAERON_BUILD_SAMPLES=OFF
        -DBUILD_AERON_ARCHIVE_API=${BUILD_ARCHIVE}
)

vcpkg_cmake_install()

vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/aeron)

# Aeron always builds both static and shared libraries regardless of VCPKG_LIBRARY_LINKAGE.
# Handle the shared library artifacts based on linkage type.
if(VCPKG_LIBRARY_LINKAGE STREQUAL "static")
    # For static builds, remove shared library artifacts (DLLs, SOs, DYLIBs and their import libs)
    file(REMOVE
        "${CURRENT_PACKAGES_DIR}/lib/aeron.dll"
        "${CURRENT_PACKAGES_DIR}/lib/aeron_client_shared.dll"
        "${CURRENT_PACKAGES_DIR}/lib/aeron_driver.dll"
        "${CURRENT_PACKAGES_DIR}/lib/aeron.lib"
        "${CURRENT_PACKAGES_DIR}/lib/aeron_client_shared.lib"
        "${CURRENT_PACKAGES_DIR}/lib/aeron_driver.lib"
        "${CURRENT_PACKAGES_DIR}/debug/lib/aeron.dll"
        "${CURRENT_PACKAGES_DIR}/debug/lib/aeron_client_shared.dll"
        "${CURRENT_PACKAGES_DIR}/debug/lib/aeron_driver.dll"
        "${CURRENT_PACKAGES_DIR}/debug/lib/aeron.lib"
        "${CURRENT_PACKAGES_DIR}/debug/lib/aeron_client_shared.lib"
        "${CURRENT_PACKAGES_DIR}/debug/lib/aeron_driver.lib"
    )
else()
    # For dynamic builds, move DLLs from lib to bin
    file(MAKE_DIRECTORY "${CURRENT_PACKAGES_DIR}/bin" "${CURRENT_PACKAGES_DIR}/debug/bin")
    file(GLOB RELEASE_DLLS "${CURRENT_PACKAGES_DIR}/lib/*.dll")
    file(GLOB DEBUG_DLLS "${CURRENT_PACKAGES_DIR}/debug/lib/*.dll")
    if(RELEASE_DLLS)
        file(COPY ${RELEASE_DLLS} DESTINATION "${CURRENT_PACKAGES_DIR}/bin")
        file(REMOVE ${RELEASE_DLLS})
    endif()
    if(DEBUG_DLLS)
        file(COPY ${DEBUG_DLLS} DESTINATION "${CURRENT_PACKAGES_DIR}/debug/bin")
        file(REMOVE ${DEBUG_DLLS})
    endif()
endif()

# Copy aeronmd tools
vcpkg_copy_tools(TOOL_NAMES aeronmd aeronmd_s AUTO_CLEAN)

file(REMOVE_RECURSE
    "${CURRENT_PACKAGES_DIR}/debug/include"
    "${CURRENT_PACKAGES_DIR}/debug/share"
)

vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")


================================================
FILE: ports/aeron/vcpkg.json
================================================
{
  "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
  "name": "aeron",
  "version": "1.50.3",
  "description": "Efficient reliable UDP unicast, UDP multicast, and IPC message transport",
  "homepage": "https://github.com/aeron-io/aeron",
  "license": "Apache-2.0",
  "supports": "!((x86 | arm64) & windows) & !android & !uwp & !xbox",
  "dependencies": [
    {
      "name": "libuuid",
      "platform": "linux"
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "archive": {
      "description": "Build Aeron Archive API for recording and replaying message streams (requires Java)",
      "supports": "!((x86 | arm64) & windows) & !android & !uwp & !xbox"
    }
  }
}


================================================
FILE: ports/air-ctl/fix-resize-error.patch
================================================
diff --git a/src/container/hash_map.c b/src/container/hash_map.c
index 3f9de33..b1dd419 100644
--- a/src/container/hash_map.c
+++ b/src/container/hash_map.c
@@ -104,6 +104,7 @@ int CTL_hash_map_insert(CTL_hash_map *handle, const void *key, const void *eleme
 	if (handle->size > (handle->B_size - 1) * LOAD_FACTOR)
 	{
 		resize(handle);
+		index = __index(hash, handle->B_size);
 	}
 
 	__CTL_hash_map_node *new_node = (__CTL_hash_map_node *)CTL_malloc(sizeof(__CTL_hash_map_node));


================================================
FILE: ports/air-ctl/portfile.cmake
================================================
vcpkg_from_github(
    OUT_SOURCE_PATH SOURCE_PATH
    REPO  inie0722/air-ctl
    REF "v${VERSION}"
    SHA512 88a20b0d833770820a8ef56725441cd4258b222ed12bb731a695c17a29c76709ed185f3a8e038d7f7437295847ff9ba77a65c5165ad7d70645c044a24365bfe9
    HEAD_REF master
    PATCHES
        fix-resize-error.patch
)

vcpkg_cmake_configure(
    SOURCE_PATH "${SOURCE_PATH}"
    OPTIONS "-DCTL_CACHE_LINE_SIZE=0"
)

vcpkg_cmake_install()
vcpkg_cmake_config_fixup()

file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")


================================================
FILE: ports/air-ctl/vcpkg.json
================================================
{
  "name": "air-ctl",
  "version": "1.1.2",
  "port-version": 3,
  "description": "C template container library",
  "homepage": "https://github.com/inie0722/air-ctl",
  "license": "BSL-1.0",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}


================================================
FILE: ports/aixlog/portfile.cmake
================================================
vcpkg_from_github(
    OUT_SOURCE_PATH SOURCE_PATH
    REPO badaix/aixlog
    REF fd4a341740ee840092963de852584ec8ff811c4f # v1.5.0
    SHA512 10ab07dcb1e67064c0d69ddcf9289d79d914c70fe6922f32179f9ac38d5c682a4ebe08b686d8160c699a6b966bc7aa2fd7d0268664570a10ce146850e78b292d
)

vcpkg_cmake_configure(
    SOURCE_PATH "${SOURCE_PATH}"
    OPTIONS
        -DBUILD_EXAMPLE=OFF
)

vcpkg_cmake_install()
   
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug")

file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)


================================================
FILE: ports/aixlog/vcpkg.json
================================================
{
  "name": "aixlog",
  "version": "1.5.0",
  "port-version": 1,
  "description": "Header-only C++ logging library",
  "homepage": "https://github.com/badaix/aixlog",
  "license": "MIT",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}


================================================
FILE: ports/aklomp-base64/portfile.cmake
================================================
vcpkg_from_github(
    OUT_SOURCE_PATH SOURCE_PATH
    REPO aklomp/base64
    REF "v${VERSION}"
    SHA512 9f8ca8a6e9feb8ad98158d675ec3331e83c77401d2633de0e43b62e794682a9d63c03e1c2599981ad3cdb249e263964f6a79084dbdf2ca19a1e1eed6195a98f4
    HEAD_REF master
)

vcpkg_cmake_configure(
    SOURCE_PATH "${SOURCE_PATH}"
    OPTIONS
        -DBASE64_BUILD_CLI=OFF
        -DBASE64_REGENERATE_TABLES=OFF
        -DBASE64_WERROR=OFF
        -DBASE64_WITH_OpenMP=OFF
)

vcpkg_cmake_install()

file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")

vcpkg_cmake_config_fixup(
	PACKAGE_NAME base64
	CONFIG_PATH "lib/cmake/base64"
)

vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")


================================================
FILE: ports/aklomp-base64/vcpkg.json
================================================
{
  "name": "aklomp-base64",
  "version": "0.5.2",
  "description": "Implementation of a base64 stream encoding/decoding library in C99 with SIMD (AVX2, AVX512, NEON, AArch64/NEON, SSSE3, SSE4.1, SSE4.2, AVX) and OpenMP acceleration",
  "homepage": "https://github.com/aklomp/base64",
  "license": "BSD-2-Clause",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}


================================================
FILE: ports/alac/CMakeLists.txt
================================================
cmake_minimum_required (VERSION 3.9)
project (alac)

set(HEADERS
  codec/EndianPortable.h
  codec/aglib.h
  codec/ALACAudioTypes.h
  codec/ALACBitUtilities.h
  codec/ALACDecoder.h
  codec/ALACEncoder.h
  codec/dplib.h
  codec/matrixlib.h
)


set (SRCS
  codec/EndianPortable.c
  codec/ALACBitUtilities.c
  codec/ALACDecoder.cpp
  codec/ALACEncoder.cpp
  codec/ag_dec.c
  codec/ag_enc.c
  codec/dp_dec.c
  codec/dp_enc.c
  codec/matrix_dec.c
  codec/matrix_enc.c
)

set(EXE_SRCS
  convert-utility/main.cpp
  convert-utility/CAFFileALAC.cpp
)

if(MSVC)
  add_compile_options(/W4 -D_CRT_SECURE_NO_WARNINGS -DTARGET_OS_WIN32)
endif()

include_directories(. codec convert-utility)

add_library(libalac ${SRCS})

add_executable(alacconvert ${EXE_SRCS})
target_link_libraries(alacconvert libalac)

install(
  TARGETS libalac
  RUNTIME DESTINATION bin
  LIBRARY DESTINATION lib
  ARCHIVE DESTINATION lib
)

if(NOT DISABLE_INSTALL_TOOLS)
  install (
    TARGETS alacconvert
    RUNTIME DESTINATION tools/alac
  )
endif()

if(NOT DISABLE_INSTALL_HEADERS)
  install(FILES ${HEADERS} DESTINATION include/alac)
endif()


================================================
FILE: ports/alac/portfile.cmake
================================================
if(VCPKG_CMAKE_SYSTEM_NAME STREQUAL "WindowsStore")
  message(FATAL_ERROR "${PORT} does not currently support UWP")
endif()

vcpkg_check_linkage(ONLY_STATIC_LIBRARY)

vcpkg_from_github(
  OUT_SOURCE_PATH SOURCE_PATH
  REPO macosforge/alac
  REF c38887c5c5e64a4b31108733bd79ca9b2496d987
  SHA512  8da18df25807e76f9187f7bf30585aace303d55444f0a614ab00d98d11caca3fdc5c6f5b9fd11e5f4c92a2ab1e86fef73deeeada57e9d49951fea8b80ba383cc
  HEAD_REF master
)

file(COPY "${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt" DESTINATION "${SOURCE_PATH}")

vcpkg_cmake_configure(
    SOURCE_PATH "${SOURCE_PATH}"
    OPTIONS_DEBUG
      -DDISABLE_INSTALL_HEADERS=ON
      -DDISABLE_INSTALL_TOOLS=ON
)

vcpkg_cmake_install()
vcpkg_copy_pdbs()
vcpkg_copy_tool_dependencies("${CURRENT_PACKAGES_DIR}/tools/${PORT}")
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/alac" RENAME copyright)


================================================
FILE: ports/alac/vcpkg.json
================================================
{
  "name": "alac",
  "version": "2017-11-03-c38887c5",
  "port-version": 4,
  "description": "The Apple Lossless Audio Codec (ALAC) is a lossless audio codec developed by Apple and deployed on all of its platforms and devices.",
  "homepage": "https://github.com/macosforge/alac",
  "supports": "!uwp",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}


================================================
FILE: ports/alac-decoder/CMakeLists.txt
================================================
cmake_minimum_required (VERSION 3.9)
project (alac_decoder)

set(HEADERS
  decomp.h
  demux.h
  stream.h
  wavwriter.h
)

set (SRCS
  decomp.c
  alac.c
  demux.c
  stream.c
  wavwriter.c
)

if(MSVC)
  add_compile_options(/W4 -D_CRT_SECURE_NO_WARNINGS -DTARGET_OS_WIN32)
else()
  add_compile_options(-Wno-error=implicit-function-declaration)
endif()

include_directories(.)

add_library(libalac_decoder ${SRCS})

add_executable(alac_decoder main.c)
target_link_libraries(alac_decoder libalac_decoder)

install(
  TARGETS libalac_decoder
  RUNTIME DESTINATION bin
  LIBRARY DESTINATION lib
  ARCHIVE DESTINATION lib
)

if(NOT DISABLE_INSTALL_TOOLS)
  install (
    TARGETS alac_decoder
    RUNTIME DESTINATION tools/alac-decoder
  )
endif()

if(NOT DISABLE_INSTALL_HEADERS)
  install(FILES ${HEADERS} DESTINATION include/alac_decoder)
endif()


================================================
FILE: ports/alac-decoder/decomp.c
================================================
#include "decomp.h"
#include <stdint.h>

int set_endian()
{
    uint32_t integer = 0x000000aa;
    unsigned char *p = (unsigned char*)&integer;

    if (p[0] == 0xaa) return  0;
    else return  1;
}


================================================
FILE: ports/alac-decoder/no-pragma-warning.patch
================================================
diff --git a/alac.c b/alac.c
index b829e29..8e8805f 100644
--- a/alac.c
+++ b/alac.c
@@ -284,7 +284,9 @@ static int count_leading_zeros(int input)
     return output;
 }
 #else
+#if !defined(_MSC_VER)
 #warning using generic count leading zeroes. You may wish to write one for your CPU / compiler
+#endif
 static int count_leading_zeros(int input)
 {
     int output = 0;


================================================
FILE: ports/alac-decoder/portfile.cmake
================================================
vcpkg_check_linkage(ONLY_STATIC_LIBRARY)

vcpkg_download_distfile(ARCHIVE
    URLS "https://distfiles.macports.org/alac_decoder/alac_decoder-0.2.0.tgz"
    FILENAME "alac_decoder-0.2.0.tgz"
    SHA512 4b37d4fe37681bfccaa4a27fbaf11eb2a1fba5f14e77d219a6d9814ff44d1168534d05eb19443dd2fd11e6fcdf4da3a22e3f3c79314cb7a6767c152351b13e29
)

vcpkg_extract_source_archive(
    SOURCE_PATH
    ARCHIVE "${ARCHIVE}"
    PATCHES
        remove_stdint_headers.patch
        no-pragma-warning.patch
)

file(COPY "${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt" DESTINATION "${SOURCE_PATH}")
file(COPY "${CMAKE_CURRENT_LIST_DIR}/decomp.c" DESTINATION "${SOURCE_PATH}")

vcpkg_cmake_configure(
    SOURCE_PATH "${SOURCE_PATH}"
    OPTIONS_DEBUG
      -DDISABLE_INSTALL_HEADERS=ON
      -DDISABLE_INSTALL_TOOLS=ON
)

vcpkg_cmake_install()
vcpkg_copy_pdbs()
vcpkg_copy_tool_dependencies("${CURRENT_PACKAGES_DIR}/tools/${PORT}")

file(INSTALL "${SOURCE_PATH}/README" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)


================================================
FILE: ports/alac-decoder/remove_stdint_headers.patch
================================================
diff --git a/alac.c b/alac.c
index 469000d..c6fe479 100644
--- a/alac.c
+++ b/alac.c
@@ -33,11 +33,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#ifdef _WIN32
-	#include "stdint_win.h"
-#else
-	#include 
Download .txt
Showing preview only (446K chars total). Download the full file or copy to clipboard to get everything.
gitextract_nj6av1a1/

├── .gitattributes
├── .github/
│   ├── ISSUE_TEMPLATE/
│   │   ├── 00-report-package-build-failure.yml
│   │   ├── 01-request-a-new-port.yml
│   │   ├── 02-request-an-update-to-an-existing-port.yml
│   │   ├── 03-request-a-feature-or-improvement-to-a-port.yml
│   │   ├── 04-request-a-feature-or-improvement.yml
│   │   ├── 05-other-type-of-bug-report.md
│   │   └── config.yml
│   ├── pull_request_template.md
│   └── workflows/
│       ├── check_issues.yml
│       ├── check_tools_sha.yml
│       ├── codeql.yml
│       ├── stale.yml
│       └── untrustedPR.yml
├── .gitignore
├── .vcpkg-root
├── CONTRIBUTING.md
├── CONTRIBUTING_pt.md
├── CONTRIBUTING_zh.md
├── CodeQL.yml
├── LICENSE.txt
├── NOTICE.txt
├── NOTICE_pt.txt
├── README.md
├── SECURITY.md
├── bootstrap-vcpkg.bat
├── bootstrap-vcpkg.sh
├── docs/
│   ├── about/
│   │   └── privacy.md
│   └── users/
│       ├── assetcaching.md
│       ├── binarycaching.md
│       ├── manifests.md
│       ├── registries.md
│       ├── triplets.md
│       └── versioning.md
├── ports/
│   ├── 3fd/
│   │   ├── RapidXML.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── 7zip/
│   │   ├── 7zip-config.cmake.in
│   │   ├── CMakeLists.txt
│   │   ├── fix_timespec_get_broken_on_android.patch
│   │   ├── portfile.cmake
│   │   ├── sort-asm.diff
│   │   └── vcpkg.json
│   ├── abcmake/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── ableton-link/
│   │   ├── fix_android_build.patch
│   │   ├── no-werror.patch
│   │   ├── portfile.cmake
│   │   ├── replace_asiosdk_download_by_vcpkg_asiosdk.patch
│   │   ├── replace_local_asiostandalone_by_vcpkg_asio.patch
│   │   ├── replace_local_catch_by_vcpkg_catch2.patch
│   │   └── vcpkg.json
│   ├── abseil/
│   │   ├── 003-force-cxx-17.patch
│   │   ├── fix-heterogeneous_lookup_testing-target.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── absent/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── abumq-ripe/
│   │   ├── cmake-config-exports.patch
│   │   ├── devendoring.patch
│   │   ├── fix-cryptopp-pem-api.patch
│   │   ├── portfile.cmake
│   │   ├── unofficial-ripe-config.cmake
│   │   └── vcpkg.json
│   ├── ace/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── acl/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── activemq-cpp/
│   │   ├── FunctionLevelLinkingOn.diff
│   │   ├── activemq-cppConfig.cmake
│   │   ├── fix-crt-linkage-dyn.patch
│   │   ├── fix-crt-linkage.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── ada-idna/
│   │   ├── install.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── ada-url/
│   │   ├── no-cpm.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── ade/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── adios2/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── advobfuscator/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── aeron/
│   │   ├── patches/
│   │   │   ├── add-libuuid-vcpkg-support.patch
│   │   │   └── fix-static-crt-linkage.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── air-ctl/
│   │   ├── fix-resize-error.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── aixlog/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── aklomp-base64/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── alac/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── alac-decoder/
│   │   ├── CMakeLists.txt
│   │   ├── decomp.c
│   │   ├── no-pragma-warning.patch
│   │   ├── portfile.cmake
│   │   ├── remove_stdint_headers.patch
│   │   └── vcpkg.json
│   ├── alembic/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── aliyun-oss-c-sdk/
│   │   ├── patch.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── aliyun-oss-cpp-sdk/
│   │   ├── 0001-dependency-and-targets.patch
│   │   ├── 0002-unofficial-export.cmake
│   │   ├── 0003-suppress-fmt-warning.patch
│   │   ├── disable-werror.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── allegro5/
│   │   ├── android-glext-prototypes.diff
│   │   ├── cmake-project-include.cmake
│   │   ├── do-not-copy-pdbs-to-lib.patch
│   │   ├── minimp3-fix.patch
│   │   ├── msvc-arm64-atomic.patch
│   │   ├── portfile.cmake
│   │   ├── skip-android-aar.diff
│   │   └── vcpkg.json
│   ├── alpaca/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── alpaka/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── alsa/
│   │   ├── fix-plugin-dir.patch
│   │   ├── libdl.diff
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   └── vcpkg.json
│   ├── amd-adl-sdk/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── amd-amf/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── ampl-asl/
│   │   ├── 0006-disable-generate-arith-h.diff
│   │   ├── portfile.cmake
│   │   ├── vcpkg.json
│   │   └── workaround-msvc-optimizer-ice.patch
│   ├── ampl-mp/
│   │   ├── 0007-unofficial-export.cmake
│   │   ├── disable-matlab-mex.patch
│   │   ├── fix-arm-build.patch
│   │   ├── fix-build.patch
│   │   ├── fix-dependency-asl.patch
│   │   ├── install-targets.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── amqpcpp/
│   │   ├── fix-max_min_macros.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── anari/
│   │   ├── anari-lib-maybe-static-lib.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── anax/
│   │   ├── Add-bin-output.patch
│   │   ├── osx-arm.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── andytech-tiny-crc32c/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── angelscript/
│   │   ├── fix-dependency.patch
│   │   ├── fix-ndk-arm.patch
│   │   ├── fix-osx-x64.patch
│   │   ├── fix-win-arm64.patch
│   │   ├── mark-threads-private.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── angle/
│   │   ├── 001-fix-builder-error.patch
│   │   ├── 001-fix-uwp.patch
│   │   ├── 002-fix-builder-error.patch
│   │   ├── 003-fix-mingw.patch
│   │   ├── ANGLEShaderProgramVersion.h.in
│   │   ├── angle_commit.h.in
│   │   ├── cmake-buildsystem/
│   │   │   ├── CMakeLists.txt
│   │   │   ├── PlatformLinux.cmake
│   │   │   ├── PlatformMac.cmake
│   │   │   ├── PlatformWin.cmake
│   │   │   ├── cmake/
│   │   │   │   ├── DetectSSE2.cmake
│   │   │   │   ├── WebKitCommon-minimal.cmake
│   │   │   │   ├── WebKitCompilerFlags-minimal.cmake
│   │   │   │   └── WebKitMacros-minimal.cmake
│   │   │   └── linux.cmake
│   │   ├── portfile.cmake
│   │   ├── unofficial-angle-config.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── ankurvdev-embedresource/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── annoy/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── antlr4/
│   │   ├── add-include-chrono.patch
│   │   ├── portfile.cmake
│   │   ├── set-export-macro-define-as-private.patch
│   │   └── vcpkg.json
│   ├── any-lite/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── anyrpc/
│   │   ├── mingw.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── anyxx/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── aom/
│   │   ├── aom-fix-nasm.diff
│   │   ├── aom-rename-static.diff
│   │   ├── aom-uninitialized-pointer.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── apache-datasketches/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── approval-tests-cpp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── appstream/
│   │   ├── portfile.cmake
│   │   ├── remove-uneeded-directories.patch
│   │   └── vcpkg.json
│   ├── appstream-glib/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── apr/
│   │   ├── 0100-add-host-tools-dir.diff
│   │   ├── portfile.cmake
│   │   ├── unglue.patch
│   │   ├── unofficial-apr-config.cmake
│   │   ├── usage-cmake
│   │   └── vcpkg.json
│   ├── apr-util/
│   │   ├── apr.patch
│   │   ├── portfile.cmake
│   │   ├── unglue.patch
│   │   ├── use-vcpkg-expat.patch
│   │   └── vcpkg.json
│   ├── apriltag/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── apsi/
│   │   ├── fix-c2398.patch
│   │   ├── fix-find-seal.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── aravis/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── arcticdb-sparrow/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── arcticdb-sparrow-extensions/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── arcus/
│   │   ├── 0001-fix-protobuf-deprecated.patch
│   │   ├── 0002-protobuf-version.patch
│   │   ├── 0003-cstdint.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── arg-router/
│   │   ├── always-depend-on-boost.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── argagg/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── argh/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── argon2/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   ├── thread-header.patch
│   │   ├── unofficial-argon2-config.cmake
│   │   ├── unofficial-libargon2-config.cmake
│   │   ├── usage
│   │   ├── vcpkg.json
│   │   ├── visibility-for-tool.patch
│   │   └── visibility.patch
│   ├── argparse/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── args/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── argtable2/
│   │   ├── 0001-fix-install-dirs.patch
│   │   ├── 0002-include-correct-headers.patch
│   │   ├── 0003-add-dependence-getopt.patch
│   │   ├── portfile.cmake
│   │   ├── undef-eoverflow.diff
│   │   └── vcpkg.json
│   ├── argtable3/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── argumentum/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── argus/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── aricpp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── armadillo/
│   │   ├── cmake-config.patch
│   │   ├── dependencies.patch
│   │   ├── pkgconfig.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   └── vcpkg.json
│   ├── arpack-ng/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── arrayfire/
│   │   ├── Fix-constexpr-error-with-vs2019-with-half.patch
│   │   ├── build.patch
│   │   ├── fix-dependency-clfft.patch
│   │   ├── fix-fmt-error.patch
│   │   ├── fix-miss-header-file.patch
│   │   ├── portfile.cmake
│   │   ├── remove-cl2hpp-download.diff
│   │   └── vcpkg.json
│   ├── arrow/
│   │   ├── 0001-msvc-static-name.patch
│   │   ├── 0003-android-musl.patch
│   │   ├── 0004-android-datetime.patch
│   │   ├── 0005-cmake-msvcruntime.patch
│   │   ├── 0007-use-vcpkg-mimalloc.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   ├── usage-acero
│   │   ├── usage-compute
│   │   ├── usage-dataset
│   │   ├── usage-flight
│   │   ├── usage-flightsql
│   │   ├── usage-parquet
│   │   └── vcpkg.json
│   ├── arrow-adbc/
│   │   ├── fix_static_build.patch
│   │   ├── fix_windows_build.patch
│   │   ├── portfile.cmake
│   │   ├── unvendor.patch
│   │   └── vcpkg.json
│   ├── arsenalgear/
│   │   ├── disable-cppcheck.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── arun11299-cpp-subprocess/
│   │   ├── find-threads.patch
│   │   ├── fix-cmake-config-name.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── ashes/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── asio/
│   │   ├── CMakeLists.txt
│   │   ├── asio-config.cmake
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── asio-grpc/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── asiochan/
│   │   ├── fix-10.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── asiosdk/
│   │   ├── Findasiosdk.cmake
│   │   ├── fix-new-delete-mismatch.patch
│   │   ├── portfile.cmake
│   │   ├── unofficial-asiosdk-config.cmake
│   │   ├── usage
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   └── vcpkg.json
│   ├── asmjit/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── asmtk/
│   │   ├── fix-link-amsjit.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── asock/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── assimp/
│   │   ├── build_fixes.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── astr/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── async-mqtt/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── async-simple/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── asynch/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── asyncplusplus/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── at-spi2-atk/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── at-spi2-core/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── atk/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── atkmm/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── atl/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── atliac-minitest/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── atlmfc/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── atomic-queue/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── attr/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── aubio/
│   │   ├── 0001-ffmpeg-deprecated.patch
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── audioengine/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── audiofile/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── audit/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── aurora/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── aurora-au/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── autodock-vina/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── avcpp/
│   │   ├── 0002-av_init_packet_deprecation.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── avir/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── avisynthplus/
│   │   ├── backport_409369a.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── avro-c/
│   │   ├── avro.patch
│   │   ├── bswap.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── avro-cpp/
│   │   ├── fix-cmake.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── awlib/
│   │   ├── fix-mac-build.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── aws-c-auth/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── aws-c-cal/
│   │   ├── portfile.cmake
│   │   ├── remove-libcrypto-messages.patch
│   │   └── vcpkg.json
│   ├── aws-c-common/
│   │   ├── disable-internal-crt-option.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── aws-c-compression/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── aws-c-event-stream/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── aws-c-http/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── aws-c-io/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── aws-c-mqtt/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── aws-c-s3/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── aws-c-sdkutils/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── aws-checksums/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── aws-crt-cpp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── aws-lambda-cpp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── aws-sdk-cpp/
│   │   ├── configure-binary-dir.patch
│   │   ├── find-dependency.patch
│   │   ├── fix-aws-root.patch
│   │   ├── fix_find_curl.patch
│   │   ├── generateFeatures.ps1
│   │   ├── lock-curl-http-and-tls-settings.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   ├── vcpkg.in.json
│   │   └── vcpkg.json
│   ├── ayush272002-dotenv/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── azmq/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── azure-c-shared-utility/
│   │   ├── disable-error.patch
│   │   ├── fix-install-location.patch
│   │   ├── fix-utilityFunctions-conditions.patch
│   │   ├── improve-dependencies.patch
│   │   ├── modify-POSIX-c-version.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── azure-core-amqp-cpp/
│   │   ├── portfile.cmake
│   │   ├── set_version.patch
│   │   └── vcpkg.json
│   ├── azure-core-cpp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── azure-core-tracing-opentelemetry-cpp/
│   │   ├── portfile.cmake
│   │   ├── set_version.patch
│   │   ├── useragent.patch
│   │   └── vcpkg.json
│   ├── azure-data-tables-cpp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── azure-identity-cpp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── azure-iot-sdk-c/
│   │   ├── fix-install-location.patch
│   │   ├── fix-iothubclient-includes.patch
│   │   ├── improve-external-deps.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── azure-kinect-depth-engine/
│   │   ├── k4adeploy.ps1
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── azure-kinect-sensor-sdk/
│   │   ├── fix-build-imgui.patch
│   │   ├── fix-builds.patch
│   │   ├── fix-calibration-c.patch
│   │   ├── fix-header.patch
│   │   ├── fix-linux.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── azure-macro-utils-c/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── azure-messaging-eventhubs-checkpointstore-blob-cpp/
│   │   ├── portfile.cmake
│   │   ├── set_version.patch
│   │   ├── useragent.patch
│   │   └── vcpkg.json
│   ├── azure-messaging-eventhubs-cpp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── azure-security-attestation-cpp/
│   │   ├── context_syntax.patch
│   │   ├── cstdint.patch
│   │   ├── portfile.cmake
│   │   ├── set_version.patch
│   │   ├── useragent.patch
│   │   └── vcpkg.json
│   ├── azure-security-keyvault-administration-cpp/
│   │   ├── portfile.cmake
│   │   ├── set_version.patch
│   │   └── vcpkg.json
│   ├── azure-security-keyvault-certificates-cpp/
│   │   ├── portfile.cmake
│   │   ├── set_version.patch
│   │   ├── useragent.patch
│   │   └── vcpkg.json
│   ├── azure-security-keyvault-keys-cpp/
│   │   ├── portfile.cmake
│   │   ├── set_version.patch
│   │   ├── useragent.patch
│   │   └── vcpkg.json
│   ├── azure-security-keyvault-secrets-cpp/
│   │   ├── portfile.cmake
│   │   ├── set_version.patch
│   │   ├── useragent.patch
│   │   └── vcpkg.json
│   ├── azure-storage-blobs-cpp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── azure-storage-common-cpp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── azure-storage-cpp/
│   │   ├── cmake.diff
│   │   ├── fix-asio-error.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── azure-storage-files-datalake-cpp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── azure-storage-files-shares-cpp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── azure-storage-queues-cpp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── azure-uamqp-c/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── azure-uhttp-c/
│   │   ├── package-location-fix-preview.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── azure-umqtt-c/
│   │   ├── package-location-fix-preview.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── b64/
│   │   ├── CMakeLists.txt
│   │   ├── b64_dynamic_config.h
│   │   ├── b64_static_config.h
│   │   ├── portfile.cmake
│   │   ├── vcpkg.json
│   │   └── windows-fix.patch
│   ├── babl/
│   │   ├── portfile.cmake
│   │   ├── remove-consistency-check.patch
│   │   └── vcpkg.json
│   ├── backward-cpp/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── baresip-libre/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── bark/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── barkeep/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── basisu/
│   │   ├── devendor-zstd.diff
│   │   ├── export-cmake-config.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── bbalouki-itch/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── bbstrader/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── bcg729/
│   │   ├── disable-alt-packaging.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── bddisasm/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── bde/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── bdwgc/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── behaviortree-cpp/
│   │   ├── fix-dependencies.patch
│   │   ├── portfile.cmake
│   │   ├── remove-source-charset.diff
│   │   └── vcpkg.json
│   ├── benchmark/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── bento4/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── berkeleydb/
│   │   ├── CMakeLists.txt
│   │   ├── fix-conflict-macro.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── better-enums/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── bext-di/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── bext-mp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── bext-sml/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── bext-sml2/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── bext-text/
│   │   ├── fix-boost-dependency.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── bext-ut/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── bext-wintls/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── bfgroup-lyra/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── bgfx/
│   │   ├── fix-dependencies.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── bigint/
│   │   ├── CMakeLists.txt
│   │   ├── fix-osx-usage.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── binlog/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── binn/
│   │   ├── 0001_fix_uwp.patch
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── bit7z/
│   │   ├── fix_compile_options.patch
│   │   ├── fix_dependency.patch
│   │   ├── fix_install.patch
│   │   ├── portfile.cmake
│   │   ├── unofficial-bit7z-config.cmake.in
│   │   └── vcpkg.json
│   ├── bitmagic/
│   │   ├── fix-clang.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── bitserializer/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── bitsery/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── blake3/
│   │   ├── fix-windows-arm-build-error.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── blas/
│   │   ├── blas.pc.in
│   │   ├── portfile.cmake
│   │   ├── vcpkg-cmake-wrapper.cmake.in
│   │   └── vcpkg.json
│   ├── blaze/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── blend2d/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── blickfeld-qb2/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── blingfire/
│   │   ├── ninja.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── blitz/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── bloomberg-quantum/
│   │   ├── portfile.cmake
│   │   ├── rename-config-file-and-namespace.patch
│   │   └── vcpkg.json
│   ├── blosc/
│   │   ├── 0001-fix-CMake-config.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── blosc2/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── blpapi/
│   │   ├── portfile.cmake
│   │   ├── update-blpapi-lib-include-dir.patch
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── bluescarni-tanuki/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boinc/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boolinq/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-accumulators/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-algorithm/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-align/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-any/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-array/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-asio/
│   │   ├── 0001-add-options.patch
│   │   ├── features.cmake
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-assert/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-assign/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-atomic/
│   │   ├── fix-include.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-beast/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-bimap/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-bind/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-bloom/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-build/
│   │   ├── 0001-fix-get-version.patch
│   │   ├── 0002-fix-emscripten.patch
│   │   ├── 0003-workaround-MSVC-codegen-bug-in-17.5-on-ARM64.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-callable-traits/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-charconv/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-chrono/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-circular-buffer/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-cmake/
│   │   ├── 0001-vcpkg-build.patch
│   │   ├── 0002-remove-prefix-and-suffix.patch
│   │   ├── CMakeLists.txt.in
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   ├── vcpkg-port-config.cmake
│   │   └── vcpkg.json
│   ├── boost-cobalt/
│   │   ├── fail-on-compiler-not-supported.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-compat/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-compute/
│   │   ├── opt-filesystem.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-concept-check/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-config/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-container/
│   │   ├── portfile.cmake
│   │   ├── posix-threads.diff
│   │   └── vcpkg.json
│   ├── boost-container-hash/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-context/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-contract/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-conversion/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-convert/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-core/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-coroutine/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-coroutine2/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-crc/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-date-time/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-describe/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-detail/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-dll/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-dynamic-bitset/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-endian/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-exception/
│   │   ├── features.cmake
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-fiber/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-filesystem/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-flyweight/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-foreach/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-format/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-function/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-function-types/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-functional/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-fusion/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-geometry/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-gil/
│   │   ├── portfile.cmake
│   │   ├── remove-boost-filesystem-dep.diff
│   │   └── vcpkg.json
│   ├── boost-graph/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-graph-parallel/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-hana/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-hash2/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-headers/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-heap/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-histogram/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-hof/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-icl/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-integer/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-interprocess/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-interval/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-intrusive/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-io/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-iostreams/
│   │   ├── features.cmake
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-iterator/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-json/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-lambda/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-lambda2/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-leaf/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-lexical-cast/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-local-function/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-locale/
│   │   ├── features.cmake
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-lockfree/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-log/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-logic/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-math/
│   │   ├── build-old-libs.patch
│   │   ├── features.cmake
│   │   ├── opt-random.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-metaparse/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-move/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-mp11/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-mpi/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-mpl/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-mqtt5/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-msm/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-multi-array/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-multi-index/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-multiprecision/
│   │   ├── optional-random.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-mysql/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-nowide/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-numeric-conversion/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-odeint/
│   │   ├── features.cmake
│   │   ├── opt-mpi.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-openmethod/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-optional/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-outcome/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-parameter/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-parameter-python/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-parser/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-pfr/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-phoenix/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-poly-collection/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-polygon/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-pool/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-predef/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-preprocessor/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-process/
│   │   ├── fix-filesystem.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-program-options/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-property-map/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-property-map-parallel/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-property-tree/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-proto/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-ptr-container/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-python/
│   │   ├── portfile.cmake
│   │   ├── remove_undef.diff
│   │   └── vcpkg.json
│   ├── boost-qvm/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-random/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-range/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-ratio/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-rational/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-redis/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-regex/
│   │   ├── compat.diff
│   │   ├── features.cmake
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-safe-numerics/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-scope/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-scope-exit/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-serialization/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-signals2/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-smart-ptr/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-sort/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-spirit/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-stacktrace/
│   │   ├── features.cmake
│   │   ├── fix_config-check.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-statechart/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-static-assert/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-static-string/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-stl-interfaces/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-system/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-test/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-thread/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-throw-exception/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-timer/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-tokenizer/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-tti/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-tuple/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-type-erasure/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-type-index/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-type-traits/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-typeof/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-ublas/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-uninstall/
│   │   ├── portfile.cmake
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   └── vcpkg.json
│   ├── boost-units/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-unordered/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-url/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-utility/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-uuid/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-variant/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-variant2/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-vmd/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-wave/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-winapi/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-xpressive/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boost-yap/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── boringssl/
│   │   ├── 0001-static-gtest.patch
│   │   ├── 0002-remove-WX-Werror.patch
│   │   ├── 0003-fix-shared-symbol-visibility.patch
│   │   ├── install-pc-files.cmake
│   │   ├── openssl.pc.in
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── botan/
│   │   ├── botan-3.10-illegal-instruction.patch
│   │   ├── configure
│   │   ├── configure-zlib.patch
│   │   ├── embed-debug-info.patch
│   │   ├── fix-x86-msvc-amalgamation.patch
│   │   ├── fix_android.patch
│   │   ├── pkgconfig.patch
│   │   ├── portfile.cmake
│   │   ├── vcpkg.json
│   │   └── verbose-install.patch
│   ├── box2d/
│   │   ├── libm.diff
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── braft/
│   │   ├── export-target.patch
│   │   ├── fix-build.patch
│   │   ├── fix-bvar-detail-sample.patch
│   │   ├── fix-dependency.patch
│   │   ├── fix-glog.patch
│   │   ├── portfile.cmake
│   │   ├── protobuf-6.patch
│   │   ├── protobuf.patch
│   │   └── vcpkg.json
│   ├── breakpad/
│   │   ├── CMakeLists.txt
│   │   ├── add-algorithm-1.patch
│   │   ├── check_getcontext.cc
│   │   ├── portfile.cmake
│   │   ├── unofficial-breakpadConfig.cmake
│   │   └── vcpkg.json
│   ├── brigand/
│   │   ├── portfile.cmake
│   │   ├── remove-tests.patch
│   │   └── vcpkg.json
│   ├── brotli/
│   │   ├── install.patch
│   │   ├── pkgconfig.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── brpc/
│   │   ├── fix-build.patch
│   │   ├── fix-warnings.patch
│   │   ├── portfile.cmake
│   │   ├── protobuf-6.patch
│   │   └── vcpkg.json
│   ├── brunocodutra-metal/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── brynet/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── bshoshany-thread-pool/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── bsio/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── buck-yeh-bux/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── buck-yeh-bux-sqlite/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── bullet3/
│   │   ├── cmake-config-export.diff
│   │   ├── cmake-version.diff
│   │   ├── opencl.diff
│   │   ├── portfile.cmake
│   │   ├── tinyxml2.diff
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── bungee/
│   │   ├── assert-win32-compat.patch
│   │   ├── cmake-use-vcpkg-deps-and-install-layout.patch
│   │   ├── pffft-include-path.patch
│   │   ├── portfile.cmake
│   │   ├── resample-msvc-noinline.patch
│   │   ├── unofficial-bungee-config.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── bustache/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── butteraugli/
│   │   ├── CMakeLists.txt
│   │   ├── missing_header.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── bw-sqlitemap/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── bw-tempdir/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── bxzstr/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── byte-lite/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── bzip2/
│   │   ├── CMakeLists.txt
│   │   ├── bzip2.pc.in
│   │   ├── fix-import-export-macros.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── bzip3/
│   │   ├── disable-man.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── c-ares/
│   │   ├── avoid-docs.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── c4core/
│   │   ├── disable-cpack.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── c89stringutils/
│   │   ├── no_flags.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── c9y/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cachelib/
│   │   ├── fix-build.patch
│   │   ├── fix-glog.patch
│   │   ├── fix-status-formmatable.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cadons-ctus/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── caf/
│   │   ├── fix_cxx17.patch
│   │   ├── fix_dependency.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cairo/
│   │   ├── fix_clang-cl_build.patch
│   │   ├── msvc-convenience.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cairomm/
│   │   ├── fix_include_path.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── calceph/
│   │   ├── disable-gnu-source.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── camport3/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── canvas-ity/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── capnproto/
│   │   ├── portfile.cmake
│   │   ├── undef-KJ_USE_EPOLL-for-ANDROID_PLATFORM-23.patch
│   │   └── vcpkg.json
│   ├── capstone/
│   │   ├── 001-silence-windows-crt-secure-warnings.patch
│   │   ├── 002-force-exportname-capstone.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cargs/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── casadi/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── casclib/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── catch2/
│   │   ├── fix-install-path.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cblas/
│   │   ├── cblas.pc.in
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cccapstone/
│   │   ├── fix-include-path.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── ccd/
│   │   ├── fix-static.patch
│   │   ├── portfile.cmake
│   │   ├── support-emscripten.patch
│   │   └── vcpkg.json
│   ├── ccfits/
│   │   ├── dependencies.diff
│   │   ├── dll_exports.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cctag/
│   │   ├── 0001-support-eigen3-5.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cctz/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cddlib/
│   │   ├── 0001-disable-doc-target.patch
│   │   ├── 0002-disable-dd-log.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cdt/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── celero/
│   │   ├── fix-bin-install-path.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cello/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cereal/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── ceres/
│   │   ├── 0001_cmakelists_fixes.patch
│   │   ├── 0002_use_glog_target.patch
│   │   ├── 0004_remove_broken_fake_ba_jac.patch
│   │   ├── 0005_link_cuda_static.patch
│   │   ├── 0006_fix_cuda_architectures.patch
│   │   ├── 0007_support_cuda_13.patch
│   │   ├── 0008_support_eigen3_5.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cfitsio/
│   │   ├── dependencies.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cgal/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── cgicc/
│   │   ├── CMakeLists.txt
│   │   ├── fix-define.patch
│   │   ├── fix-static-build.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cglm/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── cgltf/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cgns/
│   │   ├── cgnsconfig.h
│   │   ├── hdf5.patch
│   │   ├── install-lib-linkage.diff
│   │   ├── linux_lfs.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── chaiscript/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── chakracore/
│   │   ├── avoid_msvc_internal_STRINGIZE.patch
│   │   ├── no-warning-as-error.props
│   │   ├── portfile.cmake
│   │   ├── unofficial-chakracore-config.cmake
│   │   └── vcpkg.json
│   ├── charls/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── chartdir/
│   │   ├── Config.cmake.in
│   │   ├── chartdir.h
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── check/
│   │   ├── fix-lib-path.patch
│   │   ├── linkage.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── chenjunfu2-nbt-cpp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── chipmunk/
│   │   ├── export-targets.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── chmlib/
│   │   ├── CMakeLists.txt
│   │   ├── all-platforms.patch
│   │   ├── portfile.cmake
│   │   ├── strings_h.patch
│   │   └── vcpkg.json
│   ├── chromaprint/
│   │   ├── pkgconfig-cxx-linkage.diff
│   │   ├── pkgconfig-dependencies.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── chronoengine/
│   │   ├── 0001-dependencies.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cialloo-rcon/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── cimg/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cinatra/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cista/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── cityhash/
│   │   ├── CMakeLists.txt
│   │   ├── config.h
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── civetweb/
│   │   ├── disable_warnings.patch
│   │   ├── fix-fseeko.patch
│   │   ├── pkgconfig.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── cjson/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── clamav/
│   │   ├── build.patch
│   │   ├── cmakefiles.patch
│   │   ├── curl.patch
│   │   ├── isnt.patch
│   │   ├── mspack.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── clap-cleveraudio/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── clapack/
│   │   ├── FindLAPACK.cmake
│   │   ├── arith_linux64.h
│   │   ├── arith_osx.h
│   │   ├── arith_win32.h
│   │   ├── arith_win64.h
│   │   ├── fix-ConfigFile.patch
│   │   ├── fix-install.patch
│   │   ├── portfile.cmake
│   │   ├── remove_internal_blas.patch
│   │   ├── support-uwp.patch
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   └── vcpkg.json
│   ├── clara/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── clay/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── clblas/
│   │   ├── Fix-BuildDLL.patch
│   │   ├── abs-arm.patch
│   │   ├── cmake.patch
│   │   ├── fix-cmake-4.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── clblast/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cld3/
│   │   ├── fix-build.patch
│   │   ├── portfile.cmake
│   │   ├── unofficial-cld3Config.cmake
│   │   ├── unofficial-export.patch
│   │   └── vcpkg.json
│   ├── cleishm-frequency-cpp/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── cleishm-thermo-cpp/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── clfft/
│   │   ├── fix-build.patch
│   │   ├── portfile.cmake
│   │   ├── tweak-install.patch
│   │   └── vcpkg.json
│   ├── cli/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cli11/
│   │   ├── portfile.cmake
│   │   ├── revert-1012-pkgconfig.diff
│   │   └── vcpkg.json
│   ├── clickhouse-cpp/
│   │   ├── fix-deps-and-build-type.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── clipboardxx/
│   │   ├── fix-install.patch
│   │   ├── portfile.cmake
│   │   ├── unofficial-clipboardxx-config.cmake.in
│   │   └── vcpkg.json
│   ├── clipp/
│   │   ├── Fix-result_of-deprecated-in-C++20.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── clipper2/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── clockutils/
│   │   ├── add-missing-thread-header.patch
│   │   ├── cmake4.patch
│   │   ├── disable-werror.diff
│   │   ├── fix-warningC4643.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── clrng/
│   │   ├── 001-build-fixup.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── clue/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cmakerc/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── cmark/
│   │   ├── add-feature-tools.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cmark-gfm/
│   │   ├── add-feature-tools.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cminpack/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── cmocka/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cnats/
│   │   ├── fix-sodium-dep.patch
│   │   ├── fix_install_path.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cnl/
│   │   ├── disable-test.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cocoyaxi/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── coin/
│   │   ├── expat.diff
│   │   ├── openal.diff
│   │   ├── portfile.cmake
│   │   ├── remove-default-config.patch
│   │   └── vcpkg.json
│   ├── coin-or-buildtools/
│   │   ├── buildtools.patch
│   │   ├── buildtools2.patch
│   │   ├── disable-mkl.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── coin-or-cbc/
│   │   ├── disable_glpk.patch
│   │   ├── pkgconf_win.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── coin-or-cgl/
│   │   ├── fix-c1083-error.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── coin-or-clp/
│   │   ├── dep.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── coin-or-ipopt/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── coin-or-osi/
│   │   ├── glpk.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── coinutils/
│   │   ├── coinutils.patch
│   │   ├── coinutils2.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── collada-dom/
│   │   ├── fix-compatibility-with-boost-1.85.patch
│   │   ├── fix-emscripten.patch
│   │   ├── fix-shared-keyword.patch
│   │   ├── portfile.cmake
│   │   ├── use-uriparser.patch
│   │   ├── use-vcpkg-minizip.patch
│   │   ├── vcpkg.json
│   │   └── vs-version-detection.patch
│   ├── colmap/
│   │   ├── add-missing-cassert.patch
│   │   ├── no-glu.diff
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── color-console/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── commata/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── comms/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── comms-ublox/
│   │   ├── copyright
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── commsdsl/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── compoundfilereader/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── concurrencpp/
│   │   ├── add-include-chrono.patch
│   │   ├── add-include-string.patch
│   │   ├── fix-include-path.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── concurrentqueue/
│   │   ├── portfile.cmake
│   │   ├── unofficial-concurrentqueue-config.cmake
│   │   └── vcpkg.json
│   ├── configcat/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── conjure-enum/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── console-bridge/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── constexpr/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── constexpr-contracts/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── continuable/
│   │   ├── fix-cmakelists.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── convectionkernels/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── coolprop/
│   │   ├── cmake-project-include.cmake
│   │   ├── fix-builderror.patch
│   │   ├── fix-dependency.patch
│   │   ├── fix-install.patch
│   │   ├── fmt-fix.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── copypp/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── coroutine/
│   │   ├── add-noexcept-to-frame.patch
│   │   ├── fix-errorC7651.patch
│   │   ├── gsl-4_0_0.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── corrade/
│   │   ├── build-corrade-rc-always.patch
│   │   ├── clang-16.patch
│   │   ├── fix-vs2019.patch
│   │   ├── missing-headers.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── correlation-vector-cpp/
│   │   ├── correlation-vector.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── cpp-async/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── cpp-base64/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cpp-channel/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cpp-exiftool/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cpp-httplib/
│   │   ├── fix-find-brotli.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── cpp-ipc/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cpp-jwt/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cpp-kana/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── cpp-lazy/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cpp-peglib/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cpp-pinyin/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── cpp-redis/
│   │   ├── fix-sleep_for.patch
│   │   ├── portfile.cmake
│   │   ├── tacopie/
│   │   │   └── CMakeLists.txt
│   │   └── vcpkg.json
│   ├── cpp-smtpclient-library/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── cpp-sort/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cpp-timsort/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cppad/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cppadcodegen/
│   │   ├── change_main_cmake.diff
│   │   ├── portfile.cmake
│   │   ├── undef_CONST.diff
│   │   └── vcpkg.json
│   ├── cppcms/
│   │   ├── dependencies.diff
│   │   ├── dllexport.diff
│   │   ├── fix_narrowing_error.patch
│   │   ├── no-tests-and-examples.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cppcodec/
│   │   ├── 0001-Fix-62.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cppcoro/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cppdap/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cppfs/
│   │   ├── portfile.cmake
│   │   ├── ssh-dependencies.diff
│   │   └── vcpkg.json
│   ├── cppgraphqlgen/
│   │   ├── 356.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cppitertools/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cppkafka/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cppmicroservices/
│   │   ├── devendor_boost_absl.patch
│   │   ├── fix_strnicmp.patch
│   │   ├── portfile.cmake
│   │   ├── remove-ut-macro.patch
│   │   ├── vcpkg.json
│   │   └── werror.patch
│   ├── cppp-reiconv/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cpprealm/
│   │   ├── disable-werror.diff
│   │   ├── missing-cstdint.diff
│   │   ├── portfile.cmake
│   │   ├── remove-overzealous-template.diff
│   │   └── vcpkg.json
│   ├── cpprestsdk/
│   │   ├── fix-asio-error.patch
│   │   ├── fix-clang-dllimport.patch
│   │   ├── fix-find-openssl.patch
│   │   ├── fix-uwp.patch
│   │   ├── fix_narrowing.patch
│   │   ├── portfile.cmake
│   │   ├── silence-stdext-checked-array-iterators-warning.patch
│   │   ├── test.patch
│   │   └── vcpkg.json
│   ├── cppslippi/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── cpptoml/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cpptrace/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── cppunit/
│   │   ├── CMakeLists.txt
│   │   ├── CppUnitConfig.cmake
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cpputest/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cppvrf/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── cppwinrt/
│   │   ├── cppwinrt-config.cmake.in
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── cppxaml/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cppzmq/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cpr/
│   │   ├── disable_werror.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cpu-features/
│   │   ├── 0001-ndk-compat-export-include-dirs.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   ├── usage_android
│   │   └── vcpkg.json
│   ├── cpuid/
│   │   ├── fix-LNK2019.patch
│   │   ├── fix-build.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cpuinfo/
│   │   ├── add-clog-cmake.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cr/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── crashpad/
│   │   ├── crashpad-memset-errors-5758170.diff
│   │   ├── crashpadConfig.cmake.in
│   │   ├── fix-lib-name-conflict-1.patch
│   │   ├── fix-lib-name-conflict.patch
│   │   ├── fix-linux.patch
│   │   ├── fix-std-20.patch
│   │   ├── ndk-toolchain.diff
│   │   ├── portfile.cmake
│   │   ├── vcpkg.json
│   │   └── zlib.gn
│   ├── crashrpt/
│   │   ├── 001-add-install-target-and-find-deps.patch
│   │   ├── 002-fix-wtl-includepath.patch
│   │   ├── 003-add-definition-UNICODE.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── crc32c/
│   │   ├── fix_clang-cl.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── crcpp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── crfsuite/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── croncpp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── crossdb/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── crossguid/
│   │   ├── missing-include-cstdint.patch
│   │   ├── portfile.cmake
│   │   ├── vcpkg.json
│   │   └── warnings.patch
│   ├── crow/
│   │   ├── portfile.cmake
│   │   ├── remove-cpm.patch
│   │   └── vcpkg.json
│   ├── cryptopp/
│   │   ├── cryptopp.patch
│   │   ├── patch.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cserialport/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cspice/
│   │   ├── CMakeLists.txt
│   │   ├── License.txt
│   │   ├── isatty.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── ctbench/
│   │   ├── fix_build_with_boost_1_88_0.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── ctbignum/
│   │   ├── no-boost.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── ctemplate/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cthash/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── ctp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── ctpg/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── ctre/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── ctstraffic/
│   │   ├── portfile.cmake
│   │   ├── prepare_for_build.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── cubeb/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cuda/
│   │   ├── portfile.cmake
│   │   ├── vcpkg-port-config.cmake
│   │   ├── vcpkg.json
│   │   └── vcpkg_find_cuda.cmake
│   ├── cuda-api-wrappers/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── cudnn/
│   │   ├── FindCUDNN.cmake
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   └── vcpkg.json
│   ├── cudnn-frontend/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cunit/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── curl/
│   │   ├── cmake-project-include.cmake
│   │   ├── dependencies.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   └── vcpkg.json
│   ├── curlcpp/
│   │   ├── fix-cmake.patch
│   │   ├── obsolete-curlopt.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── curlpp/
│   │   ├── fix-cmake.patch
│   │   ├── fix-findzliberror.patch
│   │   ├── obsolete-curlopt.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── curve-coco/
│   │   ├── portfile.cmake
│   │   ├── remove-cpm.patch
│   │   └── vcpkg.json
│   ├── cute-headers/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cutelyst2/
│   │   ├── fix-static-build.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cwalk/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cwapi3d/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── cxxgraph/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── cxxopts/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cyclonedds/
│   │   ├── enable-security.patch
│   │   ├── idlc-generate.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── cyclonedds-cxx/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── cyrus-sasl/
│   │   ├── configure.diff
│   │   ├── fix-gcc14-time-includes.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── czmq/
│   │   ├── Findlibcurl.cmake
│   │   ├── Findlibmicrohttpd.cmake
│   │   ├── Findlibzmq.cmake
│   │   ├── Findlz4.cmake
│   │   ├── Finduuid.cmake
│   │   ├── fix-dependencies.patch
│   │   ├── link-log-on-android.patch
│   │   ├── portfile.cmake
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   └── vcpkg.json
│   ├── d3d12-memory-allocator/
│   │   ├── 0001-build-options.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── d3dx12/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── dacap-clip/
│   │   ├── fix-install-header-and-force-static-compilation.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── dagir/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── darknet/
│   │   ├── android.diff
│   │   ├── installation.diff
│   │   ├── msvc-names.diff
│   │   ├── portfile.cmake
│   │   ├── purely-openmp_cxx-target.diff
│   │   ├── system-processor.diff
│   │   ├── vcpkg.json
│   │   ├── version-info.diff
│   │   └── windows-getopt.diff
│   ├── darts-clone/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── dartsim/
│   │   ├── 0001-dependencies.patch
│   │   ├── 0002-devendor-lodepng.patch
│   │   ├── 0003-disable_unit_tests_examples_and_tutorials.patch
│   │   ├── 0004-pkgconfig.patch
│   │   ├── 0005-add-cassert.patch
│   │   ├── 0006-support-eigen3-5.patch
│   │   ├── 0007-fix-imgui.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── dataframe/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── date/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── datraw/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── dav1d/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── daw-header-libraries/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── daw-json-link/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── daw-utf-range/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── dawn/
│   │   ├── 000-fix-emdawnwebgpu.patch
│   │   ├── 001-fix-windows-build.patch
│   │   ├── 002-fix-uwp.patch
│   │   ├── 003-fix-d3d11.patch
│   │   ├── 004-deps.patch
│   │   ├── 005-bsd-support.patch
│   │   ├── 006-msvc-spirv-tools-disable-warnaserror.patch
│   │   ├── 007-fix-tint-null-only-writer.patch
│   │   ├── 008-wrong-dxcapi-include.patch
│   │   ├── 009-fix-tint-install.patch
│   │   ├── 010-fix-glslang.patch
│   │   ├── 011-fix-dxc.patch
│   │   ├── DawnConfig.cmake
│   │   ├── portfile.cmake
│   │   ├── unofficial_webgpu_dawn.pc.in
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── daxa/
│   │   ├── daxa_swp_current_cpu_timeline_value.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── dbg-macro/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── dbghelp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── dbow2/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── dbow3/
│   │   ├── add-cstdint.diff
│   │   ├── fix_cmake.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── dbus/
│   │   ├── cmake.dep.patch
│   │   ├── getpeereid.patch
│   │   ├── libsystemd.patch
│   │   ├── pkgconfig.patch
│   │   ├── portfile.cmake
│   │   ├── remove-path.patch
│   │   ├── remove-var-lib-dbus-creation.patch
│   │   └── vcpkg.json
│   ├── dbus-cxx/
│   │   ├── create-cmakeconfig.patch
│   │   ├── portfile.cmake
│   │   ├── use-cmakeconfig.patch
│   │   └── vcpkg.json
│   ├── dcmtk/
│   │   ├── dcmtk.patch
│   │   ├── dependencies.diff
│   │   ├── dictionary_paths.patch
│   │   ├── disable-test-setup.diff
│   │   ├── msvc.diff
│   │   ├── pkgconfig-lib-order.diff
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── ddtdanilo-lmdb-wrapper/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── debug-assert/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── decimal-for-cpp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── delaunator-cpp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── deniskovalchuk-libftp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── detours/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── devicenameresolver/
│   │   ├── CMakeLists.txt
│   │   ├── add-string-headfile.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── devil/
│   │   ├── 0001_fix-encoding.patch
│   │   ├── 0002_fix-missing-mfc-includes.patch
│   │   ├── 0003_fix-openexr.patch
│   │   ├── 0004_compatible-jasper-2-0-20.patch
│   │   ├── 0005-fix-pkgconfig.patch
│   │   ├── 0006-fix-ilut-header.patch
│   │   ├── 0007-remove_register_keyword_cpp17.patch
│   │   ├── enable-static.patch
│   │   ├── jasper-4.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── dimcli/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── dingo/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── directfb2/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── directx-dxc/
│   │   ├── directx-dxc-config.cmake.in
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── directx-headers/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── directx12-agility/
│   │   ├── directx12-config.cmake.in
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── directxmath/
│   │   ├── Linux-SHMath-SAL.patch
│   │   ├── MinGW-fix.patch
│   │   ├── portfile.cmake
│   │   ├── powerpc64le.patch
│   │   ├── shmathusage
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── directxmesh/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── directxsdk/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── directxtex/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   ├── vcpkg.json
│   │   └── xboxusage
│   ├── directxtk/
│   │   ├── CMake-build-options-improvements.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── directxtk12/
│   │   ├── CMake-build-options-improvements.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── dirent/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── discord-game-sdk/
│   │   ├── CMakeLists.txt
│   │   ├── copyright
│   │   ├── include-cstdint.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── discord-rpc/
│   │   ├── disable-downloading.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── discordcoreapi/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── discount/
│   │   ├── blocktags
│   │   ├── cmake.patch
│   │   ├── disable-deprecated-warnings.patch
│   │   ├── generate-blocktags-command.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── discreture/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── distorm/
│   │   ├── CMakeLists.txt
│   │   ├── fix-arm-builds.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── dlfcn-win32/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── dlib/
│   │   ├── find_blas.patch
│   │   ├── fix-dependencies.patch
│   │   ├── fix-lapack.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── dlpack/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── dmlc/
│   │   ├── cxx-fix.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── docopt/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── docraft/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── doctest/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── double-conversion/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── dp-thread-pool/
│   │   ├── include.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── dpdk/
│   │   ├── 0001-enable-either-static-or-shared-build.patch
│   │   ├── 0002-fix-dependencies.patch
│   │   ├── 0003-remove-examples-src-from-datadir.patch
│   │   ├── 0004-stop-building-apps.patch
│   │   ├── 0005-no-absolute-driver-path.patch
│   │   ├── 0006-rename-sched.h.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── dpp/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── draco/
│   │   ├── disable-symlinks.patch
│   │   ├── fix-compile-error-uwp.patch
│   │   ├── fix-pkgconfig.patch
│   │   ├── fix-uwperror.patch
│   │   ├── install-linkage.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── drekar-launch-process-cpp/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── drlibs/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── drogon/
│   │   ├── 0001-vcpkg.patch
│   │   ├── 0002-drogon-config.patch
│   │   ├── 0003-deps-redis.patch
│   │   ├── 0004-drogon-ctl.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── dstorage/
│   │   ├── dstorage-config.cmake.in
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── dtl/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── duckdb/
│   │   ├── library-linkage-excel.diff
│   │   ├── library-linkage-httpfs.diff
│   │   ├── library-linkage.diff
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── duckx/
│   │   ├── fix_dependencies.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── duilib/
│   │   ├── enable-static.patch
│   │   ├── fix-arm-build.patch
│   │   ├── fix-encoding.patch
│   │   ├── fix-include-path.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── dukglue/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── duktape/
│   │   ├── CMakeLists.txt
│   │   ├── duktapeConfig.cmake
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── dumb/
│   │   ├── check-for-math-lib.patch
│   │   ├── do-not-overwrite-cflags.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── duvc-ctl/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── dv-processing/
│   │   ├── 0001-support-eigen3-5.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── dx/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── dxcam-cpp/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── dxsdk-d3dx/
│   │   ├── dxsdk-d3dx-config.cmake.in
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── dxut/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── dylib/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── dyno/
│   │   ├── fix-deps.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── e-dant-watcher/
│   │   ├── fix-install.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── eabase/
│   │   ├── EABaseConfig.cmake.in
│   │   ├── fix_cmake_install.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── earcut-hpp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── eastl/
│   │   ├── 0001-fix-cmake-install.patch
│   │   ├── 0002-fix-error-C2338.patch
│   │   ├── EASTLConfig.cmake.in
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── easy-profiler/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── easycl/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── easyexif/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── easyhook/
│   │   ├── fix-build.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── easyloggingpp/
│   │   ├── 0001_add_cmake_options.patch
│   │   ├── 0002_fix_build_uwp.patch
│   │   ├── 0003_fix_pkgconfig.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── eathread/
│   │   ├── EAThreadConfig.cmake.in
│   │   ├── fix_cmake_install.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── ebml/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── ecal/
│   │   ├── 0001-disable-app-plugins.patch
│   │   ├── 0002-fix-build.patch
│   │   ├── 0003-fix-dependencies.patch
│   │   ├── 0004-install-cmake-files-to-share.patch
│   │   ├── 0005-remove-install-prefix-macro-value.patch
│   │   ├── 0006-use-find_dependency-in-cmake-config.patch
│   │   ├── 0007-allow-static-build-of-core.patch
│   │   ├── 0008-protobuf-linkage.patch
│   │   ├── 0009-protobuf-6.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── ecaludp/
│   │   ├── find-recycle.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── ecm/
│   │   ├── fix-wrong-version.patch
│   │   ├── fix_generateqmltypes.patch
│   │   ├── kde-clang-format.diff
│   │   ├── portfile.cmake
│   │   ├── uniform-dataroot-dir.patch
│   │   ├── uniform-libexec-dir.patch
│   │   ├── uniform-plugin-dir.patch
│   │   ├── usage
│   │   ├── vcpkg-port-config.cmake
│   │   └── vcpkg.json
│   ├── ecos/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── ed25519/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── edflib/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── edlib/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── effects11/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── effolkronium-random/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── efsw/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── egl/
│   │   ├── egl.pc.in
│   │   ├── portfile.cmake
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   └── vcpkg.json
│   ├── egl-registry/
│   │   ├── copyright
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── eigen3/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── eipscanner/
│   │   ├── package.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── elements/
│   │   ├── fix-dependencies.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── elfio/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── elfutils/
│   │   ├── disable-werror.diff
│   │   ├── link-libs.diff
│   │   ├── portfile.cmake
│   │   ├── rpath-link.diff
│   │   ├── static-tools.diff
│   │   └── vcpkg.json
│   ├── eljonny-testcpp/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── embree/
│   │   ├── avoid-library-conflicts.diff
│   │   ├── cmake-config.diff
│   │   ├── no-runtime-install.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── enchantum/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── enet/
│   │   ├── fix-export.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── enkits/
│   │   ├── fix_shared_install.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── ensmallen/
│   │   ├── dependencies.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── entityx/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── entt/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── epoll-shim/
│   │   ├── 000-install-pkg-config-into-standard-location.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── eraser/
│   │   ├── portfile.cmake
│   │   ├── remove-cpm.patch
│   │   └── vcpkg.json
│   ├── ereignis/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── esaxx/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── ethindp-prism/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── etl/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── eve/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── eventpp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── evpp/
│   │   ├── Add-static-shared-handling.patch
│   │   ├── Export-unofficial-target.patch
│   │   ├── basic-fixes.diff
│   │   ├── dependencies.diff
│   │   ├── fix-osx-build.patch
│   │   ├── fix-rapidjson-1-1.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── exiv2/
│   │   ├── dependencies.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── expat/
│   │   ├── portfile.cmake
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   └── vcpkg.json
│   ├── expected-lite/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── exprtk/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── ezc3d/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── ezfoundation/
│   │   ├── ezFoundation_vcpkg.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── f3d/
│   │   ├── fix-install.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── faad2/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── fadbad/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── faiss/
│   │   ├── msvc-template.diff
│   │   ├── portfile.cmake
│   │   ├── undef-small.diff
│   │   └── vcpkg.json
│   ├── fakeit/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── faker-cxx/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── fameta-counter/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── fann/
│   │   ├── fix-build_type.patch
│   │   ├── fix-installation.patch
│   │   ├── fix-uwp-build.patch
│   │   ├── portfile.cmake
│   │   ├── remove-nouse-target.patch
│   │   └── vcpkg.json
│   ├── farmhash/
│   │   ├── farmhashConfig.cmake
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── fast-cpp-csv-parser/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── fast-double-parser/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── fast-float/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── fast-obj/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── fastcdr/
│   │   ├── pdb-file.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── fastcgi/
│   │   ├── dll.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── fastdds/
│   │   ├── disable-werror.patch
│   │   ├── fix-deps.patch
│   │   ├── include-cstdint.patch
│   │   ├── pdb-file.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── fastfeat/
│   │   ├── CMakeLists.txt
│   │   ├── fastfeat.def
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── fastgltf/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── fastio/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── fastlz/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── fastor/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── fastpfor/
│   │   ├── fix-arm-checker.patch
│   │   ├── portfile.cmake
│   │   ├── remove-cpm.patch
│   │   └── vcpkg.json
│   ├── faudio/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── fawdlstty-libfv/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── fbgemm/
│   │   ├── fix-cmakelists.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── fbthrift/
│   │   ├── fix-deps.patch
│   │   ├── fix-fmt-include.patch
│   │   ├── fix-test.patch
│   │   ├── folly-has-liburing.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── fcl/
│   │   ├── 0001-fix-cxx-standard.patch
│   │   ├── 0002-fix-eigen3.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── fdk-aac/
│   │   ├── cmake_fix.patch
│   │   ├── cxx-linkage-pkgconfig.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── fdlibm/
│   │   ├── CMakeLists.txt
│   │   ├── libm5.def
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── fenster/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── ffmpeg/
│   │   ├── 0001-create-lib-libraries.patch
│   │   ├── 0002-fix-msvc-link.patch
│   │   ├── 0003-fix-windowsinclude.patch
│   │   ├── 0004-dependencies.patch
│   │   ├── 0005-fix-nasm.patch
│   │   ├── 0007-fix-lib-naming.patch
│   │   ├── 0013-define-WINVER.patch
│   │   ├── 0020-fix-aarch64-libswscale.patch
│   │   ├── 0024-fix-osx-host-c11.patch
│   │   ├── 0040-ffmpeg-add-av_stream_get_first_dts-for-chromium.patch
│   │   ├── 0042-fix-arm64-linux.patch
│   │   ├── 0044-fix-vulkan-debug-callback-abi.patch
│   │   ├── 0045-use-prebuilt-bin2c.patch
│   │   ├── 0046-fix-msvc-detection.patch
│   │   ├── FindFFMPEG.cmake.in
│   │   ├── build.sh.in
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   └── vcpkg.json
│   ├── ffmpeg-bin2c/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── ffnvcodec/
│   │   ├── LICENSE.txt
│   │   ├── build.sh
│   │   ├── copyright
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── fftw3/
│   │   ├── aligned_malloc.patch
│   │   ├── bigobj.patch
│   │   ├── fftw3_arch_fix.patch
│   │   ├── fix-openmp.patch
│   │   ├── fix-wrong-version.patch
│   │   ├── install-subtargets.patch
│   │   ├── neon.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── fftwpp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── fineftp/
│   │   ├── asio.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── fins/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── fixed-containers/
│   │   ├── add-install-configuration.patch
│   │   ├── fixed_containersConfig.cmake.in
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── fixed-math/
│   │   ├── disable-cpm.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── fixed-string/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── fizz/
│   │   ├── fix-build.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── fkyaml/
│   │   ├── fix-natvis-install.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── flagpp/
│   │   ├── portfile.cmake
│   │   ├── remove-cpm.patch
│   │   └── vcpkg.json
│   ├── flann/
│   │   ├── fix-dep-lz4.patch
│   │   ├── fix-dependency-hdf5.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── flash-runtime-extensions/
│   │   ├── README.md
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── flashlight-cpu/
│   │   ├── fix-dependencies.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── flashlight-cuda/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── flashlight-sequence/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── flashlight-text/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── flat/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── flatbuffers/
│   │   ├── fix-runtime-flags-msvc.patch
│   │   ├── fix-uwp-build.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── flatbush/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── flatcc/
│   │   ├── fix_install_dir.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── flecs/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   └── vcpkg.json
│   ├── flint/
│   │   ├── fix-static.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── fltk/
│   │   ├── config-path.patch
│   │   ├── dependencies.patch
│   │   ├── fix-system-link.patch
│   │   ├── include.patch
│   │   ├── math-h-polyfill.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── fluidlite/
│   │   ├── fix-dependencies.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── fluidsynth/
│   │   ├── cxx-linkage-pkgconfig.diff
│   │   ├── fix-gcem.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── flux/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── fmem/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── fmi4cpp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── fmilib/
│   │   ├── devendor-sublibs.diff
│   │   ├── fix-mergestaticlibs.diff
│   │   ├── minizip.patch
│   │   ├── portfile.cmake
│   │   ├── unofficial-export.diff
│   │   ├── unofficial-fmilib-config.cmake
│   │   └── vcpkg.json
│   ├── fmt/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── folly/
│   │   ├── disable-uninitialized-resize-on-new-stl.patch
│   │   ├── fix-deps.patch
│   │   ├── fix-perf_scoped-target.patch
│   │   ├── fix-unistd-include.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── font-chef/
│   │   ├── disable-warnings-as-errors.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── font-util/
│   │   ├── build.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── fontconfig/
│   │   ├── dllexport.diff
│   │   ├── fix-wasm-shared-memory-atomics.patch
│   │   ├── libgetopt.patch
│   │   ├── libintl.diff
│   │   ├── no-etc-symlinks.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   ├── vcpkg-cmake-wrapper.cmake.in
│   │   └── vcpkg.json
│   ├── foonathan-lexy/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── foonathan-memory/
│   │   ├── backport-0f5ebe9f.diff
│   │   ├── config-debug.diff
│   │   ├── config_impl.hpp
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── forge/
│   │   ├── cmake_config.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── foxi/
│   │   ├── portfile.cmake
│   │   ├── remove-test-targets.patch
│   │   └── vcpkg.json
│   ├── fp16/
│   │   ├── fix-cmake.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── freealut/
│   │   ├── cmake_builds.patch
│   │   ├── portfile.cmake
│   │   ├── unix_headers.patch
│   │   └── vcpkg.json
│   ├── freeglut/
│   │   ├── android.patch
│   │   ├── fix-debug-macro.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   ├── vcpkg.json
│   │   ├── windows-output-name.patch
│   │   └── x11-dependencies-export.patch
│   ├── freeimage/
│   │   ├── CMakeLists.txt
│   │   ├── FreeImageConfig-dynamic.h
│   │   ├── FreeImageConfig-static.h
│   │   ├── disable-plugins-depending-on-internal-third-party-libraries.patch
│   │   ├── fix-function-overload.patch
│   │   ├── portfile.cmake
│   │   ├── rawlib-build-fix.patch
│   │   ├── remove_auto_ptr.patch
│   │   ├── typedef-xcode.patch
│   │   ├── use-external-jpeg.patch
│   │   ├── use-external-jxrlib.patch
│   │   ├── use-external-libtiff.patch
│   │   ├── use-external-openexr.patch
│   │   ├── use-external-openjpeg.patch
│   │   ├── use-external-png-zlib.patch
│   │   ├── use-external-rawlib.patch
│   │   ├── use-external-webp.patch
│   │   ├── use-freeimage-config-include.patch
│   │   ├── use-functions-to-override-libtiff-warning-error-handlers.patch
│   │   ├── use-typedef-as-already-declared.patch
│   │   └── vcpkg.json
│   ├── freerdp/
│   │   ├── cmake-project-include.cmake
│   │   ├── dependencies.patch
│   │   ├── ffmpeg.diff
│   │   ├── install-layout.patch
│   │   ├── portfile.cmake
│   │   ├── vcpkg.json
│   │   └── windows-linkage.patch
│   ├── freetds/
│   │   ├── disable-tests.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── freetype/
│   │   ├── 0003-Fix-UWP.patch
│   │   ├── brotli-static.patch
│   │   ├── bzip2.patch
│   │   ├── fix-exports.patch
│   │   ├── portfile.cmake
│   │   ├── subpixel-rendering.patch
│   │   ├── usage
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   └── vcpkg.json
│   ├── freetype-gl/
│   │   ├── 0001-Link-to-dependencies-also-for-static-build.patch
│   │   ├── 0002-Remove-duplicate-installs.patch
│   │   ├── 0003-Add-exports.patch
│   │   ├── 0004-Change-install-dir-for-pkgconfig.patch
│   │   ├── 0005-add-version.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── freexl/
│   │   ├── android-builtin-iconv.diff
│   │   ├── dependencies.patch
│   │   ├── portfile.cmake
│   │   ├── subdirs.patch
│   │   └── vcpkg.json
│   ├── frei0r/
│   │   ├── install-dlls-to-bin.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── fribidi/
│   │   ├── meson-crosscompile.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── frozen/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── frugally-deep/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── fruit/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── ftgl/
│   │   ├── 02_enable-cpp11-std.patch
│   │   ├── fix-cmake.diff
│   │   ├── fix-gl-flags.diff
│   │   ├── freetype-usage.diff
│   │   ├── install-pkgconfig.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── ftxui/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── function2/
│   │   ├── disable-testing.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── functionalplus/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── functions-framework-cpp/
│   │   ├── fix-asio-error.patch
│   │   ├── fix-integral-include.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── future-config/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── fuzzylite/
│   │   ├── no-werror.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── fxaudio/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── fxdiv/
│   │   ├── add-cmake-config.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── g2o/
│   │   ├── 0001-dependencies.patch
│   │   ├── 0002-fix-absolute.patch
│   │   ├── 0003-support-eigen3-5.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── g3log/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── gainput/
│   │   ├── fix-build.patch
│   │   ├── install_as_cmake_package.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── gamedev-framework/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── gameinput/
│   │   ├── CMakeLists.txt.in
│   │   ├── gameinput-config.cmake.in
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── gamenetworkingsockets/
│   │   ├── fix-depend-protobuf.patch
│   │   ├── portfile.cmake
│   │   ├── protobuf-6.patch
│   │   └── vcpkg.json
│   ├── gamma/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── gapp/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── gasol/
│   │   ├── fix-install.patch
│   │   ├── gasol.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── gaussianlib/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── gcem/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── gdal/
│   │   ├── cmake-project-include.cmake
│   │   ├── find-link-libraries.patch
│   │   ├── fix-gdal-target-interfaces.patch
│   │   ├── iconv.diff
│   │   ├── libkml.patch
│   │   ├── portfile.cmake
│   │   ├── sqlite3.diff
│   │   ├── target-is-valid.patch
│   │   ├── usage
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   └── vcpkg.json
│   ├── gdbm/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── gdcm/
│   │   ├── copyright.diff
│   │   ├── no-absolute-paths.diff
│   │   ├── portfile.cmake
│   │   ├── prefer-config.diff
│   │   └── vcpkg.json
│   ├── gdk-pixbuf/
│   │   ├── fix-static-deps.patch
│   │   ├── fix_build_error_windows.patch
│   │   ├── loaders-cache.patch
│   │   ├── portfile.cmake
│   │   ├── use-libtiff-4-pkgconfig.patch
│   │   └── vcpkg.json
│   ├── gegl/
│   │   ├── disable_tests.patch
│   │   ├── portfile.cmake
│   │   ├── remove-consistency-check.patch
│   │   ├── remove_execinfo_support.patch
│   │   └── vcpkg.json
│   ├── gemmlowp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── genann/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── geogram/
│   │   ├── Config.cmake.in
│   │   ├── fix-vcpkg-install.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── geographiclib/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── geos/
│   │   ├── fix-exported-config.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── geotrans/
│   │   ├── CMakeLists.txt
│   │   ├── geotrans-config.in.cmake
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── getdns/
│   │   ├── disable-docs.patch
│   │   ├── fix-include.patch
│   │   ├── fix-libuv-deps.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── getopt/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── getopt-win32/
│   │   ├── portfile.cmake
│   │   ├── static-output-name.diff
│   │   ├── unofficial-getopt-win32-config.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── gettext/
│   │   ├── 0001-xgettext-Fix-some-test-failures-on-MSVC.patch
│   │   ├── 0003-Fix-win-unicode-paths.patch
│   │   ├── assume-modern-darwin.patch
│   │   ├── bashify.cmake
│   │   ├── config-step-order.patch
│   │   ├── env.patch
│   │   ├── install-autopoint.cmake
│   │   ├── parallel-gettext-tools.patch
│   │   ├── portfile.cmake
│   │   ├── rel_path.patch
│   │   ├── subdirs.patch
│   │   ├── uwp.patch
│   │   ├── vcpkg-port-config.cmake
│   │   └── vcpkg.json
│   ├── gettext-libintl/
│   │   ├── 0003-Fix-win-unicode-paths.patch
│   │   ├── bashify.cmake
│   │   ├── detect/
│   │   │   └── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   ├── uwp.patch
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   └── vcpkg.json
│   ├── gettimeofday/
│   │   ├── CMakeLists.txt
│   │   ├── LICENSE
│   │   ├── gettimeofday.c
│   │   ├── gettimeofday.def
│   │   ├── gettimeofday.h
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── gexiv2/
│   │   ├── msvc_def.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── gflags/
│   │   ├── 0001-patch-dir.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   └── vcpkg.json
│   ├── ggml/
│   │   ├── cmake-config.diff
│   │   ├── fix-dequant_funcs.diff
│   │   ├── pkgconfig.diff
│   │   ├── portfile.cmake
│   │   ├── relax-link-options.diff
│   │   ├── vcpkg.json
│   │   └── vulkan-shaders-gen.diff
│   ├── ghc-filesystem/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── gherkin-c/
│   │   ├── fix-include-path.patch
│   │   ├── fix-install-error.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── giflib/
│   │   ├── CMakeLists.txt
│   │   ├── exports.def
│   │   ├── msvc.diff
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   └── vcpkg.json
│   ├── ginkgo/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── gklib/
│   │   ├── build-fixes.patch
│   │   ├── portfile.cmake
│   │   ├── regex.patch
│   │   └── vcpkg.json
│   ├── gl2ps/
│   │   ├── portfile.cmake
│   │   ├── separate-static-dynamic-build.patch
│   │   └── vcpkg.json
│   ├── gl3w/
│   │   ├── 0001-enable-shared-build.patch
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── glad/
│   │   ├── encoding.patch
│   │   ├── find_python.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── glaze/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── glbinding/
│   │   ├── 0001_force-system-install.patch
│   │   ├── 0002_fix-uwpmacro.patch
│   │   ├── 0003_fix-cmake-configs-paths.patch
│   │   ├── 0004_fix-config-expected-paths.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── glew/
│   │   ├── fix-LNK2019.patch
│   │   ├── portfile.cmake
│   │   ├── trim-build.diff
│   │   ├── usage
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   └── vcpkg.json
│   ├── glfw3/
│   │   ├── glfw3Config.cmake
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── gli/
│   │   ├── disable-test.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── glib/
│   │   ├── libintl.patch
│   │   ├── portfile.cmake
│   │   ├── use-libiconv-on-windows.patch
│   │   └── vcpkg.json
│   ├── glib-networking/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── glibmm/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── glm/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── globjects/
│   │   ├── fix-dependency-glm.patch
│   │   ├── portfile.cmake
│   │   ├── system-install.patch
│   │   └── vcpkg.json
│   ├── glog/
│   │   ├── fix_crosscompile_symbolize.patch
│   │   ├── fix_glog_CMAKE_MODULE_PATH.patch
│   │   ├── glog_disable_debug_postfix.patch
│   │   ├── portfile.cmake
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   └── vcpkg.json
│   ├── gloo/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── glpk/
│   │   ├── configure.ac.patch
│   │   ├── glpk.pc.in
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── glslang/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── glui/
│   │   ├── install-one-flavor.patch
│   │   ├── portfile.cmake
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   └── vcpkg.json
│   ├── gmime/
│   │   ├── msvc-ssize_t.diff
│   │   ├── portfile.cmake
│   │   ├── subdirs.diff
│   │   └── vcpkg.json
│   ├── gmmlib/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── gmp/
│   │   ├── arm64-coff.patch
│   │   ├── asmflags.patch
│   │   ├── c23.patch
│   │   ├── cross-tools.patch
│   │   ├── msvc_symbol.patch
│   │   ├── portfile.cmake
│   │   ├── remove_compiler_info.patch
│   │   ├── subdirs.patch
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── gmsh/
│   │   ├── installdirs.diff
│   │   ├── linking-and-naming.diff
│   │   ├── opencascade.diff
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── gobject-introspection/
│   │   ├── 0001-g-ir-tool-template.in.patch
│   │   ├── gir-scanner-runtime.diff
│   │   ├── portfile.cmake
│   │   ├── setuptools-compat.patch
│   │   ├── vcpkg-port-config.cmake
│   │   └── vcpkg.json
│   ├── godot-cpp/
│   │   ├── packagable.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── goldy/
│   │   ├── goldy-config.cmake
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── google-cloud-cpp/
│   │   ├── fix-googleapis-download.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── gperf/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── gperftools/
│   │   ├── cmake-project-include.cmake
│   │   ├── install.diff
│   │   ├── libunwind.diff
│   │   ├── portfile.cmake
│   │   ├── vcpkg.json
│   │   └── win32-override.diff
│   ├── gpgme/
│   │   ├── disable-docs.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── gpgmepp/
│   │   ├── cmake-config.diff
│   │   ├── dependencies.diff
│   │   ├── disable-docs.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── gpgmm/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── gppanel/
│   │   ├── 00001-fix-build.patch
│   │   ├── CMakeLists.txt
│   │   ├── fix-missing-headers.patch
│   │   ├── portfile.cmake
│   │   ├── use-complex-header.patch
│   │   └── vcpkg.json
│   ├── graaf/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── grantlee/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── graphene/
│   │   ├── fix_clang-cl.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── graphicsmagick/
│   │   ├── dependencies.diff
│   │   ├── magick-types.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── graphite2/
│   │   ├── disable-tests.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── graphviz/
│   │   ├── build.diff
│   │   ├── cmake-project-include.cmake
│   │   ├── dependencies.diff
│   │   ├── install.diff
│   │   ├── no-absolute-paths.patch
│   │   ├── portfile.cmake
│   │   ├── skip-configure-plugins.diff
│   │   ├── vcpkg.json
│   │   └── version.diff
│   ├── greatest/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── grpc/
│   │   ├── 00001-fix-uwp.patch
│   │   ├── 00002-static-linking-in-linux.patch
│   │   ├── 00004-link-gdi32-on-windows.patch
│   │   ├── 00005-fix-uwp-error.patch
│   │   ├── 00006-utf8-range.patch
│   │   ├── 00015-disable-download-archive.patch
│   │   ├── 00016-fix-plugin-targets.patch
│   │   ├── 00017-add-missing-include-file.patch
│   │   ├── gRPCTargets-vcpkg-tools.cmake
│   │   ├── portfile.cmake
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   └── vcpkg.json
│   ├── grppi/
│   │   ├── fix-build-error.patch
│   │   ├── fix-support-other-compilers.patch
│   │   ├── portfile.cmake
│   │   ├── tbb.patch
│   │   └── vcpkg.json
│   ├── gsasl/
│   │   ├── configure.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── gsl/
│   │   ├── 0001-configure.patch
│   │   ├── 0002-add-fp-control.patch
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   └── vcpkg.json
│   ├── gsl-lite/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── gsoap/
│   │   ├── fix-build-in-windows.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── gst-rtsp-server/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── gstreamer/
│   │   ├── duplicate-unused.diff
│   │   ├── fix-bz2-windows-debug-dependency.patch
│   │   ├── fix-clang-cl.patch
│   │   ├── fix-multiple-def.patch
│   │   ├── portfile.cmake
│   │   ├── vcpkg.json
│   │   └── x264-api-imports.diff
│   ├── gtest/
│   │   ├── 001-fix-UWP-death-test.patch
│   │   ├── clang-tidy-no-lint.patch
│   │   ├── fix-main-lib-path.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── gtk/
│   │   ├── 0001-build.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── gtk3/
│   │   ├── 0001-build.patch
│   │   ├── avoid-multiple-definition.diff
│   │   ├── cairo-cpp-linkage.patch
│   │   ├── egl-conditional.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── gtkmm/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── gtl/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── gts/
│   │   ├── CMakeLists.txt
│   │   ├── fix-dllexport.patch
│   │   ├── portfile.cmake
│   │   ├── predicates_init.h
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── gtsam/
│   │   ├── build-fixes.patch
│   │   ├── eigen3-fixes.patch
│   │   ├── path-fixes.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── guetzli/
│   │   ├── CMakeLists.txt
│   │   ├── butteraugli.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── guile/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── guilite/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── gul14/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── gul17/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── gumbo/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── gz-cmake/
│   │   ├── find-modules.diff
│   │   ├── gz-find-package.diff
│   │   ├── gz-import-target.diff
│   │   ├── lock-dependencies.diff
│   │   ├── pkg-check-modules.diff
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── gz-common/
│   │   ├── 003-include-chrono.patch
│   │   ├── gdal-3.11.diff
│   │   ├── gz-utils3-log.diff
│   │   ├── gz_remotery_vis.patch
│   │   ├── portfile.cmake
│   │   ├── pthread.diff
│   │   └── vcpkg.json
│   ├── gz-fuel-tools/
│   │   ├── portfile.cmake
│   │   ├── remove_docs.patch
│   │   └── vcpkg.json
│   ├── gz-gui/
│   │   ├── dependencies.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── gz-math/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── gz-msgs/
│   │   ├── cmake-project-include.cmake
│   │   ├── move_bin_to_tools.patch
│   │   ├── portfile.cmake
│   │   ├── pthread.diff
│   │   ├── remove_ruby.patch
│   │   └── vcpkg.json
│   ├── gz-physics/
│   │   ├── dependencies.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── gz-plugin/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── gz-rendering/
│   │   ├── fix-dependencies.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── gz-sensors/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── gz-sim/
│   │   ├── cmake-project-include.cmake
│   │   ├── dependencies.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── gz-tools/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── gz-transport/
│   │   ├── portfile.cmake
│   │   ├── uuid-osx.patch
│   │   └── vcpkg.json
│   ├── gz-utils/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── gzip-hpp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── h3/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── h5py-lzf/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   ├── unofficial-h5py-lzf-config.cmake
│   │   └── vcpkg.json
│   ├── half/
│   │   ├── literal_operator.diff
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── halide/
│   │   ├── portfile.cmake
│   │   ├── usage.in
│   │   └── vcpkg.json
│   ├── hanjingo-high-jump/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── happly/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── hareflow/
│   │   ├── fix-asio-error.patch
│   │   ├── fix-missing-headers.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── harfbuzz/
│   │   ├── fix-win32-build.patch
│   │   ├── harfbuzzConfig.cmake.in
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── hash-library/
│   │   ├── 001-fix-macos.patch
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── hashids/
│   │   ├── hashids.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── hayai/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── hazelcast-cpp-client/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── hdf5/
│   │   ├── default-plugin-dir.diff
│   │   ├── libaec-config.diff
│   │   ├── mpi-flags.diff
│   │   ├── pkgconfig.patch
│   │   ├── portfile.cmake
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   ├── vcpkg-port-config.cmake
│   │   ├── vcpkg.json
│   │   └── win-compile-flags.diff
│   ├── hdr-histogram/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── healpix/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── hedley/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── hello-imgui/
│   │   ├── cmake-config.diff
│   │   ├── disable-sdl-android.patch
│   │   ├── fix-vulkan-binding.patch
│   │   ├── imgui-test-engine.diff
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── hesphoros-uniconv/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── hexi/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── hexl/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── hffix/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── hfsm2/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── hidapi/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── highfive/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── highs/
│   │   ├── fix-install-dirs.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── highway/
│   │   ├── 2695.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── hikogui/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── hiredis/
│   │   ├── fix-cmake-conf-install-dir.patch
│   │   ├── fix-ssize_t.patch
│   │   ├── fix-timeval.patch
│   │   ├── portfile.cmake
│   │   ├── support-static.patch
│   │   └── vcpkg.json
│   ├── hjson-cpp/
│   │   ├── fix-runtime-destination.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── hlslpp/
│   │   ├── hlslpp-config.cmake
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── hnswlib/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── hps/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── hpx/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── htscodecs/
│   │   ├── 0001-no-tests.patch
│   │   ├── configure_bz2.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── htslib/
│   │   ├── 0001-set-linkage.patch
│   │   ├── 0002-pthread-flag.patch
│   │   ├── 0003-no-tests.patch
│   │   ├── 0004-fix-find-htscodecs.patch
│   │   ├── bzip2-use-pkgconfig.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── http-parser/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── huira/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── hungarian/
│   │   ├── CMakeLists.txt
│   │   ├── LICENSE.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── hunspell/
│   │   ├── 0005-autotools-subdirs.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── hwloc/
│   │   ├── fix_shared_win_build.patch
│   │   ├── portfile.cmake
│   │   ├── stdout_fileno.patch
│   │   └── vcpkg.json
│   ├── hyperscan/
│   │   ├── 0001-remove-Werror.patch
│   │   ├── 0002-fix-threads.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── hypodermic/
│   │   ├── disable_hypodermic_tests.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── hypre/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── iausofa/
│   │   ├── CMakeLists.txt
│   │   ├── LICENSE
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── icecream-cpp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── iceoryx/
│   │   ├── acl.patch
│   │   ├── add-include-chrono.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── icu/
│   │   ├── disable-static-prefix.patch
│   │   ├── fix_bsd_and_solaris.patch
│   │   ├── fix_parallel_build_on_windows.patch
│   │   ├── mh-darwin.patch
│   │   ├── mh-mingw.patch
│   │   ├── mh-msys-msvc.patch
│   │   ├── portfile.cmake
│   │   ├── remove-MD-from-configure.patch
│   │   ├── subdirs.patch
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   ├── vcpkg-cross-data.patch
│   │   └── vcpkg.json
│   ├── ideviceinstaller/
│   │   ├── 001_fix_windows.patch
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── idevicerestore/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── idyntree/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── if97/
│   │   ├── portfile.cmake
│   │   ├── relax-encoding.diff
│   │   └── vcpkg.json
│   ├── igloo/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── ignition-modularscripts/
│   │   ├── portfile.cmake
│   │   ├── vcpkg-port-config.cmake
│   │   └── vcpkg.json
│   ├── igraph/
│   │   ├── arith_osx.h
│   │   ├── arith_win32.h
│   │   ├── arith_win64.h
│   │   ├── constant-nan.patch
│   │   ├── glpk-uwp.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── iguana/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── iir1/
│   │   ├── fix-shared-lib.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── im3d/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── imageinfo/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── imath/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── imcce-openfa/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── imgui/
│   │   ├── CMakeLists.txt
│   │   ├── imgui-config.cmake.in
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── imgui-node-editor/
│   │   ├── CMakeLists.txt
│   │   ├── fix-imgui-v1.92.5.patch
│   │   ├── fix-vec2-math-operators.patch
│   │   ├── portfile.cmake
│   │   ├── remove-getkeyindex.patch
│   │   └── vcpkg.json
│   ├── imgui-sfml/
│   │   ├── 0001-fix_find_package.patch
│   │   ├── 0002-support-imgui-1.92.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── imguizmo/
│   │   ├── CMakeLists.txt
│   │   ├── fix-imgui-1.92.5.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── immer/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── implot/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── implot3d/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── indicators/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── indirect-value/
│   │   ├── fix-install.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── inflatelib/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── influxdb-cxx/
│   │   ├── fix-dllexports.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── infoware/
│   │   ├── cross-build.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── inih/
│   │   ├── portfile.cmake
│   │   ├── unofficial-inihConfig.cmake.in
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── iniparser/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── inipp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── inja/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── intel-ipsec/
│   │   ├── always-generate-pdb.patch
│   │   ├── intel-ipsec-targets-implib.cmake.in
│   │   ├── intel-ipsec-targets.cmake.in
│   │   ├── intel-ipsecConfig.cmake.in
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── intel-mkl/
│   │   ├── copy-from-dmg.cmake
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── intelrdfpmathlib/
│   │   ├── CMakeLists.txt
│   │   ├── fix-types.patch
│   │   ├── missing-includes.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── intrusive-shared-ptr/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── intx/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── iowa-hills-dsp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── irrlicht/
│   │   ├── CMakeLists.txt
│   │   ├── LICENSE.txt
│   │   ├── fix-encoding.patch
│   │   ├── fix-osx-compilation-2.diff
│   │   ├── fix-osx-compilation.patch
│   │   ├── portfile.cmake
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   └── vcpkg.json
│   ├── irsdkcpp/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── isal/
│   │   ├── isalConfig.cmake
│   │   ├── osx-asm-sysroot.patch
│   │   ├── portfile.cmake
│   │   ├── unofficial-isal-config.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── ismrmrd/
│   │   ├── portfile.cmake
│   │   ├── vcpkg.json
│   │   └── win32_runtime_fix.patch
│   ├── itay-grudev-singleapplication/
│   │   ├── Config.cmake.in
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── itk/
│   │   ├── dependencies.diff
│   │   ├── dont-build-gtest.patch
│   │   ├── fftw.diff
│   │   ├── msvc-static-crt.diff
│   │   ├── openjpeg.patch
│   │   ├── portfile.cmake
│   │   ├── rtk/
│   │   │   ├── cmp0153.diff
│   │   │   └── getopt-win32.diff
│   │   ├── use-the-lrintf-intrinsic.patch
│   │   ├── var_libraries.patch
│   │   ├── vcpkg.json
│   │   └── wrapping.patch
│   ├── itlib/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── itpp/
│   │   ├── fix-build.patch
│   │   ├── fix-linux.patch
│   │   ├── fix-uwp.patch
│   │   ├── msvc2013.patch
│   │   ├── portfile.cmake
│   │   ├── rename-version.patch
│   │   └── vcpkg.json
│   ├── itsy-bitsy/
│   │   ├── fix-cmake-install.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── ixwebsocket/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── jack2/
│   │   ├── CMakeLists.txt
│   │   ├── jack.def
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── jaeger-client-cpp/
│   │   ├── fix-CMakeLists.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── jansson/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── jasper/
│   │   ├── check-for-atomics-support.patch
│   │   ├── fix-library-name.patch
│   │   ├── no_stdc_check.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── jbcoe-value-types/
│   │   ├── fix-install.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── jbig2dec/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── jbigkit/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── jemalloc/
│   │   ├── fix-configure-ac.patch
│   │   ├── fix-host-use-libc.patch
│   │   ├── portfile.cmake
│   │   ├── preprocessor.patch
│   │   └── vcpkg.json
│   ├── jhasse-poly2tri/
│   │   ├── cmake.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── jigson/
│   │   ├── jigson-config.cmake.in
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── jinja2cpplight/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── jkqtplotter/
│   │   ├── fix-cmake.patch
│   │   ├── fix-cmake2.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── joltphysics/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── josuttis-jthread/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── jsmn/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── json-c/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── json-dto/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── json-glib/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── json-rpc-cxx/
│   │   ├── fix-config.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── json-schema-validator/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── json-spirit/
│   │   ├── Fix-link-error-C1128.patch
│   │   ├── dll-wins.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── json11/
│   │   ├── destination.patch
│   │   ├── fix-gcc15-build.patch
│   │   ├── json11-config.cmake
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── json5-parser/
│   │   ├── 00001-fix-build.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── jsoncons/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── jsoncpp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── jsonfusion/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── jsonifier/
│   │   ├── portfile.cmake
│   │   ├── uninstall-head.patch
│   │   └── vcpkg.json
│   ├── jsonnet/
│   │   ├── 0004-incorporate-md5.patch
│   │   ├── 0005-use-upstream-rapidyaml.patch
│   │   ├── 0006-use-cxx17.patch
│   │   ├── 001-enable-msvc.patch
│   │   ├── 002-fix-dependency-and-install.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── juce/
│   │   ├── 0001-build-allow-setting-JUCE_PLUGINHOST_LADSPA.patch
│   │   ├── 0004-install-paths.patch
│   │   ├── avoid-macos-15-deprecations.patch
│   │   ├── devendor-oboe.diff
│   │   ├── gcc-has-builtin.diff
│   │   ├── install-extras.diff
│   │   ├── juceaide.diff
│   │   ├── portfile.cmake
│   │   ├── prefer-cmake.diff
│   │   ├── usage
│   │   ├── vcpkg-compile-definitions.diff
│   │   └── vcpkg.json
│   ├── jwsung91-unilink/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── jwt-cpp/
│   │   ├── picojson_from_vcpkg.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── jxrlib/
│   │   ├── CMakeLists.txt
│   │   ├── FindJXR.cmake
│   │   ├── fix-mingw.patch
│   │   ├── guiddef.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   └── vcpkg.json
│   ├── kaitai-struct-cpp-stl-runtime/
│   │   ├── portfile.cmake
│   │   ├── remove-werror.patch
│   │   └── vcpkg.json
│   ├── kangaru/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kcp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kdalgorithms/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── kdbindings/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kddockwidgets/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kdgpu/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── kdiagram/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kdreports/
│   │   ├── fix-cmake-config.patch
│   │   ├── fix-license-text.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── kdsingleapplication/
│   │   ├── fix-license-text.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── kdsoap/
│   │   ├── fix-license-text.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── kdstatemachineeditor/
│   │   ├── fix-missing-targets.diff
│   │   ├── portfile.cmake
│   │   ├── qt6.9.patch
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── kdutils/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── kealib/
│   │   ├── no-kea-config-script.diff
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── keccak-tiny/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── kedixa-coke/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── kenlm/
│   │   ├── cmake-config.patch
│   │   ├── devendor.patch
│   │   ├── fix-boost.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kerbal/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── keystone/
│   │   ├── 0001-fix-gcc15.patch
│   │   ├── 0002-fix-cmake4.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kf5archive/
│   │   ├── portfile.cmake
│   │   ├── vcpkg.json
│   │   └── zstd.diff
│   ├── kf5attica/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kf5auth/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kf5bookmarks/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kf5codecs/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kf5completion/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kf5config/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kf5configwidgets/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kf5coreaddons/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kf5crash/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kf5dbusaddons/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kf5declarative/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kf5diagram/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kf5globalaccel/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kf5guiaddons/
│   │   ├── fix_cmake.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kf5holidays/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kf5i18n/
│   │   ├── fix_static_builds.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kf5iconthemes/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kf5itemmodels/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kf5itemviews/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kf5jobwidgets/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kf5kcmutils/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kf5kio/
│   │   ├── libmount.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kf5newstuff/
│   │   ├── disable-macos-bundle.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kf5notifications/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kf5package/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kf5parts/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kf5plotting/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kf5service/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kf5solid/
│   │   ├── 001_fix_libmount.patch
│   │   ├── 002_fix_imobile.patch
│   │   ├── 003_libmount.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kf5sonnet/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kf5syntaxhighlighting/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kf5texteditor/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kf5textwidgets/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kf5wallet/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kf5widgetsaddons/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kf5windowsystem/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kf5xmlgui/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kf6archive/
│   │   ├── portfile.cmake
│   │   ├── vcpkg.json
│   │   └── zstd.diff
│   ├── kfr/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kinectsdk1/
│   │   ├── Config.cmake.in
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kinectsdk2/
│   │   ├── Config.cmake.in
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kissfft/
│   │   ├── fix-install-dirs.patch
│   │   ├── fix-linkage.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── kissnet/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── kleidiai/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── klein/
│   │   ├── find_simde_first.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── knet/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── knncolle/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── knncolle-annoy/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── knncolle-hnsw/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── knncolle-kmknn/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── komihash/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── krabsetw/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── krb5/
│   │   ├── define-des-zeroblock.diff
│   │   ├── portfile.cmake
│   │   ├── static-deps.diff
│   │   ├── vcpkg.json
│   │   └── windows_pc_files/
│   │       ├── krb5-gssapi.pc.in
│   │       ├── krb5.pc.in
│   │       ├── mit-krb5-gssapi.pc.in
│   │       └── mit-krb5.pc.in
│   ├── ktx/
│   │   ├── 0001-Use-vcpkg-zstd.patch
│   │   ├── 0003-mkversion.patch
│   │   ├── 0004-quirks.patch
│   │   ├── 0005-no-vendored-libs.patch
│   │   ├── 0006-fix-ios-install.patch
│   │   ├── ktxread-libtool.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kubazip/
│   │   ├── disable-werror.patch
│   │   ├── fix-name-conflict.diff
│   │   ├── kubazipConfig.cmake
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── kubernetes/
│   │   ├── 001-fix-destination.patch
│   │   ├── 002-disable-werror.patch
│   │   ├── Config.cmake.in
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kuku/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kvasir-mpl/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── kwsys/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── lager/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── lapack/
│   │   ├── lapack.pc.in
│   │   ├── portfile.cmake
│   │   ├── vcpkg-cmake-wrapper.cmake.in
│   │   └── vcpkg.json
│   ├── lapack-reference/
│   │   ├── FindLAPACK.cmake
│   │   ├── cmake-config.patch
│   │   ├── fix_prefix.patch
│   │   ├── implicit-link.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   ├── vcpkg-cmake-wrapper.cmake.in
│   │   └── vcpkg.json
│   ├── lastools/
│   │   ├── build_tools.diff
│   │   ├── fix_include_directories_lastools.patch
│   │   ├── fix_install_paths_lastools.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── laszip/
│   │   ├── compiler-options.diff
│   │   ├── include-cstdint.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── launch-darkly-server/
│   │   ├── FixStrictPrototypes.patch
│   │   ├── findPCRE.patch
│   │   ├── launch-darkly-server-config.cmake
│   │   ├── portfile.cmake
│   │   ├── removeWarningAsError.patch
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── lazy-importer/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── lcm/
│   │   ├── disable-docs.patch
│   │   ├── glib.link.patch
│   │   ├── only-install-one-flavor.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── lcms/
│   │   ├── fix-shared-library.patch
│   │   ├── lcms-config.cmake
│   │   ├── lcms2-config.cmake
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── lely-core/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── lemon-parser-generator/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── lensfun/
│   │   ├── fix_build.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── leptonica/
│   │   ├── fix-pc-and-config.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── lerc/
│   │   ├── create_package.patch
│   │   ├── cxx-linkage-pkgconfig.patch
│   │   ├── fix-climits-include.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── lest/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── level-zero/
│   │   ├── portfile.cmake
│   │   ├── spdlog_include.patch
│   │   └── vcpkg.json
│   ├── leveldb/
│   │   ├── fix-dependencies.patch
│   │   ├── fix-util-install.patch
│   │   ├── leveldbConfig.cmake.in
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── levmar/
│   │   ├── add-install.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── lexbor/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── lexilla/
│   │   ├── 0001-static-lib.patch
│   │   ├── 0002-static-crt.patch
│   │   ├── 0003-fix-include-path.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── lfreist-hwinfo/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── lib3mf/
│   │   ├── fix-lib3mf-config-root.patch
│   │   ├── linkage.diff
│   │   ├── pkgconfig.diff
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libaaplus/
│   │   ├── fix-cmakelists.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libadlmidi/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libadwaita/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libaec/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libaes-siv/
│   │   ├── CMakeLists.txt
│   │   ├── header_rename.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libaiff/
│   │   ├── CMakeLists.txt
│   │   ├── allow_utf_16_filename.patch
│   │   ├── buffer_uninitialized.patch
│   │   ├── config.h
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libaio/
│   │   ├── CMakeLists.txt
│   │   ├── pkgconfig.pc.in
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libalkimia/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libao/
│   │   ├── 0001-windows-build-patch.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libarchive/
│   │   ├── fix-buildsystem.patch
│   │   ├── fix-deps.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   ├── vcpkg-cmake-wrapper.cmake.in
│   │   └── vcpkg.json
│   ├── libaribcaption/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libass/
│   │   ├── CMakeLists.txt
│   │   ├── config.h.in
│   │   ├── libass.def
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libassert/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libassuan/
│   │   ├── cross-tools.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libatomic-ops/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libavif/
│   │   ├── dependencies.diff
│   │   ├── disable-source-utf8.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libb2/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libbacktrace/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libbluray/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libbson/
│   │   ├── fix-include-directory.patch
│   │   ├── libbson-1.0-config.cmake
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libcaer/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libcamera/
│   │   ├── fix-absolute-paths.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libcanberra/
│   │   ├── 03_onlyshowin_unity.patch
│   │   ├── gtk_dont_assume_x11.patch
│   │   ├── lc-messages.patch
│   │   ├── ltdl.patch
│   │   ├── portfile.cmake
│   │   ├── undefined_reference.diff
│   │   └── vcpkg.json
│   ├── libcap/
│   │   ├── configure
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libcbor/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libcds/
│   │   ├── 001-cmake-install.patch
│   │   ├── 002-lib-suffix-option.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libcerf/
│   │   ├── begin-end-decls.diff
│   │   ├── cxx-flags.diff
│   │   ├── fix-source.diff
│   │   ├── install-dirs.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libcgroup/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libcoap/
│   │   ├── portfile.cmake
│   │   ├── remove-hardcoded-tinydtls-path.patch
│   │   └── vcpkg.json
│   ├── libconfig/
│   │   ├── portfile.cmake
│   │   ├── static-build.diff
│   │   └── vcpkg.json
│   ├── libconfuse/
│   │   ├── portfile.cmake
│   │   ├── unofficial-libconfuse-config.cmake
│   │   └── vcpkg.json
│   ├── libcopp/
│   │   ├── fix-x86-windows.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libcoro/
│   │   ├── add-experimental-library.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libcorrect/
│   │   ├── fix-ninja.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libcpplocate/
│   │   ├── fix-install-paths.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libcrafter/
│   │   ├── fix-build-error.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libcred/
│   │   ├── disable_tests.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libcroco/
│   │   ├── portfile.cmake
│   │   ├── unofficial-libcroco-config.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libcsv/
│   │   ├── Makefile.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libcuckoo/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libcurl-simple-https/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libczi/
│   │   ├── 0001-support-eigen3-5.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libdatachannel/
│   │   ├── dependencies.diff
│   │   ├── portfile.cmake
│   │   ├── uwp-warnings.patch
│   │   └── vcpkg.json
│   ├── libdatrie/
│   │   ├── CMakeLists.txt
│   │   ├── config.h.cmake
│   │   ├── fix-exports.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libdc1394/
│   │   ├── fix-macosx.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libde265/
│   │   ├── fix-interface-include.patch
│   │   ├── pkgconfig-cxx-linkage.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libdeflate/
│   │   ├── portfile.cmake
│   │   ├── remove_wrong_c_flags_modification.diff
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libdicom/
│   │   ├── cross-build.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libdisasm/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   ├── sizeofvoid.patch
│   │   └── vcpkg.json
│   ├── libdivide/
│   │   ├── no-werror.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libdjinterop/
│   │   ├── devendor_libs.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libdmtx/
│   │   ├── 001-cmake-add-install-target.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libdmx/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libdshowcapture/
│   │   ├── fix_build.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libdvdcss/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libdvdnav/
│   │   ├── msvc.diff
│   │   ├── no-undefined.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libdvdread/
│   │   ├── msvc.diff
│   │   ├── no-undefined.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libdwarf/
│   │   ├── dependencies.diff
│   │   ├── dwarfdump-conf.diff
│   │   ├── include-dir.diff
│   │   ├── msvc-runtime.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libdxfrw/
│   │   ├── portfile.cmake
│   │   ├── remove-werror.patch
│   │   └── vcpkg.json
│   ├── libe57/
│   │   ├── boost_includes.patch
│   │   ├── e57simple.patch
│   │   ├── export_config.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   ├── vcpkg.json
│   │   └── xercesc.patch
│   ├── libe57format/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libebur128/
│   │   ├── 0001-remove-warning-message.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libedit/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libenvpp/
│   │   ├── fix-dependencies.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libepoxy/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── liberasurecode/
│   │   ├── fix-build.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libev/
│   │   ├── 0000-event-fix-undefined-struct-timeval.patch
│   │   ├── 0001-use-select-with-msvc.patch
│   │   ├── portfile.cmake
│   │   ├── unofficial-libev-config.cmake
│   │   └── vcpkg.json
│   ├── libevdev/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libevent/
│   │   ├── fix-LibeventConfig_cmake_in_path.patch
│   │   ├── fix-file_path.patch
│   │   ├── fix-usage.patch
│   │   ├── fix-uwp.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libeventheader-decode/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libeventheader-tracepoint/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libevhtp/
│   │   ├── fix-cmake4.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libexif/
│   │   ├── fix-ssize.patch
│   │   ├── portfile.cmake
│   │   ├── unofficial-libexif-config.cmake
│   │   └── vcpkg.json
│   ├── libfabric/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libffi/
│   │   ├── dll-bindir.diff
│   │   ├── libffiConfig.cmake
│   │   ├── portfile.cmake
│   │   ├── unofficial-libffi-config.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libfido2/
│   │   ├── dependencies.diff
│   │   ├── flags.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libflac/
│   │   ├── android-cmake.diff
│   │   ├── cmake-project-include.cmake
│   │   ├── fix-compile-options.patch
│   │   ├── fix-find-threads.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libfontenc/
│   │   ├── build.patch
│   │   ├── configure.ac.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libfork/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libfort/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libfreenect2/
│   │   ├── fix-dependency-libusb.patch
│   │   ├── fix-macbuild.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libfs/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libftdi/
│   │   ├── dont_use_lib64.patch
│   │   ├── exports.def
│   │   ├── libusb-win32.patch
│   │   ├── portfile.cmake
│   │   ├── shared-static.patch
│   │   └── vcpkg.json
│   ├── libftdi1/
│   │   ├── cmake-version.diff
│   │   ├── disable-config-script.diff
│   │   ├── exports.def
│   │   ├── libdir.diff
│   │   ├── libftdipp1.diff
│   │   ├── libusb.diff
│   │   ├── linkage.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libfuse/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libgcrypt/
│   │   ├── cross-tools.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libgd/
│   │   ├── cmake-project-include.cmake
│   │   ├── control-build.patch
│   │   ├── fix-dependencies.cmake
│   │   ├── fix-static-usage.patch
│   │   ├── fix_msvc_build.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libgeotiff/
│   │   ├── cmakelists.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libgig/
│   │   ├── portfile.cmake
│   │   ├── replace_cpp23warning.patch
│   │   └── vcpkg.json
│   ├── libgit2/
│   │   ├── c-standard.diff
│   │   ├── cli-include-dirs.diff
│   │   ├── dependencies.diff
│   │   ├── mingw-winhttp.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libgme/
│   │   ├── cmake4.patch
│   │   ├── disable-player-and-demo.patch
│   │   ├── disable-static-zlib-hack.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libgnutls/
│   │   ├── ccasflags.patch
│   │   ├── portfile.cmake
│   │   ├── use-gmp-pkgconfig.patch
│   │   └── vcpkg.json
│   ├── libgo/
│   │   ├── Add-target-include-directory.patch
│   │   ├── add-stdexcept.diff
│   │   ├── cmake.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libgossip/
│   │   ├── fix-dependencies.patch
│   │   ├── portfile.cmake
│   │   ├── remove-export-headers.patch
│   │   ├── support-uwp.patch
│   │   └── vcpkg.json
│   ├── libgpg-error/
│   │   ├── android.diff
│   │   ├── cross-tools.patch
│   │   ├── gpgrt-config.patch
│   │   ├── mingw.diff
│   │   ├── pkgconfig-libintl.patch
│   │   ├── portfile.cmake
│   │   ├── vcpkg.json
│   │   └── win32-nls.diff
│   ├── libgpiod/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libgta/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libguarded/
│   │   ├── fix-install.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libgwenhywfar/
│   │   ├── control-openssl.diff
│   │   ├── fd_set-android.diff
│   │   ├── pkgconfig.diff
│   │   ├── portfile.cmake
│   │   ├── static-link-order.diff
│   │   └── vcpkg.json
│   ├── libgxps/
│   │   ├── libgxps-0.3.2_fix_meson_warnings.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libharu/
│   │   ├── export-targets.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libhat/
│   │   ├── 0001-CMakeLists.patch
│   │   ├── 0002-fix-gcc.patch
│   │   ├── libhat-config.cmake.in
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libhdfs3/
│   │   ├── fix_dependency_uuid.patch
│   │   ├── libhdfs3Config.cmake
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libheif/
│   │   ├── cmake-project-include.cmake
│   │   ├── cxx-linkage-pkgconfig.diff
│   │   ├── find-modules.diff
│   │   ├── gdk-pixbuf.patch
│   │   ├── portfile.cmake
│   │   ├── symbol-exports.diff
│   │   └── vcpkg.json
│   ├── libhsplasma/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libhv/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libhydrogen/
│   │   ├── no-arch.patch
│   │   ├── portfile.cmake
│   │   ├── remove-tests.patch
│   │   └── vcpkg.json
│   ├── libical/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libice/
│   │   ├── fix_build.patch
│   │   ├── portfile.cmake
│   │   ├── replace_macros.patch
│   │   └── vcpkg.json
│   ├── libiconv/
│   │   ├── 0002-Config-for-MSVC.patch
│   │   ├── 0003-Add-export.patch
│   │   ├── 0004-ModuleFileName.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   └── vcpkg.json
│   ├── libics/
│   │   ├── portfile.cmake
│   │   ├── real16.patch
│   │   └── vcpkg.json
│   ├── libid3tag/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libideviceactivation/
│   │   ├── 001_fix_static_build.patch
│   │   ├── 002_fix_api.patch
│   │   ├── 003_fix_tools_msvc.patch
│   │   ├── CMakeLists.txt
│   │   ├── exports.def
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libidn2/
│   │   ├── disable-subdirs.patch
│   │   ├── fix-uwp.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libigl/
│   │   ├── dependencies.patch
│   │   ├── imgui-impl.diff
│   │   ├── install-extra-targets.patch
│   │   ├── instantiations.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libilbc/
│   │   ├── absl.patch
│   │   ├── do-not-build-ilbc_test.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libimobiledevice/
│   │   ├── 001_fix_msvc.patch
│   │   ├── 002_fix_static_build.patch
│   │   ├── 003_fix_api.patch
│   │   ├── 004_fix_tools_msvc.patch
│   │   ├── CMakeLists.txt
│   │   ├── exports.def
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libimobiledevice-glue/
│   │   ├── 001_fix_win32_defs.patch
│   │   ├── 002_fix_msvc.patch
│   │   ├── 003_fix_static_build.patch
│   │   ├── 004_fix_api.patch
│   │   ├── CMakeLists.txt
│   │   ├── exports.def
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libinterpolate/
│   │   ├── 0001-support-eigen3-5.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libirecovery/
│   │   ├── 001_fix_static_build.patch
│   │   ├── 002_fix_api.patch
│   │   ├── 003_fix_msvc.patch
│   │   ├── 004_fix_tools_msvc.patch
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libjpeg-turbo/
│   │   ├── add-options-for-docs-headers.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   ├── vcpkg.json
│   │   └── workaround_cmake_system_processor.patch
│   ├── libjuice/
│   │   ├── dependencies.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libjxl/
│   │   ├── avoid-exe-linker-flags.patch
│   │   ├── disambiguate-pow-calls.patch
│   │   ├── fix-dependencies.patch
│   │   ├── msvc-remove-libm.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libkeyfinder/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libkml/
│   │   ├── add-target-include-directories.patch
│   │   ├── fix-cmake-min-version.patch
│   │   ├── fix-mingw.patch
│   │   ├── fix-minizip.patch
│   │   ├── patch_empty_literal_on_vc.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── liblas/
│   │   ├── fix-boost-headers.patch
│   │   ├── fix-cmake-config.patch
│   │   ├── fix-cmake4.patch
│   │   ├── fix-crosscompiling.diff
│   │   ├── force-cpp11.patch
│   │   ├── misc-fixes.patch
│   │   ├── portfile.cmake
│   │   ├── remove_unnecessary_boost_dependency.diff
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── liblbfgs/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libleidenalg/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── liblemon/
│   │   ├── fix-cmake.patch
│   │   ├── fix-cmake4.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── liblinear/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── liblo/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── liblrc/
│   │   ├── fix-cmake.patch
│   │   ├── portfile.cmake
│   │   ├── set_up_compile_error.patch
│   │   └── vcpkg.json
│   ├── liblsl/
│   │   ├── portfile.cmake
│   │   ├── use-find-package-asio.patch
│   │   └── vcpkg.json
│   ├── liblsquic/
│   │   ├── disable-asan.patch
│   │   ├── fix-found-boringssl.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libltdl/
│   │   ├── libtoolize-ltdl-no-la
│   │   ├── portfile.cmake
│   │   ├── vcpkg-port-config.cmake
│   │   └── vcpkg.json
│   ├── liblttng-ust/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── liblzf/
│   │   ├── 0001-add-extern-c.patch
│   │   ├── 0002-fix-macro-expansion-ub.patch
│   │   ├── CMakeLists.txt
│   │   ├── liblzf.def
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── liblzma/
│   │   ├── build-tools.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   └── vcpkg.json
│   ├── libmad/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libmagic/
│   │   ├── 0001-Use-libtre.patch
│   │   ├── 0002-Change-zlib-lib-name-to-match-CMake-output.patch
│   │   ├── 0003-Fix-WIN32-macro-checks.patch
│   │   ├── 0004-Typedef-POSIX-types-on-Windows.patch
│   │   ├── 0005-Include-dirent.h-for-S_ISREG-and-S_ISDIR.patch
│   │   ├── 0006-Remove-Wrap-POSIX-headers.patch
│   │   ├── 0007-Substitute-unistd-macros-for-MSVC.patch
│   │   ├── 0008-Add-FILENO-defines.patch
│   │   ├── 0010-Properly-check-for-the-presence-of-bitmasks.patch
│   │   ├── 0011-Remove-pipe-related-functions-in-funcs.c.patch
│   │   ├── 0012-Convert-MSYS2-paths-to-Windows-paths.patch
│   │   ├── 0013-Check-for-backslash-in-argv-0-on-Windows.patch
│   │   ├── 0015-MSYS2-Remove-ioctl-call.patch
│   │   ├── 0016-Fix-file_famagic-function.patch
│   │   ├── 0017-Change-bzlib-name-to-match-CMake-output.patch
│   │   ├── portfile.cmake
│   │   ├── unofficial-libmagic-config.cmake.in
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libmariadb/
│   │   ├── cmake-export.diff
│   │   ├── compiler-flags.diff
│   │   ├── dependencies.diff
│   │   ├── disable-mariadb_config.diff
│   │   ├── library-linkage.diff
│   │   ├── no-abs-path.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libmatio-cpp/
│   │   ├── fix-dependencies.patch
│   │   ├── matioCppConfig.cmake.in
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libmaxminddb/
│   │   ├── fix-link-thread.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libmediainfo/
│   │   ├── dependencies.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libmem/
│   │   ├── 0001-CMakeLists.patch
│   │   ├── libmem-config.cmake.in
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libmemcached-awesome/
│   │   ├── in_port_t.diff
│   │   ├── no-static-exports.diff
│   │   ├── p9y-targets.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libmicrodns/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libmicrohttpd/
│   │   ├── portfile.cmake
│   │   ├── remove_pdb_install.patch
│   │   └── vcpkg.json
│   ├── libmidi2/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libmikmod/
│   │   ├── find-openal.patch
│   │   ├── fix-missing-dll.patch
│   │   ├── name_conflict.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libmodbus/
│   │   ├── cflags.diff
│   │   ├── libmodbusConfig.cmake
│   │   ├── library-linkage.diff
│   │   ├── pkgconfig.diff
│   │   ├── portfile.cmake
│   │   ├── ssize_t.diff
│   │   └── vcpkg.json
│   ├── libmodman/
│   │   ├── fix-install-path.patch
│   │   ├── fix-undefined-typeid.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   └── vcpkg.json
│   ├── libmodplug/
│   │   ├── 002-detect_sinf.patch
│   │   ├── 003-use-static-cast-for-ctype.patch
│   │   ├── 004-export-pkgconfig.patch
│   │   ├── 005-fix-install-paths.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libmorton/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libmount/
│   │   ├── hide-private-symbols.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libmpeg2/
│   │   ├── 0001-Add-naive-MSVC-support-to-sources.patch
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libmspack/
│   │   ├── CMakeLists.txt
│   │   ├── config.h
│   │   ├── libmspack.def
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libmt32emu/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libmtp/
│   │   ├── disable-examples.patch
│   │   ├── dont-install-def-file.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libmultisense/
│   │   ├── 0000-platform-specific-links.patch
│   │   ├── 0001-find-public-api-dependencies.patch
│   │   ├── 0002-disable-error-on-warning.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libmupdf/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   ├── unofficial-libmupdf-config.cmake.in
│   │   └── vcpkg.json
│   ├── libmypaint/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libmysofa/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   ├── use-vcpkg-zlib.patch
│   │   └── vcpkg.json
│   ├── libmysql/
│   │   ├── cross-build.patch
│   │   ├── dependencies.patch
│   │   ├── fix-pdb-install-path.patch
│   │   ├── fix_dup_symbols.patch
│   │   ├── install-exports.patch
│   │   ├── libmysql-config.cmake
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libnice/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libnice-gst/
│   │   ├── portfile.cmake
│   │   ├── skip_libnice.patch
│   │   └── vcpkg.json
│   ├── libnick/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libnoise/
│   │   ├── fix-build.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libnop/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libnotify/
│   │   ├── 0001-fix-parameter-name-omitted-error.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libobfuscate/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libodb/
│   │   ├── CMakeLists.txt
│   │   ├── config.unix.h.in
│   │   ├── fix-linux.patch
│   │   ├── odbConfig.cmake
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libodb-boost/
│   │   ├── CMakeLists.txt
│   │   ├── config.h
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libodb-mysql/
│   │   ├── CMakeLists.txt
│   │   ├── adapter_mysql_8.0.patch
│   │   ├── config.unix.h.in
│   │   ├── fix-redefinttion.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libodb-pgsql/
│   │   ├── CMakeLists.txt
│   │   ├── config.unix.h.in
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libodb-sqlite/
│   │   ├── CMakeLists.txt
│   │   ├── config.unix.h.in
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libofx/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libogg/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libopenmpt/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libopensp/
│   │   ├── opensp.pc.in
│   │   ├── opensp_1.5.2-13.diff
│   │   ├── portfile.cmake
│   │   ├── use-cpp-using-declarations.patch
│   │   ├── uwp_getenv_fix.diff
│   │   ├── vcpkg.json
│   │   └── windows_cmake_build.diff
│   ├── libopnmidi/
│   │   ├── cmake-build-shared-libs-support.patch
│   │   ├── cmake-package-export.patch
│   │   ├── disable-wopn2hpp.patch
│   │   ├── fix-build-without-sequencer.patch
│   │   ├── fix-c++-standard.patch
│   │   ├── fix-pmdwin-emulator-include.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libopusenc/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── liboqs/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── liborigin/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libosdp/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libosip2/
│   │   ├── fix-path-in-project.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libosmium/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libosmscout/
│   │   ├── fix-libxml2.patch
│   │   ├── msvc-arm.diff
│   │   ├── msvc-static.diff
│   │   ├── portfile.cmake
│   │   ├── protobuf-linkage.patch
│   │   └── vcpkg.json
│   ├── libp7client/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libpcap/
│   │   ├── install.diff
│   │   ├── mingw-dynamic-libname.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libpff/
│   │   ├── CMakeLists.txt
│   │   ├── Config.cmake.in
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libpg-query/
│   │   ├── 0001-use-system-deps.patch
│   │   ├── configure
│   │   ├── portfile.cmake
│   │   ├── unofficial-libpg-query-config.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libphonenumber/
│   │   ├── disable-werror.patch
│   │   ├── enable-cpp17.patch
│   │   ├── fix-find-protobuf.patch
│   │   ├── fix-icui18n-lib-name.patch
│   │   ├── fix-re2-identifiers.patch
│   │   ├── portfile.cmake
│   │   ├── re2-2023-07-01-compat.patch
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libplist/
│   │   ├── 001_fix_static_build.patch
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libpmemobj-cpp/
│   │   ├── fixlibpmemobj-cpp.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libpng/
│   │   ├── cmake.patch
│   │   ├── libpng-config.cmake
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   └── vcpkg.json
│   ├── libpopcnt/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libpopt/
│   │   ├── 0004-vcpkg-fixmsvc.patch
│   │   ├── CMakeLists.txt
│   │   ├── config.h.cmake
│   │   ├── popt.def
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libpq/
│   │   ├── Makefile
│   │   ├── android/
│   │   │   └── unversioned_so.patch
│   │   ├── build-msvc.cmake
│   │   ├── libpq.props.in
│   │   ├── portfile.cmake
│   │   ├── unix/
│   │   │   ├── fix-configure.patch
│   │   │   ├── installdirs.patch
│   │   │   ├── mingw-install.patch
│   │   │   ├── mingw-static-importlib-fix.patch
│   │   │   ├── no-server-tools.patch
│   │   │   ├── python.patch
│   │   │   └── single-linkage.patch
│   │   ├── usage
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   ├── vcpkg-libs.props.in
│   │   ├── vcpkg.json
│   │   └── windows/
│   │       ├── macro-def.patch
│   │       ├── msbuild.patch
│   │       ├── spin_delay.patch
│   │       ├── tcl-9.0-alpha.patch
│   │       └── win_bison_flex.patch
│   ├── libpqxx/
│   │   ├── fix_build_with_vs2017.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libprotobuf-mutator/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libproxy/
│   │   ├── fix-install-py.patch
│   │   ├── fix-module-lib-name.patch
│   │   ├── portfile.cmake
│   │   ├── support-windows.patch
│   │   ├── usage
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   └── vcpkg.json
│   ├── libpsl/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libqcow/
│   │   ├── CMakeLists.txt
│   │   ├── Config.cmake.in
│   │   ├── macos_fixes.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libqglviewer/
│   │   ├── Add-compile-definitions.patch
│   │   ├── Fix-error-c2039.patch
│   │   ├── glu.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libqrencode/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libqtrest/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── librabbitmq/
│   │   ├── fix-uwpwarning.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libraqm/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libraw/
│   │   ├── dependencies.patch
│   │   ├── fix-install.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   └── vcpkg.json
│   ├── librdkafka/
│   │   ├── fix_oauthbearer_check.patch
│   │   ├── lz4.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   └── vcpkg.json
│   ├── libredwg/
│   │   ├── fix_arm64_build.patch
│   │   ├── fix_dependency.patch
│   │   ├── fix_install.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libremidi/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libressl/
│   │   ├── pkgconfig.diff
│   │   ├── portfile.cmake
│   │   ├── vcpkg-cmake-wrapper.cmake.in
│   │   └── vcpkg.json
│   ├── librsvg/
│   │   ├── fix-libxml2-2.13.5.patch
│   │   ├── meson-pkgconfig-and-def-file.patch
│   │   ├── portfile.cmake
│   │   ├── unofficial-librsvg-config.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── librsync/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── librtmp/
│   │   ├── CMakeLists.txt
│   │   ├── fix_strncasecmp.patch
│   │   ├── hide_netstackdump.patch
│   │   ├── librtmp.def
│   │   ├── pkgconfig.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── librtpi/
│   │   ├── portfile.cmake
│   │   ├── unofficial-librtpi-config.cmake
│   │   └── vcpkg.json
│   ├── librttopo/
│   │   ├── constant-nan.patch
│   │   ├── fix-makefiles.patch
│   │   ├── fix-pc-file.patch
│   │   ├── geos-config.patch
│   │   ├── portfile.cmake
│   │   ├── rttopo_config.h.in
│   │   └── vcpkg.json
│   ├── libsamplerate/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libsass/
│   │   ├── portfile.cmake
│   │   ├── remove_compiler_flags.patch
│   │   └── vcpkg.json
│   ├── libsbml/
│   │   ├── dependencies.diff
│   │   ├── dirent.diff
│   │   ├── libsbml-config.cmake
│   │   ├── no-docs.diff
│   │   ├── portfile.cmake
│   │   ├── test-shared.diff
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libsbsms/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libscran-umappp/
│   │   ├── 0001-fix-eigen3-dependency.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libsecret/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libsercomm/
│   │   ├── dev-SER_END_DECL-fix.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libserial/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libsersi/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libsharp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libshout/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libsigcpp/
│   │   ├── disable_tests_enable_static_build.patch
│   │   ├── fix-shared-windows-build.patch
│   │   ├── fix_include_path.patch
│   │   ├── fix_version.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libslirp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libsm/
│   │   ├── msvc.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libsmacker/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   ├── smacker.def
│   │   └── vcpkg.json
│   ├── libsmb2/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   └── vcpkg.json
│   ├── libsndfile/
│   │   ├── 001-avoid-installing-find-modules.patch
│   │   ├── mp3lame-static.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libsnoretoast/
│   │   ├── include_fix.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libsodium/
│   │   ├── 001-mingw-i386.patch
│   │   ├── portfile.cmake
│   │   ├── sodiumConfig.cmake.in
│   │   └── vcpkg.json
│   ├── libsonic/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libsoundio/
│   │   ├── fix_cmakelists.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libsoup/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libspatialindex/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libspatialite/
│   │   ├── android-builtin-iconv.diff
│   │   ├── fix-linux-configure.patch
│   │   ├── fix-makefiles.patch
│   │   ├── fix-mingw.patch
│   │   ├── fix-utf8-source.patch
│   │   ├── gaiaconfig-msvc.patch
│   │   ├── libxml2-no-http.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libspnav/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libspng/
│   │   ├── fix-spngconfig-cmake.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libsquish/
│   │   ├── cmake-version.patch
│   │   ├── export-target.patch
│   │   ├── fix-export-symbols.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libsrt/
│   │   ├── fix-static.patch
│   │   ├── fix-tool.patch
│   │   ├── pkgconfig.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libsrtp/
│   │   ├── cmake-config.diff
│   │   ├── cmake-project-include.cmake
│   │   ├── fix-runtime-destination.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libssh/
│   │   ├── 0001-export-pkgconfig-file.patch
│   │   ├── 0003-no-source-write.patch
│   │   ├── 0004-file-permissions-constants.patch
│   │   ├── android-glob-tilde.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libssh2/
│   │   ├── cmake-config.diff
│   │   ├── pkgconfig.diff
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libstemmer/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libstk/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libsvm/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libsystemd/
│   │   ├── disable-warning-nonnull.patch
│   │   ├── only-libsystemd.patch
│   │   ├── pkgconfig.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libtar/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libtasn1/
│   │   ├── clang-fortify.patch
│   │   ├── msvc_fixes.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libtcod/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libtess2/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libtheora/
│   │   ├── CMakeLists.txt
│   │   ├── libtheora.def
│   │   ├── portfile.cmake
│   │   ├── unofficial-theora-config.cmake.in
│   │   └── vcpkg.json
│   ├── libtins/
│   │   ├── find-pcap_static.patch
│   │   ├── fix-source-writes.patch
│   │   ├── fix_include.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libtomcrypt/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libtommath/
│   │   ├── bcrypt.patch
│   │   ├── has-set-double.patch
│   │   ├── import-lib.patch
│   │   ├── msvc-dce.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libtorch/
│   │   ├── fix-cmake.patch
│   │   ├── fix-dist-cuda.patch
│   │   ├── fix-glog.patch
│   │   ├── fix-osx.patch
│   │   ├── fix-pytorch-pr-156630.patch
│   │   ├── fix-vulkan.patch
│   │   ├── kineto.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libtorrent/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libtracepoint/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libtracepoint-control/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libtracepoint-decode/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libu2f-server/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   ├── strndup-fix.patch
│   │   ├── u2f-server-version.h
│   │   ├── vcpkg.json
│   │   └── windows.patch
│   ├── libudfread/
│   │   ├── msvc.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libudis86/
│   │   ├── CMakeLists.txt
│   │   ├── fix-macbuild.patch
│   │   ├── portfile.cmake
│   │   ├── python3.patch
│   │   └── vcpkg.json
│   ├── libudns/
│   │   ├── configure.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libui/
│   │   ├── 001-fix-cmake.patch
│   │   ├── 002-fix-macosx-build.patch
│   │   ├── 003-fix-system-link.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libunibreak/
│   │   ├── CMakeLists.txt
│   │   ├── fix_export.patch
│   │   ├── libunibreak-config.cmake.in
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libunifex/
│   │   ├── fix-compile-error.patch
│   │   ├── fix-linux-timespec.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libunistring/
│   │   ├── copyright
│   │   ├── disable-gnulib-fetch.patch
│   │   ├── disable-subdirs.patch
│   │   ├── msvc-use-stdint.patch
│   │   ├── parallelize-symbol-collection.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libunwind/
│   │   ├── liblzma.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libupnp/
│   │   ├── fix-pthreads4w-targets.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── liburcu/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── liburing/
│   │   ├── disable-tests-and-examples.patch
│   │   ├── fix-configure.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libusb/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libusb-win32/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libusbmuxd/
│   │   ├── 001_fix_win32_defs.patch
│   │   ├── 002_fix_struct_pack.patch
│   │   ├── 003_fix_msvc.patch
│   │   ├── 004_fix_api.patch
│   │   ├── 005_fix_tools_msvc.patch
│   │   ├── CMakeLists.txt
│   │   ├── exports.def
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libusbp/
│   │   ├── Config.cmake.in
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libuuid/
│   │   ├── CMakeLists.txt
│   │   ├── config.linux.h
│   │   ├── portfile.cmake
│   │   ├── unofficial-libuuid-config.cmake.in
│   │   └── vcpkg.json
│   ├── libuv/
│   │   ├── fix-build-type.patch
│   │   ├── portfile.cmake
│   │   ├── ssize_t.patch
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libuvc/
│   │   ├── build_fix.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libva/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libvault/
│   │   ├── 0001-fix-dependencies.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libversion/
│   │   ├── disable-test.patch
│   │   ├── portfile.cmake
│   │   ├── separate-build-type.patch
│   │   └── vcpkg.json
│   ├── libvhdi/
│   │   ├── CMakeLists.txt
│   │   ├── Config.cmake.in
│   │   ├── macos_fixes.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libvmaf/
│   │   ├── android-off_t.patch
│   │   ├── no-tools.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libvorbis/
│   │   ├── 0001-Dont-export-vorbisenc-functions.patch
│   │   ├── 0002-Fixup-pkgconfig-libs.patch
│   │   ├── 0003-def-mingw-compat.patch
│   │   ├── 0004-ogg-find-dependency.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libvpx/
│   │   ├── 0003-add-uwp-v142-and-v143-support.patch
│   │   ├── 0004-remove-library-suffixes.patch
│   │   ├── 0005-dont-expect-gnu-diff.patch
│   │   ├── portfile.cmake
│   │   ├── unofficial-libvpx-config.cmake.in
│   │   ├── vcpkg.json
│   │   └── vpx.pc.in
│   ├── libwandio/
│   │   ├── configure.lib.patch
│   │   ├── configure.patch
│   │   ├── curl.patch
│   │   ├── openssl.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libwebm/
│   │   ├── Fix-cmake.patch
│   │   ├── fix-export-config.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libwebp/
│   │   ├── 0002-cmake-config.patch
│   │   ├── 0003-simd.patch
│   │   ├── 0008-sdl.patch
│   │   ├── 0009-cpufeatures-android.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libwebsockets/
│   │   ├── export-include-path.patch
│   │   ├── fix-build-error.patch
│   │   ├── fix-dependency-libuv.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libx11/
│   │   ├── add_dl_pc.patch
│   │   ├── cl.build.patch
│   │   ├── dllimport.patch
│   │   ├── io_include.patch
│   │   ├── optimize-configure.patch
│   │   ├── portfile.cmake
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   ├── vcpkg.json
│   │   └── vcxserver.patch
│   ├── libxau/
│   │   ├── fix-configure-ac.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libxaw/
│   │   ├── portfile.cmake
│   │   ├── vcpkg.json
│   │   └── win.patch
│   ├── libxcomposite/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libxcrypt/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libxcvt/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libxdamage/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libxdf/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libxdiff/
│   │   ├── fix-usage-error.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libxdmcp/
│   │   ├── configure.ac.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libxext/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libxfixes/
│   │   ├── fix-configure.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libxfont/
│   │   ├── build.patch
│   │   ├── build2.patch
│   │   ├── configure.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libxft/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libxi/
│   │   ├── fix-configure.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libxinerama/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libxkbcommon/
│   │   ├── build.patch
│   │   ├── disable-test.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libxkbfile/
│   │   ├── fix_u_char.patch
│   │   ├── portfile.cmake
│   │   ├── symbol_visibility.patch
│   │   └── vcpkg.json
│   ├── libxlsxwriter/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libxml2/
│   │   ├── cxx-for-icu.diff
│   │   ├── disable-xml2-config.diff
│   │   ├── fix_cmakelist.patch
│   │   ├── fix_ios_compilation.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   └── vcpkg.json
│   ├── libxmlb/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libxmlmm/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   ├── unofficial-libxmlmm-config.cmake
│   │   └── vcpkg.json
│   ├── libxmlpp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libxmp/
│   │   ├── fix-cmake-config-dir.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libxmu/
│   │   ├── cl-build.patch
│   │   ├── portfile.cmake
│   │   ├── unistd.patch
│   │   └── vcpkg.json
│   ├── libxpm/
│   │   ├── fix-dependency-gettext.patch
│   │   ├── portfile.cmake
│   │   ├── remove_strings_h.patch
│   │   ├── strcasecmp.patch
│   │   ├── subdirs.diff
│   │   ├── tools.patch
│   │   └── vcpkg.json
│   ├── libxpresent/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libxrandr/
│   │   ├── fix-configure.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libxrender/
│   │   ├── fix-configure.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libxres/
│   │   ├── build.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libxscrnsaver/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libxslt/
│   │   ├── cxx-for-libxml2-icu.diff
│   │   ├── fix-gcrypt-deps.patch
│   │   ├── libexslt-pkgconfig.patch
│   │   ├── msvc-no-suffix.patch
│   │   ├── portfile.cmake
│   │   ├── python3.patch
│   │   ├── skip-install-docs.patch
│   │   ├── usage
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   └── vcpkg.json
│   ├── libxt/
│   │   ├── add-missing-process-h.patch
│   │   ├── cc_for_build.patch
│   │   ├── getcwd.patch
│   │   ├── globals.patch
│   │   ├── portfile.cmake
│   │   ├── vcpkg.json
│   │   └── windows_build.patch
│   ├── libxtst/
│   │   ├── fix-configure.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libxv/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libxxf86vm/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libyaml/
│   │   ├── export-pkgconfig.patch
│   │   ├── fix-POSIX_name.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libyuv/
│   │   ├── cmake.diff
│   │   ├── libyuv-config.cmake
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── libzen/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── libzim/
│   │   ├── cross-builds.diff
│   │   ├── dllexport.diff
│   │   ├── portfile.cmake
│   │   ├── subdirs.diff
│   │   └── vcpkg.json
│   ├── libzip/
│   │   ├── config-vars.diff
│   │   ├── dependencies.diff
│   │   ├── portfile.cmake
│   │   ├── use-requires.patch
│   │   └── vcpkg.json
│   ├── libzippp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── licensepp/
│   │   ├── FindCryptoPP.cmake
│   │   ├── add-stdint.diff
│   │   ├── devendoring.patch
│   │   ├── portfile.cmake
│   │   ├── remove-werror.diff
│   │   └── vcpkg.json
│   ├── lief/
│   │   ├── fix-cmakelists.patch
│   │   ├── fix-liefconfig-cmake-in.patch
│   │   ├── fix-vcpkg-includes.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── lightgbm/
│   │   ├── portfile.cmake
│   │   ├── vcpkg.json
│   │   └── vcpkg_lightgbm_use_vcpkg_libs.patch
│   ├── lightningscanner/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── lilv/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── linalg/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── linmath/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── lionkor-commandline/
│   │   ├── add-install.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── liquid-dsp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── litehtml/
│   │   ├── fix-relative-includes.patch
│   │   ├── portfile.cmake
│   │   ├── use-vcpkg-gumbo.patch
│   │   └── vcpkg.json
│   ├── live555/
│   │   ├── CMakeLists.txt
│   │   ├── fix-RTSPClient.patch
│   │   ├── fix_operator_overload.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── livepp/
│   │   ├── global_preferences.json
│   │   ├── portfile.cmake
│   │   ├── unofficial-liveppConfig.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── llama-cpp/
│   │   ├── cmake-config.diff
│   │   ├── pkgconfig.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── llfio/
│   │   ├── portfile.cmake
│   │   ├── usage-error-code-dynamic
│   │   ├── usage-error-code-static
│   │   ├── usage-status-code-dynamic
│   │   ├── usage-status-code-static
│   │   └── vcpkg.json
│   ├── llgi/
│   │   ├── fix-cmake-use-vcpkg.patch
│   │   ├── fix-sources.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── llgl/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── llhttp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── llnl-units/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── lloyal-ai-inlined-vector/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── llvm/
│   │   ├── 0001-fix-install-package-dir.patch
│   │   ├── 0002-fix-tools-install-dir.patch
│   │   ├── 0003-fix-llvm-config.patch
│   │   ├── 0004-disable-libomp-aliases.patch
│   │   ├── 0005-remove-numpy.patch
│   │   ├── 0006-create-destination-mlir-directory.patch
│   │   ├── 75711.patch
│   │   ├── 79694.patch
│   │   ├── 82407.patch
│   │   ├── add-include-chrono.patch
│   │   ├── clang_usage
│   │   ├── cmake4.patch
│   │   ├── flang_usage
│   │   ├── lld_usage
│   │   ├── llvm_usage
│   │   ├── mlir_usage
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── lmdb/
│   │   ├── cmake/
│   │   │   ├── CMakeLists.txt
│   │   │   ├── cmake/
│   │   │   │   ├── package-config.cmakein
│   │   │   │   └── runtest.cmake
│   │   │   └── lmdb.def
│   │   ├── getopt-win32.diff
│   │   ├── lmdb-config.cmake
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── lockpp/
│   │   ├── portfile.cmake
│   │   ├── remove-cpm.patch
│   │   └── vcpkg.json
│   ├── lodepng/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── log4cplus/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── log4cpp-log4cpp/
│   │   ├── cmake_fix.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── log4cxx/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── logme/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── loguru/
│   │   ├── copyright
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── lpeg/
│   │   ├── CMakeLists.txt
│   │   ├── lpeg.def
│   │   ├── portfile.cmake
│   │   ├── unofficial-lpeg-config.cmake.in
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── ls-qpack/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── ltla-aarand/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── ltla-cppirlba/
│   │   ├── 0001-fix-eigen3.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── ltla-cppkmeans/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── ltla-powerit/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── ltla-sanisizer/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── ltla-subpar/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── lua/
│   │   ├── CMakeLists.txt
│   │   ├── fix-ios-system.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   ├── uwp-no-popen.diff
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   ├── vcpkg.json
│   │   └── vs2015-impl-c99.patch
│   ├── lua-compat53/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── luabridge/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── luabridge3/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── luafilesystem/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   ├── unofficial-luafilesystem-config.cmake.in
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── luajit/
│   │   ├── 003-do-not-set-macosx-deployment-target.patch
│   │   ├── Makefile.nmake
│   │   ├── configure
│   │   ├── luajit.pc
│   │   ├── msvcbuild.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── luasec/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── luasocket/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── luau/
│   │   ├── cmake-config-export.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── luminoengine/
│   │   ├── fix-cmake-config.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── lunarg-vulkantools/
│   │   ├── disable-qtdeploy.patch
│   │   ├── portfile.cmake
│   │   ├── static-linkage.patch
│   │   └── vcpkg.json
│   ├── lunasvg/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── luv/
│   │   ├── fix-find-libuv.patch
│   │   ├── fix-find-lua-compat53.patch
│   │   ├── fix-find-luajit.patch
│   │   ├── fix-msvc-build.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── lv2/
│   │   ├── lv2-config.cmake
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── lwlog/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── lz4/
│   │   ├── portfile.cmake
│   │   ├── target-lz4-lz4.diff
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── lzav/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── lzfse/
│   │   ├── disable-cli-option.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── lzo/
│   │   ├── always_install_pc.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── lzokay/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── maddy/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── magic-args/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── magic-enum/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── magma/
│   │   ├── clang-cuda.patch
│   │   ├── disable-openmp-msvc.patch
│   │   ├── fix-cmake4.patch
│   │   ├── no-tests.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── magnum/
│   │   ├── 002-sdl-includes.patch
│   │   ├── 003-fix-FindGLFW.patch
│   │   ├── 004-fix-FindOpenAL.patch
│   │   ├── 005-fix-find-sdl2.patch
│   │   ├── 006-fix-build.patch
│   │   ├── 007-missing-headers.diff
│   │   ├── magnumdeploy.ps1
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── magnum-extras/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── magnum-integration/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── magnum-plugins/
│   │   ├── 002-fix-stb-conflict.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── mailio/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── makeid/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── manif/
│   │   ├── 0001-support-eigen3-5.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── manifold/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── mapbox-geojson-cpp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── mapbox-geojson-vt-cpp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── mapbox-geometry/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── mapbox-polylabel/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── mapbox-variant/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   ├── unofficial-mapbox-variant-config.cmake.in
│   │   └── vcpkg.json
│   ├── mapbox-wagyu/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── mapnik/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── marble/
│   │   ├── cpack.patch
│   │   ├── portfile.cmake
│   │   ├── protobuf.patch
│   │   ├── qtfix.patch
│   │   └── vcpkg.json
│   ├── marchingcubecpp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── mariadb-connector-cpp/
│   │   ├── fix-carray.diff
│   │   ├── install.diff
│   │   ├── libmariadb.diff
│   │   ├── mingw.diff
│   │   ├── portfile.cmake
│   │   ├── unofficial-mariadb-connector-cpp-config.cmake
│   │   └── vcpkg.json
│   ├── marisa-trie/
│   │   ├── enable-debug.patch
│   │   ├── fix-install.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── marl/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── marzbanpp/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── matajoh-libnpy/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── matchit/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── materialx/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── mathc/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── mathgl/
│   │   ├── cmake-config.patch
│   │   ├── cmake-project-include.cmake
│   │   ├── dependencies.patch
│   │   ├── enable-examples.patch
│   │   ├── fix-cross-builds.patch
│   │   ├── fix-examples.patch
│   │   ├── fix-format-specifiers.patch
│   │   ├── fix-glut.patch
│   │   ├── fix-include-property.patch
│   │   ├── fix-mgllab.patch
│   │   ├── fix_link_gsl.patch
│   │   ├── include_functional.patch
│   │   ├── linkage.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── mathter/
│   │   ├── portfile.cmake
│   │   ├── support-xsimd-14.patch
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── matio/
│   │   ├── cmake-config.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── matplotlib-cpp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── matplotplusplus/
│   │   ├── fix-dependencies.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── matroska/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── mbedtls/
│   │   ├── enable-pthread.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   └── vcpkg.json
│   ├── mcap/
│   │   ├── portfile.cmake
│   │   ├── unofficial-mcapConfig.cmake.in
│   │   └── vcpkg.json
│   ├── mchehab-zbar/
│   │   ├── portfile.cmake
│   │   ├── vcpkg.json
│   │   ├── windows.patch
│   │   └── x64.patch
│   ├── mcpp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── md4c/
│   │   ├── cmake.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── mdl-sdk/
│   │   ├── fix_find_materialx.diff
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── mdns/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── mdnsresponder/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── mdspan/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── mecab/
│   │   ├── CMakeLists.txt
│   │   ├── Config.cmake.in
│   │   ├── fix-missing-functional.patch
│   │   ├── fix_wpath_unsigned.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── meekrosoft-fff/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── memorymodule/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── meojson/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── mesa/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── meschach/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── meshoptimizer/
│   │   ├── dependencies.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── metis/
│   │   ├── build-fixes-gkregex.patch
│   │   ├── build-fixes.patch
│   │   ├── install_config.cmake
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── metrohash/
│   │   ├── CMakeLists.txt
│   │   ├── Config.cmake.in
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── mexce/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── mfl/
│   │   ├── disable-tests.patch
│   │   ├── fix-clang-detection.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── mfx-dispatch/
│   │   ├── fix-pkgconf.patch
│   │   ├── fix-unresolved-symbol.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── mgclient/
│   │   ├── export-cmake.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── mgnlibs/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── mhook/
│   │   ├── fix-windows-packing-mismatch.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── michaelmiller-sec21/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── micro-gl/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── microlog/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── microsoft-windows-devices-midi2/
│   │   ├── microsoft-windows-devices-midi2-config.cmake
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── mikktspace/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── mimalloc/
│   │   ├── pkgconfig-cxx.diff
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   ├── vcpkg-cmake-wrapper.cmake
│   │   └── vcpkg.json
│   ├── mimicpp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── minc/
│   │   ├── avoid-try-run.diff
│   │   ├── build.patch
│   │   ├── cmake-config.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── minhook/
│   │   ├── fix-usage.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── miniaudio/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── minifb/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── minimp3/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── minio-cpp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── miniply/
│   │   ├── fix-cmake.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── minisat-master-keying/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── minitrace/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── miniupnpc/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── miniz/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── minizip/
│   │   ├── 0001-remove-ifndef-NOUNCRYPT.patch
│   │   ├── 0002-add-declaration-for-mkdir.patch
│   │   ├── CMakeLists.txt
│   │   ├── android-fileapi.patch
│   │   ├── lib-to-def.cmake
│   │   ├── minizip-win32.def
│   │   ├── minizipConfig.cmake.in
│   │   ├── pkgconfig.patch
│   │   ├── portfile.cmake
│   │   ├── unofficial-minizipConfig.cmake.in
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── minizip-ng/
│   │   ├── dependencies.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── mio/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── mlpack/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── mman/
│   │   ├── mman-static.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── mmloader/
│   │   ├── fix-platform-name.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── mmx/
│   │   ├── copyright
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── mnn/
│   │   ├── fix-linux.patch
│   │   ├── portfile.cmake
│   │   ├── use-package-and-install.patch
│   │   └── vcpkg.json
│   ├── modern-cpp-kafka/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── modp-base64/
│   │   ├── CMakeLists.txt
│   │   ├── config.h.cmake
│   │   ├── libmodpbase64.def
│   │   ├── modp_b64_data.h
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── mongo-c-driver/
│   │   ├── disable-dynamic-when-static.patch
│   │   ├── fix-dependencies.patch
│   │   ├── fix-include-directory.patch
│   │   ├── fix-mingw.patch
│   │   ├── portfile.cmake
│   │   ├── remove_abs_patch.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── mongo-cxx-driver/
│   │   ├── cmake-project-include.cmake
│   │   ├── fix-dependencies.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── mongoose/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── monkeys-audio/
│   │   ├── fix-outdir.patch
│   │   ├── license
│   │   ├── portfile.cmake
│   │   ├── remove-certificate-step.patch
│   │   └── vcpkg.json
│   ├── moos-core/
│   │   ├── cmake_fix.patch
│   │   ├── include_functional.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── moos-essential/
│   │   ├── fix.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── moos-ui/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── morcules-swiftnet/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── morphologica/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── morton-nd/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── mosquitto/
│   │   ├── linkage-and-export.diff
│   │   ├── mosquitto-config.cmake
│   │   ├── portfile.cmake
│   │   ├── unofficial-mosquitto-config.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── mp-units/
│   │   ├── config.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── mp3lame/
│   │   ├── 00001-msvc-upgrade-solution-up-to-vc11.patch
│   │   ├── Config.cmake.in
│   │   ├── add-macos-universal-config.patch
│   │   ├── fix-mingw-w64-compatibility.patch
│   │   ├── portfile.cmake
│   │   ├── remove_lame_init_old_from_symbol_list.patch
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── mpark-patterns/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── mpark-variant/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── mpc/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── mpfr/
│   │   ├── dll.patch
│   │   ├── portfile.cmake
│   │   ├── src-only.patch
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── mpg123/
│   │   ├── have-fpu.diff
│   │   ├── pkgconfig.diff
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── mpi/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── mpir/
│   │   ├── enable-runtimelibrary-toggle.patch
│   │   ├── fix-static-include-files.patch
│   │   ├── portfile.cmake
│   │   ├── subdirs.diff
│   │   ├── vcpkg-cross-builds.diff
│   │   └── vcpkg.json
│   ├── mpmcqueue/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── mqtt-cpp/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── ms-gdk/
│   │   ├── gdk-config.cmake.in
│   │   ├── pfusage
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── ms-gdkx/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── ms-gltf/
│   │   ├── fix-install.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── ms-gsl/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── ms-ifc-sdk/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── msdfgen/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── msgpack/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── msgpack-c/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── msgpack11/
│   │   ├── disable-werror.patch
│   │   ├── fix-additerator.patch
│   │   ├── msvc.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── msh3/
│   │   ├── dependencies_fix.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── msinttypes/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── msix/
│   │   ├── CMakeLists.txt
│   │   ├── fix-dependency-catch2.patch
│   │   ├── install-cmake.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── msmpi/
│   │   ├── mpi-wrapper.cmake
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── msolve/
│   │   ├── fix-android.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── msquic/
│   │   ├── avoid-w-invalid-unevaluated-string.patch
│   │   ├── cmake4.patch
│   │   ├── exports-for-msh3.diff
│   │   ├── fix-comparing-system-processor-with-win32.patch
│   │   ├── fix-install.patch
│   │   ├── fix-uwp-crt.patch
│   │   ├── no-werror.patch
│   │   ├── portfile.cmake
│   │   ├── uwp-link-libs.diff
│   │   └── vcpkg.json
│   ├── mstch/
│   │   ├── do-not-force-release.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── mtlt/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── muda/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── mujoco/
│   │   ├── disable-werror.patch
│   │   ├── fix_dependencies.patch
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── mujs/
│   │   ├── CMakeLists.txt
│   │   ├── mujs.pc
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── munit/
│   │   ├── fix-install.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── muparser/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── murmur3/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── murmurhash/
│   │   ├── CMakeLists.txt
│   │   ├── Config.cmake.in
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── mvfst/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── mxml/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── mygui/
│   │   ├── Install-tools.patch
│   │   ├── fix-generation.patch
│   │   ├── fix-tools-lnk2005.patch
│   │   ├── opengl.patch
│   │   ├── platform-lib-static.patch
│   │   ├── portfile.cmake
│   │   ├── sdl2-static.patch
│   │   └── vcpkg.json
│   ├── mypaint-brushes/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── mysql-connector-cpp/
│   │   ├── cmake-project-include.cmake
│   │   ├── depfindprotobuf.diff
│   │   ├── disable-telemetry.diff
│   │   ├── dont-preload-cache.diff
│   │   ├── export-targets.patch
│   │   ├── lib-name-static.diff
│   │   ├── merge-archives.diff
│   │   ├── mysql-concpp-config.cmake
│   │   ├── mysql-connector-cpp-config.cmake.in
│   │   ├── portfile.cmake
│   │   ├── protobuf-source.patch
│   │   ├── save-linker-opts.diff
│   │   └── vcpkg.json
│   ├── mysvac-jsonlib/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── mzying2001-sw/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── nameof/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── nana/
│   │   ├── CMakeLists.txt
│   │   ├── config.cmake.in
│   │   ├── fix-build-error.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── nano-signal-slot/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── nanoarrow/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── nanobench/
│   │   ├── CMakeLists.txt
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── nanobind/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── nanodbc/
│   │   ├── add-missing-include.patch
│   │   ├── find-unixodbc.patch
│   │   ├── no-werror.patch
│   │   ├── portfile.cmake
│   │   ├── rename-version.patch
│   │   └── vcpkg.json
│   ├── nanoflann/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── nanogui/
│   │   ├── cmake4.patch
│   │   ├── fix-cmakelists.patch
│   │   ├── fix-glad-dependence.patch
│   │   ├── fix-release-build.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── nanojsonc/
│   │   ├── portfile.cmake
│   │   ├── usage
│   │   └── vcpkg.json
│   ├── nanomsg/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── nanopb/
│   │   ├── fix-cmakelist.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── nanoprintf/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── nanorange/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── nanort/
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── nanosvg/
│   │   ├── fltk.patch
│   │   ├── portfile.cmake
│   │   └── vcpkg.json
│   ├── nanovg/
│   │   ├── CMakeLists.txt
│   │   ├── nanovgConfig.cmake
│   │   ├── po
Download .txt
SYMBOL INDEX (168 symbols across 104 files)

FILE: ports/alac-decoder/decomp.c
  function set_endian (line 4) | int set_endian()

FILE: ports/breakpad/check_getcontext.cc
  function main (line 4) | int main() {

FILE: ports/gettimeofday/gettimeofday.c
  function gettimeofday (line 49) | int

FILE: ports/gettimeofday/gettimeofday.h
  type timeval (line 9) | struct timeval
  type timezone (line 9) | struct timezone

FILE: ports/openblas/openblas_common.h
  type xdouble (line 23) | typedef struct {
  type BLASLONG (line 33) | typedef long long BLASLONG;
  type BLASULONG (line 34) | typedef unsigned long long BLASULONG;
  type BLASLONG (line 36) | typedef long BLASLONG;
  type BLASULONG (line 37) | typedef unsigned long BLASULONG;
  type BLASLONG (line 41) | typedef BLASLONG blasint;
  type blasint (line 43) | typedef int blasint;

FILE: ports/skia/example/skcms.cpp
  function main (line 3) | int main() {

FILE: ports/skia/example/skpathediting.cpp
  function main (line 4) | int main() {

FILE: scripts/azure-pipelines/owners-db/file_script.ts
  function getFiles (line 7) | function getFiles(dirPath: string): string[] {
  function genAllFileStrings (line 12) | function genAllFileStrings(
  function usage (line 39) | function usage() {
  function parseArgs (line 43) | function parseArgs(argv: string[]) {
  function main (line 72) | function main() {

FILE: scripts/azure-pipelines/owners-db/file_script_from_cache.ts
  function writeOutputLines (line 10) | function writeOutputLines(outDir: string, dbLines: string[], headerLines...
  function listZipFiles (line 16) | function listZipFiles(buffer: Buffer, pkgName: string, dbLines: string[]...
  function downloadUrlToBuffer (line 30) | function downloadUrlToBuffer(url: string): Promise<Buffer> {
  function usage (line 44) | function usage() {
  function parseArgs (line 49) | function parseArgs(argv: string[]) {
  function main (line 93) | async function main() {

FILE: scripts/buildsystems/osx/applocal.py
  class GlobalConfig (line 51) | class GlobalConfig(object):
  function run_and_get_output (line 57) | def run_and_get_output(popen_args):
  function get_dependencies (line 74) | def get_dependencies(filename):
  function is_qt_plugin (line 93) | def is_qt_plugin(filename):
  function is_qt_lib (line 102) | def is_qt_lib(filename):
  function is_loader_path_lib (line 111) | def is_loader_path_lib(filename):
  function normalize_qtplugin_name (line 119) | def normalize_qtplugin_name(filename):
  function normalize_qtlib_name (line 163) | def normalize_qtlib_name(filename):
  function normalize_loaderpath_name (line 206) | def normalize_loaderpath_name(filename):
  function fix_dependency (line 244) | def fix_dependency(binary, dep):
  function fix_binary (line 324) | def fix_binary(binary):
  function fix_main_binaries (line 344) | def fix_main_binaries():
  function main (line 363) | def main():

FILE: scripts/generateBaseline.py
  function get_version_tag (line 14) | def get_version_tag(version):
  function get_version_port_version (line 26) | def get_version_port_version(version):
  function generate_baseline (line 32) | def generate_baseline():
  function main (line 75) | def main():

FILE: scripts/generatePortVersionsDb.py
  function get_current_git_ref (line 19) | def get_current_git_ref():
  function generate_versions_file (line 29) | def generate_versions_file(port_name):
  function generate_versions_db (line 46) | def generate_versions_db(revision):
  function main (line 72) | def main():

FILE: scripts/test_ports/rpath-macho-test-binaries/project/main.cpp
  function main (line 5) | int main()

FILE: scripts/test_ports/rpath-test-binaries/project/main.cpp
  function main (line 5) | int main()

FILE: scripts/test_ports/vcpkg-ci-abcmake/project/src/main.cpp
  function main (line 3) | int main() {

FILE: scripts/test_ports/vcpkg-ci-angelscript/project/main.cpp
  function main (line 2) | int main()

FILE: scripts/test_ports/vcpkg-ci-ankurvdev-embedresource/project/main.cpp
  function verify_resource (line 12) | void verify_resource(ResourceLoader const& r)
  function main (line 38) | int main(int argc, char* argv[])

FILE: scripts/test_ports/vcpkg-ci-asmjit/project/main.cpp
  function main (line 2) | int main()

FILE: scripts/test_ports/vcpkg-ci-aurora-au/project/test_au_client.cc
  function main (line 13) | int main(int argc, char **argv) {

FILE: scripts/test_ports/vcpkg-ci-bgfx/project/main.cpp
  function main (line 4) | int main()

FILE: scripts/test_ports/vcpkg-ci-blas/project/main.c
  function main (line 3) | int main()

FILE: scripts/test_ports/vcpkg-ci-box2d/project/main.c
  function main (line 4) | int main()

FILE: scripts/test_ports/vcpkg-ci-capstone/project/main.cpp
  function main (line 3) | int main()

FILE: scripts/test_ports/vcpkg-ci-cmake-toolchain-file/project/main.c
  function main (line 3) | int main()

FILE: scripts/test_ports/vcpkg-ci-crashpad/project/main.cpp
  function main (line 3) | int main()

FILE: scripts/test_ports/vcpkg-ci-curl/project/main.c
  function main (line 3) | int main()

FILE: scripts/test_ports/vcpkg-ci-dartsim/project/main.cpp
  function main (line 3) | int main()

FILE: scripts/test_ports/vcpkg-ci-dawn/project/main.cpp
  function create_instance (line 37) | wgpu::Instance create_instance() {
  function request_adapter (line 49) | wgpu::Adapter request_adapter(const wgpu::Instance &instance, const wgpu...
  function device_lost_callback (line 68) | void device_lost_callback(const wgpu::Device &, wgpu::DeviceLostReason, ...
  function device_uncaptured_error_callback (line 72) | void device_uncaptured_error_callback(const wgpu::Device &, wgpu::ErrorT...
  function request_device (line 93) | wgpu::Device request_device(const wgpu::Instance &instance, const wgpu::...
  function create_shader (line 113) | wgpu::ShaderModule create_shader(const wgpu::Device &device, const std::...
  type Uniforms (line 122) | struct alignas(16) Uniforms {
  function glfw_error_callback (line 130) | void glfw_error_callback(int error, const char *description) { LOG("GLFW...
  type AppState (line 132) | struct AppState {
  function main (line 141) | int main() {

FILE: scripts/test_ports/vcpkg-ci-dawn/project/webgpu_glfw3.cpp
  function T (line 43) | T objc_call(id obj, const char *sel, Args... args) {
  function T (line 48) | T objc_call(const char *clazz, const char *sel, Args... args) {
  function setup_window_and_get_surface_descriptor (line 53) | std::unique_ptr<wgpu::ChainedStruct> setup_window_and_get_surface_descri...
  function create_surface (line 115) | wgpu::Surface create_surface(const wgpu::Instance &instance, GLFWwindow ...

FILE: scripts/test_ports/vcpkg-ci-dbus-cxx/project/main.cpp
  function main (line 2) | int main()

FILE: scripts/test_ports/vcpkg-ci-dcmtk/project/main.cpp
  function main (line 4) | int main()

FILE: scripts/test_ports/vcpkg-ci-duckdb/project/main.c
  function main (line 4) | int main()

FILE: scripts/test_ports/vcpkg-ci-ffmpeg/project/main.c
  function main (line 5) | int main()

FILE: scripts/test_ports/vcpkg-ci-fluidsynth/project/main.c
  function main (line 4) | int main()

FILE: scripts/test_ports/vcpkg-ci-gmime/project/main.c
  function verify_callback (line 4) | void verify_callback(GMimeObject *parent, GMimeObject *part, gpointer us...
  function main (line 17) | int main()

FILE: scripts/test_ports/vcpkg-ci-gobject-introspection/project/main.c
  function main (line 4) | int main()

FILE: scripts/test_ports/vcpkg-ci-graphicsmagick/project/main.c
  function main (line 3) | int main()

FILE: scripts/test_ports/vcpkg-ci-gz-common/project/main.cpp
  function main (line 4) | int main()

FILE: scripts/test_ports/vcpkg-ci-half/project/main.cpp
  function main (line 5) | int main()

FILE: scripts/test_ports/vcpkg-ci-hello-imgui/project/main.cpp
  function main (line 3) | int main()

FILE: scripts/test_ports/vcpkg-ci-icu/project/main.c
  function main (line 3) | int main()

FILE: scripts/test_ports/vcpkg-ci-intelrdfpmathlib/project/main.cpp
  function main (line 4) | int main()

FILE: scripts/test_ports/vcpkg-ci-itk/project/main.cpp
  function main (line 4) | int main()

FILE: scripts/test_ports/vcpkg-ci-juce/project/main.cpp
  function main (line 3) | int main()

FILE: scripts/test_ports/vcpkg-ci-libaec/project/main.c
  function main (line 4) | int main()

FILE: scripts/test_ports/vcpkg-ci-libavif/project/main.c
  function main (line 4) | int main()

FILE: scripts/test_ports/vcpkg-ci-libe57/project/main.cpp
  function main (line 3) | int main() {

FILE: scripts/test_ports/vcpkg-ci-libftdi1/project/main.cpp
  function main (line 3) | int main()

FILE: scripts/test_ports/vcpkg-ci-libgwenhywfar/project/main.c
  function main (line 3) | int main()

FILE: scripts/test_ports/vcpkg-ci-libharu/project/main.cpp
  function main (line 3) | int main() {

FILE: scripts/test_ports/vcpkg-ci-libhat/project/main.cpp
  function main (line 2) | int main()

FILE: scripts/test_ports/vcpkg-ci-libheif/project/main.c
  function main (line 3) | int main()

FILE: scripts/test_ports/vcpkg-ci-libmem/project/main.cpp
  function main (line 2) | int main()

FILE: scripts/test_ports/vcpkg-ci-libmodbus/project/main.c
  function main (line 4) | int main()

FILE: scripts/test_ports/vcpkg-ci-libpqxx/project/main.cpp
  function main (line 3) | int main()

FILE: scripts/test_ports/vcpkg-ci-libremidi/project/main.cpp
  function main (line 5) | int main()

FILE: scripts/test_ports/vcpkg-ci-libressl/project/libressl.c
  function main (line 3) | int main()

FILE: scripts/test_ports/vcpkg-ci-libressl/project/openssl.c
  function main (line 7) | int main()

FILE: scripts/test_ports/vcpkg-ci-libscran-umappp/project/main.cpp
  function main (line 4) | int main() {

FILE: scripts/test_ports/vcpkg-ci-libsrtp/project/main.c
  function main (line 4) | int main()

FILE: scripts/test_ports/vcpkg-ci-lief/project/main.cpp
  function main (line 5) | int main()

FILE: scripts/test_ports/vcpkg-ci-llama-cpp/project/main.cxx
  function main (line 10) | int main()

FILE: scripts/test_ports/vcpkg-ci-lua/project/main.c
  function main (line 7) | int main()

FILE: scripts/test_ports/vcpkg-ci-luajit/project/main.c
  function main (line 12) | int main()

FILE: scripts/test_ports/vcpkg-ci-mapbox-variant/project/main.cpp
  type check (line 3) | struct check
  function main (line 11) | int main()

FILE: scripts/test_ports/vcpkg-ci-minc/project/main.c
  function main (line 4) | int main()

FILE: scripts/test_ports/vcpkg-ci-mpg123/project/main.c
  function main (line 3) | int main()

FILE: scripts/test_ports/vcpkg-ci-msh3/project/main.c
  function main (line 3) | int main()

FILE: scripts/test_ports/vcpkg-ci-mysql-connector-cpp/project/jdbc.cpp
  function main (line 3) | int main()

FILE: scripts/test_ports/vcpkg-ci-mysql-connector-cpp/project/main.cpp
  function main (line 3) | int main()

FILE: scripts/test_ports/vcpkg-ci-mzying2001-sw/project/main.cpp
  function main (line 2) | int main()

FILE: scripts/test_ports/vcpkg-ci-nss/project/main.c
  function main (line 3) | int main()

FILE: scripts/test_ports/vcpkg-ci-openblas/project/main.c
  function main (line 5) | int main()

FILE: scripts/test_ports/vcpkg-ci-openimageio/project/main.cpp
  function main (line 3) | int main(int, char**)

FILE: scripts/test_ports/vcpkg-ci-openvpn3/project/main.cpp
  class Client (line 6) | class Client : public OpenVPNClient
    method acc_event (line 9) | void acc_event(const AppCustomControlMessageEvent &) override {}
    method event (line 10) | void event(const Event&) override {}
    method external_pki_cert_request (line 11) | void external_pki_cert_request(ExternalPKICertRequest &) override {}
    method external_pki_sign_request (line 12) | void external_pki_sign_request(ExternalPKISignRequest &) override {}
    method log (line 13) | void log(const LogInfo&) override {}
    method pause_on_connection_timeout (line 14) | bool pause_on_connection_timeout() override { return false; }
  function main (line 17) | int main()

FILE: scripts/test_ports/vcpkg-ci-orange-math/project/main.cpp
  function main (line 3) | int main()

FILE: scripts/test_ports/vcpkg-ci-orange-vmprotect-sdk/project/main.cpp
  function main (line 4) | int main() {

FILE: scripts/test_ports/vcpkg-ci-pixman/project/main.cpp
  function main (line 4) | int main() {

FILE: scripts/test_ports/vcpkg-ci-plplot/project/main.c
  function main (line 8) | int main()

FILE: scripts/test_ports/vcpkg-ci-podofo/project/main.cxx
  function main (line 4) | int main()

FILE: scripts/test_ports/vcpkg-ci-pybind11/project/main.cpp
  function mul (line 3) | int mul(int i, int j) {
  function PYBIND11_MODULE (line 7) | PYBIND11_MODULE(example, m) {

FILE: scripts/test_ports/vcpkg-ci-python3/project/main.c
  function main (line 3) | int main()

FILE: scripts/test_ports/vcpkg-ci-qtwebengine/project/main.cpp
  function main (line 8) | int main()

FILE: scripts/test_ports/vcpkg-ci-rest-rpc/project/main.cpp
  function main (line 3) | int main()

FILE: scripts/test_ports/vcpkg-ci-rewolf-wow64ext/project/main.cpp
  function main (line 2) | int main()

FILE: scripts/test_ports/vcpkg-ci-rtlsdr/project/main.c
  function main (line 3) | int main()

FILE: scripts/test_ports/vcpkg-ci-ryu/test.c
  function main (line 7) | int main() {

FILE: scripts/test_ports/vcpkg-ci-sdl3-image/project/main.c
  function main (line 3) | int main()

FILE: scripts/test_ports/vcpkg-ci-sdl3-ttf/project/main.c
  function main (line 3) | int main()

FILE: scripts/test_ports/vcpkg-ci-soci/project/main.cpp
  function main (line 6) | int main()

FILE: scripts/test_ports/vcpkg-ci-sol2/project/main.cpp
  function main (line 5) | int main() {

FILE: scripts/test_ports/vcpkg-ci-subversion/project/main.cpp
  function main (line 11) | int main()

FILE: scripts/test_ports/vcpkg-ci-tdlib/project/main.cpp
  function main (line 3) | int main()

FILE: scripts/test_ports/vcpkg-ci-tgbot-cpp/project/main.cpp
  function main (line 3) | int main()

FILE: scripts/test_ports/vcpkg-ci-tomlplusplus/project/main.cpp
  function main (line 4) | int main(int argc, char** argv)

FILE: scripts/test_ports/vcpkg-ci-tree-sitter/project/main.c
  function main (line 6) | int main()

FILE: scripts/test_ports/vcpkg-ci-unarr/project/main.c
  function main (line 2) | int main()

FILE: scripts/test_ports/vcpkg-ci-unicorn/project/main.c
  function main (line 3) | int main()

FILE: scripts/test_ports/vcpkg-ci-unixodbc/project/main.c
  function main (line 9) | int main()

FILE: scripts/test_ports/vcpkg-ci-uwebsockets/project/main.cxx
  function main (line 4) | int main()

FILE: scripts/test_ports/vcpkg-ci-vxl/project/main.cpp
  function main (line 6) | int main()

FILE: scripts/test_ports/vcpkg-ci-whisper-cpp/project/main.cxx
  function main (line 3) | int main()

FILE: scripts/test_ports/vcpkg-ci-yandex-disk-cpp-client/project/main.cpp
  function main (line 2) | int main()

FILE: scripts/update_suitesparse.py
  function download (line 21) | def download(url):
  function sha512 (line 28) | def sha512(data):
  function extract_version (line 34) | def extract_version(content):
  function load_versions (line 41) | def load_versions(tar_gz_bytes):
  function update_manifest (line 60) | def update_manifest(pkg_name, version):
  function update_portfile (line 71) | def update_portfile(pkg_name, new_version, new_hash):
  function update_port (line 84) | def update_port(pkg_name, new_version, suitesparse_hash):
  function main (line 100) | def main(suitesparse_version):
Copy disabled (too large) Download .json
Condensed preview — 13611 files, each showing path, character count, and a content snippet. Download the .json file for the full structured content (17,452K chars).
[
  {
    "path": ".gitattributes",
    "chars": 141,
    "preview": "* -text\nports/** -linguist-detectable\n\n# Declare files that will always have LF line endings on checkout.\nscripts/ci.bas"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/00-report-package-build-failure.yml",
    "chars": 1578,
    "preview": "name: Report package build failure\ndescription: Let us know about build failures in ports.\ntitle: \"[<port name>] build f"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/01-request-a-new-port.yml",
    "chars": 945,
    "preview": "name: Request a new port\ndescription: Request a new port/library that vcpkg should support.\ntitle: \"[New Port Request] <"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/02-request-an-update-to-an-existing-port.yml",
    "chars": 598,
    "preview": "name: Request an update to an existing port\ndescription: Let us know about a new version of a library we should pick up."
  },
  {
    "path": ".github/ISSUE_TEMPLATE/03-request-a-feature-or-improvement-to-a-port.yml",
    "chars": 1109,
    "preview": "name: Request a feature or improvement to a port\ndescription: Suggest an improvement to one the the ports/libraries in v"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/04-request-a-feature-or-improvement.yml",
    "chars": 1012,
    "preview": "name: Request a feature or improvement\ndescription: Suggest an improvement to vcpkg.\ntitle: ''\nlabels: [\"category:vcpkg-"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/05-other-type-of-bug-report.md",
    "chars": 623,
    "preview": "---\nname: Other type of bug report\nabout: Let us know about an issues that does not fit into any of the other issues.\n  "
  },
  {
    "path": ".github/ISSUE_TEMPLATE/config.yml",
    "chars": 175,
    "preview": "blank_issues_enabled: true\ncontact_links:\n  - name: I have a question\n    url: https://github.com/microsoft/vcpkg/discus"
  },
  {
    "path": ".github/pull_request_template.md",
    "chars": 3215,
    "preview": "<!-- If your PR fixes issues, please note that here by adding \"Fixes #NNNNNN.\" for each fixed issue on separate lines. -"
  },
  {
    "path": ".github/workflows/check_issues.yml",
    "chars": 5264,
    "preview": "name: Check For Common Issues\r\n\r\non:\r\n  issues:\r\n    types:\r\n      - opened\r\n\r\njobs:\r\n  check-for-common-issues:\r\n    ru"
  },
  {
    "path": ".github/workflows/check_tools_sha.yml",
    "chars": 525,
    "preview": "name: Check vcpkg Tools SHA\n\non:\n  pull_request:\n    paths:\n      - \"scripts/vcpkg-tools.json\"\n\npermissions:\n  contents:"
  },
  {
    "path": ".github/workflows/codeql.yml",
    "chars": 1473,
    "preview": "name: \"CodeQL\"\n\non:\n  push:\n    branches: [ \"master\" ]\n  schedule:\n    - cron: '26 0 * * 0'\n  workflow_dispatch:\n\njobs:\n"
  },
  {
    "path": ".github/workflows/stale.yml",
    "chars": 1770,
    "preview": "name: 'Close stale issues and PRs'\non:\n  schedule:\n    - cron: '30 1 * * *'\n\npermissions:\n  issues: write\n\njobs:\n  stale"
  },
  {
    "path": ".github/workflows/untrustedPR.yml",
    "chars": 12121,
    "preview": "name: Check For Common Mistakes\r\n\r\npermissions:\r\n  contents: read\r\n\r\non:\r\n  pull_request:\r\n\r\njobs:\r\n  Check:\r\n    runs-o"
  },
  {
    "path": ".gitignore",
    "chars": 5590,
    "preview": "############################################################\n# Visual Studio - Start\n###################################"
  },
  {
    "path": ".vcpkg-root",
    "chars": 0,
    "preview": ""
  },
  {
    "path": "CONTRIBUTING.md",
    "chars": 2432,
    "preview": "# Contribution Guidelines\n\nVcpkg is a community driven effort to build a productive and robust ecosystem of native libra"
  },
  {
    "path": "CONTRIBUTING_pt.md",
    "chars": 2707,
    "preview": "# Diretrizes de Contribuição\r\n\r\nVcpkg é um esforço da comunidade para construir um ecossistema produtivo e robusto de bi"
  },
  {
    "path": "CONTRIBUTING_zh.md",
    "chars": 952,
    "preview": "# 贡献准则\n\nVcpkg 是一个尝试由社区驱动,旨在构建一个多产的、健壮的本地库生态系统 - 您的贡献价值不可估量!\n\n## 报告问题\n\n最简单的方法是通过 `vcpkg.exe` 或 [GitHub](https://github.co"
  },
  {
    "path": "CodeQL.yml",
    "chars": 105,
    "preview": "path_classifiers:\r\n  library:\r\n    - \"buildtrees/libdisasm/src/-87a041f03c.clean/libdisasm/ia32_insn.c\"\r\n"
  },
  {
    "path": "LICENSE.txt",
    "chars": 1073,
    "preview": "MIT License\n\nCopyright (c) Microsoft Corporation\n\nPermission is hereby granted, free of charge, to any person obtaining "
  },
  {
    "path": "NOTICE.txt",
    "chars": 2334,
    "preview": "vcpkg uses third party material from the projects listed below.\nThe original copyright notice and the license under whic"
  },
  {
    "path": "NOTICE_pt.txt",
    "chars": 2469,
    "preview": "vcpkg usa material de terceiros dos projetos listados abaixo.\r\nO aviso de direitos autorais original e a licença sob a q"
  },
  {
    "path": "README.md",
    "chars": 6993,
    "preview": "<!-- \nThis document is a copy of the README file on the Microsoft/vcpkg-docs repository.\n\nTo make changes modify this fi"
  },
  {
    "path": "SECURITY.md",
    "chars": 2757,
    "preview": "<!-- BEGIN MICROSOFT SECURITY.MD V0.0.7 BLOCK -->\n\n## Security\n\nMicrosoft takes the security of our software products an"
  },
  {
    "path": "bootstrap-vcpkg.bat",
    "chars": 102,
    "preview": "@echo off\npowershell.exe -NoProfile -ExecutionPolicy Bypass \"& {& \\\"%~dp0scripts\\bootstrap.ps1\\\" %*}\"\n"
  },
  {
    "path": "bootstrap-vcpkg.sh",
    "chars": 109,
    "preview": "#!/bin/sh -e\n\nvcpkgRootDir=$(X= cd -- \"$(dirname -- \"$0\")\" && pwd -P)\n. \"$vcpkgRootDir/scripts/bootstrap.sh\"\n"
  },
  {
    "path": "docs/about/privacy.md",
    "chars": 209,
    "preview": "# Privacy\r\n\r\nThe documentation for this topic has been moved to the following articles in [Microsoft Learn](https://lear"
  },
  {
    "path": "docs/users/assetcaching.md",
    "chars": 226,
    "preview": "# Asset Caching\r\n\r\nThe documentation for this topic has been moved to the following articles in [Microsoft Learn](https:"
  },
  {
    "path": "docs/users/binarycaching.md",
    "chars": 229,
    "preview": "# Binary Caching\r\n\r\nThe documentation for this topic has been moved to the following articles in [Microsoft Learn](https"
  },
  {
    "path": "docs/users/manifests.md",
    "chars": 298,
    "preview": "# Manifests\r\n\r\nThe documentation for this topic has been moved to the following articles in [Microsoft Learn](https://le"
  },
  {
    "path": "docs/users/registries.md",
    "chars": 307,
    "preview": "# Registries\r\n\r\nThe documentation for this topic has been moved to the following articles in [Microsoft Learn](https://l"
  },
  {
    "path": "docs/users/triplets.md",
    "chars": 325,
    "preview": "# Triplets\r\n\r\nThe documentation for this topic has been moved to the following articles in [Microsoft Learn](https://lea"
  },
  {
    "path": "docs/users/versioning.md",
    "chars": 421,
    "preview": "# Versioning\r\n\r\nThe documentation for this topic has been moved to the following articles in [Microsoft Learn](https://l"
  },
  {
    "path": "ports/3fd/RapidXML.patch",
    "chars": 194,
    "preview": "--- a/3FD/xml.h\n+++ b/3FD/xml.h\n@@ -4,6 +4,6 @@\n #include \"exceptions.h\"\n #include \"utils.h\"\n-#include <rapidxml.hpp>\n+#"
  },
  {
    "path": "ports/3fd/portfile.cmake",
    "chars": 1766,
    "preview": "# Check library linkage:\nvcpkg_check_linkage(ONLY_STATIC_LIBRARY ONLY_DYNAMIC_CRT)\n\n# Get source code:\nvcpkg_from_github"
  },
  {
    "path": "ports/3fd/vcpkg.json",
    "chars": 608,
    "preview": "{\n  \"name\": \"3fd\",\n  \"version\": \"2.6.3\",\n  \"port-version\": 5,\n  \"description\": \"C++ Framework For Fast Development\",\n  \""
  },
  {
    "path": "ports/7zip/7zip-config.cmake.in",
    "chars": 110,
    "preview": "@PACKAGE_INIT@\r\n\r\ninclude(\"${CMAKE_CURRENT_LIST_DIR}/7zip-targets.cmake\")\r\n\r\ncheck_required_components(7zip)\r\n"
  },
  {
    "path": "ports/7zip/CMakeLists.txt",
    "chars": 15527,
    "preview": "cmake_minimum_required(VERSION 3.19)\r\n\r\nproject(7zip LANGUAGES C CXX)\r\n\r\n# Starting points:\r\n# DOC/readme.txt\r\n#\r\n# CPP/"
  },
  {
    "path": "ports/7zip/fix_timespec_get_broken_on_android.patch",
    "chars": 601,
    "preview": "diff --git a/CPP/Windows/TimeUtils.cpp b/CPP/Windows/TimeUtils.cpp\nindex bbd79ba..8df3ea3 100644\n--- a/CPP/Windows/TimeU"
  },
  {
    "path": "ports/7zip/portfile.cmake",
    "chars": 960,
    "preview": "string(REGEX REPLACE \"[.]([0-9])\\$\" \".0\\\\1\" upstream_version \"${VERSION}\")\r\n\r\nvcpkg_from_github(\r\n    OUT_SOURCE_PATH SO"
  },
  {
    "path": "ports/7zip/sort-asm.diff",
    "chars": 304,
    "preview": "diff --git a/Asm/x86/Sort.asm b/Asm/x86/Sort.asm\nindex 517c615..85e167e 100644\n--- a/Asm/x86/Sort.asm\n+++ b/Asm/x86/Sort"
  },
  {
    "path": "ports/7zip/vcpkg.json",
    "chars": 376,
    "preview": "{\n  \"name\": \"7zip\",\n  \"version\": \"26.0\",\n  \"description\": \"Library for archiving file with a high compression ratio.\",\n "
  },
  {
    "path": "ports/abcmake/portfile.cmake",
    "chars": 585,
    "preview": "vcpkg_from_github(\n    OUT_SOURCE_PATH SOURCE_PATH\n    REPO an-dr/abcmake\n    REF \"v6.4.0\"\n    SHA512 85724b25e158f41f0a"
  },
  {
    "path": "ports/abcmake/usage",
    "chars": 119,
    "preview": "abcmake provides CMake configs:\r\n\r\n    find_package(abcmake CONFIG REQUIRED)\r\n    add_main_component(${PROJECT_NAME})\r\n"
  },
  {
    "path": "ports/abcmake/vcpkg.json",
    "chars": 292,
    "preview": "{\n  \"name\": \"abcmake\",\n  \"version\": \"6.4.0\",\n  \"description\": \"Simple, component-first CMake helper for small & medium C"
  },
  {
    "path": "ports/ableton-link/fix_android_build.patch",
    "chars": 664,
    "preview": "diff --git \"a/AbletonLinkConfig.cmake\" \"b/AbletonLinkConfig.cmake\"\nindex 43b66e7..1e84fa5 100644\n--- \"a/cmake_include/Co"
  },
  {
    "path": "ports/ableton-link/no-werror.patch",
    "chars": 830,
    "preview": "diff --git a/cmake_include/ConfigureCompileFlags.cmake b/cmake_include/ConfigureCompileFlags.cmake\nindex 63bdfec..80879f"
  },
  {
    "path": "ports/ableton-link/portfile.cmake",
    "chars": 3699,
    "preview": "#header-only library\nvcpkg_check_linkage(ONLY_STATIC_LIBRARY)\n\nvcpkg_from_github(\n    OUT_SOURCE_PATH SOURCE_PATH\n    RE"
  },
  {
    "path": "ports/ableton-link/replace_asiosdk_download_by_vcpkg_asiosdk.patch",
    "chars": 2719,
    "preview": "diff --git \"a/examples/CMakeLists.txt\" \"b/examples/CMakeLists.txt\"\n\n--- \"a/examples/CMakeLists.txt\"\n+++ \"b/examples/CMak"
  },
  {
    "path": "ports/ableton-link/replace_local_asiostandalone_by_vcpkg_asio.patch",
    "chars": 773,
    "preview": "diff  a/cmake_include/ConfigureAsioStandalone.cmake b/ConfigureAsioStandalone.cmake\n\n--- a/cmake_include/ConfigureAsioSt"
  },
  {
    "path": "ports/ableton-link/replace_local_catch_by_vcpkg_catch2.patch",
    "chars": 2263,
    "preview": "--- ableton-link.orig/cmake_include/CatchConfig.cmake\r\n+++ ableton-link/cmake_include/CatchConfig.cmake\r\n@@ -1,6 +1,12 @"
  },
  {
    "path": "ports/ableton-link/vcpkg.json",
    "chars": 1388,
    "preview": "{\n  \"name\": \"ableton-link\",\n  \"version\": \"3.1.5\",\n  \"description\": \"Ableton Link, a technology that synchronizes musical"
  },
  {
    "path": "ports/abseil/003-force-cxx-17.patch",
    "chars": 572,
    "preview": "diff --git a/CMake/AbseilDll.cmake b/CMake/AbseilDll.cmake\nindex 38d09364..7d158be6 100644\n--- a/CMake/AbseilDll.cmake\n+"
  },
  {
    "path": "ports/abseil/fix-heterogeneous_lookup_testing-target.patch",
    "chars": 320,
    "preview": "diff --git a/absl/container/CMakeLists.txt b/absl/container/CMakeLists.txt\nindex 365c6ea..d12e585 100644\n--- a/absl/cont"
  },
  {
    "path": "ports/abseil/portfile.cmake",
    "chars": 2855,
    "preview": "if(NOT VCPKG_TARGET_IS_WINDOWS)\r\n    vcpkg_check_linkage(ONLY_STATIC_LIBRARY)\r\nendif()\r\n\r\nvcpkg_from_github(\r\n    OUT_SO"
  },
  {
    "path": "ports/abseil/vcpkg.json",
    "chars": 1122,
    "preview": "{\n  \"name\": \"abseil\",\n  \"version\": \"20260107.1\",\n  \"port-version\": 1,\n  \"description\": [\n    \"Abseil is an open-source c"
  },
  {
    "path": "ports/absent/portfile.cmake",
    "chars": 753,
    "preview": "vcpkg_from_github(\r\n    OUT_SOURCE_PATH SOURCE_PATH\r\n    REPO rvarago/absent\r\n    REF 0.3.1\r\n    SHA512 c7b7d29422ef8afc"
  },
  {
    "path": "ports/absent/vcpkg.json",
    "chars": 409,
    "preview": "{\n  \"name\": \"absent\",\n  \"version\": \"0.3.1\",\n  \"port-version\": 3,\n  \"description\": \"A small C++17 library meant to simpli"
  },
  {
    "path": "ports/abumq-ripe/cmake-config-exports.patch",
    "chars": 1300,
    "preview": "diff --git a/CMakeLists.txt b/CMakeLists.txt\nindex 803fb6a..ad7ae72 100644\n--- a/CMakeLists.txt\n+++ b/CMakeLists.txt\n@@ "
  },
  {
    "path": "ports/abumq-ripe/devendoring.patch",
    "chars": 1184,
    "preview": "diff --git a/CMakeLists.txt b/CMakeLists.txt\nindex 4500382..e1a2c95 100644\n--- a/CMakeLists.txt\n+++ b/CMakeLists.txt\n@@ "
  },
  {
    "path": "ports/abumq-ripe/fix-cryptopp-pem-api.patch",
    "chars": 534,
    "preview": "diff --git a/lib/Ripe.cc b/lib/Ripe.cc\nindex 1111111..2222222 100644\n--- a/lib/Ripe.cc\n+++ b/lib/Ripe.cc\n@@ -242,7 +242,"
  },
  {
    "path": "ports/abumq-ripe/portfile.cmake",
    "chars": 1080,
    "preview": "if(VCPKG_TARGET_IS_WINDOWS)\n    vcpkg_check_linkage(ONLY_STATIC_LIBRARY) # Ripe has several issues with dynamic linkage "
  },
  {
    "path": "ports/abumq-ripe/unofficial-ripe-config.cmake",
    "chars": 134,
    "preview": "include(CMakeFindDependencyMacro)\n\nfind_dependency(cryptopp CONFIG)\n\ninclude(${CMAKE_CURRENT_LIST_DIR}/unofficial-ripe-t"
  },
  {
    "path": "ports/abumq-ripe/vcpkg.json",
    "chars": 478,
    "preview": "{\n  \"name\": \"abumq-ripe\",\n  \"version\": \"4.2.2\",\n  \"port-version\": 1,\n  \"description\": \"Lightweight cryptography library "
  },
  {
    "path": "ports/ace/portfile.cmake",
    "chars": 14758,
    "preview": "# Using zip archive under Linux would cause sh/perl to report \"No such file or directory\" or \"bad interpreter\"\n# when in"
  },
  {
    "path": "ports/ace/vcpkg.json",
    "chars": 1210,
    "preview": "{\n  \"name\": \"ace\",\n  \"version\": \"8.0.5\",\n  \"maintainers\": \"Johnny Willemsen <jwillemsen@remedy.nl>\",\n  \"description\": \"T"
  },
  {
    "path": "ports/acl/portfile.cmake",
    "chars": 1053,
    "preview": "vcpkg_download_distfile(ARCHIVE\n    URLS \"http://download.savannah.nongnu.org/releases/acl/acl-${VERSION}.tar.xz\"\n      "
  },
  {
    "path": "ports/acl/vcpkg.json",
    "chars": 637,
    "preview": "{\n  \"name\": \"acl\",\n  \"version-semver\": \"2.3.2\",\n  \"port-version\": 1,\n  \"description\": \"Commands for Manipulating POSIX A"
  },
  {
    "path": "ports/activemq-cpp/FunctionLevelLinkingOn.diff",
    "chars": 4937,
    "preview": "diff --git a/vs2010-build/activemq-cpp.vcxproj b/vs2010-build/activemq-cpp.vcxproj\nindex a43f072..54b4822 100644\n--- a/v"
  },
  {
    "path": "ports/activemq-cpp/activemq-cppConfig.cmake",
    "chars": 20167,
    "preview": "set(_IMPORT_PREFIX \"${CMAKE_CURRENT_LIST_DIR}\")\r\nforeach(i RANGE 1 2)\r\n    get_filename_component(_IMPORT_PREFIX \"${_IMP"
  },
  {
    "path": "ports/activemq-cpp/fix-crt-linkage-dyn.patch",
    "chars": 1920,
    "preview": "diff --git a/vs2010-build/activemq-cpp.vcxproj b/vs2010-build/activemq-cpp.vcxproj\nindex 54b4822..6b35511 100644\n--- a/v"
  },
  {
    "path": "ports/activemq-cpp/fix-crt-linkage.patch",
    "chars": 1908,
    "preview": "diff --git a/vs2010-build/activemq-cpp.vcxproj b/vs2010-build/activemq-cpp.vcxproj\nindex 54b4822..6b35511 100644\n--- a/v"
  },
  {
    "path": "ports/activemq-cpp/portfile.cmake",
    "chars": 5843,
    "preview": "set(PATCHES )\r\nif (NOT VCPKG_TARGET_IS_LINUX)\r\n    set(PATCHES FunctionLevelLinkingOn.diff)\r\n    if(VCPKG_CRT_LINKAGE ST"
  },
  {
    "path": "ports/activemq-cpp/vcpkg.json",
    "chars": 587,
    "preview": "{\n  \"name\": \"activemq-cpp\",\n  \"version-semver\": \"3.9.5\",\n  \"port-version\": 18,\n  \"description\": \"Apache ActiveMQ is the "
  },
  {
    "path": "ports/ada-idna/install.patch",
    "chars": 1758,
    "preview": "diff --git a/CMakeLists.txt b/CMakeLists.txt\nindex a3abd0f..c37c36b 100644\n--- a/CMakeLists.txt\n+++ b/CMakeLists.txt\n@@ "
  },
  {
    "path": "ports/ada-idna/portfile.cmake",
    "chars": 892,
    "preview": "vcpkg_from_github(\n    OUT_SOURCE_PATH SOURCE_PATH\n    REPO ada-url/idna\n    REF \"${VERSION}\"\n    SHA512 d161ca25d37746b"
  },
  {
    "path": "ports/ada-idna/vcpkg.json",
    "chars": 569,
    "preview": "{\n  \"name\": \"ada-idna\",\n  \"version\": \"0.4.0\",\n  \"description\": \"C++ library implementing the to_ascii and to_unicode fun"
  },
  {
    "path": "ports/ada-url/no-cpm.patch",
    "chars": 1260,
    "preview": "diff --git a/CMakeLists.txt b/CMakeLists.txt\nindex d525b59..116095b 100644\n--- a/CMakeLists.txt\n+++ b/CMakeLists.txt\n@@ "
  },
  {
    "path": "ports/ada-url/portfile.cmake",
    "chars": 1216,
    "preview": "if(VCPKG_TARGET_IS_LINUX)\r\n    message(WARNING \"Building ${PORT} requires a C++20 compliant compiler. GCC 12 and Clang 1"
  },
  {
    "path": "ports/ada-url/vcpkg.json",
    "chars": 534,
    "preview": "{\n  \"name\": \"ada-url\",\n  \"version\": \"3.4.3\",\n  \"description\": \"WHATWG-compliant and fast URL parser written in modern C+"
  },
  {
    "path": "ports/ade/portfile.cmake",
    "chars": 608,
    "preview": "vcpkg_from_github(\n    OUT_SOURCE_PATH SOURCE_PATH\n    REPO opencv/ade\n    REF \"v${VERSION}\"\n    SHA512 0a27e2e3278c34b7"
  },
  {
    "path": "ports/ade/vcpkg.json",
    "chars": 474,
    "preview": "{\n  \"name\": \"ade\",\n  \"version-string\": \"0.1.2e\",\n  \"port-version\": 1,\n  \"description\": \"ADE Framework is a graph constru"
  },
  {
    "path": "ports/adios2/portfile.cmake",
    "chars": 2312,
    "preview": "vcpkg_from_github(\n    OUT_SOURCE_PATH SOURCE_PATH\n    REPO ornladios/ADIOS2\n    REF \"v${VERSION}\"\n    SHA512 05decc3ff1"
  },
  {
    "path": "ports/adios2/usage",
    "chars": 140,
    "preview": "The package adios2 provides CMake targets:\n\n    find_package(adios2 CONFIG REQUIRED)\n    target_link_libraries(main PRIV"
  },
  {
    "path": "ports/adios2/vcpkg.json",
    "chars": 1220,
    "preview": "{\n  \"name\": \"adios2\",\n  \"version\": \"2.9.2\",\n  \"description\": \"Next generation of ADIOS developed in the Exascale Computi"
  },
  {
    "path": "ports/advobfuscator/portfile.cmake",
    "chars": 559,
    "preview": "vcpkg_from_github(\n    OUT_SOURCE_PATH SOURCE_PATH\n    REPO andrivet/ADVobfuscator\n    REF \"v${VERSION}\"\n    SHA512 da83"
  },
  {
    "path": "ports/advobfuscator/vcpkg.json",
    "chars": 374,
    "preview": "{\n  \"name\": \"advobfuscator\",\n  \"version\": \"2.1.1\",\n  \"description\": \"Obfuscation library based on C++20 and metaprogramm"
  },
  {
    "path": "ports/aeron/patches/add-libuuid-vcpkg-support.patch",
    "chars": 2754,
    "preview": "diff --git a/aeron-driver/src/main/c/CMakeLists.txt b/aeron-driver/src/main/c/CMakeLists.txt\nindex 1234567..abcdefg 1006"
  },
  {
    "path": "ports/aeron/patches/fix-static-crt-linkage.patch",
    "chars": 798,
    "preview": "diff --git a/CMakeLists.txt b/CMakeLists.txt\nindex 1234567..abcdefg 100644\n--- a/CMakeLists.txt\n+++ b/CMakeLists.txt\n@@ "
  },
  {
    "path": "ports/aeron/portfile.cmake",
    "chars": 2728,
    "preview": "if (VCPKG_TARGET_IS_WINDOWS)\n    vcpkg_check_linkage(ONLY_STATIC_LIBRARY)\nendif()\n\nvcpkg_from_github(\n    OUT_SOURCE_PAT"
  },
  {
    "path": "ports/aeron/vcpkg.json",
    "chars": 827,
    "preview": "{\n  \"$schema\": \"https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json\",\n  \"name\": \"aeron\",\n"
  },
  {
    "path": "ports/air-ctl/fix-resize-error.patch",
    "chars": 484,
    "preview": "diff --git a/src/container/hash_map.c b/src/container/hash_map.c\nindex 3f9de33..b1dd419 100644\n--- a/src/container/hash_"
  },
  {
    "path": "ports/air-ctl/portfile.cmake",
    "chars": 574,
    "preview": "vcpkg_from_github(\n    OUT_SOURCE_PATH SOURCE_PATH\n    REPO  inie0722/air-ctl\n    REF \"v${VERSION}\"\n    SHA512 88a20b0d8"
  },
  {
    "path": "ports/air-ctl/vcpkg.json",
    "chars": 346,
    "preview": "{\n  \"name\": \"air-ctl\",\n  \"version\": \"1.1.2\",\n  \"port-version\": 3,\n  \"description\": \"C template container library\",\n  \"ho"
  },
  {
    "path": "ports/aixlog/portfile.cmake",
    "chars": 580,
    "preview": "vcpkg_from_github(\r\n    OUT_SOURCE_PATH SOURCE_PATH\r\n    REPO badaix/aixlog\r\n    REF fd4a341740ee840092963de852584ec8ff8"
  },
  {
    "path": "ports/aixlog/vcpkg.json",
    "chars": 273,
    "preview": "{\n  \"name\": \"aixlog\",\n  \"version\": \"1.5.0\",\n  \"port-version\": 1,\n  \"description\": \"Header-only C++ logging library\",\n  \""
  },
  {
    "path": "ports/aklomp-base64/portfile.cmake",
    "chars": 715,
    "preview": "vcpkg_from_github(\r\n    OUT_SOURCE_PATH SOURCE_PATH\r\n    REPO aklomp/base64\r\n    REF \"v${VERSION}\"\r\n    SHA512 9f8ca8a6e"
  },
  {
    "path": "ports/aklomp-base64/vcpkg.json",
    "chars": 468,
    "preview": "{\n  \"name\": \"aklomp-base64\",\n  \"version\": \"0.5.2\",\n  \"description\": \"Implementation of a base64 stream encoding/decoding"
  },
  {
    "path": "ports/alac/CMakeLists.txt",
    "chars": 1106,
    "preview": "cmake_minimum_required (VERSION 3.9)\nproject (alac)\n\nset(HEADERS\n  codec/EndianPortable.h\n  codec/aglib.h\n  codec/ALACAu"
  },
  {
    "path": "ports/alac/portfile.cmake",
    "chars": 890,
    "preview": "if(VCPKG_CMAKE_SYSTEM_NAME STREQUAL \"WindowsStore\")\n  message(FATAL_ERROR \"${PORT} does not currently support UWP\")\nendi"
  },
  {
    "path": "ports/alac/vcpkg.json",
    "chars": 458,
    "preview": "{\n  \"name\": \"alac\",\n  \"version\": \"2017-11-03-c38887c5\",\n  \"port-version\": 4,\n  \"description\": \"The Apple Lossless Audio "
  },
  {
    "path": "ports/alac-decoder/CMakeLists.txt",
    "chars": 841,
    "preview": "cmake_minimum_required (VERSION 3.9)\nproject (alac_decoder)\n\nset(HEADERS\n  decomp.h\n  demux.h\n  stream.h\n  wavwriter.h\n)"
  },
  {
    "path": "ports/alac-decoder/decomp.c",
    "chars": 200,
    "preview": "#include \"decomp.h\"\n#include <stdint.h>\n\nint set_endian()\n{\n    uint32_t integer = 0x000000aa;\n    unsigned char *p = (u"
  },
  {
    "path": "ports/alac-decoder/no-pragma-warning.patch",
    "chars": 372,
    "preview": "diff --git a/alac.c b/alac.c\nindex b829e29..8e8805f 100644\n--- a/alac.c\n+++ b/alac.c\n@@ -284,7 +284,9 @@ static int coun"
  },
  {
    "path": "ports/alac-decoder/portfile.cmake",
    "chars": 1011,
    "preview": "vcpkg_check_linkage(ONLY_STATIC_LIBRARY)\n\nvcpkg_download_distfile(ARCHIVE\n    URLS \"https://distfiles.macports.org/alac_"
  },
  {
    "path": "ports/alac-decoder/remove_stdint_headers.patch",
    "chars": 3993,
    "preview": "diff --git a/alac.c b/alac.c\nindex 469000d..c6fe479 100644\n--- a/alac.c\n+++ b/alac.c\n@@ -33,11 +33,7 @@\n #include <stdio"
  },
  {
    "path": "ports/alac-decoder/vcpkg.json",
    "chars": 389,
    "preview": "{\n  \"name\": \"alac-decoder\",\n  \"version\": \"0.2\",\n  \"port-version\": 7,\n  \"description\": \"ALAC C implementation of a decode"
  },
  {
    "path": "ports/alembic/portfile.cmake",
    "chars": 1230,
    "preview": "vcpkg_buildpath_length_warning(37)\n\nvcpkg_from_github(\n    OUT_SOURCE_PATH SOURCE_PATH\n    REPO alembic/alembic\n    REF "
  },
  {
    "path": "ports/alembic/vcpkg.json",
    "chars": 616,
    "preview": "{\n  \"name\": \"alembic\",\n  \"version\": \"1.8.10\",\n  \"port-version\": 1,\n  \"description\": \"Alembic is an open framework for st"
  },
  {
    "path": "ports/aliyun-oss-c-sdk/patch.patch",
    "chars": 364,
    "preview": "diff --git a/CMakeLists.txt b/CMakeLists.txt\r\nindex 0abcb93..75195a9 100644\r\n--- a/CMakeLists.txt\r\n+++ b/CMakeLists.txt\r"
  },
  {
    "path": "ports/aliyun-oss-c-sdk/portfile.cmake",
    "chars": 501,
    "preview": "vcpkg_from_github(\n    OUT_SOURCE_PATH SOURCE_PATH\n    REPO aliyun/aliyun-oss-c-sdk\n    REF ${VERSION}\n    SHA512 b00f17"
  },
  {
    "path": "ports/aliyun-oss-c-sdk/vcpkg.json",
    "chars": 476,
    "preview": "{\n  \"name\": \"aliyun-oss-c-sdk\",\n  \"version\": \"3.11.2\",\n  \"description\": \"Alibaba Cloud Object Storage Service (OSS) is a"
  },
  {
    "path": "ports/aliyun-oss-cpp-sdk/0001-dependency-and-targets.patch",
    "chars": 2360,
    "preview": "diff --git a/CMakeLists.txt b/CMakeLists.txt\nindex ea0d8d6..2a853a0 100644\n--- a/CMakeLists.txt\n+++ b/CMakeLists.txt\n@@ "
  },
  {
    "path": "ports/aliyun-oss-cpp-sdk/0002-unofficial-export.cmake",
    "chars": 882,
    "preview": "\ninstall(\n    EXPORT unofficial-aliyun-oss-cpp-sdk-targets\n    NAMESPACE unofficial::aliyun-oss-cpp-sdk::\n    DESTINATIO"
  },
  {
    "path": "ports/aliyun-oss-cpp-sdk/0003-suppress-fmt-warning.patch",
    "chars": 498,
    "preview": "diff --git a/CMakeLists.txt b/CMakeLists.txt\nindex ea0d8d6..2a853a0 100644\n--- a/CMakeLists.txt\n+++ b/CMakeLists.txt\n@@ "
  },
  {
    "path": "ports/aliyun-oss-cpp-sdk/disable-werror.diff",
    "chars": 274,
    "preview": "diff --git a/CMakeLists.txt b/CMakeLists.txt\nindex ea0d8d6..c04ec99 100644\n--- a/CMakeLists.txt\n+++ b/CMakeLists.txt\n@@ "
  },
  {
    "path": "ports/aliyun-oss-cpp-sdk/portfile.cmake",
    "chars": 829,
    "preview": "vcpkg_from_github(\n    OUT_SOURCE_PATH SOURCE_PATH\n    REPO aliyun/aliyun-oss-cpp-sdk\n    REF \"${VERSION}\"\n    SHA512 4b"
  },
  {
    "path": "ports/aliyun-oss-cpp-sdk/vcpkg.json",
    "chars": 610,
    "preview": "{\n  \"name\": \"aliyun-oss-cpp-sdk\",\n  \"version\": \"1.10.1\",\n  \"description\": \"Alibaba Cloud Object Storage Service (OSS) is"
  },
  {
    "path": "ports/allegro5/android-glext-prototypes.diff",
    "chars": 372,
    "preview": "diff --git a/src/opengl/ogl_fbo.c b/src/opengl/ogl_fbo.c\nindex dcb01fb..2c0f2aa 100644\n--- a/src/opengl/ogl_fbo.c\n+++ b/"
  },
  {
    "path": "ports/allegro5/cmake-project-include.cmake",
    "chars": 335,
    "preview": "if(MSVC AND CMAKE_SYSTEM_PROCESSOR STREQUAL \"ARM64\")\n    add_compile_options(/Gy)\nendif()\n\n# https://gitlab.kitware.com/"
  },
  {
    "path": "ports/allegro5/do-not-copy-pdbs-to-lib.patch",
    "chars": 523,
    "preview": "diff --git a/cmake/Common.cmake b/cmake/Common.cmake\nindex 86c194f..74edef8 100644\n--- a/cmake/Common.cmake\n+++ b/cmake/"
  },
  {
    "path": "ports/allegro5/minimp3-fix.patch",
    "chars": 631,
    "preview": "diff --git a/addons/acodec/CMakeLists.txt b/addons/acodec/CMakeLists.txt\nindex 6906a99..7896989 100644\n--- a/addons/acod"
  },
  {
    "path": "ports/allegro5/msvc-arm64-atomic.patch",
    "chars": 494,
    "preview": "diff --git a/include/allegro5/internal/aintern_atomicops.h b/include/allegro5/internal/aintern_atomicops.h\nindex 5054552"
  },
  {
    "path": "ports/allegro5/portfile.cmake",
    "chars": 2129,
    "preview": "vcpkg_from_github(\n    OUT_SOURCE_PATH SOURCE_PATH\n    REPO liballeg/allegro5\n    REF \"${VERSION}\"\n    SHA512 fe9a1c2882"
  },
  {
    "path": "ports/allegro5/skip-android-aar.diff",
    "chars": 325,
    "preview": "diff --git a/CMakeLists.txt b/CMakeLists.txt\nindex 0b2ccfb..a6029b9 100644\n--- a/CMakeLists.txt\n+++ b/CMakeLists.txt\n@@ "
  },
  {
    "path": "ports/allegro5/vcpkg.json",
    "chars": 1567,
    "preview": "{\n  \"name\": \"allegro5\",\n  \"version\": \"5.2.10.0\",\n  \"port-version\": 1,\n  \"description\": \"Allegro is a cross-platform libr"
  },
  {
    "path": "ports/alpaca/portfile.cmake",
    "chars": 928,
    "preview": "#header-only library\nvcpkg_from_github(\n    OUT_SOURCE_PATH SOURCE_PATH\n    REPO p-ranav/alpaca\n    REF v${VERSION}\n    "
  },
  {
    "path": "ports/alpaca/vcpkg.json",
    "chars": 424,
    "preview": "{\n  \"name\": \"alpaca\",\n  \"version\": \"0.2.1\",\n  \"description\": \"Alpaca is a serialization library written in C++17 - Pack "
  },
  {
    "path": "ports/alpaka/portfile.cmake",
    "chars": 698,
    "preview": "vcpkg_from_github(\n    OUT_SOURCE_PATH SOURCE_PATH\n    REPO alpaka-group/alpaka\n    REF ${VERSION}\n    SHA512 ea1a99ee5d"
  },
  {
    "path": "ports/alpaka/usage",
    "chars": 132,
    "preview": "alpaka provides CMake targets:\r\n\r\n    find_package(alpaka CONFIG REQUIRED)\r\n    target_link_libraries(main PRIVATE alpak"
  },
  {
    "path": "ports/alpaka/vcpkg.json",
    "chars": 522,
    "preview": "{\n  \"name\": \"alpaka\",\n  \"version\": \"2.1.1\",\n  \"description\": \"The alpaka library is a header-only abstraction library fo"
  },
  {
    "path": "ports/alsa/fix-plugin-dir.patch",
    "chars": 1299,
    "preview": "diff --git a/src/dlmisc.c b/src/dlmisc.c\nindex f64c716..a413233 100644\n--- a/src/dlmisc.c\n+++ b/src/dlmisc.c\n@@ -34,6 +3"
  },
  {
    "path": "ports/alsa/libdl.diff",
    "chars": 368,
    "preview": "diff --git a/configure.ac b/configure.ac\nindex 7a152a4..324adf8 100644\n--- a/configure.ac\n+++ b/configure.ac\n@@ -261,6 +"
  },
  {
    "path": "ports/alsa/portfile.cmake",
    "chars": 2131,
    "preview": "message(\n\"alsa currently requires the following programs from the system package manager:\n    autoconf autoheader acloca"
  },
  {
    "path": "ports/alsa/usage",
    "chars": 151,
    "preview": "alsa is compatible with built-in CMake targets:\n\n    find_package(ALSA REQUIRED)\n    target_link_libraries(main PRIVATE "
  },
  {
    "path": "ports/alsa/vcpkg-cmake-wrapper.cmake",
    "chars": 2011,
    "preview": "find_path(\n  ALSA_INCLUDE_DIR\n  NAMES alsa/asoundlib.h\n  PATHS \"${_VCPKG_INSTALLED_DIR}/${VCPKG_TARGET_TRIPLET}/include\""
  },
  {
    "path": "ports/alsa/vcpkg.json",
    "chars": 340,
    "preview": "{\n  \"name\": \"alsa\",\n  \"version\": \"1.2.15.3\",\n  \"port-version\": 1,\n  \"description\": \"The Advanced Linux Sound Architectur"
  },
  {
    "path": "ports/amd-adl-sdk/portfile.cmake",
    "chars": 868,
    "preview": "vcpkg_from_github(\r\n    OUT_SOURCE_PATH SOURCE_PATH\r\n    REPO GPUOpen-LibrariesAndSDKs/display-library\r\n    REF \"${VERSI"
  },
  {
    "path": "ports/amd-adl-sdk/vcpkg.json",
    "chars": 182,
    "preview": "{\n  \"name\": \"amd-adl-sdk\",\n  \"version\": \"17.1\",\n  \"description\": \"AMD Display Library (ADL) SDK\",\n  \"homepage\": \"https:/"
  },
  {
    "path": "ports/amd-amf/portfile.cmake",
    "chars": 1049,
    "preview": "# Don't use vcpkg_from_github as the archive is much bigger than the headers only archive\r\nvcpkg_download_distfile(ARCHI"
  },
  {
    "path": "ports/amd-amf/vcpkg.json",
    "chars": 210,
    "preview": "{\n  \"name\": \"amd-amf\",\n  \"version\": \"1.5.0\",\n  \"description\": \"AMD Advanced Media Framework headers\",\n  \"homepage\": \"htt"
  },
  {
    "path": "ports/ampl-asl/0006-disable-generate-arith-h.diff",
    "chars": 478,
    "preview": "diff --git a/CMakeLists.txt b/CMakeLists.txt\nindex 1d4b65e..21b32ae 100644\n--- a/CMakeLists.txt\n+++ b/CMakeLists.txt\n@@ "
  },
  {
    "path": "ports/ampl-asl/portfile.cmake",
    "chars": 880,
    "preview": "vcpkg_check_linkage(ONLY_STATIC_LIBRARY)\n\nvcpkg_from_github(\n    OUT_SOURCE_PATH SOURCE_PATH\n    REPO ampl/asl\n    REF a"
  },
  {
    "path": "ports/ampl-asl/vcpkg.json",
    "chars": 336,
    "preview": "{\n  \"name\": \"ampl-asl\",\n  \"version\": \"1.0.1\",\n  \"description\": \"AMPL Solver Library\",\n  \"homepage\": \"https://github.com/"
  },
  {
    "path": "ports/ampl-asl/workaround-msvc-optimizer-ice.patch",
    "chars": 1663,
    "preview": "diff --git a/src/solvers/avltree.c b/src/solvers/avltree.c\nindex 7a9adab..a75da90 100644\n--- a/src/solvers/avltree.c\n+++"
  },
  {
    "path": "ports/ampl-mp/0007-unofficial-export.cmake",
    "chars": 673,
    "preview": "\ninstall(\n    EXPORT unofficial-mp-targets\n    NAMESPACE\n    DESTINATION share/unofficial-mp\n)\n\nfile(WRITE \"${CMAKE_CURR"
  },
  {
    "path": "ports/ampl-mp/disable-matlab-mex.patch",
    "chars": 340,
    "preview": "diff --git a/src/asl/CMakeLists.txt b/src/asl/CMakeLists.txt\nindex b7d7ecf..c31a032 100644\n--- a/src/asl/CMakeLists.txt\n"
  },
  {
    "path": "ports/ampl-mp/fix-arm-build.patch",
    "chars": 1287,
    "preview": "diff --git a/CMakeLists.txt b/CMakeLists.txt\nindex 05fc783..e367344 100644\n--- a/CMakeLists.txt\n+++ b/CMakeLists.txt\n@@ "
  },
  {
    "path": "ports/ampl-mp/fix-build.patch",
    "chars": 743,
    "preview": "diff --git a/CMakeLists.txt b/CMakeLists.txt\nindex 9754d35..2b53eb0 100644\n--- a/CMakeLists.txt\n+++ b/CMakeLists.txt\n@@ "
  },
  {
    "path": "ports/ampl-mp/fix-dependency-asl.patch",
    "chars": 718,
    "preview": "diff --git a/CMakeLists.txt b/CMakeLists.txt\nindex 2b53eb0..05fc783 100644\n--- a/CMakeLists.txt\n+++ b/CMakeLists.txt\n@@ "
  },
  {
    "path": "ports/ampl-mp/install-targets.patch",
    "chars": 1810,
    "preview": "diff --git a/CMakeLists.txt b/CMakeLists.txt\nindex e367344..9338151 100644\n--- a/CMakeLists.txt\n+++ b/CMakeLists.txt\n@@ "
  },
  {
    "path": "ports/ampl-mp/portfile.cmake",
    "chars": 1589,
    "preview": "vcpkg_check_linkage(ONLY_STATIC_LIBRARY)\n\nvcpkg_from_github(\n    OUT_SOURCE_PATH SOURCE_PATH\n    REPO ampl/mp\n    REF v$"
  },
  {
    "path": "ports/ampl-mp/vcpkg.json",
    "chars": 410,
    "preview": "{\n  \"name\": \"ampl-mp\",\n  \"version\": \"4.1.0\",\n  \"description\": \"An open-source library for mathematical programming\",\n  \""
  },
  {
    "path": "ports/amqpcpp/fix-max_min_macros.patch",
    "chars": 1425,
    "preview": "diff --git a/include/amqpcpp/message.h b/include/amqpcpp/message.h\r\nindex 0a35838..96b43e1 100644\r\n--- a/include/amqpcpp"
  },
  {
    "path": "ports/amqpcpp/portfile.cmake",
    "chars": 877,
    "preview": "vcpkg_check_linkage(ONLY_STATIC_LIBRARY)\n\nvcpkg_from_github(\n    OUT_SOURCE_PATH SOURCE_PATH\n    REPO CopernicaMarketing"
  },
  {
    "path": "ports/amqpcpp/vcpkg.json",
    "chars": 409,
    "preview": "{\n  \"name\": \"amqpcpp\",\n  \"version\": \"4.3.27\",\n  \"description\": \"AMQP-CPP is a C++ library for communicating with a Rabbi"
  },
  {
    "path": "ports/anari/anari-lib-maybe-static-lib.patch",
    "chars": 600,
    "preview": "diff --git a/src/anari/CMakeLists.txt b/src/anari/CMakeLists.txt\nindex 6a34153..ee572a1 100644\n--- a/src/anari/CMakeList"
  },
  {
    "path": "ports/anari/portfile.cmake",
    "chars": 1599,
    "preview": "set(VCPKG_POLICY_DLLS_IN_STATIC_LIBRARY enabled)\r\n\r\nvcpkg_from_github(\r\n  OUT_SOURCE_PATH SOURCE_PATH\r\n  REPO KhronosGro"
  },
  {
    "path": "ports/anari/vcpkg.json",
    "chars": 358,
    "preview": "{\n  \"name\": \"anari\",\n  \"version\": \"0.15.0\",\n  \"description\": \"Cross-Platform 3D Rendering Engine API.\",\n  \"homepage\": \"h"
  },
  {
    "path": "ports/anax/Add-bin-output.patch",
    "chars": 281,
    "preview": "--- a/CMakeLists.txt\tTue Oct 13 13:47:40 2015\n+++ b/CMakeLists.txt\tTue Dec 06 11:13:23 2016\n@@ -161,6 +161,7 @@\n # Libra"
  },
  {
    "path": "ports/anax/osx-arm.patch",
    "chars": 455,
    "preview": "diff --git a/CMakeLists.txt b/CMakeLists.txt\nindex d427767..80965bc 100644\n--- a/CMakeLists.txt\n+++ b/CMakeLists.txt\n@@ "
  },
  {
    "path": "ports/anax/portfile.cmake",
    "chars": 685,
    "preview": "vcpkg_check_linkage(ONLY_STATIC_LIBRARY)\n\nvcpkg_from_github(\n    OUT_SOURCE_PATH SOURCE_PATH\n    REPO miguelmartin75/ana"
  },
  {
    "path": "ports/anax/vcpkg.json",
    "chars": 279,
    "preview": "{\n  \"name\": \"anax\",\n  \"version\": \"2.1.0\",\n  \"port-version\": 8,\n  \"description\": \"An open source C++ entity system.\",\n  \""
  },
  {
    "path": "ports/andytech-tiny-crc32c/portfile.cmake",
    "chars": 493,
    "preview": "vcpkg_from_github(\n    OUT_SOURCE_PATH SOURCE_PATH\n    REPO AndyTechnologies/tiny-crc32c\n\tREF v1.0.1\n    SHA512 2f203345"
  },
  {
    "path": "ports/andytech-tiny-crc32c/vcpkg.json",
    "chars": 226,
    "preview": "{\n  \"name\": \"andytech-tiny-crc32c\",\n  \"version\": \"1.0.1\",\n  \"description\": \"Tiny C++23 header-only CRC32C library (Casta"
  },
  {
    "path": "ports/angelscript/fix-dependency.patch",
    "chars": 445,
    "preview": "diff --git a/angelscript/projects/cmake/cmake/AngelscriptConfig.cmake b/angelscript/projects/cmake/cmake/AngelscriptConf"
  },
  {
    "path": "ports/angelscript/fix-ndk-arm.patch",
    "chars": 1817,
    "preview": "diff --git a/angelscript/source/as_callfunc_arm_gcc.S b/angelscript/source/as_callfunc_arm_gcc.S\r\nindex 994fcb0..62a9602"
  },
  {
    "path": "ports/angelscript/fix-osx-x64.patch",
    "chars": 1428,
    "preview": "diff --git a/angelscript/projects/cmake/CMakeLists.txt b/angelscript/projects/cmake/CMakeLists.txt\nindex 6f9d540..1adea0"
  },
  {
    "path": "ports/angelscript/fix-win-arm64.patch",
    "chars": 1370,
    "preview": "diff --git a/angelscript/projects/cmake/CMakeLists.txt b/angelscript/projects/cmake/CMakeLists.txt\nindex 6f9d540..6eae09"
  },
  {
    "path": "ports/angelscript/mark-threads-private.patch",
    "chars": 680,
    "preview": "diff --git a/angelscript/projects/cmake/CMakeLists.txt b/angelscript/projects/cmake/CMakeLists.txt\r\nindex 6f9d540..5d39f"
  },
  {
    "path": "ports/angelscript/portfile.cmake",
    "chars": 1754,
    "preview": "vcpkg_download_distfile(ARCHIVE\n    URLS \"https://angelcode.com/angelscript/sdk/files/angelscript_${VERSION}.zip\"\n    FI"
  },
  {
    "path": "ports/angelscript/vcpkg.json",
    "chars": 763,
    "preview": "{\n  \"name\": \"angelscript\",\n  \"version\": \"2.38.0\",\n  \"description\": \"The AngelCode Scripting Library, or AngelScript as i"
  },
  {
    "path": "ports/angle/001-fix-builder-error.patch",
    "chars": 686,
    "preview": "diff --git a/src/gpu_info_util/SystemInfo_win.cpp b/src/gpu_info_util/SystemInfo_win.cpp\nindex f4bb137f2..86495013b 1006"
  },
  {
    "path": "ports/angle/001-fix-uwp.patch",
    "chars": 1450,
    "preview": "diff --git a/src/libANGLE/renderer/d3d/d3d11/winrt/CoreWindowNativeWindow.cpp b/src/libANGLE/renderer/d3d/d3d11/winrt/Co"
  },
  {
    "path": "ports/angle/002-fix-builder-error.patch",
    "chars": 974,
    "preview": "diff --git a/src/gpu_info_util/SystemInfo_win.cpp b/src/gpu_info_util/SystemInfo_win.cpp\nindex f4bb137f2..86495013b 1006"
  },
  {
    "path": "ports/angle/003-fix-mingw.patch",
    "chars": 823,
    "preview": "diff --git a/src/common/mathutil.h b/src/common/mathutil.h\nindex 1d73bbf..c5b9cc8 100644\n--- a/src/common/mathutil.h\n+++"
  },
  {
    "path": "ports/angle/ANGLEShaderProgramVersion.h.in",
    "chars": 140,
    "preview": "#cmakedefine ANGLE_PROGRAM_VERSION \"@ANGLE_PROGRAM_VERSION@\"\n#cmakedefine ANGLE_PROGRAM_VERSION_HASH_SIZE @ANGLE_PROGRAM"
  },
  {
    "path": "ports/angle/angle_commit.h.in",
    "chars": 212,
    "preview": "#cmakedefine ANGLE_COMMIT_HASH \"@ANGLE_COMMIT_HASH@\"\n#cmakedefine ANGLE_COMMIT_HASH_SIZE @ANGLE_COMMIT_HASH_SIZE@\n#cmake"
  },
  {
    "path": "ports/angle/cmake-buildsystem/CMakeLists.txt",
    "chars": 14366,
    "preview": "cmake_minimum_required(VERSION 3.8)\nproject(angle CXX C)\n\nlist(APPEND CMAKE_MODULE_PATH \"${CMAKE_CURRENT_LIST_DIR}/cmake"
  },
  {
    "path": "ports/angle/cmake-buildsystem/PlatformLinux.cmake",
    "chars": 702,
    "preview": "list(APPEND ANGLE_DEFINITIONS ANGLE_PLATFORM_LINUX USE_SYSTEM_EGL)\ninclude(linux.cmake)\n\nif (USE_OPENGL)\n    # Enable GL"
  },
  {
    "path": "ports/angle/cmake-buildsystem/PlatformMac.cmake",
    "chars": 1515,
    "preview": "find_package(ZLIB REQUIRED)\n\nlist(APPEND ANGLE_SOURCES\n    ${libangle_gpu_info_util_mac_sources}\n    ${libangle_gpu_info"
  },
  {
    "path": "ports/angle/cmake-buildsystem/PlatformWin.cmake",
    "chars": 1874,
    "preview": "# We're targeting Windows 10 which will have DirectX 11 on it so require that\n# but make DirectX 9 optional\n\nlist(APPEND"
  },
  {
    "path": "ports/angle/cmake-buildsystem/cmake/DetectSSE2.cmake",
    "chars": 2546,
    "preview": "# https://github.com/WebKit/WebKit/blob/0742522b24152262b04913242cb0b3c48de92ba0/Source/cmake/DetectSSE2.cmake\n\n########"
  },
  {
    "path": "ports/angle/cmake-buildsystem/cmake/WebKitCommon-minimal.cmake",
    "chars": 7945,
    "preview": "# VCPKG NOTE: A minimal version of WebKit's https://github.com/WebKit/WebKit/blob/647e67b23883960fef8890465c0f70d7ab6e63"
  },
  {
    "path": "ports/angle/cmake-buildsystem/cmake/WebKitCompilerFlags-minimal.cmake",
    "chars": 2760,
    "preview": "# VCPKG NOTE: A minimal version of WebKit's https://github.com/WebKit/WebKit/blob/0742522b24152262b04913242cb0b3c48de92b"
  },
  {
    "path": "ports/angle/cmake-buildsystem/cmake/WebKitMacros-minimal.cmake",
    "chars": 1898,
    "preview": "# VCPKG NOTE: A minimal version of WebKit's https://github.com/WebKit/WebKit/blob/0742522b24152262b04913242cb0b3c48de92b"
  },
  {
    "path": "ports/angle/cmake-buildsystem/linux.cmake",
    "chars": 162,
    "preview": "if(is_android OR is_linux OR is_chromeos)\n  set(angle_dma_buf_sources\n    \"src/common/linux/dma_buf_utils.cpp\"\n    \"src/"
  },
  {
    "path": "ports/angle/portfile.cmake",
    "chars": 7960,
    "preview": "if (VCPKG_TARGET_IS_LINUX)\n    message(WARNING \"Building with a gcc version less than 6.1 is not supported.\")\n    messag"
  },
  {
    "path": "ports/angle/unofficial-angle-config.cmake",
    "chars": 125,
    "preview": "include(CMakeFindDependencyMacro)\nfind_dependency(ZLIB)\n\ninclude(\"${CMAKE_CURRENT_LIST_DIR}/unofficial-angle-targets.cma"
  },
  {
    "path": "ports/angle/usage",
    "chars": 320,
    "preview": "The package angle provides unofficial CMake targets:\n\n    find_package(unofficial-angle REQUIRED CONFIG)\n    target_link"
  },
  {
    "path": "ports/angle/vcpkg.json",
    "chars": 1145,
    "preview": "{\n  \"name\": \"angle\",\n  \"version-string\": \"chromium_7258\",\n  \"port-version\": 2,\n  \"description\": [\n    \"A conformant Open"
  },
  {
    "path": "ports/ankurvdev-embedresource/portfile.cmake",
    "chars": 1089,
    "preview": "vcpkg_from_github(\n    OUT_SOURCE_PATH SOURCE_PATH\n    REPO ankurvdev/embedresource\n    REF \"v${VERSION}\"\n    SHA512 0a2"
  },
  {
    "path": "ports/ankurvdev-embedresource/vcpkg.json",
    "chars": 364,
    "preview": "{\n  \"name\": \"ankurvdev-embedresource\",\n  \"version\": \"0.0.12\",\n  \"description\": \"Cross Platform Resource Embedding\",\n  \"h"
  },
  {
    "path": "ports/annoy/portfile.cmake",
    "chars": 559,
    "preview": "vcpkg_from_github(\n    OUT_SOURCE_PATH SOURCE_PATH\n    REPO spotify/annoy\n    REF \"v${VERSION}\"\n    SHA512 a8ec84440019a"
  },
  {
    "path": "ports/annoy/vcpkg.json",
    "chars": 379,
    "preview": "{\n  \"name\": \"annoy\",\n  \"version\": \"1.17.3\",\n  \"description\": \"Approximate Nearest Neighbors optimized for memory usage a"
  },
  {
    "path": "ports/antlr4/add-include-chrono.patch",
    "chars": 440,
    "preview": "diff --git a/runtime/Cpp/runtime/src/atn/ProfilingATNSimulator.cpp b/runtime/Cpp/runtime/src/atn/ProfilingATNSimulator.c"
  },
  {
    "path": "ports/antlr4/portfile.cmake",
    "chars": 1318,
    "preview": "vcpkg_from_github(\r\n    OUT_SOURCE_PATH SOURCE_PATH\r\n    REPO antlr/antlr4\r\n    HEAD_REF dev\r\n    REF \"${VERSION}\"\r\n    "
  },
  {
    "path": "ports/antlr4/set-export-macro-define-as-private.patch",
    "chars": 576,
    "preview": "diff --git a/runtime/Cpp/runtime/CMakeLists.txt b/runtime/Cpp/runtime/CMakeLists.txt\nindex 86fdab9..97486fb 100644\n--- a"
  },
  {
    "path": "ports/antlr4/vcpkg.json",
    "chars": 449,
    "preview": "{\n  \"name\": \"antlr4\",\n  \"version\": \"4.13.2\",\n  \"port-version\": 1,\n  \"description\": \"ANother Tool for Language Recognitio"
  }
]

// ... and 13411 more files (download for full content)

About this extraction

This page contains the full source code of the microsoft/vcpkg GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 13611 files (18.4 MB), approximately 4.6M tokens, and a symbol index with 168 extracted functions, classes, methods, constants, and types. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.

Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.

Copied to clipboard!