├── .vcpkg-root ├── .gitattributes ├── ports ├── libass │ └── config.h.in ├── fontconfig │ └── include │ │ └── alias │ │ ├── fcalias.h │ │ ├── fcftalias.h │ │ ├── fcaliastail.h │ │ └── fcftaliastail.h ├── boost-modular-build-helper │ ├── nothing.bat │ └── CONTROL ├── blend2d │ └── usage ├── gdcm2 │ ├── portfile.cmake │ └── CONTROL ├── beast │ └── portfile.cmake ├── catch │ ├── portfile.cmake │ └── CONTROL ├── gettimeofday │ ├── gettimeofday.def │ └── CONTROL ├── ilmbase │ ├── portfile.cmake │ └── CONTROL ├── lpeg │ └── lpeg.def ├── opencv │ └── portfile.cmake ├── proj │ ├── portfile.cmake │ └── CONTROL ├── pthread │ ├── portfile.cmake │ └── CONTROL ├── qt5 │ └── portfile.cmake ├── boost │ └── portfile.cmake ├── qt5-modularscripts │ ├── portfile.cmake │ └── CONTROL ├── gperf │ ├── config.h.in │ └── CONTROL ├── lua │ └── COPYRIGHT ├── boost-thread │ └── b2-options.cmake ├── dtl │ └── CONTROL ├── modp-base64 │ ├── CONTROL │ ├── config.h.cmake │ └── libmodpbase64.def ├── nanovg │ └── nanovgConfig.cmake ├── winsock2 │ └── CONTROL ├── cspice │ └── CONTROL ├── inih │ └── CONTROL ├── libbf │ └── CONTROL ├── rang │ ├── CONTROL │ └── CMakeLists.txt ├── wincrypt │ └── CONTROL ├── yajl │ └── CONTROL ├── clapack │ ├── vcpkg-cmake-wrapper.cmake │ └── CONTROL ├── numactl │ └── CONTROL ├── pcg │ └── CONTROL ├── tool-meson │ └── CONTROL ├── mhook │ └── CONTROL ├── msmpi │ └── CONTROL ├── soil │ ├── CONTROL │ └── LICENSE ├── soxr │ └── CONTROL ├── aixlog │ └── CONTROL ├── gettext │ └── unofficial-gettext-config.cmake ├── igloo │ └── CONTROL ├── jsmn │ └── CONTROL ├── leaf │ └── CONTROL ├── libmad │ └── CONTROL ├── mpi │ └── portfile.cmake ├── plib │ └── CONTROL ├── snowhouse │ └── CONTROL ├── soil2 │ └── CONTROL ├── argh │ └── CONTROL ├── clipp │ └── CONTROL ├── cmark │ └── CONTROL ├── cnl │ └── CONTROL ├── distorm │ └── CONTROL ├── fastfeat │ └── CONTROL ├── irrlicht │ └── fix-encoding.patch ├── libmspack │ └── config.h ├── opencsg │ └── illegal_char.patch ├── ponder │ └── CONTROL ├── spdk-dpdk │ ├── usage │ └── CONTROL ├── spdk-isal │ ├── usage │ └── CONTROL ├── argagg │ └── CONTROL ├── bitsery │ └── CONTROL ├── cuda │ └── CONTROL ├── devil │ └── 0001_fix-encoding.patch ├── gherkin-c │ └── CONTROL ├── laszip │ └── CONTROL ├── libcopp │ └── CONTROL ├── liblinear │ └── CONTROL ├── libpopt │ └── CONTROL ├── libsigcpp │ └── CONTROL ├── miniz │ └── CONTROL ├── parson │ └── CONTROL ├── solid3 │ └── CONTROL ├── spdk-ipsec │ ├── usage │ └── CONTROL ├── taocpp-json │ └── CONTROL ├── x-plane │ └── CONTROL ├── atlmfc │ └── CONTROL ├── isal │ └── CONTROL ├── libmaxminddb │ └── CONTROL ├── libuuid │ └── CONTROL ├── libyaml │ └── CONTROL ├── mapbox-variant │ └── CONTROL ├── parquet │ └── portfile.cmake ├── qt5-3d │ └── portfile.cmake ├── qt5-svg │ ├── portfile.cmake │ └── CONTROL ├── sais │ └── CONTROL ├── sparsepp │ └── CONTROL ├── 7zip │ └── CONTROL ├── curlpp │ ├── CONTROL │ └── vcpkg-cmake-wrapper.cmake ├── ecos │ └── CONTROL ├── effolkronium-random │ └── CONTROL ├── egl-registry │ └── CONTROL ├── glm │ └── CONTROL ├── libcuckoo │ └── CONTROL ├── lmdb │ ├── cmake │ │ └── cmake │ │ │ └── runtest.cmake │ └── CONTROL ├── openmesh │ └── CONTROL ├── qt5-charts │ └── portfile.cmake ├── qt5-datavis3d │ └── portfile.cmake ├── qt5-gamepad │ └── portfile.cmake ├── qt5-mqtt │ └── CONTROL ├── qt5-script │ ├── portfile.cmake │ └── CONTROL ├── qt5-scxml │ └── portfile.cmake ├── qt5-sensors │ └── portfile.cmake ├── qt5-speech │ ├── portfile.cmake │ └── CONTROL ├── qt5-webview │ └── portfile.cmake ├── rapidxml-ns │ └── CONTROL ├── roaring │ └── CONTROL ├── sdl1-net │ └── CONTROL ├── zlib │ ├── CONTROL │ └── usage ├── akali │ └── CONTROL ├── ctre │ └── CONTROL ├── darts-clone │ └── CONTROL ├── gdcm │ └── CONTROL ├── gmmlib │ └── CONTROL ├── hedley │ └── CONTROL ├── intel-ipsec │ ├── CONTROL │ └── usage ├── kangaru │ └── CONTROL ├── python2 │ └── CONTROL ├── qt5-connectivity │ ├── portfile.cmake │ └── CONTROL ├── qt5-declarative │ └── portfile.cmake ├── qt5-multimedia │ └── portfile.cmake ├── qt5-networkauth │ ├── portfile.cmake │ └── CONTROL ├── qt5-purchasing │ └── portfile.cmake ├── qt5-quickcontrols2 │ ├── portfile.cmake │ └── CONTROL ├── qt5-remoteobjects │ └── portfile.cmake ├── qt5-serialport │ ├── portfile.cmake │ └── CONTROL ├── qt5-webchannel │ └── portfile.cmake ├── qt5-websockets │ └── portfile.cmake ├── quirc │ └── CONTROL ├── stxxl │ └── CONTROL ├── unrar │ └── CONTROL ├── valijson │ └── CONTROL ├── woff2 │ └── CONTROL ├── aws-lambda-cpp │ └── CONTROL ├── cpptoml │ └── CONTROL ├── gcem │ └── CONTROL ├── immer │ └── CONTROL ├── kinectsdk1 │ └── CONTROL ├── kinectsdk2 │ └── CONTROL ├── lemon │ ├── CONTROL │ └── portfile.cmake ├── pqp │ └── CONTROL ├── qt5-virtualkeyboard │ └── portfile.cmake ├── safeint │ └── CONTROL ├── sajson │ └── CONTROL ├── spirv-headers │ └── CONTROL ├── tl-function-ref │ └── CONTROL ├── uvw │ ├── uvw-config.cmake │ └── CONTROL ├── asyncplusplus │ └── CONTROL ├── bzip2 │ ├── CONTROL │ └── usage ├── cello │ └── CONTROL ├── cpp-peglib │ └── CONTROL ├── fmem │ └── CONTROL ├── graphqlparser │ └── CONTROL ├── ignition-cmake0 │ └── usage ├── inja │ └── CONTROL ├── intelrdfpmathlib │ └── CONTROL ├── keystone │ └── CONTROL ├── libftdi1 │ └── CONTROL ├── libgo │ └── CONTROL ├── liblemon │ └── CONTROL ├── libplist │ └── CONTROL ├── libpmemobj-cpp │ └── CONTROL ├── libui │ └── CONTROL ├── libzen │ └── CONTROL ├── linalg │ └── CONTROL ├── luabridge │ └── CONTROL ├── mecab │ ├── CONTROL │ └── Config.cmake.in ├── miniupnpc │ └── CONTROL ├── mio │ └── CONTROL ├── mmx │ └── CONTROL ├── mpark-variant │ └── CONTROL ├── nanopb │ └── CONTROL ├── nanorange │ └── CONTROL ├── nlohmann-fifo-map │ └── CONTROL ├── nvtt │ └── CONTROL ├── ogdf │ └── CONTROL ├── pcre │ └── CONTROL ├── readerwriterqueue │ └── CONTROL ├── tiny-process-library │ └── CONTROL ├── yato │ └── CONTROL ├── ampl-mp │ └── CONTROL ├── angle │ └── commit.h ├── binn │ └── CONTROL ├── boost-build │ └── CONTROL ├── chartdir │ ├── chartdir.h │ └── usage ├── civetweb │ └── CONTROL ├── cmocka │ └── CONTROL ├── cpp-taskflow │ └── CONTROL ├── docopt │ └── CONTROL ├── dpdk │ ├── CONTROL │ └── usage ├── dx │ └── CONTROL ├── esaxx │ └── CONTROL ├── freeimage │ ├── FreeImageConfig-dynamic.h │ └── FreeImageConfig-static.h ├── geos │ └── CONTROL ├── gli │ └── CONTROL ├── http-parser │ └── CONTROL ├── ismrmrd │ └── CONTROL ├── kf5archive │ └── CONTROL ├── lcms │ └── CONTROL ├── libwebm │ └── CONTROL ├── minhook │ └── CONTROL ├── octomap │ └── CONTROL ├── plustache │ └── CONTROL ├── pugixml │ └── CONTROL ├── qt5-location │ └── portfile.cmake ├── ragel │ └── CONTROL ├── tbb │ ├── CONTROL │ └── usage ├── tinkerforge │ └── CONTROL ├── tinygltf │ └── CONTROL ├── torch-th │ └── CONTROL ├── tweeny │ └── CONTROL ├── zopfli │ └── CONTROL ├── zserge-webview │ └── CONTROL ├── zydis │ └── CONTROL ├── bigint │ └── CONTROL ├── boost-vcpkg-helpers │ └── CONTROL ├── botan │ └── CONTROL ├── check │ └── CONTROL ├── dimcli │ └── CONTROL ├── enet │ └── CONTROL ├── hayai │ └── CONTROL ├── json-c │ └── CONTROL ├── jwt-cpp │ └── CONTROL ├── libftdi │ └── CONTROL ├── milerius-sfml-imgui │ └── CONTROL ├── nlohmann-json │ └── CONTROL ├── ode │ └── CONTROL ├── openjpeg │ └── CONTROL ├── otl │ └── CONTROL ├── p-ranav-csv │ └── CONTROL ├── pdal-c │ └── CONTROL ├── phnt │ └── CONTROL ├── sfsexp │ └── CONTROL ├── snappy │ └── CONTROL ├── sndfile │ └── portfile.cmake ├── stb │ └── CONTROL ├── tsl-sparse-map │ └── CONTROL ├── utf8h │ └── CONTROL ├── utfcpp │ └── CONTROL ├── visit-struct │ └── CONTROL ├── wepoll │ └── CONTROL ├── xmsh │ └── CONTROL ├── xxhash │ └── CONTROL ├── argparse │ └── CONTROL ├── bde │ └── CONTROL ├── bdwgc │ └── CONTROL ├── clara │ └── CONTROL ├── cli │ └── CONTROL ├── coroutine │ └── CONTROL ├── dbg-macro │ └── CONTROL ├── detours │ └── CONTROL ├── fadbad │ └── CONTROL ├── h3 │ └── CONTROL ├── ignition-modularscripts │ └── CONTROL ├── kcp │ └── CONTROL ├── kf5holidays │ └── CONTROL ├── libiconv │ └── CONTROL ├── libmorton │ └── CONTROL ├── libraqm │ └── CONTROL ├── lzo │ └── CONTROL ├── mcpp │ └── CONTROL ├── morton-nd │ └── CONTROL ├── muparser │ └── CONTROL ├── pprint │ └── CONTROL ├── robin-map │ └── CONTROL ├── rxcpp │ └── CONTROL ├── sqlite-orm │ └── CONTROL ├── tgc │ └── CONTROL ├── tl-expected │ └── CONTROL ├── tmx │ └── CONTROL ├── tsl-ordered-map │ └── CONTROL ├── vulkan-hpp │ └── CONTROL ├── anax │ └── CONTROL ├── cgl │ └── Config.cmake.in ├── concurrentqueue │ └── CONTROL ├── crow │ └── CONTROL ├── expected-lite │ └── CONTROL ├── farmhash │ ├── CONTROL │ └── usage ├── fastlz │ └── CONTROL ├── geogram │ └── Config.cmake.in ├── greatest │ └── CONTROL ├── json11 │ └── CONTROL ├── libdisasm │ └── CONTROL ├── libodb-boost │ └── CONTROL ├── libssh2 │ └── CONTROL ├── netcdf-c │ └── usage ├── parallel-hashmap │ └── CONTROL ├── pixel │ └── CONTROL ├── pmdk │ └── CONTROL ├── range-v3 │ └── CONTROL ├── riffcpp │ └── CONTROL ├── shiva-sfml │ └── CONTROL ├── simde │ └── CONTROL ├── span-lite │ └── CONTROL ├── tabulate │ └── CONTROL ├── thor │ └── CONTROL ├── tinynpy │ └── CONTROL ├── tl-optional │ └── CONTROL ├── tmxlite │ └── CONTROL ├── usrsctp │ └── CONTROL ├── utfz │ └── CONTROL ├── zstd │ └── CONTROL ├── args │ └── CONTROL ├── aws-c-common │ └── CONTROL ├── boost-di │ └── CONTROL ├── byte-lite │ └── CONTROL ├── cgal │ └── usage ├── charls │ └── CONTROL ├── clp │ └── Config.cmake.in ├── ctemplate │ └── CONTROL ├── directxtex │ └── CONTROL ├── easyloggingpp │ └── CONTROL ├── expat │ ├── CONTROL │ └── usage ├── fizz │ └── CONTROL ├── forest │ └── CONTROL ├── fuzzylite │ └── CONTROL ├── g3log │ └── CONTROL ├── gppanel │ └── usage ├── gumbo │ └── CONTROL ├── hunspell │ └── CONTROL ├── ideviceinstaller │ └── CONTROL ├── indicators │ └── CONTROL ├── libb2 │ └── CONTROL ├── libcroco │ └── CONTROL ├── liblsl │ └── CONTROL ├── libpcap │ └── CONTROL ├── libpff │ ├── Config.cmake.in │ └── CONTROL ├── libraw │ └── CONTROL ├── libsamplerate │ └── CONTROL ├── libusb │ └── CONTROL ├── libwandio │ └── CONTROL ├── libxmlpp │ └── CONTROL ├── loguru │ └── CONTROL ├── mujs │ └── CONTROL ├── openssl │ ├── portfile.cmake │ └── usage ├── opus │ └── CONTROL ├── osg-qt │ └── CONTROL ├── osi │ └── Config.cmake.in ├── picosha2 │ └── CONTROL ├── readline │ └── CONTROL ├── reproc │ └── CONTROL ├── robin-hood-hashing │ └── CONTROL ├── sokol │ └── CONTROL ├── systemc │ └── CONTROL ├── turbobase64 │ └── CONTROL ├── vcglib │ └── CONTROL ├── wildmidi │ └── CONTROL ├── zstr │ └── CONTROL ├── asmjit │ └── CONTROL ├── asynch │ └── CONTROL ├── box2d │ └── CONTROL ├── ccd │ └── CONTROL ├── cgltf │ └── CONTROL ├── chipmunk │ └── CONTROL ├── coinutils │ └── Config.cmake.in ├── date │ └── usage ├── directxmesh │ └── CONTROL ├── ebml │ └── CONTROL ├── function2 │ └── CONTROL ├── giflib │ └── CONTROL ├── gtest │ └── CONTROL ├── libflac │ └── CONTROL ├── libsodium │ └── CONTROL ├── lodepng │ └── CONTROL ├── mathc │ └── CONTROL ├── matio │ └── CONTROL ├── meschach │ └── CONTROL ├── minizip │ └── minizipConfig.cmake.in ├── mpir │ └── CONTROL ├── qca │ └── CONTROL ├── quickfast │ └── usage ├── quickfix │ └── usage ├── readline-win32 │ └── CONTROL ├── rxqt │ └── CONTROL ├── spdk │ └── CONTROL ├── tclap │ └── CONTROL ├── tiny-aes-c │ └── CONTROL ├── tinyspline │ └── CONTROL ├── tinytoml │ └── CONTROL ├── tinyutf8 │ └── CONTROL ├── tsl-hopscotch-map │ └── CONTROL ├── vulkan-memory-allocator │ └── CONTROL ├── xeus │ ├── usage │ └── CONTROL ├── xlnt │ └── CONTROL ├── yas │ └── CONTROL ├── argtable2 │ └── CONTROL ├── atk │ └── CONTROL ├── bitserializer │ └── CONTROL ├── boolinq │ └── CONTROL ├── brunocodutra-metal │ └── CONTROL ├── c-ares │ └── CONTROL ├── catch2 │ └── CONTROL ├── chakracore │ └── CONTROL ├── cityhash │ └── CONTROL ├── decimal-for-cpp │ └── CONTROL ├── ffnvcodec │ └── CONTROL ├── fruit │ └── CONTROL ├── glew │ └── usage ├── liblzma │ ├── CONTROL │ └── vcpkg-cmake-wrapper.cmake ├── libmodplug │ └── CONTROL ├── libsquish │ └── CONTROL ├── libu2f-server │ └── CONTROL ├── libudis86 │ └── CONTROL ├── libusbmuxd │ └── CONTROL ├── minitrace │ └── CONTROL ├── mp3lame │ ├── usage │ └── CONTROL ├── ms-gsl │ └── CONTROL ├── nanodbc │ └── CONTROL ├── nanort │ └── CONTROL ├── observer-ptr-lite │ └── CONTROL ├── opentracing │ └── CONTROL ├── platform-folders │ └── CONTROL ├── plog │ └── CONTROL ├── qt5-activeqt │ └── CONTROL ├── recast │ └── CONTROL ├── rply │ └── CONTROL ├── scnlib │ └── CONTROL ├── smpeg2 │ └── CONTROL ├── tacopie │ └── CONTROL ├── tiny-regex-c │ └── CONTROL ├── tinyexr │ └── CONTROL ├── tinyxml2 │ └── CONTROL ├── uvatlas │ └── CONTROL ├── xproperty │ └── CONTROL ├── xtl │ └── CONTROL ├── z85 │ └── CONTROL ├── amqpcpp │ └── CONTROL ├── anyrpc │ └── CONTROL ├── aws-checksums │ └── CONTROL ├── chaiscript │ └── CONTROL ├── clblas │ └── CONTROL ├── clblast │ └── CONTROL ├── cmcstl2 │ └── CONTROL ├── cpp-base64 │ └── CONTROL ├── cpputest │ └── CONTROL ├── cudnn │ └── CONTROL ├── devicenameresolver │ └── CONTROL ├── duckx │ └── CONTROL ├── dxut │ └── CONTROL ├── embree2 │ └── CONTROL ├── embree3 │ └── CONTROL ├── entityx │ └── CONTROL ├── freeglut │ └── usage ├── libconfig │ └── CONTROL ├── libexif │ └── CONTROL ├── libodb │ └── CONTROL ├── librsvg │ └── CONTROL ├── libssh │ └── usage ├── mgnlibs │ └── CONTROL ├── moos-core │ └── CONTROL ├── nngpp │ └── CONTROL ├── nonius │ └── CONTROL ├── outcome │ └── CONTROL ├── picojson │ └── CONTROL ├── pthreads │ └── CONTROL ├── qcustomplot │ └── CONTROL ├── qhull │ └── CONTROL ├── qt5-graphicaleffects │ ├── CONTROL │ └── portfile.cmake ├── qt5-quickcontrols │ ├── portfile.cmake │ └── CONTROL ├── ring-span-lite │ └── CONTROL ├── scintilla │ └── CONTROL ├── sdl2-net │ └── CONTROL ├── socket-io-client │ └── CONTROL ├── sqlpp11 │ └── CONTROL ├── string-view-lite │ └── CONTROL ├── taglib │ └── CONTROL ├── utf8proc │ └── CONTROL ├── wangle │ └── usage ├── cppzmq │ └── CONTROL ├── drlibs │ └── CONTROL ├── ecm │ └── CONTROL ├── fdk-aac │ └── CONTROL ├── getopt-win32 │ └── CONTROL ├── glog │ └── CONTROL ├── gsl │ ├── CONTROL │ └── usage ├── lest │ └── CONTROL ├── libconfuse │ └── CONTROL ├── libdshowcapture │ └── CONTROL ├── libhdfs3 │ └── usage ├── libmagic │ └── CONTROL ├── libmodbus │ └── CONTROL ├── live555 │ └── CONTROL ├── mman │ └── CONTROL ├── pcre2 │ └── CONTROL ├── qtkeychain │ └── CONTROL ├── range-v3-vs2015 │ └── CONTROL ├── rhash │ └── CONTROL ├── rxspencer │ └── CONTROL ├── septag-sx │ └── CONTROL ├── sf2cute │ └── CONTROL ├── stormlib │ └── CONTROL ├── superlu │ └── CONTROL ├── tinycthread │ └── CONTROL ├── wg21-sg14 │ └── CONTROL ├── xorstr │ └── CONTROL ├── z3 │ └── CONTROL ├── zookeeper │ └── CONTROL ├── antlr4 │ └── CONTROL ├── armadillo │ └── usage ├── asiosdk │ ├── CONTROL │ └── usage ├── cryptopp │ └── CONTROL ├── duktape │ ├── usage │ └── CONTROL ├── fdlibm │ └── CONTROL ├── fribidi │ └── CONTROL ├── gflags │ └── CONTROL ├── gl3w │ └── CONTROL ├── idevicerestore │ └── CONTROL ├── ignition-msgs1 │ └── CONTROL ├── jxrlib │ └── CONTROL ├── liblo │ └── CONTROL ├── libpqxx │ └── CONTROL ├── libuv │ └── CONTROL ├── marl │ └── CONTROL ├── nghttp2 │ └── CONTROL ├── opengl-registry │ └── CONTROL ├── optional-lite │ └── CONTROL ├── pdqsort │ └── CONTROL ├── rs-core-lib │ └── CONTROL ├── sciter │ └── CONTROL ├── seal │ └── CONTROL ├── sfgui │ └── CONTROL ├── shaderc │ └── build-version.inc ├── sophus │ └── CONTROL ├── sparsehash │ └── usage ├── tinydir │ └── CONTROL ├── tmxparser │ └── CONTROL ├── unittest-cpp │ └── CONTROL ├── variant-lite │ └── CONTROL ├── wordnet │ └── CONTROL ├── wren │ └── CONTROL ├── xerces-c │ └── usage ├── yara │ └── CONTROL ├── assimp │ └── CONTROL ├── crc32c │ └── CONTROL ├── dlfcn-win32 │ └── CONTROL ├── easycl │ └── CONTROL ├── entt │ └── CONTROL ├── flann │ └── CONTROL ├── flint │ └── CONTROL ├── glui │ └── CONTROL ├── guetzli │ └── CONTROL ├── icu │ └── CONTROL ├── imgui-sfml │ └── CONTROL ├── io2d │ └── CONTROL ├── jansson │ └── CONTROL ├── json-dto │ └── CONTROL ├── jsonnet │ └── CONTROL ├── libffi │ ├── libffiConfig.cmake.in │ └── CONTROL ├── librtmp │ └── CONTROL ├── lzfse │ └── CONTROL ├── mbedtls │ └── CONTROL ├── openigtlink │ └── CONTROL ├── osgearth │ └── CONTROL ├── physfs │ └── CONTROL ├── piex │ └── CONTROL ├── qt5-macextras │ └── CONTROL ├── spaceland │ └── CONTROL ├── string-theory │ └── CONTROL ├── vulkan │ └── CONTROL ├── wavpack │ └── CONTROL ├── xtensor-blas │ └── CONTROL ├── yaml-cpp │ └── CONTROL ├── zziplib │ └── CONTROL ├── argumentum │ └── CONTROL ├── bfgroup-lyra │ └── CONTROL ├── casclib │ └── CONTROL ├── cimg │ └── CONTROL ├── cub │ └── CONTROL ├── cutelyst2 │ └── CONTROL ├── directxtk │ └── CONTROL ├── eastl │ └── EASTLConfig.cmake.in ├── ensmallen │ └── CONTROL ├── fplus │ └── CONTROL ├── gl2ps │ └── CONTROL ├── glslang │ └── CONTROL ├── libyuv │ └── CONTROL ├── metis │ └── CONTROL ├── nano-signal-slot │ └── CONTROL ├── openblas │ └── vcpkg-cmake-wrapper.cmake ├── portable-snippets │ └── CONTROL ├── ptex │ └── CONTROL ├── rapidjson │ ├── CONTROL │ └── usage ├── restclient-cpp │ └── CONTROL ├── rttr │ └── CONTROL ├── sdl2pp │ └── CONTROL ├── shapelib │ └── CONTROL ├── soem │ └── CONTROL ├── spectra │ └── CONTROL ├── tensorflow-cc │ └── CONTROL ├── tfhe │ └── CONTROL ├── think-cell-range │ └── CONTROL ├── toml11 │ └── CONTROL ├── upb │ └── CONTROL ├── yoga │ └── CONTROL ├── zxing-cpp │ └── CONTROL ├── 3fd │ └── CONTROL ├── arb │ └── CONTROL ├── aws-c-event-stream │ └── CONTROL ├── berkeleydb │ └── CONTROL ├── bullet3 │ └── usage ├── cairomm │ └── CONTROL ├── cereal │ └── CONTROL ├── cpp-httplib │ └── CONTROL ├── crossguid │ └── CONTROL ├── doctest │ └── CONTROL ├── eabase │ └── EABaseConfig.cmake.in ├── gaussianlib │ └── CONTROL ├── if97 │ └── CONTROL ├── jbigkit │ └── CONTROL ├── libsoundio │ └── CONTROL ├── libtins │ └── CONTROL ├── libvpx │ └── CONTROL ├── linenoise-ng │ └── CONTROL ├── lz4 │ └── CONTROL ├── mpmcqueue │ └── CONTROL ├── nt-wrapper │ └── CONTROL ├── openssl-unix │ └── usage ├── openssl-uwp │ └── usage ├── orocos-kdl │ └── CONTROL ├── plf-stack │ └── CONTROL ├── portmidi │ └── CONTROL ├── python3 │ └── CONTROL ├── winpcap │ └── CONTROL ├── any-lite │ └── CONTROL ├── argtable3 │ └── CONTROL ├── autobahn │ └── CONTROL ├── avro-c │ └── CONTROL ├── benchmark │ └── CONTROL ├── capnproto │ └── CONTROL ├── cppitertools │ └── CONTROL ├── discount │ └── CONTROL ├── eathread │ └── EAThreadConfig.cmake.in ├── gdk-pixbuf │ └── CONTROL ├── globjects │ └── CONTROL ├── grpc │ └── CONTROL ├── highfive │ └── CONTROL ├── ignition-math4 │ └── CONTROL ├── jack2 │ └── CONTROL ├── json-spirit │ └── CONTROL ├── kd-soap │ └── CONTROL ├── libgit2 │ └── CONTROL ├── libirecovery │ └── CONTROL ├── liblbfgs │ └── CONTROL ├── libp7client │ └── CONTROL ├── libxmp-lite │ └── CONTROL ├── luajit │ └── CONTROL ├── openssl-windows │ └── usage ├── qwt │ └── CONTROL ├── refprop-headers │ └── CONTROL ├── so5extra │ └── CONTROL ├── speex │ └── CONTROL ├── speexdsp │ └── CONTROL ├── sundials │ └── CONTROL ├── szip │ └── CONTROL ├── tgui │ └── CONTROL ├── tiny-bignum-c │ └── CONTROL ├── tinythread │ └── CONTROL ├── zyre │ └── CONTROL ├── ade │ └── CONTROL ├── bustache │ └── LICENSE └── clickhouse-cpp │ └── CONTROL ├── toolsrc ├── VERSION.txt ├── src │ └── pch.cpp └── include │ └── vcpkg │ └── base │ └── view.h ├── docs └── _config.yml ├── scripts ├── boost │ ├── .gitignore │ └── post-build-stubs │ │ ├── predef.cmake │ │ └── exception.cmake └── templates │ └── CONTROL.in ├── bootstrap-vcpkg.bat ├── bootstrap-vcpkg.sh └── triplets ├── x86-windows.cmake ├── x64-windows-static.cmake ├── x64-windows.cmake ├── community ├── x86-windows-static.cmake ├── x64-windows-static-md.cmake ├── x86-windows-static-md.cmake └── arm-windows.cmake ├── arm64-windows.cmake ├── x64-linux.cmake └── x64-osx.cmake /.vcpkg-root: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | * -text 2 | -------------------------------------------------------------------------------- /ports/libass/config.h.in: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /toolsrc/VERSION.txt: -------------------------------------------------------------------------------- 1 | "2020.02.04" 2 | -------------------------------------------------------------------------------- /toolsrc/src/pch.cpp: -------------------------------------------------------------------------------- 1 | #include "pch.h" -------------------------------------------------------------------------------- /docs/_config.yml: -------------------------------------------------------------------------------- 1 | theme: jekyll-theme-cayman -------------------------------------------------------------------------------- /ports/fontconfig/include/alias/fcalias.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ports/fontconfig/include/alias/fcftalias.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ports/boost-modular-build-helper/nothing.bat: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /scripts/boost/.gitignore: -------------------------------------------------------------------------------- 1 | /boost 2 | /downloads 3 | /libs -------------------------------------------------------------------------------- /ports/blend2d/usage: -------------------------------------------------------------------------------- 1 | Define BL_STATIC before any @PORT@ includes. 2 | -------------------------------------------------------------------------------- /ports/gdcm2/portfile.cmake: -------------------------------------------------------------------------------- 1 | set(VCPKG_POLICY_EMPTY_PACKAGE enabled) -------------------------------------------------------------------------------- /ports/beast/portfile.cmake: -------------------------------------------------------------------------------- 1 | set(VCPKG_POLICY_EMPTY_PACKAGE enabled) 2 | -------------------------------------------------------------------------------- /ports/catch/portfile.cmake: -------------------------------------------------------------------------------- 1 | set(VCPKG_POLICY_EMPTY_PACKAGE enabled) 2 | -------------------------------------------------------------------------------- /ports/gettimeofday/gettimeofday.def: -------------------------------------------------------------------------------- 1 | EXPORTS 2 | gettimeofday 3 | -------------------------------------------------------------------------------- /ports/ilmbase/portfile.cmake: -------------------------------------------------------------------------------- 1 | set(VCPKG_POLICY_EMPTY_PACKAGE enabled) 2 | -------------------------------------------------------------------------------- /ports/lpeg/lpeg.def: -------------------------------------------------------------------------------- 1 | LIBRARY lpeg 2 | EXPORTS 3 | luaopen_lpeg 4 | -------------------------------------------------------------------------------- /ports/opencv/portfile.cmake: -------------------------------------------------------------------------------- 1 | SET(VCPKG_POLICY_EMPTY_PACKAGE enabled) 2 | -------------------------------------------------------------------------------- /ports/proj/portfile.cmake: -------------------------------------------------------------------------------- 1 | SET(VCPKG_POLICY_EMPTY_PACKAGE enabled) 2 | -------------------------------------------------------------------------------- /ports/pthread/portfile.cmake: -------------------------------------------------------------------------------- 1 | set(VCPKG_POLICY_EMPTY_PACKAGE enabled) 2 | -------------------------------------------------------------------------------- /ports/qt5/portfile.cmake: -------------------------------------------------------------------------------- 1 | SET(VCPKG_POLICY_EMPTY_PACKAGE enabled) 2 | -------------------------------------------------------------------------------- /ports/boost/portfile.cmake: -------------------------------------------------------------------------------- 1 | set(VCPKG_POLICY_EMPTY_PACKAGE enabled) 2 | 3 | -------------------------------------------------------------------------------- /ports/fontconfig/include/alias/fcaliastail.h: -------------------------------------------------------------------------------- 1 | /* intentionally empty */ 2 | -------------------------------------------------------------------------------- /ports/fontconfig/include/alias/fcftaliastail.h: -------------------------------------------------------------------------------- 1 | /* intentionally empty */ 2 | -------------------------------------------------------------------------------- /ports/qt5-modularscripts/portfile.cmake: -------------------------------------------------------------------------------- 1 | set(VCPKG_POLICY_EMPTY_PACKAGE enabled) -------------------------------------------------------------------------------- /ports/gperf/config.h.in: -------------------------------------------------------------------------------- 1 | #cmakedefine HAVE_DYNAMIC_ARRAY @HAVE_DYNAMIC_ARRAY@ 2 | -------------------------------------------------------------------------------- /ports/lua/COPYRIGHT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JackBoos/vcpkg/HEAD/ports/lua/COPYRIGHT -------------------------------------------------------------------------------- /ports/boost-thread/b2-options.cmake: -------------------------------------------------------------------------------- 1 | list(APPEND B2_OPTIONS /boost/thread//boost_thread) 2 | -------------------------------------------------------------------------------- /ports/dtl/CONTROL: -------------------------------------------------------------------------------- 1 | Source: dtl 2 | Version: 1.19 3 | Description: Diff template library 4 | -------------------------------------------------------------------------------- /ports/modp-base64/CONTROL: -------------------------------------------------------------------------------- 1 | Source: modp-base64 2 | Version: v2.0.0 3 | Description: 4 | -------------------------------------------------------------------------------- /ports/nanovg/nanovgConfig.cmake: -------------------------------------------------------------------------------- 1 | include(${CMAKE_CURRENT_LIST_DIR}/nanovgTargets.cmake) 2 | -------------------------------------------------------------------------------- /ports/winsock2/CONTROL: -------------------------------------------------------------------------------- 1 | Source: winsock2 2 | Version: 0.0-1 3 | Description: Windows Sockets. -------------------------------------------------------------------------------- /ports/cspice/CONTROL: -------------------------------------------------------------------------------- 1 | Source: cspice 2 | Version: 66-1 3 | Description: NASA C SPICE toolkit 4 | -------------------------------------------------------------------------------- /ports/inih/CONTROL: -------------------------------------------------------------------------------- 1 | Source: inih 2 | Version: 47 3 | Description: Simple .INI file parser 4 | -------------------------------------------------------------------------------- /ports/libbf/CONTROL: -------------------------------------------------------------------------------- 1 | Source: libbf 2 | Version: 1.0.0-1 3 | Description: Bloom filters for C++11. -------------------------------------------------------------------------------- /ports/rang/CONTROL: -------------------------------------------------------------------------------- 1 | Source: rang 2 | Version: 3.1.0 3 | Description: Colors for your Terminal. -------------------------------------------------------------------------------- /ports/wincrypt/CONTROL: -------------------------------------------------------------------------------- 1 | Source: wincrypt 2 | Version: 0.0-1 3 | Description: Windows Cryptography. -------------------------------------------------------------------------------- /ports/yajl/CONTROL: -------------------------------------------------------------------------------- 1 | Source: yajl 2 | Version: 2.1.0-1 3 | Description: Yet Another JSON Library 4 | -------------------------------------------------------------------------------- /ports/boost-modular-build-helper/CONTROL: -------------------------------------------------------------------------------- 1 | Source: boost-modular-build-helper 2 | Version: 1.72.0-1 3 | -------------------------------------------------------------------------------- /ports/clapack/vcpkg-cmake-wrapper.cmake: -------------------------------------------------------------------------------- 1 | include(${CMAKE_CURRENT_LIST_DIR}/FindLAPACK.cmake) 2 | 3 | -------------------------------------------------------------------------------- /ports/numactl/CONTROL: -------------------------------------------------------------------------------- 1 | Source: numactl 2 | Version: 2.0.12 3 | Description: NUMA support for Linux 4 | -------------------------------------------------------------------------------- /ports/pcg/CONTROL: -------------------------------------------------------------------------------- 1 | Source: pcg 2 | Version: 0.98.1 3 | Description: Permuted Congruential Generator 4 | -------------------------------------------------------------------------------- /ports/tool-meson/CONTROL: -------------------------------------------------------------------------------- 1 | Source: tool-meson 2 | Version: 0.53.2 3 | Description: Meson build system 4 | -------------------------------------------------------------------------------- /ports/mhook/CONTROL: -------------------------------------------------------------------------------- 1 | Source: mhook 2 | Version: 2.5.1-1 3 | Description: A Windows API hooking library. 4 | -------------------------------------------------------------------------------- /ports/modp-base64/config.h.cmake: -------------------------------------------------------------------------------- 1 | #ifndef MODP_CONFIG_H 2 | #define MODP_CONFIG_H 3 | 4 | #endif 5 | -------------------------------------------------------------------------------- /ports/msmpi/CONTROL: -------------------------------------------------------------------------------- 1 | Source: msmpi 2 | Version: 10.0-2 3 | Description: Microsoft MPI 4 | Supports: windows -------------------------------------------------------------------------------- /ports/soil/CONTROL: -------------------------------------------------------------------------------- 1 | Source: soil 2 | Version: 2008.07.07-2 3 | Description: Simple OpenGL Image Library 4 | -------------------------------------------------------------------------------- /ports/soxr/CONTROL: -------------------------------------------------------------------------------- 1 | Source: soxr 2 | Version: 0.1.3. 3 | Description: High quality audio resampling 4 | -------------------------------------------------------------------------------- /ports/aixlog/CONTROL: -------------------------------------------------------------------------------- 1 | Source: aixlog 2 | Version: 1.2.4 3 | Description: Header-only C++ logging library 4 | -------------------------------------------------------------------------------- /ports/gettext/unofficial-gettext-config.cmake: -------------------------------------------------------------------------------- 1 | add_library(unofficial::gettext::libintl INTERFACE IMPORTED) 2 | -------------------------------------------------------------------------------- /ports/igloo/CONTROL: -------------------------------------------------------------------------------- 1 | Source: igloo 2 | Version: 1.1.1 3 | Description: A framework for unit testing in C++ 4 | -------------------------------------------------------------------------------- /ports/jsmn/CONTROL: -------------------------------------------------------------------------------- 1 | Source: jsmn 2 | Version: 2019-04-27 3 | Description: A minimalistic JSON parser in C. 4 | -------------------------------------------------------------------------------- /ports/leaf/CONTROL: -------------------------------------------------------------------------------- 1 | Source: leaf 2 | Version: 0.2.2 3 | Description: Lightweight error augmentation framework -------------------------------------------------------------------------------- /ports/libmad/CONTROL: -------------------------------------------------------------------------------- 1 | Source: libmad 2 | Version: 0.15.1-5 3 | Description: high-quality MPEG audio decoder 4 | -------------------------------------------------------------------------------- /ports/mpi/portfile.cmake: -------------------------------------------------------------------------------- 1 | include(vcpkg_common_functions) 2 | 3 | set(VCPKG_POLICY_EMPTY_PACKAGE enabled) 4 | -------------------------------------------------------------------------------- /ports/plib/CONTROL: -------------------------------------------------------------------------------- 1 | Source: plib 2 | Version: 1.8.5-4 3 | Description: A suite of portable game libraries 4 | -------------------------------------------------------------------------------- /ports/snowhouse/CONTROL: -------------------------------------------------------------------------------- 1 | Source: snowhouse 2 | Version: 4.0.0 3 | Description: An assertion library for C++ 4 | -------------------------------------------------------------------------------- /ports/soil2/CONTROL: -------------------------------------------------------------------------------- 1 | Source: soil2 2 | Version: release-1.11-1 3 | Description: Simple OpenGL Image Library 2 -------------------------------------------------------------------------------- /ports/argh/CONTROL: -------------------------------------------------------------------------------- 1 | Source: argh 2 | Version: 2018-12-18-1 3 | Description: Argh! A minimalist argument handler. 4 | -------------------------------------------------------------------------------- /ports/clipp/CONTROL: -------------------------------------------------------------------------------- 1 | Source: clipp 2 | Version: 2019-04-30 3 | Description: command line interfaces for modern C++ -------------------------------------------------------------------------------- /ports/cmark/CONTROL: -------------------------------------------------------------------------------- 1 | Source: cmark 2 | Version: 0.29.0 3 | Description: CommonMark parsing and rendering library 4 | -------------------------------------------------------------------------------- /ports/cnl/CONTROL: -------------------------------------------------------------------------------- 1 | Source: cnl 2 | Version: 2019-06-23 3 | Description: A Compositional Numeric Library for C++ 4 | -------------------------------------------------------------------------------- /ports/distorm/CONTROL: -------------------------------------------------------------------------------- 1 | Source: distorm 2 | Version: 3.4.1 3 | Description: Powerful Disassembler Library For x86/AMD64 -------------------------------------------------------------------------------- /ports/fastfeat/CONTROL: -------------------------------------------------------------------------------- 1 | Source: fastfeat 2 | Version: 391d5e9-1 3 | Description: FAST feature detectors in C 4 | -------------------------------------------------------------------------------- /ports/irrlicht/fix-encoding.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JackBoos/vcpkg/HEAD/ports/irrlicht/fix-encoding.patch -------------------------------------------------------------------------------- /ports/libmspack/config.h: -------------------------------------------------------------------------------- 1 | #define HAVE_LIMITS_H 1 2 | #define HAVE_INTTYPES_H 1 3 | 4 | #define HAVE_TOWLOWER 1 5 | -------------------------------------------------------------------------------- /ports/opencsg/illegal_char.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JackBoos/vcpkg/HEAD/ports/opencsg/illegal_char.patch -------------------------------------------------------------------------------- /ports/ponder/CONTROL: -------------------------------------------------------------------------------- 1 | Source: ponder 2 | Version: 3.0.0 3 | Description: A C++ multi-purpose reflection library. 4 | -------------------------------------------------------------------------------- /ports/spdk-dpdk/usage: -------------------------------------------------------------------------------- 1 | This package is a dependency of SPDK port. It is not intended for direct consumption by end-user. -------------------------------------------------------------------------------- /ports/spdk-isal/usage: -------------------------------------------------------------------------------- 1 | This package is a dependency of SPDK port. It is not intended for direct consumption by end-user. -------------------------------------------------------------------------------- /ports/argagg/CONTROL: -------------------------------------------------------------------------------- 1 | Source: argagg 2 | Version: 0.4.6 3 | Description: A simple C++11 command line argument parser 4 | -------------------------------------------------------------------------------- /ports/bitsery/CONTROL: -------------------------------------------------------------------------------- 1 | Source: bitsery 2 | Version: 5.0.3 3 | Description: Header only C++ binary serialization library 4 | -------------------------------------------------------------------------------- /ports/cuda/CONTROL: -------------------------------------------------------------------------------- 1 | Source: cuda 2 | Version: 10.1 3 | Description: A parallel computing platform and programming model 4 | -------------------------------------------------------------------------------- /ports/devil/0001_fix-encoding.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JackBoos/vcpkg/HEAD/ports/devil/0001_fix-encoding.patch -------------------------------------------------------------------------------- /ports/gherkin-c/CONTROL: -------------------------------------------------------------------------------- 1 | Source: gherkin-c 2 | Version: 2019-10-07-1 3 | Description: Gherkin parser/compiler in C 4 | -------------------------------------------------------------------------------- /ports/laszip/CONTROL: -------------------------------------------------------------------------------- 1 | Source: laszip 2 | Version: 3.4.3 3 | Description: LASzip - free and lossless LiDAR compression 4 | -------------------------------------------------------------------------------- /ports/libcopp/CONTROL: -------------------------------------------------------------------------------- 1 | Source: libcopp 2 | Version: 1.2.1 3 | Description: A cross-platfrom coroutine library for C++ 4 | -------------------------------------------------------------------------------- /ports/liblinear/CONTROL: -------------------------------------------------------------------------------- 1 | Source: liblinear 2 | Version: 230 3 | Description: A Library for Large Linear Classification 4 | -------------------------------------------------------------------------------- /ports/libpopt/CONTROL: -------------------------------------------------------------------------------- 1 | Source: libpopt 2 | Version: 1.16-12 3 | Description: Library for parsing command line parameters 4 | -------------------------------------------------------------------------------- /ports/libsigcpp/CONTROL: -------------------------------------------------------------------------------- 1 | Source: libsigcpp 2 | Version: 2.10-3 3 | Description: Typesafe callback framework for C++ 4 | -------------------------------------------------------------------------------- /ports/miniz/CONTROL: -------------------------------------------------------------------------------- 1 | Source: miniz 2 | Version: 2.1.0 3 | Description: Single C source file zlib-replacement library 4 | -------------------------------------------------------------------------------- /ports/parson/CONTROL: -------------------------------------------------------------------------------- 1 | Source: parson 2 | Version: 2019-07-11 3 | Description: a lighweight json library written in C 4 | -------------------------------------------------------------------------------- /ports/solid3/CONTROL: -------------------------------------------------------------------------------- 1 | Source: solid3 2 | Version: 3.5.8 3 | Description: Software Library for Interference Detection 4 | -------------------------------------------------------------------------------- /ports/spdk-ipsec/usage: -------------------------------------------------------------------------------- 1 | This package is a dependency of SPDK port. It is not intended for direct consumption by end-user. -------------------------------------------------------------------------------- /ports/taocpp-json/CONTROL: -------------------------------------------------------------------------------- 1 | Source: taocpp-json 2 | Version: 2019-07-11 3 | Description: C++ header-only JSON library 4 | -------------------------------------------------------------------------------- /ports/x-plane/CONTROL: -------------------------------------------------------------------------------- 1 | Source: x-plane 2 | Version: 3.0.1-1 3 | Description: The X-Plane Plugin SDK. 4 | Supports: !x86 -------------------------------------------------------------------------------- /bootstrap-vcpkg.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | powershell.exe -NoProfile -ExecutionPolicy Bypass "& {& '%~dp0scripts\bootstrap.ps1' %*}" 3 | -------------------------------------------------------------------------------- /ports/atlmfc/CONTROL: -------------------------------------------------------------------------------- 1 | Source: atlmfc 2 | Version: 0 3 | Description: a stub package that ensures VS has ATL/MFC installed. 4 | -------------------------------------------------------------------------------- /ports/isal/CONTROL: -------------------------------------------------------------------------------- 1 | Source: isal 2 | Version: 2.25.0 3 | Description: Intel(R) Intelligent Storage Acceleration Library 4 | 5 | -------------------------------------------------------------------------------- /ports/libmaxminddb/CONTROL: -------------------------------------------------------------------------------- 1 | Source: libmaxminddb 2 | Version: 1.3.2-2 3 | Description: C library for the MaxMind DB file format -------------------------------------------------------------------------------- /ports/libuuid/CONTROL: -------------------------------------------------------------------------------- 1 | Source: libuuid 2 | Version: 1.0.3-3 3 | Description: Universally unique id library 4 | Supports: linux|osx -------------------------------------------------------------------------------- /ports/libyaml/CONTROL: -------------------------------------------------------------------------------- 1 | Source: libyaml 2 | Version: 0.2.2-2 3 | Description: A C library for parsing and emitting YAML. 4 | -------------------------------------------------------------------------------- /ports/mapbox-variant/CONTROL: -------------------------------------------------------------------------------- 1 | Source: mapbox-variant 2 | Version: 1.1.6-0f734f0-1 3 | Description: C++11/C++14 Variant 4 | -------------------------------------------------------------------------------- /ports/parquet/portfile.cmake: -------------------------------------------------------------------------------- 1 | # The parquet library has been merged into arrow 2 | set(VCPKG_POLICY_EMPTY_PACKAGE enabled) 3 | -------------------------------------------------------------------------------- /ports/qt5-3d/portfile.cmake: -------------------------------------------------------------------------------- 1 | include(${CURRENT_INSTALLED_DIR}/share/qt5/qt_port_functions.cmake) 2 | qt_submodule_installation() -------------------------------------------------------------------------------- /ports/qt5-svg/portfile.cmake: -------------------------------------------------------------------------------- 1 | include(${CURRENT_INSTALLED_DIR}/share/qt5/qt_port_functions.cmake) 2 | qt_submodule_installation() -------------------------------------------------------------------------------- /ports/sais/CONTROL: -------------------------------------------------------------------------------- 1 | Source: sais 2 | Version: 2.4.1-1 3 | Description: An implementation of the induced sorting algorithm 4 | -------------------------------------------------------------------------------- /ports/sparsepp/CONTROL: -------------------------------------------------------------------------------- 1 | Source: sparsepp 2 | Version: 1.22-1 3 | Description: A fast, memory efficient hash map for C++ 4 | -------------------------------------------------------------------------------- /ports/7zip/CONTROL: -------------------------------------------------------------------------------- 1 | Source: 7zip 2 | Version: 19.00 3 | Description: Library for archiving file with a high compression ratio. 4 | -------------------------------------------------------------------------------- /ports/curlpp/CONTROL: -------------------------------------------------------------------------------- 1 | Source: curlpp 2 | Version: 2018-06-15-2 3 | Description: C++ wrapper around libcURL 4 | Build-Depends: curl 5 | -------------------------------------------------------------------------------- /ports/ecos/CONTROL: -------------------------------------------------------------------------------- 1 | Source: ecos 2 | Version: 2.0.7 3 | Description: A lightweight conic solver for second-order cone programming. -------------------------------------------------------------------------------- /ports/effolkronium-random/CONTROL: -------------------------------------------------------------------------------- 1 | Source: effolkronium-random 2 | Version: 1.3.1 3 | Description: Random with a modern C++ API 4 | -------------------------------------------------------------------------------- /ports/egl-registry/CONTROL: -------------------------------------------------------------------------------- 1 | Source: egl-registry 2 | Version: 2019-08-08 3 | Description: the EGL API and Extension Registry 4 | -------------------------------------------------------------------------------- /ports/glm/CONTROL: -------------------------------------------------------------------------------- 1 | Source: glm 2 | Version: 0.9.9.7 3 | Description: OpenGL Mathematics (GLM) 4 | Homepage: https://glm.g-truc.net 5 | -------------------------------------------------------------------------------- /ports/libcuckoo/CONTROL: -------------------------------------------------------------------------------- 1 | Source: libcuckoo 2 | Version: 2018-12-24-1 3 | Description: A high-performance, concurrent hash table 4 | -------------------------------------------------------------------------------- /ports/lmdb/cmake/cmake/runtest.cmake: -------------------------------------------------------------------------------- 1 | file(MAKE_DIRECTORY testb) 2 | execute_process(COMMAND ${TEST}) 3 | file(REMOVE_RECURSE testdb) -------------------------------------------------------------------------------- /ports/openmesh/CONTROL: -------------------------------------------------------------------------------- 1 | Source: openmesh 2 | Version: 8.0 3 | Description: A generic and efficient polygon mesh data structure 4 | -------------------------------------------------------------------------------- /ports/qt5-charts/portfile.cmake: -------------------------------------------------------------------------------- 1 | include(${CURRENT_INSTALLED_DIR}/share/qt5/qt_port_functions.cmake) 2 | qt_submodule_installation() -------------------------------------------------------------------------------- /ports/qt5-datavis3d/portfile.cmake: -------------------------------------------------------------------------------- 1 | include(${CURRENT_INSTALLED_DIR}/share/qt5/qt_port_functions.cmake) 2 | qt_submodule_installation() -------------------------------------------------------------------------------- /ports/qt5-gamepad/portfile.cmake: -------------------------------------------------------------------------------- 1 | include(${CURRENT_INSTALLED_DIR}/share/qt5/qt_port_functions.cmake) 2 | qt_submodule_installation() -------------------------------------------------------------------------------- /ports/qt5-mqtt/CONTROL: -------------------------------------------------------------------------------- 1 | Source: qt5-mqtt 2 | Version: 5.12.5 3 | Description: Qt5 MQTT module. 4 | Build-Depends: qt5-base 5 | -------------------------------------------------------------------------------- /ports/qt5-script/portfile.cmake: -------------------------------------------------------------------------------- 1 | include(${CURRENT_INSTALLED_DIR}/share/qt5/qt_port_functions.cmake) 2 | qt_submodule_installation() -------------------------------------------------------------------------------- /ports/qt5-scxml/portfile.cmake: -------------------------------------------------------------------------------- 1 | include(${CURRENT_INSTALLED_DIR}/share/qt5/qt_port_functions.cmake) 2 | qt_submodule_installation() -------------------------------------------------------------------------------- /ports/qt5-sensors/portfile.cmake: -------------------------------------------------------------------------------- 1 | include(${CURRENT_INSTALLED_DIR}/share/qt5/qt_port_functions.cmake) 2 | qt_submodule_installation() -------------------------------------------------------------------------------- /ports/qt5-speech/portfile.cmake: -------------------------------------------------------------------------------- 1 | include(${CURRENT_INSTALLED_DIR}/share/qt5/qt_port_functions.cmake) 2 | qt_submodule_installation() -------------------------------------------------------------------------------- /ports/qt5-webview/portfile.cmake: -------------------------------------------------------------------------------- 1 | include(${CURRENT_INSTALLED_DIR}/share/qt5/qt_port_functions.cmake) 2 | qt_submodule_installation() -------------------------------------------------------------------------------- /ports/rapidxml-ns/CONTROL: -------------------------------------------------------------------------------- 1 | Source: rapidxml-ns 2 | Version: 1.13.2 3 | Description: RapidXML with added XML namespaces support. 4 | -------------------------------------------------------------------------------- /ports/roaring/CONTROL: -------------------------------------------------------------------------------- 1 | Source: roaring 2 | Version: 2019-03-05-2 3 | Description: A better compressed bitset in C (and C++) 4 | -------------------------------------------------------------------------------- /ports/sdl1-net/CONTROL: -------------------------------------------------------------------------------- 1 | Source: sdl1-net 2 | Version: 1.2.8-3 3 | Description: Networking library for SDL 4 | Build-Depends: sdl1 5 | -------------------------------------------------------------------------------- /ports/soil/LICENSE: -------------------------------------------------------------------------------- 1 | https://www.lonesock.net/soil.html 2 | 3 | Simple OpenGL Image Library 4 | 5 | License: 6 | Public Domain 7 | -------------------------------------------------------------------------------- /ports/zlib/CONTROL: -------------------------------------------------------------------------------- 1 | Source: zlib 2 | Version: 1.2.11-6 3 | Homepage: https://www.zlib.net/ 4 | Description: A compression library 5 | -------------------------------------------------------------------------------- /ports/akali/CONTROL: -------------------------------------------------------------------------------- 1 | Source: akali 2 | Version: 1.41 3 | Description: C++ Common Library. 4 | Homepage: https://github.com/winsoft666/akali -------------------------------------------------------------------------------- /ports/ctre/CONTROL: -------------------------------------------------------------------------------- 1 | Source: ctre 2 | Version: 2.7 3 | Description: A Compile time PCRE (almost) compatible regular expression matcher 4 | -------------------------------------------------------------------------------- /ports/darts-clone/CONTROL: -------------------------------------------------------------------------------- 1 | Source: darts-clone 2 | Version: 1767ab87cffe-1 3 | Description: A static double-array trie structure 4 | -------------------------------------------------------------------------------- /ports/gdcm/CONTROL: -------------------------------------------------------------------------------- 1 | Source: gdcm 2 | Version: 3.0.4 3 | Description: Grassroots DICOM library 4 | Build-Depends: zlib, expat, openjpeg 5 | -------------------------------------------------------------------------------- /ports/gettimeofday/CONTROL: -------------------------------------------------------------------------------- 1 | Source: gettimeofday 2 | Version: 2017-10-14-3 3 | Description: An implementation of gettimeofday for WIN32 4 | -------------------------------------------------------------------------------- /ports/gmmlib/CONTROL: -------------------------------------------------------------------------------- 1 | Source: gmmlib 2 | Version: 19.4.1 3 | Description: intel's graphics memory management library 4 | Supports: linux -------------------------------------------------------------------------------- /ports/hedley/CONTROL: -------------------------------------------------------------------------------- 1 | Source: hedley 2 | Version: 2019-05-08-1 3 | Description: A C/C++ header to help move #ifdefs out of your code 4 | -------------------------------------------------------------------------------- /ports/intel-ipsec/CONTROL: -------------------------------------------------------------------------------- 1 | Source: intel-ipsec 2 | Version: 0.52 3 | Description: Intel(R) Multi-Buffer Crypto for IPsec Library 4 | 5 | -------------------------------------------------------------------------------- /ports/kangaru/CONTROL: -------------------------------------------------------------------------------- 1 | Source: kangaru 2 | Version: 4.2.2 3 | Description: A dependency injection container for C++11, C++14 and later 4 | -------------------------------------------------------------------------------- /ports/modp-base64/libmodpbase64.def: -------------------------------------------------------------------------------- 1 | LIBRARY libmodpbase64 2 | EXPORTS 3 | modp_b64_encode @1 4 | modp_b64_decode @2 5 | -------------------------------------------------------------------------------- /ports/python2/CONTROL: -------------------------------------------------------------------------------- 1 | Source: python2 2 | Version: 2.7.15-2 3 | Description: The Python programming language as an embeddable library 4 | -------------------------------------------------------------------------------- /ports/qt5-connectivity/portfile.cmake: -------------------------------------------------------------------------------- 1 | include(${CURRENT_INSTALLED_DIR}/share/qt5/qt_port_functions.cmake) 2 | qt_submodule_installation() -------------------------------------------------------------------------------- /ports/qt5-declarative/portfile.cmake: -------------------------------------------------------------------------------- 1 | include(${CURRENT_INSTALLED_DIR}/share/qt5/qt_port_functions.cmake) 2 | qt_submodule_installation() -------------------------------------------------------------------------------- /ports/qt5-multimedia/portfile.cmake: -------------------------------------------------------------------------------- 1 | include(${CURRENT_INSTALLED_DIR}/share/qt5/qt_port_functions.cmake) 2 | qt_submodule_installation() -------------------------------------------------------------------------------- /ports/qt5-networkauth/portfile.cmake: -------------------------------------------------------------------------------- 1 | include(${CURRENT_INSTALLED_DIR}/share/qt5/qt_port_functions.cmake) 2 | qt_submodule_installation() -------------------------------------------------------------------------------- /ports/qt5-purchasing/portfile.cmake: -------------------------------------------------------------------------------- 1 | include(${CURRENT_INSTALLED_DIR}/share/qt5/qt_port_functions.cmake) 2 | qt_submodule_installation() -------------------------------------------------------------------------------- /ports/qt5-quickcontrols2/portfile.cmake: -------------------------------------------------------------------------------- 1 | include(${CURRENT_INSTALLED_DIR}/share/qt5/qt_port_functions.cmake) 2 | qt_submodule_installation() -------------------------------------------------------------------------------- /ports/qt5-remoteobjects/portfile.cmake: -------------------------------------------------------------------------------- 1 | include(${CURRENT_INSTALLED_DIR}/share/qt5/qt_port_functions.cmake) 2 | qt_submodule_installation() -------------------------------------------------------------------------------- /ports/qt5-serialport/portfile.cmake: -------------------------------------------------------------------------------- 1 | include(${CURRENT_INSTALLED_DIR}/share/qt5/qt_port_functions.cmake) 2 | qt_submodule_installation() -------------------------------------------------------------------------------- /ports/qt5-webchannel/portfile.cmake: -------------------------------------------------------------------------------- 1 | include(${CURRENT_INSTALLED_DIR}/share/qt5/qt_port_functions.cmake) 2 | qt_submodule_installation() -------------------------------------------------------------------------------- /ports/qt5-websockets/portfile.cmake: -------------------------------------------------------------------------------- 1 | include(${CURRENT_INSTALLED_DIR}/share/qt5/qt_port_functions.cmake) 2 | qt_submodule_installation() -------------------------------------------------------------------------------- /ports/quirc/CONTROL: -------------------------------------------------------------------------------- 1 | Source: quirc 2 | Version: 1.0-4 3 | Description: quirc is one of the C library available for scanning QR Codes 4 | -------------------------------------------------------------------------------- /ports/stxxl/CONTROL: -------------------------------------------------------------------------------- 1 | Source: stxxl 2 | Version: 2018-11-15-2 3 | Description: Standard Template Library for Extra Large Data Sets 4 | -------------------------------------------------------------------------------- /ports/unrar/CONTROL: -------------------------------------------------------------------------------- 1 | Source: unrar 2 | Version: 5.8.1 3 | Homepage: https://www.rarlab.com 4 | Description: rarlab's unrar libary 5 | -------------------------------------------------------------------------------- /ports/valijson/CONTROL: -------------------------------------------------------------------------------- 1 | Source: valijson 2 | Version: 2018-11-17-1 3 | Description: Header-only C++ library for JSON Schema validation 4 | -------------------------------------------------------------------------------- /ports/woff2/CONTROL: -------------------------------------------------------------------------------- 1 | Source: woff2 2 | Version: 1.0.2 3 | Build-Depends: brotli 4 | Description: font compression reference code 5 | -------------------------------------------------------------------------------- /bootstrap-vcpkg.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh -e 2 | 3 | vcpkgRootDir=$(X= cd -- "$(dirname -- "$0")" && pwd -P) 4 | . "$vcpkgRootDir/scripts/bootstrap.sh" 5 | -------------------------------------------------------------------------------- /ports/aws-lambda-cpp/CONTROL: -------------------------------------------------------------------------------- 1 | Source: aws-lambda-cpp 2 | Version: 0.2.6 3 | Build-Depends: curl 4 | Description: C++ Runtime for AWS Lambda. 5 | -------------------------------------------------------------------------------- /ports/cpptoml/CONTROL: -------------------------------------------------------------------------------- 1 | Source: cpptoml 2 | Version: v0.1.1 3 | Description: A header-only library for parsing TOML configuration files. 4 | -------------------------------------------------------------------------------- /ports/gcem/CONTROL: -------------------------------------------------------------------------------- 1 | Source: gcem 2 | Version: 1.12.0 3 | Description: A C++ compile-time math library using generalized constant expressions 4 | -------------------------------------------------------------------------------- /ports/immer/CONTROL: -------------------------------------------------------------------------------- 1 | Source: immer 2 | Version: 2019-06-07 3 | Description: Postmodern immutable and persistent data structures for C++ 4 | -------------------------------------------------------------------------------- /ports/kinectsdk1/CONTROL: -------------------------------------------------------------------------------- 1 | Source: kinectsdk1 2 | Version: 1.8-2 3 | Description: Kinect for Windows SDK for Kinect v1 sensor. 4 | Supports: !arm -------------------------------------------------------------------------------- /ports/kinectsdk2/CONTROL: -------------------------------------------------------------------------------- 1 | Source: kinectsdk2 2 | Version: 2.0-2 3 | Description: Kinect for Windows SDK for Kinect v2 sensor. 4 | Supports: !arm -------------------------------------------------------------------------------- /ports/lemon/CONTROL: -------------------------------------------------------------------------------- 1 | Source: lemon 2 | Version: 0 3 | Description: Deprecated port, use liblemon instead 4 | Build-Depends: liblemon 5 | -------------------------------------------------------------------------------- /ports/pqp/CONTROL: -------------------------------------------------------------------------------- 1 | Source: pqp 2 | Version: 1.3-4 3 | Homepage: https://gamma.cs.unc.edu/SSV/ 4 | Description: a proximity query package 5 | -------------------------------------------------------------------------------- /ports/qt5-virtualkeyboard/portfile.cmake: -------------------------------------------------------------------------------- 1 | include(${CURRENT_INSTALLED_DIR}/share/qt5/qt_port_functions.cmake) 2 | qt_submodule_installation() -------------------------------------------------------------------------------- /ports/safeint/CONTROL: -------------------------------------------------------------------------------- 1 | Source: safeint 2 | Version: 3.23 3 | Description: SafeInt is a class library for C++ that manages integer overflows 4 | -------------------------------------------------------------------------------- /ports/sajson/CONTROL: -------------------------------------------------------------------------------- 1 | Source: sajson 2 | Version: 2018-09-21 3 | Description: Lightweight, extremely high-performance JSON parser for C++11 4 | -------------------------------------------------------------------------------- /ports/spirv-headers/CONTROL: -------------------------------------------------------------------------------- 1 | Source: spirv-headers 2 | Version: 2019-05-05 3 | Description: Machine-readable files for the SPIR-V Registry 4 | -------------------------------------------------------------------------------- /ports/tl-function-ref/CONTROL: -------------------------------------------------------------------------------- 1 | Source: tl-function-ref 2 | Version: 1.0.0-1 3 | Description: A lightweight, non-owning reference to a callable. -------------------------------------------------------------------------------- /ports/uvw/uvw-config.cmake: -------------------------------------------------------------------------------- 1 | find_package(unofficial-libuv CONFIG REQUIRED) 2 | include ("${CMAKE_CURRENT_LIST_DIR}/uvw-targets.cmake") 3 | -------------------------------------------------------------------------------- /triplets/x86-windows.cmake: -------------------------------------------------------------------------------- 1 | set(VCPKG_TARGET_ARCHITECTURE x86) 2 | set(VCPKG_CRT_LINKAGE dynamic) 3 | set(VCPKG_LIBRARY_LINKAGE dynamic) 4 | -------------------------------------------------------------------------------- /ports/asyncplusplus/CONTROL: -------------------------------------------------------------------------------- 1 | Source: asyncplusplus 2 | Version: 1.0-1 3 | Description: Async++ is a lightweight concurrency framework for C++11 4 | -------------------------------------------------------------------------------- /ports/bzip2/CONTROL: -------------------------------------------------------------------------------- 1 | Source: bzip2 2 | Version: 1.0.6-5 3 | Homepage: http://www.bzip.org/ 4 | Description: High-quality data compressor. 5 | -------------------------------------------------------------------------------- /ports/cello/CONTROL: -------------------------------------------------------------------------------- 1 | Source: cello 2 | Version: 2019-07-23 3 | Description: Higher level programming in C 4 | Homepage: http://libcello.org/ 5 | -------------------------------------------------------------------------------- /ports/cpp-peglib/CONTROL: -------------------------------------------------------------------------------- 1 | Source: cpp-peglib 2 | Version: 0.1.0 3 | Description: C++11 header-only PEG (Parsing Expression Grammars) library. 4 | -------------------------------------------------------------------------------- /ports/fmem/CONTROL: -------------------------------------------------------------------------------- 1 | Source: fmem 2 | Version: c-libs-2ccee3d2fb 3 | Description: A cross-platform library for opening memory-backed libc streams. 4 | -------------------------------------------------------------------------------- /ports/graphqlparser/CONTROL: -------------------------------------------------------------------------------- 1 | Source: graphqlparser 2 | Version: 0.7.0-1 3 | Description: A GraphQL query parser in C++ with C and C++ APIs 4 | -------------------------------------------------------------------------------- /ports/ignition-cmake0/usage: -------------------------------------------------------------------------------- 1 | The package ignition-cmake0 provides CMake integration: 2 | 3 | find_package(ignition-cmake0 CONFIG REQUIRED) 4 | -------------------------------------------------------------------------------- /ports/ilmbase/CONTROL: -------------------------------------------------------------------------------- 1 | Source: ilmbase 2 | Version: 2.3.0 3 | Build-Depends: openexr 4 | Description: empty package, linking to newer one 5 | -------------------------------------------------------------------------------- /ports/inja/CONTROL: -------------------------------------------------------------------------------- 1 | Source: inja 2 | Version: 2.1.0-1 3 | Build-Depends: nlohmann-json 4 | Description: Inja - A Template Engine for Modern C++ 5 | -------------------------------------------------------------------------------- /ports/intelrdfpmathlib/CONTROL: -------------------------------------------------------------------------------- 1 | Source: intelrdfpmathlib 2 | Version: 20U2-1 3 | Description: Intel(R) Decimal Floating-Point Math Library 4 | -------------------------------------------------------------------------------- /ports/keystone/CONTROL: -------------------------------------------------------------------------------- 1 | Source: keystone 2 | Version: 0.9.1 3 | Description: Lightweight multi-platform, multi-architecture assembler framework 4 | -------------------------------------------------------------------------------- /ports/libftdi1/CONTROL: -------------------------------------------------------------------------------- 1 | Source: libftdi1 2 | Version: 1.4 3 | Build-Depends: libusb 4 | Description: FTDI USB driver with bitbang mode (v1.4) 5 | -------------------------------------------------------------------------------- /ports/libgo/CONTROL: -------------------------------------------------------------------------------- 1 | Source: libgo 2 | Version: 2.8-2 3 | Build-Depends: boost-context 4 | Description: The best stackful coroutine by c++11. 5 | -------------------------------------------------------------------------------- /ports/liblemon/CONTROL: -------------------------------------------------------------------------------- 1 | Source: liblemon 2 | Version: 2019-06-13 3 | Description: Library for Efficient Modeling and Optimization in Networks 4 | -------------------------------------------------------------------------------- /ports/libplist/CONTROL: -------------------------------------------------------------------------------- 1 | Source: libplist 2 | Version: 1.2.185 3 | Description: A library to handle Apple Property List format in binary or XML 4 | -------------------------------------------------------------------------------- /ports/libpmemobj-cpp/CONTROL: -------------------------------------------------------------------------------- 1 | Source: libpmemobj-cpp 2 | Version: 1.8 3 | Description: C++ bindings for libpmemobj (https://github.com/pmem/pmdk). -------------------------------------------------------------------------------- /ports/libui/CONTROL: -------------------------------------------------------------------------------- 1 | Source: libui 2 | Version: 2018-11-03-1 3 | Description: Simple and portable (but not inflexible) native GUI library in C. 4 | -------------------------------------------------------------------------------- /ports/libzen/CONTROL: -------------------------------------------------------------------------------- 1 | Source: libzen 2 | Version: 0.4.37 3 | Description: ZenLib is a C++ utility library for easiest cross-platform development 4 | -------------------------------------------------------------------------------- /ports/linalg/CONTROL: -------------------------------------------------------------------------------- 1 | Source: linalg 2 | Version: 2.1 3 | Description: linalg.h is a single header public domain linear algebra library for C++11 4 | -------------------------------------------------------------------------------- /ports/luabridge/CONTROL: -------------------------------------------------------------------------------- 1 | Source: luabridge 2 | Version: 2.4.1 3 | Description: A lightweight, dependency-free library for binding Lua to C++ 4 | -------------------------------------------------------------------------------- /ports/mecab/CONTROL: -------------------------------------------------------------------------------- 1 | Source: mecab 2 | Version: 1.0 3 | Description: A morphological analysis engine based on CRF 4 | Supports: !(uwp|arm|arm64) -------------------------------------------------------------------------------- /ports/miniupnpc/CONTROL: -------------------------------------------------------------------------------- 1 | Source: miniupnpc 2 | Version: 2.1-1 3 | Description: UPnP client library/tool to access Internet Gateway Devices 4 | -------------------------------------------------------------------------------- /ports/mio/CONTROL: -------------------------------------------------------------------------------- 1 | Source: mio 2 | Version: 2019-02-10 3 | Description: Cross-platform header-only C++11 library for memory mapped file IO. 4 | -------------------------------------------------------------------------------- /ports/mmx/CONTROL: -------------------------------------------------------------------------------- 1 | Source: mmx 2 | Version: 2019-09-29 3 | Homepage: https://github.com/vurtun/mmx 4 | Description: Single header libraries for C/C++ -------------------------------------------------------------------------------- /ports/mpark-variant/CONTROL: -------------------------------------------------------------------------------- 1 | Source: mpark-variant 2 | Version: 1.4.0 3 | Description: an implementation of C++17 std::variant for C++11/14/17. 4 | -------------------------------------------------------------------------------- /ports/nanopb/CONTROL: -------------------------------------------------------------------------------- 1 | Source: nanopb 2 | Version: 2019-02-12-2 3 | Description: A small code-size Protocol Buffers implementation in ANSI C. 4 | -------------------------------------------------------------------------------- /ports/nanorange/CONTROL: -------------------------------------------------------------------------------- 1 | Source: nanorange 2 | Version: 0.0.0 3 | Description: NanoRange is a C++14 implementation of the C++20 Ranges proposals. -------------------------------------------------------------------------------- /ports/nlohmann-fifo-map/CONTROL: -------------------------------------------------------------------------------- 1 | Source: nlohmann-fifo-map 2 | Version: 2018.05.07 3 | Description: a FIFO-ordered associative container for C++ 4 | -------------------------------------------------------------------------------- /ports/nvtt/CONTROL: -------------------------------------------------------------------------------- 1 | Source: nvtt 2 | Version: 2.1.1 3 | Description: Texture processing tools with support for Direct3D 10 and 11 formats. 4 | -------------------------------------------------------------------------------- /ports/ogdf/CONTROL: -------------------------------------------------------------------------------- 1 | Source: ogdf 2 | Version: 2019-08-23 3 | Homepage: https://github.com/ogdf/ogdf 4 | Description: Open Graph Drawing Framework 5 | -------------------------------------------------------------------------------- /ports/pcre/CONTROL: -------------------------------------------------------------------------------- 1 | Source: pcre 2 | Version: 8.41-4 3 | Homepage: https://www.pcre.org/ 4 | Description: Perl Compatible Regular Expressions 5 | -------------------------------------------------------------------------------- /ports/pthread/CONTROL: -------------------------------------------------------------------------------- 1 | Source: pthread 2 | Version: 3.0.0 3 | Build-Depends: pthreads 4 | Description: empty package, linking to other port 5 | -------------------------------------------------------------------------------- /ports/qt5-script/CONTROL: -------------------------------------------------------------------------------- 1 | Source: qt5-script 2 | Version: 5.12.5-1 3 | Build-Depends: qt5-base, qt5-tools 4 | Description:Qt5 Script Module. 5 | -------------------------------------------------------------------------------- /ports/readerwriterqueue/CONTROL: -------------------------------------------------------------------------------- 1 | Source: readerwriterqueue 2 | Version: 1.0.2 3 | Description: A single-producer, single-consumer lock-free queue 4 | -------------------------------------------------------------------------------- /ports/tiny-process-library/CONTROL: -------------------------------------------------------------------------------- 1 | Source: tiny-process-library 2 | Version: 2018-12-06 3 | Description: A small platform independent library 4 | -------------------------------------------------------------------------------- /ports/yato/CONTROL: -------------------------------------------------------------------------------- 1 | Source: yato 2 | Version: 1.0-2 3 | Description: Modern C++14 containers and utilities, actors system, typesafe config 4 | -------------------------------------------------------------------------------- /scripts/boost/post-build-stubs/predef.cmake: -------------------------------------------------------------------------------- 1 | 2 | file(COPY ${SOURCE_PATH}/tools/check DESTINATION ${CURRENT_PACKAGES_DIR}/share/boost-predef) 3 | -------------------------------------------------------------------------------- /triplets/x64-windows-static.cmake: -------------------------------------------------------------------------------- 1 | set(VCPKG_TARGET_ARCHITECTURE x64) 2 | set(VCPKG_CRT_LINKAGE static) 3 | set(VCPKG_LIBRARY_LINKAGE static) 4 | -------------------------------------------------------------------------------- /triplets/x64-windows.cmake: -------------------------------------------------------------------------------- 1 | set(VCPKG_TARGET_ARCHITECTURE x64) 2 | set(VCPKG_CRT_LINKAGE dynamic) 3 | set(VCPKG_LIBRARY_LINKAGE dynamic) 4 | 5 | -------------------------------------------------------------------------------- /ports/ampl-mp/CONTROL: -------------------------------------------------------------------------------- 1 | Source: ampl-mp 2 | Version: 2019-03-21-1 3 | Description: An open-source library for mathematical programming 4 | Supports: !uwp -------------------------------------------------------------------------------- /ports/angle/commit.h: -------------------------------------------------------------------------------- 1 | #define ANGLE_COMMIT_HASH "invalid-hash" 2 | #define ANGLE_COMMIT_HASH_SIZE 12 3 | #define ANGLE_COMMIT_DATE "invalid-date" 4 | -------------------------------------------------------------------------------- /ports/binn/CONTROL: -------------------------------------------------------------------------------- 1 | Source: binn 2 | Version: 2.0 3 | Description: Binn is a binary data serialization format designed to be compact, fast and easy to use. -------------------------------------------------------------------------------- /ports/boost-build/CONTROL: -------------------------------------------------------------------------------- 1 | Source: boost-build 2 | Version: 1.72.0 3 | Homepage: https://github.com/boostorg/build 4 | Description: Boost.Build 5 | -------------------------------------------------------------------------------- /ports/catch/CONTROL: -------------------------------------------------------------------------------- 1 | Source: catch 2 | Version: alias 3 | Build-Depends: catch2 4 | Description: Deprecated alias for Catch2 unit testing framework 5 | -------------------------------------------------------------------------------- /ports/chartdir/chartdir.h: -------------------------------------------------------------------------------- 1 | #ifndef __CHARTDIR_H__ 2 | #define __CHARTDIR_H__ 3 | 4 | #include 5 | 6 | #endif // __CHARTDIR_H__ 7 | -------------------------------------------------------------------------------- /ports/civetweb/CONTROL: -------------------------------------------------------------------------------- 1 | Source: civetweb 2 | Version: 2019-07-05 3 | Description: Easy to use, powerful, C/C++ embeddable web server. 4 | Supports: !uwp -------------------------------------------------------------------------------- /ports/cmocka/CONTROL: -------------------------------------------------------------------------------- 1 | Source: cmocka 2 | Version: 1.1.5-1 3 | Description: An elegant unit testing framework for C with support for mock objects 4 | -------------------------------------------------------------------------------- /ports/cpp-taskflow/CONTROL: -------------------------------------------------------------------------------- 1 | Source: cpp-taskflow 2 | Version: 2.2.0 3 | Description: Fast Parallel Tasking Programming Library using Modern C++. 4 | -------------------------------------------------------------------------------- /ports/docopt/CONTROL: -------------------------------------------------------------------------------- 1 | Source: docopt 2 | Version: 2018-11-01 3 | Description: Command line arguments parser that will make you smile (C++11 port). 4 | -------------------------------------------------------------------------------- /ports/dpdk/CONTROL: -------------------------------------------------------------------------------- 1 | Source: dpdk 2 | Version: 19.02 3 | Description: A set of libraries and drivers for fast packet processing 4 | Supports: linux 5 | -------------------------------------------------------------------------------- /ports/dx/CONTROL: -------------------------------------------------------------------------------- 1 | Source: dx 2 | Version: 1.0.1-1 3 | Homepage: https://github.com/sdcb/dx 4 | Description: A modern C++ library for DirectX programming -------------------------------------------------------------------------------- /ports/esaxx/CONTROL: -------------------------------------------------------------------------------- 1 | Source: esaxx 2 | Version: ca7cb332011ec37 3 | Description: This library provides the implementation of enhanced suffix array. 4 | -------------------------------------------------------------------------------- /ports/freeimage/FreeImageConfig-dynamic.h: -------------------------------------------------------------------------------- 1 | #ifndef FREEIMAGE_CONFIG_H 2 | #define FREEIMAGE_CONFIG_H 3 | 4 | #undef FREEIMAGE_LIB 5 | 6 | #endif 7 | -------------------------------------------------------------------------------- /ports/freeimage/FreeImageConfig-static.h: -------------------------------------------------------------------------------- 1 | #ifndef FREEIMAGE_CONFIG_H 2 | #define FREEIMAGE_CONFIG_H 3 | 4 | #define FREEIMAGE_LIB 5 | 6 | #endif 7 | -------------------------------------------------------------------------------- /ports/geos/CONTROL: -------------------------------------------------------------------------------- 1 | Source: geos 2 | Version: 3.6.3-3 3 | Homepage: https://www.osgeo.org/projects/geos/ 4 | Description: Geometry Engine Open Source 5 | -------------------------------------------------------------------------------- /ports/gli/CONTROL: -------------------------------------------------------------------------------- 1 | Source: gli 2 | Version: dd17acf 3 | Build-Depends: glm 4 | Description: OpenGL Image (GLI) 5 | Homepage: https://gli.g-truc.net 6 | -------------------------------------------------------------------------------- /ports/http-parser/CONTROL: -------------------------------------------------------------------------------- 1 | Source: http-parser 2 | Version: 2.9.3 3 | Homepage: https://github.com/nodejs/http-parser 4 | Description: HTTP Parser. 5 | -------------------------------------------------------------------------------- /ports/ismrmrd/CONTROL: -------------------------------------------------------------------------------- 1 | Source: ismrmrd 2 | Version: 1.4.1 3 | Description: ISMRM Raw Data Format 4 | Build-Depends: pugixml, hdf5, boost, fftw3 5 | -------------------------------------------------------------------------------- /ports/kf5archive/CONTROL: -------------------------------------------------------------------------------- 1 | Source: kf5archive 2 | Version: 5.64.0 3 | Description: File compression 4 | Build-Depends: ecm, qt5-base, zlib, bzip2 5 | -------------------------------------------------------------------------------- /ports/lcms/CONTROL: -------------------------------------------------------------------------------- 1 | Source: lcms 2 | Version: 2.9-1 3 | Build-Depends: 4 | Homepage: https://github.com/mm2/Little-CMS 5 | Description: Little CMS. 6 | -------------------------------------------------------------------------------- /ports/lemon/portfile.cmake: -------------------------------------------------------------------------------- 1 | set(VCPKG_POLICY_EMPTY_PACKAGE enabled) 2 | 3 | message(WARNING "The lemon port is deprecated, use liblemon instead") 4 | -------------------------------------------------------------------------------- /ports/libwebm/CONTROL: -------------------------------------------------------------------------------- 1 | Source: libwebm 2 | Version: 1.0.0.27-5 3 | Homepage: https://github.com/webmproject/libwebm 4 | Description: WebM File Parser 5 | -------------------------------------------------------------------------------- /ports/mecab/Config.cmake.in: -------------------------------------------------------------------------------- 1 | @PACKAGE_INIT@ 2 | 3 | include("${CMAKE_CURRENT_LIST_DIR}/@targets_export_name@.cmake") 4 | check_required_components(mecab) -------------------------------------------------------------------------------- /ports/minhook/CONTROL: -------------------------------------------------------------------------------- 1 | Source: minhook 2 | Version: 1.3.3 3 | Description: The Minimalistic x86/x64 API Hooking Library for Windows. 4 | Supports: !uwp -------------------------------------------------------------------------------- /ports/octomap/CONTROL: -------------------------------------------------------------------------------- 1 | Source: octomap 2 | Version: 2017-03-11-7 3 | Description: An Efficient Probabilistic 3D Mapping Framework Based on Octrees 4 | -------------------------------------------------------------------------------- /ports/plustache/CONTROL: -------------------------------------------------------------------------------- 1 | Source: plustache 2 | Version: 0.4.0-1 3 | Description: {{mustaches}} for C++ 4 | Build-Depends: boost-regex, boost-algorithm 5 | -------------------------------------------------------------------------------- /ports/pugixml/CONTROL: -------------------------------------------------------------------------------- 1 | Source: pugixml 2 | Version: 1.10-1 3 | Homepage: https://github.com/zeux/pugixml 4 | Description: C++ XML processing library 5 | -------------------------------------------------------------------------------- /ports/qt5-location/portfile.cmake: -------------------------------------------------------------------------------- 1 | include(${CURRENT_INSTALLED_DIR}/share/qt5/qt_port_functions.cmake) 2 | qt_submodule_installation(PATCHES clipper.patch) -------------------------------------------------------------------------------- /ports/ragel/CONTROL: -------------------------------------------------------------------------------- 1 | Source: ragel 2 | Version: 6.10-3 3 | Homepage: https://www.colm.net/files/ragel 4 | Description: Ragel State Machine Compiler 5 | -------------------------------------------------------------------------------- /ports/tbb/CONTROL: -------------------------------------------------------------------------------- 1 | Source: tbb 2 | Version: 2020_U1 3 | Homepage: https://github.com/01org/tbb 4 | Description: Intel's Threading Building Blocks. 5 | -------------------------------------------------------------------------------- /ports/tinkerforge/CONTROL: -------------------------------------------------------------------------------- 1 | Source: tinkerforge 2 | Version: 2.1.25 3 | Description: Tinkerforge C API bindings for bricks and bricklets 4 | Supports: !uwp -------------------------------------------------------------------------------- /ports/tinygltf/CONTROL: -------------------------------------------------------------------------------- 1 | Source: tinygltf 2 | Version: 2.2.0 3 | Description: A header only C++11 glTF 2.0 library. 4 | Build-Depends: stb, nlohmann-json -------------------------------------------------------------------------------- /ports/torch-th/CONTROL: -------------------------------------------------------------------------------- 1 | Source: torch-th 2 | Version: 2019-04-19-2 3 | Homepage: https://github.com/torch/torch7 4 | Description: Torch's TH library 5 | -------------------------------------------------------------------------------- /ports/tweeny/CONTROL: -------------------------------------------------------------------------------- 1 | Source: tweeny 2 | Version: 3.0 3 | Description: A modern C++ tweening library 4 | Homepage: https://github.com/mobius3/tweeny -------------------------------------------------------------------------------- /ports/zopfli/CONTROL: -------------------------------------------------------------------------------- 1 | Source: zopfli 2 | Version: 2019-01-19-1 3 | Description: Zopfli Compression Algorithm compression library programmed in C 4 | -------------------------------------------------------------------------------- /ports/zserge-webview/CONTROL: -------------------------------------------------------------------------------- 1 | Source: zserge-webview 2 | Version: 2019-04-27-2 3 | Description: Tiny cross-platform webview library for C/C++/Golang. 4 | -------------------------------------------------------------------------------- /ports/zydis/CONTROL: -------------------------------------------------------------------------------- 1 | Source: zydis 2 | Version: 3.1.0 3 | Homepage: https://zydis.re 4 | Description: Fast and lightweight x86/x86-64 disassembler library. -------------------------------------------------------------------------------- /triplets/community/x86-windows-static.cmake: -------------------------------------------------------------------------------- 1 | set(VCPKG_TARGET_ARCHITECTURE x86) 2 | set(VCPKG_CRT_LINKAGE static) 3 | set(VCPKG_LIBRARY_LINKAGE static) -------------------------------------------------------------------------------- /ports/bigint/CONTROL: -------------------------------------------------------------------------------- 1 | Source: bigint 2 | Version: 2010.04.30-4 3 | Homepage: https://mattmccutchen.net/bigint 4 | Description: C++ Big Integer Library 5 | -------------------------------------------------------------------------------- /ports/boost-vcpkg-helpers/CONTROL: -------------------------------------------------------------------------------- 1 | Source: boost-vcpkg-helpers 2 | Version: 7 3 | Description: a set of vcpkg-internal scripts used to modularize boost 4 | -------------------------------------------------------------------------------- /ports/botan/CONTROL: -------------------------------------------------------------------------------- 1 | Source: botan 2 | Version: 2.12.1-1 3 | Homepage: https://botan.randombit.net 4 | Description: A cryptography library written in C++11 5 | -------------------------------------------------------------------------------- /ports/check/CONTROL: -------------------------------------------------------------------------------- 1 | Source: check 2 | Version: 0.14.0 3 | Homepage: https://github.com/libcheck/check 4 | Description: A unit testing framework for C 5 | -------------------------------------------------------------------------------- /ports/dimcli/CONTROL: -------------------------------------------------------------------------------- 1 | Source: dimcli 2 | Version: 5.0.1 3 | Homepage: https://github.com/gknowles/dimcli 4 | Description: C++ command line parser toolkit 5 | -------------------------------------------------------------------------------- /ports/enet/CONTROL: -------------------------------------------------------------------------------- 1 | Source: enet 2 | Version: 1.3.13-1 3 | Homepage: https://github.com/lsalzman/enet 4 | Description: Reliable UDP networking library 5 | 6 | -------------------------------------------------------------------------------- /ports/hayai/CONTROL: -------------------------------------------------------------------------------- 1 | Source: hayai 2 | Version: 2019-08-10 3 | Description: C++ benchmarking framework 4 | Homepage: https://github.com/nickbruun/hayai 5 | -------------------------------------------------------------------------------- /ports/json-c/CONTROL: -------------------------------------------------------------------------------- 1 | Source: json-c 2 | Version: 2019-09-10 3 | Description: A JSON implementation in C 4 | Homepage: https://github.com/json-c/json-c 5 | -------------------------------------------------------------------------------- /ports/jwt-cpp/CONTROL: -------------------------------------------------------------------------------- 1 | Source: jwt-cpp 2 | Version: 2019-05-07-1 3 | Description: A header only library for creating and validating json web tokens in c++ 4 | -------------------------------------------------------------------------------- /ports/libftdi/CONTROL: -------------------------------------------------------------------------------- 1 | Source: libftdi 2 | Version: 0.20-1 3 | Build-Depends: libusb-win32 4 | Description: FTDI USB driver with bitbang mode (v0.20) 5 | -------------------------------------------------------------------------------- /ports/milerius-sfml-imgui/CONTROL: -------------------------------------------------------------------------------- 1 | Source: milerius-sfml-imgui 2 | Version: 1.1-2 3 | Description: imgui dll for sfml usage 4 | Build-Depends: sfml, imgui 5 | -------------------------------------------------------------------------------- /ports/nlohmann-json/CONTROL: -------------------------------------------------------------------------------- 1 | Source: nlohmann-json 2 | Version: 3.7.3 3 | Homepage: https://github.com/nlohmann/json 4 | Description: JSON for Modern C++ 5 | -------------------------------------------------------------------------------- /ports/ode/CONTROL: -------------------------------------------------------------------------------- 1 | Source: ode 2 | Version: 0.16 3 | Homepage: https://bitbucket.org/odedevs/ode/src/default/ 4 | Description: Open Dynamics Engine 5 | -------------------------------------------------------------------------------- /ports/openjpeg/CONTROL: -------------------------------------------------------------------------------- 1 | Source: openjpeg 2 | Version: 2.3.1-1 3 | Homepage: https://github.com/uclouvain/openjpeg 4 | Description: JPEG 2000 image library 5 | -------------------------------------------------------------------------------- /ports/otl/CONTROL: -------------------------------------------------------------------------------- 1 | Source: otl 2 | Version: 4.0.451 3 | Description: Oracle, Odbc and DB2-CLI Template Library 4 | Homepage: http://otl.sourceforge.net/ 5 | -------------------------------------------------------------------------------- /ports/p-ranav-csv/CONTROL: -------------------------------------------------------------------------------- 1 | Source: p-ranav-csv 2 | Version: 2019-07-11 3 | Description: CSV for modern C++ 4 | Homepage: https://github.com/p-ranav/csv 5 | -------------------------------------------------------------------------------- /ports/pdal-c/CONTROL: -------------------------------------------------------------------------------- 1 | Source: pdal-c 2 | Version: 1.8-2 3 | Description: C API for the Point Data Abstraction Library (PDAL) 4 | Build-Depends: pdal 5 | -------------------------------------------------------------------------------- /ports/phnt/CONTROL: -------------------------------------------------------------------------------- 1 | Source: phnt 2 | Version: 2019-05-01 3 | Homepage: https://github.com/processhacker/phnt 4 | Description: Windows Native API header files -------------------------------------------------------------------------------- /ports/sfsexp/CONTROL: -------------------------------------------------------------------------------- 1 | Source: sfsexp 2 | Version: 1.3 3 | Homepage: https://github.com/mjsottile/sfsexp 4 | Description: Small Fast S-Expression Library 5 | -------------------------------------------------------------------------------- /ports/snappy/CONTROL: -------------------------------------------------------------------------------- 1 | Source: snappy 2 | Version: 1.1.8 3 | Homepage: https://github.com/google/snappy 4 | Description: A fast compressor/decompressor. 5 | -------------------------------------------------------------------------------- /ports/sndfile/portfile.cmake: -------------------------------------------------------------------------------- 1 | set(VCPKG_POLICY_EMPTY_PACKAGE enabled) 2 | 3 | message(WARNING "The sndfile port is deprecated, using libsndfile instead") 4 | -------------------------------------------------------------------------------- /ports/stb/CONTROL: -------------------------------------------------------------------------------- 1 | Source: stb 2 | Version: 2020-02-08 3 | Homepage: https://github.com/nothings/stb 4 | Description: public domain header-only libraries 5 | -------------------------------------------------------------------------------- /ports/tsl-sparse-map/CONTROL: -------------------------------------------------------------------------------- 1 | Source: tsl-sparse-map 2 | Version: 0.6.2 3 | Description: C++ implementation of a memory efficient hash map and hash set 4 | -------------------------------------------------------------------------------- /ports/utf8h/CONTROL: -------------------------------------------------------------------------------- 1 | Source: utf8h 2 | Version: 841cb2deb8eb806e73fff0e1f43a11fca4f5da45 3 | Description: Single header utf8 string functions for C and C++ 4 | -------------------------------------------------------------------------------- /ports/utfcpp/CONTROL: -------------------------------------------------------------------------------- 1 | Source: utfcpp 2 | Version: 3.1 3 | Homepage: https://github.com/nemtrif/utfcpp 4 | Description: UTF-8 with C++ in a Portable Way 5 | -------------------------------------------------------------------------------- /ports/visit-struct/CONTROL: -------------------------------------------------------------------------------- 1 | Source: visit-struct 2 | Version: 1.0-1 3 | Description: A header-only library providing structure visitors for C++11 and C++14 4 | -------------------------------------------------------------------------------- /ports/wepoll/CONTROL: -------------------------------------------------------------------------------- 1 | Source: wepoll 2 | Version: 1.5.5 3 | Description: Fast epoll for windows 4 | Homepage: https://github.com/piscisaureus/wepoll 5 | -------------------------------------------------------------------------------- /ports/xmsh/CONTROL: -------------------------------------------------------------------------------- 1 | Source: xmsh 2 | Version: 0.5.2 3 | Description: Reference Implementation of XMSH Library 4 | Build-Depends: tl-expected, nlohmann-json 5 | -------------------------------------------------------------------------------- /ports/xxhash/CONTROL: -------------------------------------------------------------------------------- 1 | Source: xxhash 2 | Version: 0.7.0 3 | Homepage: https://github.com/Cyan4973/xxHash 4 | Description: Extremely fast hash algorithm 5 | -------------------------------------------------------------------------------- /triplets/arm64-windows.cmake: -------------------------------------------------------------------------------- 1 | set(VCPKG_TARGET_ARCHITECTURE arm64) 2 | set(VCPKG_CRT_LINKAGE dynamic) 3 | set(VCPKG_LIBRARY_LINKAGE dynamic) 4 | 5 | 6 | -------------------------------------------------------------------------------- /ports/argparse/CONTROL: -------------------------------------------------------------------------------- 1 | Source: argparse 2 | Version: 2.1 3 | Description: Argument parser for modern C++ 4 | Homepage: https://github.com/p-ranav/argparse 5 | -------------------------------------------------------------------------------- /ports/bde/CONTROL: -------------------------------------------------------------------------------- 1 | Source: bde 2 | Version: 3.2.0.0-1 3 | Description: Basic Development Environment - a set of foundational C++ libraries used at Bloomberg. 4 | -------------------------------------------------------------------------------- /ports/bdwgc/CONTROL: -------------------------------------------------------------------------------- 1 | Source: bdwgc 2 | Version: 8.0.4-1 3 | Description: The Boehm-Demers-Weiser conservative C/C++ Garbage Collector (libgc, bdwgc, boehm-gc) 4 | -------------------------------------------------------------------------------- /ports/clara/CONTROL: -------------------------------------------------------------------------------- 1 | Source: clara 2 | Version: 1.1.5 3 | Homepage: https://github.com/philsquared/Clara 4 | Description: A simple to use command line parser for C++ -------------------------------------------------------------------------------- /ports/cli/CONTROL: -------------------------------------------------------------------------------- 1 | Source: cli 2 | Version: 1.1.1 3 | Description: A library for interactive command line interfaces in modern C++ 4 | Build-Depends: boost-asio 5 | -------------------------------------------------------------------------------- /ports/coroutine/CONTROL: -------------------------------------------------------------------------------- 1 | Source: coroutine 2 | Version: 2020-01-13 3 | Build-Depends: ms-gsl 4 | Description: C++ coroutine helper/example library 5 | Supports: !x86 -------------------------------------------------------------------------------- /ports/dbg-macro/CONTROL: -------------------------------------------------------------------------------- 1 | Source: dbg-macro 2 | Version: 2019-07-11 3 | Description: A dbg(...) macro for C++ 4 | Homepage: https://github.com/sharkdp/dbg-macro 5 | -------------------------------------------------------------------------------- /ports/detours/CONTROL: -------------------------------------------------------------------------------- 1 | Source: detours 2 | Version: 4.0.1-1 3 | Description: Detours is a software package for monitoring and instrumenting API calls on Windows. -------------------------------------------------------------------------------- /ports/fadbad/CONTROL: -------------------------------------------------------------------------------- 1 | Source: fadbad 2 | Version: 2.1.0 3 | Homepage: https://www.fadbad.com/ 4 | Description: FADBAD++ Templates for Automatic Differentiation 5 | -------------------------------------------------------------------------------- /ports/gperf/CONTROL: -------------------------------------------------------------------------------- 1 | Source: gperf 2 | Version: 3.1-1 3 | Description: GNU perfect hash function generator 4 | Homepage: https://www.gnu.org/software/gperf/ 5 | -------------------------------------------------------------------------------- /ports/h3/CONTROL: -------------------------------------------------------------------------------- 1 | Source: h3 2 | Version: 3.6.3 3 | Homepage: https://github.com/uber/h3 4 | Description: A Hexagonal Hierarchical Geospatial Indexing System 5 | -------------------------------------------------------------------------------- /ports/ignition-modularscripts/CONTROL: -------------------------------------------------------------------------------- 1 | Source: ignition-modularscripts 2 | Version: 2019-09-11 3 | Description: Vcpkg helpers to package ignition libraries 4 | -------------------------------------------------------------------------------- /ports/kcp/CONTROL: -------------------------------------------------------------------------------- 1 | Source: kcp 2 | Version: 2019-09-20 3 | Description: A fast and reliable ARQ protocol 4 | Homepage: https://github.com/skywind3000/kcp 5 | -------------------------------------------------------------------------------- /ports/kf5holidays/CONTROL: -------------------------------------------------------------------------------- 1 | Source: kf5holidays 2 | Version: 5.64.0 3 | Description: Holiday calculation library 4 | Build-Depends: ecm, qt5-base, qt5-tools 5 | -------------------------------------------------------------------------------- /ports/libiconv/CONTROL: -------------------------------------------------------------------------------- 1 | Source: libiconv 2 | Version: 1.16-1 3 | Homepage: https://www.gnu.org/software/libiconv/ 4 | Description: GNU Unicode text conversion 5 | -------------------------------------------------------------------------------- /ports/libmorton/CONTROL: -------------------------------------------------------------------------------- 1 | Source: libmorton 2 | Version: 0.2 3 | Description: header-only library for encoding/decoding Morton codes in/from 2D/3D coordinates 4 | -------------------------------------------------------------------------------- /ports/libraqm/CONTROL: -------------------------------------------------------------------------------- 1 | Source: libraqm 2 | Version: 0.7.0-1 3 | Description: A library for complex text layout 4 | Build-Depends: freetype, harfbuzz, fribidi -------------------------------------------------------------------------------- /ports/lzo/CONTROL: -------------------------------------------------------------------------------- 1 | Source: lzo 2 | Version: 2.10-4 3 | Homepage: https://www.oberhumer.com/opensource/lzo/ 4 | Description: Lossless data compression library 5 | -------------------------------------------------------------------------------- /ports/mcpp/CONTROL: -------------------------------------------------------------------------------- 1 | Source: mcpp 2 | Version: 2.7.2.14-1 3 | Homepage: https://github.com/zeroc-ice/mcpp 4 | Description: Fork of mcpp, a C/C++ preprocessor 5 | -------------------------------------------------------------------------------- /ports/morton-nd/CONTROL: -------------------------------------------------------------------------------- 1 | Source: morton-nd 2 | Version: 2.0.0 3 | Description: (C++14) header-only library for fast Morton encoding/decoding in N dimensions. 4 | -------------------------------------------------------------------------------- /ports/muparser/CONTROL: -------------------------------------------------------------------------------- 1 | Source: muparser 2 | Version: 2.2.6.1 3 | Homepage: https://github.com/beltoforion/muparser 4 | Description: Fast math parser library 5 | -------------------------------------------------------------------------------- /ports/pprint/CONTROL: -------------------------------------------------------------------------------- 1 | Source: pprint 2 | Version: 2019-07-19 3 | Description: Pretty Printer for Modern C++ 4 | Homepage: https://github.com/p-ranav/pprint 5 | -------------------------------------------------------------------------------- /ports/proj/CONTROL: -------------------------------------------------------------------------------- 1 | Source: proj 2 | Version: 0 3 | Description: a stub package that pulls in proj4. Do not depend on this package. 4 | Build-Depends: proj4 5 | -------------------------------------------------------------------------------- /ports/qt5-networkauth/CONTROL: -------------------------------------------------------------------------------- 1 | Source: qt5-networkauth 2 | Version: 5.12.5 3 | Description: Qt5 Network Authorization Module 4 | Build-Depends: qt5-base 5 | -------------------------------------------------------------------------------- /ports/robin-map/CONTROL: -------------------------------------------------------------------------------- 1 | Source: robin-map 2 | Version: 0.6.2 3 | Description: A C++ implementation of a fast hash map and hash set using robin hood hashing 4 | -------------------------------------------------------------------------------- /ports/rxcpp/CONTROL: -------------------------------------------------------------------------------- 1 | Source: rxcpp 2 | Version: 4.1.0-1 3 | Homepage: https://github.com/Reactive-Extensions/RxCpp 4 | Description: Reactive Extensions for C++ 5 | -------------------------------------------------------------------------------- /ports/sqlite-orm/CONTROL: -------------------------------------------------------------------------------- 1 | Source: sqlite-orm 2 | Version: 1.5 3 | Build-Depends: sqlite3 4 | Description: SQLite ORM light header only library for modern C++ 5 | -------------------------------------------------------------------------------- /ports/tbb/usage: -------------------------------------------------------------------------------- 1 | The package tbb provides CMake targets: 2 | 3 | find_package(TBB CONFIG REQUIRED) 4 | target_link_libraries(main PRIVATE TBB::tbb) 5 | -------------------------------------------------------------------------------- /ports/tgc/CONTROL: -------------------------------------------------------------------------------- 1 | Source: tgc 2 | Version: 2019-08-11-1 3 | Description: A tiny garbage collector for C 4 | Homepage: https://github.com/orangeduck/tgc 5 | -------------------------------------------------------------------------------- /ports/tl-expected/CONTROL: -------------------------------------------------------------------------------- 1 | Source: tl-expected 2 | Version: 1.0.0-1 3 | Description: C++11/14/17 std::expected implementation with functional-style extensions 4 | -------------------------------------------------------------------------------- /ports/tmx/CONTROL: -------------------------------------------------------------------------------- 1 | Source: tmx 2 | Version: 1.0.0-1 3 | Description: A portable C library to load tiled maps in your games. 4 | Build-Depends: zlib, libxml2 5 | -------------------------------------------------------------------------------- /ports/tsl-ordered-map/CONTROL: -------------------------------------------------------------------------------- 1 | Source: tsl-ordered-map 2 | Version: 0.8.1-1 3 | Description: C++ hash map and hash set which preserve the order of insertion 4 | -------------------------------------------------------------------------------- /ports/vulkan-hpp/CONTROL: -------------------------------------------------------------------------------- 1 | Source: vulkan-hpp 2 | Version: 2019-05-11 3 | Description: Header only C++ bindings for the Vulkan C API 4 | Build-Depends: vulkan 5 | -------------------------------------------------------------------------------- /triplets/community/x64-windows-static-md.cmake: -------------------------------------------------------------------------------- 1 | set(VCPKG_TARGET_ARCHITECTURE x64) 2 | set(VCPKG_CRT_LINKAGE dynamic) 3 | set(VCPKG_LIBRARY_LINKAGE static) 4 | -------------------------------------------------------------------------------- /triplets/community/x86-windows-static-md.cmake: -------------------------------------------------------------------------------- 1 | set(VCPKG_TARGET_ARCHITECTURE x86) 2 | set(VCPKG_CRT_LINKAGE dynamic) 3 | set(VCPKG_LIBRARY_LINKAGE static) 4 | -------------------------------------------------------------------------------- /ports/anax/CONTROL: -------------------------------------------------------------------------------- 1 | Source: anax 2 | Version: 2.1.0-6 3 | Description: An open source C++ entity system. 4 | Homepage: https://github.com/miguelmartin75/anax 5 | -------------------------------------------------------------------------------- /ports/cgl/Config.cmake.in: -------------------------------------------------------------------------------- 1 | 2 | @PACKAGE_INIT@ 3 | 4 | include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake") 5 | check_required_components("@PROJECT_NAME@") -------------------------------------------------------------------------------- /ports/concurrentqueue/CONTROL: -------------------------------------------------------------------------------- 1 | Source: concurrentqueue 2 | Version: 1.0.1 3 | Description: A fast multi-producer, multi-consumer lock-free concurrent queue for C++11 4 | -------------------------------------------------------------------------------- /ports/crow/CONTROL: -------------------------------------------------------------------------------- 1 | Source: crow 2 | Version: 0.1-1 3 | Homepage: https://github.com/ipkn/crow 4 | Description: Very fast and easy to use C++ micro web framework 5 | -------------------------------------------------------------------------------- /ports/expected-lite/CONTROL: -------------------------------------------------------------------------------- 1 | Source: expected-lite 2 | Version: 0.3.0 3 | Description: Expected objects in C++11 and later in a single-file header-only library 4 | -------------------------------------------------------------------------------- /ports/farmhash/CONTROL: -------------------------------------------------------------------------------- 1 | Source: farmhash 2 | Version: 1.1 3 | Homepage: https://github.com/google/farmhash 4 | Description: FarmHash, a family of hash functions. 5 | -------------------------------------------------------------------------------- /ports/fastlz/CONTROL: -------------------------------------------------------------------------------- 1 | Source: fastlz 2 | Version: 1.0-3 3 | Homepage: https://github.com/ariya/FastLZ 4 | Description: A lightning-fast lossless compression library 5 | -------------------------------------------------------------------------------- /ports/geogram/Config.cmake.in: -------------------------------------------------------------------------------- 1 | @PACKAGE_INIT@ 2 | 3 | include("${CMAKE_CURRENT_LIST_DIR}/@targets_export_name@.cmake") 4 | check_required_components("@PROJECT_NAME@") -------------------------------------------------------------------------------- /ports/greatest/CONTROL: -------------------------------------------------------------------------------- 1 | Source: greatest 2 | Version: 1.4.2 3 | Description: Single-file testing system for C 4 | Homepage: https://github.com/silentbicycle/greatest 5 | -------------------------------------------------------------------------------- /ports/json11/CONTROL: -------------------------------------------------------------------------------- 1 | Source: json11 2 | Version: 2017-06-20-2 3 | Description: json11 is a tiny JSON library for C++11, providing JSON parsing and serialization. 4 | -------------------------------------------------------------------------------- /ports/libdisasm/CONTROL: -------------------------------------------------------------------------------- 1 | Source: libdisasm 2 | Version: 0.23-3 3 | Homepage: https://sourceforge.net/projects/bastard 4 | Description: x86 Disassembler Library. 5 | -------------------------------------------------------------------------------- /ports/libodb-boost/CONTROL: -------------------------------------------------------------------------------- 1 | Source: libodb-boost 2 | Version: 2.4.0-3 3 | Description: Description: Boost support for the ODB ORM library 4 | Build-Depends: libodb 5 | -------------------------------------------------------------------------------- /ports/libssh2/CONTROL: -------------------------------------------------------------------------------- 1 | Source: libssh2 2 | Version: 1.9.0 3 | Build-Depends: zlib, openssl 4 | Homepage: https://www.libssh2.org 5 | Description: The SSH library 6 | -------------------------------------------------------------------------------- /ports/netcdf-c/usage: -------------------------------------------------------------------------------- 1 | The package netcdf-c provides CMake targets: 2 | 3 | find_package(netCDF CONFIG REQUIRED) 4 | target_link_libraries(main PRIVATE netcdf) -------------------------------------------------------------------------------- /ports/parallel-hashmap/CONTROL: -------------------------------------------------------------------------------- 1 | Source: parallel-hashmap 2 | Version: 1.30 3 | Description: A header-only, very fast and memory-friendly family of C++ hash maps. 4 | -------------------------------------------------------------------------------- /ports/pixel/CONTROL: -------------------------------------------------------------------------------- 1 | Source: pixel 2 | Version: 0.3 3 | Description: Simple 2D Graphics based on standard and portable OpenGL. 4 | Build-Depends: glew, opengl, sdl2 5 | -------------------------------------------------------------------------------- /ports/pmdk/CONTROL: -------------------------------------------------------------------------------- 1 | Source: pmdk 2 | Version: 1.7-1 3 | Homepage: https://github.com/pmem/pmdk 4 | Description: Persistent Memory Development Kit 5 | Supports: !(arm|x86) -------------------------------------------------------------------------------- /ports/range-v3/CONTROL: -------------------------------------------------------------------------------- 1 | Source: range-v3 2 | Version: 0.10.0 3 | Homepage: https://github.com/ericniebler/range-v3 4 | Description: Range library for C++11/14/17. 5 | -------------------------------------------------------------------------------- /ports/riffcpp/CONTROL: -------------------------------------------------------------------------------- 1 | Source: riffcpp 2 | Version: 2.2.4 3 | Homepage: https://github.com/libdmusic/riffcpp 4 | Description: Simple library for reading RIFF files 5 | -------------------------------------------------------------------------------- /ports/shiva-sfml/CONTROL: -------------------------------------------------------------------------------- 1 | Source: shiva-sfml 2 | Version: 1.0 3 | Description: shiva-sfml plugins of shiva C++ engine 4 | Build-Depends: sfml (windows), shiva 5 | -------------------------------------------------------------------------------- /ports/simde/CONTROL: -------------------------------------------------------------------------------- 1 | Source: simde 2 | Version: 2019-06-05 3 | Description: Implementations of SIMD instruction sets for systems which don't natively support them 4 | -------------------------------------------------------------------------------- /ports/span-lite/CONTROL: -------------------------------------------------------------------------------- 1 | Source: span-lite 2 | Version: 0.5.0 3 | Description: A C++20-like span for C++98, C++11 and later in a single-file header-only library 4 | -------------------------------------------------------------------------------- /ports/tabulate/CONTROL: -------------------------------------------------------------------------------- 1 | Source: tabulate 2 | Version: 2019-01-06 3 | Description: Table maker for modern C++ 4 | Homepage: https://github.com/p-ranav/tabulate 5 | -------------------------------------------------------------------------------- /ports/thor/CONTROL: -------------------------------------------------------------------------------- 1 | Source: thor 2 | Version: 2.0-3 3 | Description: Extends the multimedia library SFML with higher-level features 4 | Build-Depends: sfml, aurora 5 | -------------------------------------------------------------------------------- /ports/tinynpy/CONTROL: -------------------------------------------------------------------------------- 1 | Source: tinynpy 2 | Version: 1.0.0-3 3 | Build-Depends: zlib 4 | Description: tiny C++ loader/exporter of python numpy array NPY/NPZ files 5 | -------------------------------------------------------------------------------- /ports/tl-optional/CONTROL: -------------------------------------------------------------------------------- 1 | Source: tl-optional 2 | Version: 1.0.0-1 3 | Description: C++11/14/17 std::optional implementation with functional-style extensions 4 | -------------------------------------------------------------------------------- /ports/tmxlite/CONTROL: -------------------------------------------------------------------------------- 1 | Source: tmxlite 2 | Version: 2019-03-05 3 | Description: A lightweight C++14 parsing library for tmx map files created with the Tiled map editor. -------------------------------------------------------------------------------- /ports/usrsctp/CONTROL: -------------------------------------------------------------------------------- 1 | Source: usrsctp 2 | Version: 35c1d97020a-2 3 | Description: This is a userland SCTP stack supporting FreeBSD, Linux, Mac OS X and Windows. 4 | -------------------------------------------------------------------------------- /ports/utfz/CONTROL: -------------------------------------------------------------------------------- 1 | Source: utfz 2 | Version: 1.2-1 3 | Homepage: https://github.com/IMQS/utfz 4 | Description: A tiny C++ library for parsing and encoding utf-8 5 | -------------------------------------------------------------------------------- /ports/zstd/CONTROL: -------------------------------------------------------------------------------- 1 | Source: zstd 2 | Version: 1.4.4 3 | Description: Zstandard - Fast real-time compression algorithm 4 | Homepage: https://facebook.github.io/zstd/ 5 | -------------------------------------------------------------------------------- /triplets/community/arm-windows.cmake: -------------------------------------------------------------------------------- 1 | set(VCPKG_TARGET_ARCHITECTURE arm) 2 | set(VCPKG_CRT_LINKAGE dynamic) 3 | set(VCPKG_LIBRARY_LINKAGE dynamic) 4 | 5 | 6 | -------------------------------------------------------------------------------- /ports/args/CONTROL: -------------------------------------------------------------------------------- 1 | Source: args 2 | Version: 2019-07-11 3 | Homepage: https://github.com/Taywee/args 4 | Description: A simple header-only C++ argument parser library. 5 | -------------------------------------------------------------------------------- /ports/aws-c-common/CONTROL: -------------------------------------------------------------------------------- 1 | Source: aws-c-common 2 | Version: 0.4.15 3 | Homepage: https://github.com/awslabs/aws-c-common 4 | Description: AWS common library for C 5 | -------------------------------------------------------------------------------- /ports/boost-di/CONTROL: -------------------------------------------------------------------------------- 1 | Source: boost-di 2 | Version: 1.1.0-1 3 | Homepage: https://github.com/boost-experimental/di 4 | Description: C++14 Dependency Injection Library. 5 | -------------------------------------------------------------------------------- /ports/byte-lite/CONTROL: -------------------------------------------------------------------------------- 1 | Source: byte-lite 2 | Version: 0.2.0 3 | Description: A C++17-like byte type for C++98, C++11 and later in a single-file header-only library 4 | -------------------------------------------------------------------------------- /ports/cgal/usage: -------------------------------------------------------------------------------- 1 | The package cgal provides CMake targets: 2 | 3 | find_package(CGAL CONFIG REQUIRED) 4 | target_link_libraries(main PRIVATE CGAL::CGAL) 5 | 6 | -------------------------------------------------------------------------------- /ports/charls/CONTROL: -------------------------------------------------------------------------------- 1 | Source: charls 2 | Version: 2.1.0-1 3 | Homepage: https://github.com/team-charls/charls 4 | Description: CharLS, a C++ JPEG-LS library implementation. -------------------------------------------------------------------------------- /ports/clp/Config.cmake.in: -------------------------------------------------------------------------------- 1 | 2 | @PACKAGE_INIT@ 3 | 4 | include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake") 5 | check_required_components("@PROJECT_NAME@") 6 | -------------------------------------------------------------------------------- /ports/ctemplate/CONTROL: -------------------------------------------------------------------------------- 1 | Source: ctemplate 2 | Version: 2017-06-23-44b7c5-4 3 | Homepage: https://github.com/OlafvdSpek/ctemplate 4 | Description: C++ CTemplate system 5 | -------------------------------------------------------------------------------- /ports/directxtex/CONTROL: -------------------------------------------------------------------------------- 1 | Source: directxtex 2 | Version: dec2019 3 | Homepage: https://walbourn.github.io/directxtex 4 | Description: DirectXTex texture processing library -------------------------------------------------------------------------------- /ports/easyloggingpp/CONTROL: -------------------------------------------------------------------------------- 1 | Source: easyloggingpp 2 | Version: 9.96.7-1 3 | Description: Easylogging++ is a single header efficient logging library for C++ applications. -------------------------------------------------------------------------------- /ports/expat/CONTROL: -------------------------------------------------------------------------------- 1 | Source: expat 2 | Version: 2.2.7 3 | Homepage: https://github.com/libexpat/libexpat 4 | Description: XML parser library written in C 5 | Supports: !uwp -------------------------------------------------------------------------------- /ports/fizz/CONTROL: -------------------------------------------------------------------------------- 1 | Source: fizz 2 | Version: 2020.02.03.00 3 | Build-Depends: folly, openssl, libsodium, zlib, fmt 4 | Description: a TLS 1.3 implementation by Facebook -------------------------------------------------------------------------------- /ports/forest/CONTROL: -------------------------------------------------------------------------------- 1 | Source: forest 2 | Version: 12.0.4 3 | Homepage: https://github.com/xorz57/forest 4 | Description: Template Library of Tree Data Structures in C++17 5 | -------------------------------------------------------------------------------- /ports/fuzzylite/CONTROL: -------------------------------------------------------------------------------- 1 | Source: fuzzylite 2 | Version: 6.0-2 3 | Homepage: https://github.com/fuzzylite/fuzzylite 4 | Description: A fuzzy logic control library in C++ 5 | -------------------------------------------------------------------------------- /ports/g3log/CONTROL: -------------------------------------------------------------------------------- 1 | Source: g3log 2 | Version: 2019-07-29 3 | Description: Asynchronous logger with Dynamic Sinks 4 | Homepage: https://github.com/KjellKod/g3log 5 | -------------------------------------------------------------------------------- /ports/gppanel/usage: -------------------------------------------------------------------------------- 1 | The package gppanel provides CMake targets: 2 | 3 | find_package(gpPanel CONFIG REQUIRED) 4 | target_link_libraries(main PRIVATE gpPanel) 5 | -------------------------------------------------------------------------------- /ports/gumbo/CONTROL: -------------------------------------------------------------------------------- 1 | Source: gumbo 2 | Version: 0.10.1-3 3 | Homepage: https://github.com/google/gumbo-parser 4 | Description: An HTML5 parsing library in pure C99 5 | -------------------------------------------------------------------------------- /ports/hunspell/CONTROL: -------------------------------------------------------------------------------- 1 | Source: hunspell 2 | Version: 1.7.0 3 | Homepage: https://github.com/hunspell/hunspell 4 | Description: The most popular spellchecking library. 5 | -------------------------------------------------------------------------------- /ports/ideviceinstaller/CONTROL: -------------------------------------------------------------------------------- 1 | Source: ideviceinstaller 2 | Version: 1.1.2.23-1 3 | Description: Manage apps of iOS devices 4 | Build-Depends: libimobiledevice, libzip -------------------------------------------------------------------------------- /ports/indicators/CONTROL: -------------------------------------------------------------------------------- 1 | Source: indicators 2 | Version: 1.5 3 | Description: Activity indicators for modern C++ 4 | Homepage: https://github.com/p-ranav/indicators 5 | -------------------------------------------------------------------------------- /ports/libb2/CONTROL: -------------------------------------------------------------------------------- 1 | Source: libb2 2 | Version: 0.98.1 3 | Homepage: https://github.com/BLAKE2/libb2 4 | Description: C library providing BLAKE2b, BLAKE2s, BLAKE2bp, BLAKE2sp -------------------------------------------------------------------------------- /ports/libcroco/CONTROL: -------------------------------------------------------------------------------- 1 | Source: libcroco 2 | Version: 0.6.13-1 3 | Description: A standalone css2 parsing and manipulation library 4 | Build-Depends: glib, libxml2 5 | -------------------------------------------------------------------------------- /ports/liblsl/CONTROL: -------------------------------------------------------------------------------- 1 | Source: liblsl 2 | Version: 1.13.0-b11-1 3 | Description: C++ lsl library for multi-modal time-synched data transmission over the local network 4 | -------------------------------------------------------------------------------- /ports/libpcap/CONTROL: -------------------------------------------------------------------------------- 1 | Source: libpcap 2 | Version: 1.9.1 3 | Description: A portable C/C++ library for network traffic capture 4 | Homepage: https://www.tcpdump.org/ 5 | -------------------------------------------------------------------------------- /ports/libpff/Config.cmake.in: -------------------------------------------------------------------------------- 1 | @PACKAGE_INIT@ 2 | 3 | include("${CMAKE_CURRENT_LIST_DIR}/@TARGETS_EXPORT_NAME@.cmake") 4 | check_required_components("@PROJECT_NAME@") 5 | -------------------------------------------------------------------------------- /ports/libraw/CONTROL: -------------------------------------------------------------------------------- 1 | Source: libraw 2 | Version: 201903-3 3 | Build-Depends: lcms, jasper 4 | Homepage: https://www.libraw.org 5 | Description: raw image decoder library 6 | -------------------------------------------------------------------------------- /ports/libsamplerate/CONTROL: -------------------------------------------------------------------------------- 1 | Source: libsamplerate 2 | Version: 0.1.9.0-1 3 | Homepage: https://www.mega-nerd.com/SRC 4 | Description: Sample Rate Converter for audio 5 | -------------------------------------------------------------------------------- /ports/libusb/CONTROL: -------------------------------------------------------------------------------- 1 | Source: libusb 2 | Version: 1.0.23 3 | Homepage: https://github.com/libusb/libusb 4 | Description: a cross-platform library to access USB devices 5 | -------------------------------------------------------------------------------- /ports/libwandio/CONTROL: -------------------------------------------------------------------------------- 1 | Source: libwandio 2 | Version: 4.2.1 3 | Homepage: https://github.com/wanduow/wandio 4 | Description: C library for simple and efficient file IO. -------------------------------------------------------------------------------- /ports/libxmlpp/CONTROL: -------------------------------------------------------------------------------- 1 | Source: libxmlpp 2 | Version: 2.40.1-5 3 | Description: a C++ wrapper for the libxml XML parser library. 4 | Build-Depends: libxml2, glibmm 5 | -------------------------------------------------------------------------------- /ports/loguru/CONTROL: -------------------------------------------------------------------------------- 1 | Source: loguru 2 | Version: v2.1.0 3 | Homepage: https://github.com/emilk/loguru 4 | Description: A lightweight and flexible C++ logging library 5 | -------------------------------------------------------------------------------- /ports/mujs/CONTROL: -------------------------------------------------------------------------------- 1 | Source: mujs 2 | Version: 2018-07-30-1 3 | Homepage: https://github.com/ccxvii/mujs 4 | Description: An embeddable Javascript interpreter in C 5 | -------------------------------------------------------------------------------- /ports/openssl/portfile.cmake: -------------------------------------------------------------------------------- 1 | set(VCPKG_POLICY_EMPTY_PACKAGE enabled) 2 | file(INSTALL ${CMAKE_CURRENT_LIST_DIR}/usage DESTINATION ${CURRENT_PACKAGES_DIR}/share/openssl/) 3 | -------------------------------------------------------------------------------- /ports/opus/CONTROL: -------------------------------------------------------------------------------- 1 | Source: opus 2 | Version: 1.3.1 3 | Homepage: https://github.com/xiph/opus 4 | Description: Totally open, royalty-free, highly versatile audio codec 5 | -------------------------------------------------------------------------------- /ports/osg-qt/CONTROL: -------------------------------------------------------------------------------- 1 | Source: osg-qt 2 | Version: Qt4 3 | Description: osgQt - Qt project for making use of OpenSceneGraph(OSG) 4 | Build-Depends: osg, protobuf, qt5-base -------------------------------------------------------------------------------- /ports/osi/Config.cmake.in: -------------------------------------------------------------------------------- 1 | 2 | @PACKAGE_INIT@ 3 | 4 | include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake") 5 | check_required_components("@PROJECT_NAME@") 6 | -------------------------------------------------------------------------------- /ports/picosha2/CONTROL: -------------------------------------------------------------------------------- 1 | Source: picosha2 2 | Version: 2018-07-30 3 | Homepage: https://github.com/okdshin/PicoSHA2 4 | Description: PicoSHA2 - a C++ SHA256 hash generator 5 | -------------------------------------------------------------------------------- /ports/qt5-modularscripts/CONTROL: -------------------------------------------------------------------------------- 1 | Source: qt5-modularscripts 2 | Version: deprecated 3 | Description: now part of qt5-base, formerly vcpkg helpers to package qt5 modules -------------------------------------------------------------------------------- /ports/readline/CONTROL: -------------------------------------------------------------------------------- 1 | Source: readline 2 | Version: 0 3 | Description: GNU readline and history libraries 4 | Build-Depends: readline-win32 (windows) 5 | Supports: !uwp -------------------------------------------------------------------------------- /ports/reproc/CONTROL: -------------------------------------------------------------------------------- 1 | Source: reproc 2 | Version: 11.0.1 3 | Description: Cross-platform (C99/C++11) process library 4 | Homepage: https://github.com/DaanDeMeyer/reproc 5 | -------------------------------------------------------------------------------- /ports/robin-hood-hashing/CONTROL: -------------------------------------------------------------------------------- 1 | Source: robin-hood-hashing 2 | Version: 3.4.0 3 | Description: Fast & memory efficient hashtable based on robin hood hashing for C++14 4 | -------------------------------------------------------------------------------- /ports/sokol/CONTROL: -------------------------------------------------------------------------------- 1 | Source: sokol 2 | Version: 2019-09-09 3 | Description: Minimal cross-platform standalone C headers 4 | Homepage: https://github.com/floooh/sokol 5 | -------------------------------------------------------------------------------- /ports/spdk-ipsec/CONTROL: -------------------------------------------------------------------------------- 1 | Source: spdk-ipsec 2 | Version: 20180711 3 | Description: SPDK mirror of ipsec. Intel(R) Multi-Buffer Crypto for IPsec Library 4 | Supports: x64 5 | -------------------------------------------------------------------------------- /ports/systemc/CONTROL: -------------------------------------------------------------------------------- 1 | Source: systemc 2 | Version: 2.3.3-4 3 | Description: A set of C++ classes and macros which provide an event-driven simulation kernel in C++ 4 | -------------------------------------------------------------------------------- /ports/turbobase64/CONTROL: -------------------------------------------------------------------------------- 1 | Source: turbobase64 2 | Version: 2020-01-12 3 | Description: Fastest Base64 SIMD/Neon library 4 | Homepage: https://github.com/powturbo/Turbo-Base64 -------------------------------------------------------------------------------- /ports/vcglib/CONTROL: -------------------------------------------------------------------------------- 1 | Source: vcglib 2 | Version: 1.0.1 3 | Description: library for manipulation, processing, cleaning, simplifying triangle meshes. 4 | Build-Depends: eigen3 -------------------------------------------------------------------------------- /ports/wildmidi/CONTROL: -------------------------------------------------------------------------------- 1 | Source: wildmidi 2 | Version: 0.4.3-1 3 | Homepage: https://github.com/Mindwerks/wildmidi 4 | Description: MIDI software synthesizer library. 5 | -------------------------------------------------------------------------------- /ports/zstr/CONTROL: -------------------------------------------------------------------------------- 1 | Source: zstr 2 | Version: 1.0.1 3 | Description: This C++ header-only library enables the use of C++ standard iostreams to access ZLib-compressed streams. -------------------------------------------------------------------------------- /ports/asmjit/CONTROL: -------------------------------------------------------------------------------- 1 | Source: asmjit 2 | Version: 2020-02-08 3 | Homepage: https://github.com/asmjit/asmjit 4 | Description: Complete x86/x64 JIT and Remote Assembler for C++ 5 | -------------------------------------------------------------------------------- /ports/asynch/CONTROL: -------------------------------------------------------------------------------- 1 | Source: asynch 2 | Version: 2019-09-21-1 3 | Homepage: https://github.com/naasking/async.h 4 | Description: Async.h - asynchronous, stackless subroutines. -------------------------------------------------------------------------------- /ports/box2d/CONTROL: -------------------------------------------------------------------------------- 1 | Source: box2d 2 | Version: 2019-12-31 3 | Description: An open source C++ engine for simulating rigid bodies in 2D. 4 | Homepage: https://box2d.org 5 | -------------------------------------------------------------------------------- /ports/ccd/CONTROL: -------------------------------------------------------------------------------- 1 | Source: ccd 2 | Version: 2.1-3 3 | Homepage: https://github.com/danfis/libccd 4 | Description: Library for collision detection between two convex shapes 5 | -------------------------------------------------------------------------------- /ports/cgltf/CONTROL: -------------------------------------------------------------------------------- 1 | Source: cgltf 2 | Version: 1.5 3 | Homepage: https://github.com/jkuhlmann/cgltf 4 | Description: Single-file glTF 2.0 loader and writer written in C99 5 | -------------------------------------------------------------------------------- /ports/chartdir/usage: -------------------------------------------------------------------------------- 1 | The package chartdir provides CMake targets: 2 | 3 | find_package(chartdir CONFIG REQUIRED) 4 | target_link_libraries(main PRIVATE chartdir) 5 | -------------------------------------------------------------------------------- /ports/chipmunk/CONTROL: -------------------------------------------------------------------------------- 1 | Source: chipmunk 2 | Version: 7.0.3 3 | Homepage: https://github.com/slembcke/Chipmunk2D 4 | Description: A fast and lightweight 2D game physics library. -------------------------------------------------------------------------------- /ports/coinutils/Config.cmake.in: -------------------------------------------------------------------------------- 1 | 2 | @PACKAGE_INIT@ 3 | 4 | include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake") 5 | check_required_components("@PROJECT_NAME@") 6 | -------------------------------------------------------------------------------- /ports/date/usage: -------------------------------------------------------------------------------- 1 | The package date provides CMake targets: 2 | 3 | find_package(date CONFIG REQUIRED) 4 | target_link_libraries(main PRIVATE date::date date::tz) 5 | -------------------------------------------------------------------------------- /ports/directxmesh/CONTROL: -------------------------------------------------------------------------------- 1 | Source: directxmesh 2 | Version: dec2019 3 | Homepage: https://walbourn.github.io/directxmesh 4 | Description: DirectXMesh geometry processing library -------------------------------------------------------------------------------- /ports/ebml/CONTROL: -------------------------------------------------------------------------------- 1 | Source: ebml 2 | Version: 1.3.10 3 | Homepage: https://github.com/Matroska-Org/libebml 4 | Description: a C++ libary to parse EBML files 5 | Supports: !uwp -------------------------------------------------------------------------------- /ports/function2/CONTROL: -------------------------------------------------------------------------------- 1 | Source: function2 2 | Version: 4.0.0 3 | Homepage: https://github.com/Naios/function2 4 | Description: Improved drop-in replacement to std::function 5 | -------------------------------------------------------------------------------- /ports/giflib/CONTROL: -------------------------------------------------------------------------------- 1 | Source: giflib 2 | Version: 5.1.4-3 3 | Homepage: https://sourceforge.net/projects/giflib/ 4 | Description: A library for reading and writing gif images. 5 | -------------------------------------------------------------------------------- /ports/gtest/CONTROL: -------------------------------------------------------------------------------- 1 | Source: gtest 2 | Version: 2019-10-09-1 3 | Homepage: https://github.com/google/googletest 4 | Description: GoogleTest and GoogleMock testing frameworks. 5 | -------------------------------------------------------------------------------- /ports/libflac/CONTROL: -------------------------------------------------------------------------------- 1 | Source: libflac 2 | Version: 1.3.3 3 | Homepage: https://xiph.org/flac/ 4 | Description: Library for manipulating FLAC files 5 | Build-Depends: libogg 6 | -------------------------------------------------------------------------------- /ports/libsodium/CONTROL: -------------------------------------------------------------------------------- 1 | Source: libsodium 2 | Version: 1.0.18-2 3 | Description: A modern and easy-to-use crypto library 4 | Homepage: https://github.com/jedisct1/libsodium 5 | -------------------------------------------------------------------------------- /ports/lmdb/CONTROL: -------------------------------------------------------------------------------- 1 | Source: lmdb 2 | Version: 0.9.24 3 | Homepage: https://github.com/LMDB/lmdb 4 | Description: LMDB is an extraordinarily fast, memory-efficient database 5 | -------------------------------------------------------------------------------- /ports/lodepng/CONTROL: -------------------------------------------------------------------------------- 1 | Source: lodepng 2 | Version: 2018-09-18-2 3 | Homepage: https://github.com/lvandeve/lodepng 4 | Description: PNG encoder and decoder in C and C++ 5 | -------------------------------------------------------------------------------- /ports/mathc/CONTROL: -------------------------------------------------------------------------------- 1 | Source: mathc 2 | Version: 2019-09-29 3 | Description: Pure C math library for 2D and 3D programming 4 | Homepage: https://github.com/felselva/mathc 5 | -------------------------------------------------------------------------------- /ports/matio/CONTROL: -------------------------------------------------------------------------------- 1 | Source: matio 2 | Version: 1.5.17 3 | Homepage: https://github.com/tbeu/matio 4 | Description: MATLAB MAT File I/O Library 5 | Build-Depends: zlib, hdf5 6 | -------------------------------------------------------------------------------- /ports/meschach/CONTROL: -------------------------------------------------------------------------------- 1 | Source: meschach 2 | Version: 1.2b-3 3 | Homepage: https://homepage.math.uiowa.edu/~dstewart/meschach 4 | Description: Matrix computations in C 5 | -------------------------------------------------------------------------------- /ports/minizip/minizipConfig.cmake.in: -------------------------------------------------------------------------------- 1 | #@PACKAGE_INIT@ 2 | 3 | include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake") 4 | check_required_components("@PROJECT_NAME@") -------------------------------------------------------------------------------- /ports/mpir/CONTROL: -------------------------------------------------------------------------------- 1 | Source: mpir 2 | Version: 3.0.0-7 3 | Homepage: https://github.com/wbhart/mpir 4 | Description: Multiple Precision Integers and Rationals. 5 | Supports: !uwp -------------------------------------------------------------------------------- /ports/qca/CONTROL: -------------------------------------------------------------------------------- 1 | Source: qca 2 | Version: 2.2.1 3 | Description: Qt Cryptographic Architecture (QCA). 4 | Homepage: https://cgit.kde.org/qca.git/ 5 | Build-Depends: qt5-base 6 | -------------------------------------------------------------------------------- /ports/quickfast/usage: -------------------------------------------------------------------------------- 1 | The package quickfast provides CMake targets: 2 | 3 | find_package(quickfast CONFIG REQUIRED) 4 | target_link_libraries(main PRIVATE quickfast) 5 | -------------------------------------------------------------------------------- /ports/quickfix/usage: -------------------------------------------------------------------------------- 1 | The package quickfix provides CMake targets: 2 | 3 | find_package(quickfix CONFIG REQUIRED) 4 | target_link_libraries(main PRIVATE quickfix) 5 | -------------------------------------------------------------------------------- /ports/readline-win32/CONTROL: -------------------------------------------------------------------------------- 1 | Source: readline-win32 2 | Version: 5.0-2 3 | Description: Implementation of readline for Windows Desktop 4 | Homepage: https://github.com/lltcggie -------------------------------------------------------------------------------- /ports/rxqt/CONTROL: -------------------------------------------------------------------------------- 1 | Source: rxqt 2 | Version: bb2138c 3 | Description: The Reactive Extensions for Qt. 4 | Homepage: https://github.com/tetsurom/rxqt 5 | Build-Depends: rxcpp -------------------------------------------------------------------------------- /ports/spdk-isal/CONTROL: -------------------------------------------------------------------------------- 1 | Source: spdk-isal 2 | Version: 20181006 3 | Description: SPDK mirror of isa-l. Intel(R) Intelligent Storage Acceleration Library 4 | Supports: x64 5 | -------------------------------------------------------------------------------- /ports/spdk/CONTROL: -------------------------------------------------------------------------------- 1 | Source: spdk 2 | Version: 19.01.1 3 | Description: Storage Performance Development Kit 4 | Build-Depends: spdk-dpdk, spdk-ipsec, spdk-isal 5 | Supports: linux -------------------------------------------------------------------------------- /ports/tclap/CONTROL: -------------------------------------------------------------------------------- 1 | Source: tclap 2 | Version: 1.2.2-1 3 | Homepage: https://sourceforge.net/projects/tclap/ 4 | Description: Templatized command-line argument parser for C++ 5 | -------------------------------------------------------------------------------- /ports/tiny-aes-c/CONTROL: -------------------------------------------------------------------------------- 1 | Source: tiny-aes-c 2 | Version: 2019-07-31 3 | Description: Small portable AES128/192/256 in C 4 | Homepage: https://github.com/kokke/tiny-AES-c 5 | -------------------------------------------------------------------------------- /ports/tinyspline/CONTROL: -------------------------------------------------------------------------------- 1 | Source: tinyspline 2 | Version: 0.2.0-3 3 | Description: Library for NURBS, B-Splines, and B?zier curves, allowing you to handle splines with ease 4 | -------------------------------------------------------------------------------- /ports/tinytoml/CONTROL: -------------------------------------------------------------------------------- 1 | Source: tinytoml 2 | Version: 20180219-1 3 | Homepage: https://github.com/mayah/tinytoml 4 | Description: A header only C++11 library for parsing TOML. 5 | -------------------------------------------------------------------------------- /ports/tinyutf8/CONTROL: -------------------------------------------------------------------------------- 1 | Source: tinyutf8 2 | Version: 3.0.1 3 | Description: TINYUTF8 is a library for extremely easy integration of Unicode into an arbitrary C++11 project. 4 | -------------------------------------------------------------------------------- /ports/tsl-hopscotch-map/CONTROL: -------------------------------------------------------------------------------- 1 | Source: tsl-hopscotch-map 2 | Version: 2.2.1-1 3 | Description: C++ implementation of a fast hash map and hash set using hopscotch hashing 4 | -------------------------------------------------------------------------------- /ports/vulkan-memory-allocator/CONTROL: -------------------------------------------------------------------------------- 1 | Source: vulkan-memory-allocator 2 | Version: 2.3.0 3 | Description: Easy to integrate Vulkan memory allocation library from GPUOpen 4 | -------------------------------------------------------------------------------- /ports/xeus/usage: -------------------------------------------------------------------------------- 1 | The package xeus provides CMake targets: 2 | 3 | find_package(xeus CONFIG REQUIRED) 4 | target_link_libraries(main PRIVATE xeus xeus_static) 5 | -------------------------------------------------------------------------------- /ports/xlnt/CONTROL: -------------------------------------------------------------------------------- 1 | Source: xlnt 2 | Version: 1.4.0-1 3 | Homepage: https://github.com/tfussell/xlnt 4 | Description: Cross-platform user-friendly xlsx library for C++14 5 | -------------------------------------------------------------------------------- /ports/yas/CONTROL: -------------------------------------------------------------------------------- 1 | Source: yas 2 | Version: 7.0.4 3 | Homepage: https://github.com/niXman/yas 4 | Description: Yet Another Serialization is a header only serialization library 5 | -------------------------------------------------------------------------------- /ports/argtable2/CONTROL: -------------------------------------------------------------------------------- 1 | Source: argtable2 2 | Version: 2.13-4 3 | Description: Argtable is an ANSI C library for parsing GNU style command line options with a minimum of fuss. 4 | -------------------------------------------------------------------------------- /ports/atk/CONTROL: -------------------------------------------------------------------------------- 1 | Source: atk 2 | Version: 2.24.0-5 3 | Homepage: https://developer.gnome.org/atk/ 4 | Description: GNOME Accessibility Toolkit 5 | Build-Depends: glib, gettext 6 | -------------------------------------------------------------------------------- /ports/bitserializer/CONTROL: -------------------------------------------------------------------------------- 1 | Source: bitserializer 2 | Version: 0.8 3 | Description: The core part of library for serialization of arbitrary C++ types to various output formats. 4 | -------------------------------------------------------------------------------- /ports/boolinq/CONTROL: -------------------------------------------------------------------------------- 1 | Source: boolinq 2 | Version: 2019-07-22 3 | Description: Super tiny C++11 single-file header-only LINQ library 4 | Homepage: https://github.com/k06a/boolinq 5 | -------------------------------------------------------------------------------- /ports/brunocodutra-metal/CONTROL: -------------------------------------------------------------------------------- 1 | Source: brunocodutra-metal 2 | Version: 2.1.1 3 | Description: A single header C++11 library designed to make you love template metaprogramming 4 | -------------------------------------------------------------------------------- /ports/c-ares/CONTROL: -------------------------------------------------------------------------------- 1 | Source: c-ares 2 | Version: 2019-5-2-1 3 | Homepage: https://github.com/c-ares/c-ares 4 | Description: A C library for asynchronous DNS requests 5 | Supports: !uwp -------------------------------------------------------------------------------- /ports/catch2/CONTROL: -------------------------------------------------------------------------------- 1 | Source: catch2 2 | Version: 2.11.1 3 | Description: A modern, header-only test framework for unit testing. 4 | Homepage: https://github.com/catchorg/Catch2 5 | -------------------------------------------------------------------------------- /ports/chakracore/CONTROL: -------------------------------------------------------------------------------- 1 | Source: chakracore 2 | Version: 1.11.15 3 | Homepage: https://github.com/Microsoft/ChakraCore 4 | Description: Core part of the Chakra Javascript engine 5 | -------------------------------------------------------------------------------- /ports/cityhash/CONTROL: -------------------------------------------------------------------------------- 1 | Source: cityhash 2 | Version: 2013-01-08 3 | Homepage: https://github.com/google/cityhash 4 | Description: CityHash, a family of hash functions for strings. 5 | -------------------------------------------------------------------------------- /ports/curlpp/vcpkg-cmake-wrapper.cmake: -------------------------------------------------------------------------------- 1 | set(FIND_CURLPP_ARGS ${ARGS}) 2 | include(CMakeFindDependencyMacro) 3 | find_dependency(CURL) 4 | 5 | _find_package(${FIND_CURLPP_ARGS}) 6 | -------------------------------------------------------------------------------- /ports/decimal-for-cpp/CONTROL: -------------------------------------------------------------------------------- 1 | Source: decimal-for-cpp 2 | Version:1.16 3 | Description: Decimal data type support, for COBOL-like fixed-point operations on currency values. 4 | 5 | -------------------------------------------------------------------------------- /ports/ffnvcodec/CONTROL: -------------------------------------------------------------------------------- 1 | Source: ffnvcodec 2 | Version: 9.1.23.0 3 | Homepage: https://github.com/FFmpeg/nv-codec-headers 4 | Description: FFmpeg version of Nvidia Codec SDK headers. -------------------------------------------------------------------------------- /ports/fruit/CONTROL: -------------------------------------------------------------------------------- 1 | Source: fruit 2 | Version: 3.4.0-2 3 | Homepage: https://github.com/google/fruit 4 | Description: Fruit, a dependency injection framework for C++ by Google 5 | -------------------------------------------------------------------------------- /ports/glew/usage: -------------------------------------------------------------------------------- 1 | The package glew is compatible with built-in CMake targets: 2 | 3 | find_package(GLEW REQUIRED) 4 | target_link_libraries(main PRIVATE GLEW::GLEW) 5 | -------------------------------------------------------------------------------- /ports/liblzma/CONTROL: -------------------------------------------------------------------------------- 1 | Source: liblzma 2 | Version: 5.2.4-4 3 | Homepage: https://github.com/xz-mirror/xz 4 | Description: Compression library with an API similar to that of zlib. 5 | -------------------------------------------------------------------------------- /ports/libmodplug/CONTROL: -------------------------------------------------------------------------------- 1 | Source: libmodplug 2 | Version: 0.8.9.0-5 3 | Homepage: https://github.com/Konstanty/libmodplug 4 | Description: The ModPlug mod file playing library. 5 | -------------------------------------------------------------------------------- /ports/libsquish/CONTROL: -------------------------------------------------------------------------------- 1 | Source: libsquish 2 | Version: 1.15-2 3 | Homepage: https://sourceforge.net/projects/libsquish 4 | Description: Open source DXT compression library. 5 | -------------------------------------------------------------------------------- /ports/libu2f-server/CONTROL: -------------------------------------------------------------------------------- 1 | Source: libu2f-server 2 | Version: 1.1.0 3 | Build-Depends: openssl, json-c 4 | Description: Yubico Universal 2nd Factor (U2F) Server C Library 5 | -------------------------------------------------------------------------------- /ports/libudis86/CONTROL: -------------------------------------------------------------------------------- 1 | Source: libudis86 2 | Version: 2018-01-28-56ff6c87 3 | Homepage: https://github.com/vmt/udis86 4 | Description: Disassembler Library for x86 and x86-64 5 | -------------------------------------------------------------------------------- /ports/libusbmuxd/CONTROL: -------------------------------------------------------------------------------- 1 | Source: libusbmuxd 2 | Version: 1.2.185 3 | Description: A client library to multiplex connections from and to iOS devices 4 | Build-Depends: libplist 5 | -------------------------------------------------------------------------------- /ports/minitrace/CONTROL: -------------------------------------------------------------------------------- 1 | Source: minitrace 2 | Version: 2019.02.06 3 | Description: Simple C/C++ library for producing JSON traces suitable for Chrome's built-in trace viewer. 4 | -------------------------------------------------------------------------------- /ports/mp3lame/usage: -------------------------------------------------------------------------------- 1 | The package mp3lame provides CMake targets: 2 | 3 | find_package(mp3lame CONFIG REQUIRED) 4 | target_link_libraries(main PRIVATE mp3lame::mp3lame) 5 | -------------------------------------------------------------------------------- /ports/ms-gsl/CONTROL: -------------------------------------------------------------------------------- 1 | Source: ms-gsl 2 | Version: 2.1.0 3 | Homepage: https://github.com/Microsoft/GSL 4 | Description: Microsoft implementation of the Guidelines Support Library 5 | -------------------------------------------------------------------------------- /ports/nanodbc/CONTROL: -------------------------------------------------------------------------------- 1 | Source: nanodbc 2 | Version: 2.12.4-5 3 | Homepage: https://github.com/lexicalunit/nanodbc 4 | Description: A small C++ wrapper for the native C ODBC API. 5 | -------------------------------------------------------------------------------- /ports/nanort/CONTROL: -------------------------------------------------------------------------------- 1 | Source: nanort 2 | Version: 2019-08-20-1 3 | Description: Single header only modern ray tracing kernel 4 | Homepage: https://github.com/lighttransport/nanort 5 | -------------------------------------------------------------------------------- /ports/observer-ptr-lite/CONTROL: -------------------------------------------------------------------------------- 1 | Source: observer-ptr-lite 2 | Version: 0.4.0 3 | Description: A C++17-like observer_ptr for C++98 and later in a single-file header-only library 4 | -------------------------------------------------------------------------------- /ports/opentracing/CONTROL: -------------------------------------------------------------------------------- 1 | Source: opentracing 2 | Version: 1.6.0 3 | Description: C++ implementation of the OpenTracing API 4 | Homepage: https://opentracing.io 5 | Supports: !uwp -------------------------------------------------------------------------------- /ports/platform-folders/CONTROL: -------------------------------------------------------------------------------- 1 | Source: platform-folders 2 | Version: 4.0.0-5 3 | Description: A C++ library to look for special directories like "My Documents" and "%APPDATA%" 4 | -------------------------------------------------------------------------------- /ports/plog/CONTROL: -------------------------------------------------------------------------------- 1 | Source: plog 2 | Version: 1.1.5 3 | Homepage: https://github.com/SergiusTheBest/plog 4 | Description: Portable, simple and extensible C++ logging library. 5 | -------------------------------------------------------------------------------- /ports/qt5-activeqt/CONTROL: -------------------------------------------------------------------------------- 1 | Source: qt5-activeqt 2 | Version: 5.12.5 3 | Description: Qt5 ActiveQt Module - ActiveX components 4 | Build-Depends: qt5-base 5 | Supports: windows -------------------------------------------------------------------------------- /ports/recast/CONTROL: -------------------------------------------------------------------------------- 1 | Source: recast 2 | Version: 1.5.1-3 3 | Homepage: https://github.com/recastnavigation/recastnavigation 4 | Description: Navigation-mesh Toolset for Games 5 | -------------------------------------------------------------------------------- /ports/rply/CONTROL: -------------------------------------------------------------------------------- 1 | Source: rply 2 | Version: 1.1.4 3 | Homepage: http://w3.impa.br/~diego/software/rply 4 | Description: ANSI C Library for PLY file format input and output 5 | -------------------------------------------------------------------------------- /ports/scnlib/CONTROL: -------------------------------------------------------------------------------- 1 | Source: scnlib 2 | Version: 0.1.2 3 | Description: scnlib is a modern C++ library for replacing scanf and std::istream 4 | Homepage: https://scnlib.dev/ 5 | -------------------------------------------------------------------------------- /ports/smpeg2/CONTROL: -------------------------------------------------------------------------------- 1 | Source: smpeg2 2 | Version: 2.0.0-6 3 | Homepage: https://www.libsdl.org/projects/smpeg/ 4 | Description: SDL MPEG Player Library 5 | Build-Depends: sdl2 6 | -------------------------------------------------------------------------------- /ports/spdk-dpdk/CONTROL: -------------------------------------------------------------------------------- 1 | Source: spdk-dpdk 2 | Version: 20181124 3 | Description: SPDK mirror of DPDK. A set of libraries and drivers for fast packet processing 4 | Supports: linux 5 | -------------------------------------------------------------------------------- /ports/tacopie/CONTROL: -------------------------------------------------------------------------------- 1 | Source: tacopie 2 | Version: 3.2.0-2 3 | Homepage: https://github.com/cpp-redis/tacopie 4 | Description: Tacopie is a TCP Client & Server C++11 library 5 | -------------------------------------------------------------------------------- /ports/tiny-regex-c/CONTROL: -------------------------------------------------------------------------------- 1 | Source: tiny-regex-c 2 | Version: 2019-07-31 3 | Description: A small regex implementation in C 4 | Homepage: https://github.com/kokke/tiny-regex-c 5 | -------------------------------------------------------------------------------- /ports/tinyexr/CONTROL: -------------------------------------------------------------------------------- 1 | Source: tinyexr 2 | Version: 0.9.5-d16ea6-1 3 | Homepage: https://github.com/syoyo/tinyexr 4 | Description: Library to load and save OpenEXR(.exr) images 5 | -------------------------------------------------------------------------------- /ports/tinyxml2/CONTROL: -------------------------------------------------------------------------------- 1 | Source: tinyxml2 2 | Version: 7.1.0 3 | Homepage: https://github.com/leethomason/tinyxml2 4 | Description: A simple, small, efficient, C++ XML parser 5 | 6 | -------------------------------------------------------------------------------- /ports/uvatlas/CONTROL: -------------------------------------------------------------------------------- 1 | Source: uvatlas 2 | Version: dec2019 3 | Homepage: https://github.com/Microsoft/UVAtlas 4 | Description: UVAtlas isochart texture atlas 5 | Supports: windows -------------------------------------------------------------------------------- /ports/xproperty/CONTROL: -------------------------------------------------------------------------------- 1 | Source: xproperty 2 | Version: 0.8.1 3 | Build-Depends: xtl 4 | Description: Traitlets-like C++ properties and implementation of the observer pattern 5 | -------------------------------------------------------------------------------- /ports/xtl/CONTROL: -------------------------------------------------------------------------------- 1 | Source: xtl 2 | Version: 0.6.11 3 | Build-Depends: nlohmann-json 4 | Description: The x template library. 5 | Homepage: https://github.com/xtensor-stack/xtl 6 | -------------------------------------------------------------------------------- /ports/z85/CONTROL: -------------------------------------------------------------------------------- 1 | Source: z85 2 | Version: 1.0 3 | Description: Z85 is a binary-to-text encoding library. It implements ZeroMQ Base-85 Encoding Algorithm and provides custom padding. -------------------------------------------------------------------------------- /ports/zlib/usage: -------------------------------------------------------------------------------- 1 | The package zlib is compatible with built-in CMake targets: 2 | 3 | find_package(ZLIB REQUIRED) 4 | target_link_libraries(main PRIVATE ZLIB::ZLIB) 5 | -------------------------------------------------------------------------------- /scripts/boost/post-build-stubs/exception.cmake: -------------------------------------------------------------------------------- 1 | 2 | set(VCPKG_LIBRARY_LINKAGE static) 3 | file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/bin ${CURRENT_PACKAGES_DIR}/debug/bin) 4 | -------------------------------------------------------------------------------- /triplets/x64-linux.cmake: -------------------------------------------------------------------------------- 1 | set(VCPKG_TARGET_ARCHITECTURE x64) 2 | set(VCPKG_CRT_LINKAGE dynamic) 3 | set(VCPKG_LIBRARY_LINKAGE static) 4 | 5 | set(VCPKG_CMAKE_SYSTEM_NAME Linux) 6 | -------------------------------------------------------------------------------- /triplets/x64-osx.cmake: -------------------------------------------------------------------------------- 1 | set(VCPKG_TARGET_ARCHITECTURE x64) 2 | set(VCPKG_CRT_LINKAGE dynamic) 3 | set(VCPKG_LIBRARY_LINKAGE static) 4 | 5 | set(VCPKG_CMAKE_SYSTEM_NAME Darwin) 6 | -------------------------------------------------------------------------------- /ports/amqpcpp/CONTROL: -------------------------------------------------------------------------------- 1 | Source: amqpcpp 2 | Version: 4.1.5 3 | Description: AMQP-CPP is a C++ library for communicating with a RabbitMQ message broker 4 | Build-Depends: openssl (linux) 5 | -------------------------------------------------------------------------------- /ports/anyrpc/CONTROL: -------------------------------------------------------------------------------- 1 | Source: anyrpc 2 | Version: 2020-01-13-1 3 | Homepage: https://github.com/sgieseking/anyrpc 4 | Description: A multiprotocol remote procedure call system for C++. 5 | -------------------------------------------------------------------------------- /ports/aws-checksums/CONTROL: -------------------------------------------------------------------------------- 1 | Source: aws-checksums 2 | Version: 0.1.5 3 | Description: Cross-Platform HW accelerated CRC32c and CRC32 with fallback to efficient SW implementations. 4 | -------------------------------------------------------------------------------- /ports/bzip2/usage: -------------------------------------------------------------------------------- 1 | The package bzip2 is compatible with built-in CMake targets: 2 | 3 | find_package(BZip2 REQUIRED) 4 | target_link_libraries(main PRIVATE BZip2::BZip2) 5 | -------------------------------------------------------------------------------- /ports/chaiscript/CONTROL: -------------------------------------------------------------------------------- 1 | Source: chaiscript 2 | Version: 6.1.0-1 3 | Homepage: https://github.com/ChaiScript/ChaiScript 4 | Description: Embedded Scripting Language Designed for C++ 5 | -------------------------------------------------------------------------------- /ports/clblas/CONTROL: -------------------------------------------------------------------------------- 1 | Source: clblas 2 | Version: 2.12-4 3 | Build-Depends: opencl 4 | Description: clBLAS is an OpenCL 1.2 accelerated BLAS (Basic Linear Algebra Subsystem) library. 5 | -------------------------------------------------------------------------------- /ports/clblast/CONTROL: -------------------------------------------------------------------------------- 1 | Source: clblast 2 | Version: 1.5.0-1 3 | Build-Depends: opencl 4 | Description: A modern, lightweight, performant and tunable OpenCL BLAS library written in C++11. -------------------------------------------------------------------------------- /ports/cmcstl2/CONTROL: -------------------------------------------------------------------------------- 1 | Source: cmcstl2 2 | Version: 2019-07-20 3 | Description: An implementation of C++ Extensions for Ranges 4 | Homepage: https://github.com/CaseyCarter/cmcstl2 5 | -------------------------------------------------------------------------------- /ports/cpp-base64/CONTROL: -------------------------------------------------------------------------------- 1 | Source: cpp-base64 2 | Version: 2019-06-19 3 | Homepage: https://github.com/ReneNyffenegger/cpp-base64 4 | Description: Base64 encoding and decoding with c++. -------------------------------------------------------------------------------- /ports/cpputest/CONTROL: -------------------------------------------------------------------------------- 1 | Source: cpputest 2 | Version: 2019-9-16 3 | Homepage: https://github.com/cpputest/cpputest 4 | Description: CppUTest unit testing and mocking framework for C/C++. -------------------------------------------------------------------------------- /ports/cudnn/CONTROL: -------------------------------------------------------------------------------- 1 | Source: cudnn 2 | Version: 7.6 3 | Description: NVIDIA's cuDNN deep neural network acceleration library 4 | Build-Depends: cuda 5 | Supports: (windows|linux)&x64 6 | -------------------------------------------------------------------------------- /ports/devicenameresolver/CONTROL: -------------------------------------------------------------------------------- 1 | Source: devicenameresolver 2 | Version: 2016-06-26-0850d88fa6-1 3 | Description: a little library that resolves a path from a (virtual) device name. 4 | -------------------------------------------------------------------------------- /ports/duckx/CONTROL: -------------------------------------------------------------------------------- 1 | Source: duckx 2 | Version: 1.0.0 3 | Homepage: https://github.com/amiremohamadi/DuckX 4 | Description: DuckX is a library for creation of Office docx files. 5 | -------------------------------------------------------------------------------- /ports/dxut/CONTROL: -------------------------------------------------------------------------------- 1 | Source: dxut 2 | Version: 11.14-3 3 | Homepage: https://github.com/Microsoft/DXUT 4 | Description: A "GLUT"-like framework for Direct3D 11.x Win32 desktop applications -------------------------------------------------------------------------------- /ports/embree2/CONTROL: -------------------------------------------------------------------------------- 1 | Source: embree2 2 | Version: 2.17.7 3 | Homepage: https://github.com/embree/embree 4 | Description: High Performance Ray Tracing Kernels. 5 | Build-Depends: tbb 6 | -------------------------------------------------------------------------------- /ports/embree3/CONTROL: -------------------------------------------------------------------------------- 1 | Source: embree3 2 | Version: 3.8.0 3 | Homepage: https://github.com/embree/embree 4 | Description: High Performance Ray Tracing Kernels. 5 | Build-Depends: tbb 6 | -------------------------------------------------------------------------------- /ports/entityx/CONTROL: -------------------------------------------------------------------------------- 1 | Source: entityx 2 | Version: 1.3.0-2 3 | Description: EntityX - A fast, type-safe C++ Entity-Component system. 4 | Homepage: https://github.com/alecthomas/entityx 5 | -------------------------------------------------------------------------------- /ports/expat/usage: -------------------------------------------------------------------------------- 1 | The package expat is compatible with built-in CMake targets: 2 | 3 | find_package(EXPAT REQUIRED) 4 | target_link_libraries(main PRIVATE EXPAT::EXPAT) 5 | -------------------------------------------------------------------------------- /ports/freeglut/usage: -------------------------------------------------------------------------------- 1 | The package freeglut is compatible with built-in CMake targets: 2 | 3 | find_package(GLUT REQUIRED) 4 | target_link_libraries(main PRIVATE GLUT::GLUT) 5 | -------------------------------------------------------------------------------- /ports/libconfig/CONTROL: -------------------------------------------------------------------------------- 1 | Source: libconfig 2 | Version: 1.7.2-1 3 | Homepage: https://github.com/hyperrealm/libconfig 4 | Description: C/C++ library for processing configuration files 5 | -------------------------------------------------------------------------------- /ports/libexif/CONTROL: -------------------------------------------------------------------------------- 1 | Source: libexif 2 | Version: 0.6.21-2 3 | Homepage: https://libexif.github.io/ 4 | Description: a library for parsing, editing, and saving EXIF data 5 | Supports: !uwp -------------------------------------------------------------------------------- /ports/liblzma/vcpkg-cmake-wrapper.cmake: -------------------------------------------------------------------------------- 1 | list(REMOVE_ITEM ARGS "NO_MODULE") 2 | list(REMOVE_ITEM ARGS "CONFIG") 3 | list(REMOVE_ITEM ARGS "MODULE") 4 | _find_package(${ARGS} CONFIG) 5 | -------------------------------------------------------------------------------- /ports/libodb/CONTROL: -------------------------------------------------------------------------------- 1 | Source: libodb 2 | Version: 2.4.0-6 3 | Homepage: https://www.codesynthesis.com/products/odb/ 4 | Description: ODB library, base runtime for the ODB ORM solution 5 | -------------------------------------------------------------------------------- /ports/librsvg/CONTROL: -------------------------------------------------------------------------------- 1 | Source: librsvg 2 | Version: 2.40.20 3 | Description: A small library to render Scalable Vector Graphics (SVG) 4 | Build-Depends: cairo, pango, gdk-pixbuf, libcroco -------------------------------------------------------------------------------- /ports/libssh/usage: -------------------------------------------------------------------------------- 1 | The package libssh is compatible with built-in CMake targets: 2 | 3 | find_package(libssh CONFIG REQUIRED) 4 | target_link_libraries(main PRIVATE ssh) 5 | -------------------------------------------------------------------------------- /ports/mgnlibs/CONTROL: -------------------------------------------------------------------------------- 1 | Source: mgnlibs 2 | Version: 2019-09-29 3 | Homepage: https://github.com/mattiasgustavsson/libs 4 | Description: Single-file public domain libraries for C/C++ 5 | -------------------------------------------------------------------------------- /ports/moos-core/CONTROL: -------------------------------------------------------------------------------- 1 | Source: moos-core 2 | Version: 10.4.0-4 3 | Description: A very light weight, easy to use middleware. 4 | Homepage: https://sites.google.com/site/moossoftware/ 5 | -------------------------------------------------------------------------------- /ports/nngpp/CONTROL: -------------------------------------------------------------------------------- 1 | Source: nngpp 2 | Version: 1.2.4 3 | Homepage: https://github.com/cwzx/nngpp 4 | Description: C++ wrapper around the nanomsg NNG API. 5 | Build-Depends: nng 6 | 7 | -------------------------------------------------------------------------------- /ports/nonius/CONTROL: -------------------------------------------------------------------------------- 1 | Source: nonius 2 | Version: 2019-04-20-1 3 | Description: A C++ micro-benchmarking framework 4 | Build-Depends: boost-algorithm, boost-lexical-cast, boost-math 5 | -------------------------------------------------------------------------------- /ports/outcome/CONTROL: -------------------------------------------------------------------------------- 1 | Source: outcome 2 | Version: 2.1 3 | Homepage: https://github.com/ned14/outcome 4 | Description: Provides very lightweight outcome and result (non-Boost edition) -------------------------------------------------------------------------------- /ports/picojson/CONTROL: -------------------------------------------------------------------------------- 1 | Source: picojson 2 | Version: 1.3.0-1 3 | Homepage: https://github.com/kazuho/picojson 4 | Description: A header-file-only, JSON parser serializer in C++. 5 | 6 | -------------------------------------------------------------------------------- /ports/pthreads/CONTROL: -------------------------------------------------------------------------------- 1 | Source: pthreads 2 | Version: 3.0.0-4 3 | Homepage: https://sourceware.org/pub/pthreads-win32/ 4 | Description: pthreads for windows 5 | Supports: !(uwp|arm|arm64) -------------------------------------------------------------------------------- /ports/qcustomplot/CONTROL: -------------------------------------------------------------------------------- 1 | Source: qcustomplot 2 | Version: 2.0.1-3 3 | Description: QCustomPlot is a Qt C++ widget for plotting and data visualization. 4 | Build-Depends: qt5-base 5 | -------------------------------------------------------------------------------- /ports/qhull/CONTROL: -------------------------------------------------------------------------------- 1 | Source: qhull 2 | Version: 7.3.2-2 3 | Homepage: https://github.com/qhull/qhull 4 | Description: computes the convex hull, Delaunay triangulation, Voronoi diagram 5 | -------------------------------------------------------------------------------- /ports/qt5-graphicaleffects/CONTROL: -------------------------------------------------------------------------------- 1 | Source: qt5-graphicaleffects 2 | Version: 5.12.5-1 3 | Description: Qt5 GraphicalEffects Module. 4 | Build-Depends: qt5-base, qt5-declarative 5 | -------------------------------------------------------------------------------- /ports/qt5-quickcontrols/portfile.cmake: -------------------------------------------------------------------------------- 1 | set(VCPKG_POLICY_EMPTY_INCLUDE_FOLDER enabled) 2 | include(${CURRENT_INSTALLED_DIR}/share/qt5/qt_port_functions.cmake) 3 | qt_submodule_installation() -------------------------------------------------------------------------------- /ports/qt5-speech/CONTROL: -------------------------------------------------------------------------------- 1 | Source: qt5-speech 2 | Version: 5.12.5-1 3 | Description: Qt5 Speech Module 4 | Build-Depends: qt5-base, atlmfc (windows), qt5-declarative, qt5-multimedia 5 | -------------------------------------------------------------------------------- /ports/qt5-svg/CONTROL: -------------------------------------------------------------------------------- 1 | Source: qt5-svg 2 | Version: 5.12.5 3 | Description: Qt5 SVG Module - provides classes for displaying the contents of SVG files 4 | Build-Depends: qt5-base 5 | -------------------------------------------------------------------------------- /ports/ring-span-lite/CONTROL: -------------------------------------------------------------------------------- 1 | Source: ring-span-lite 2 | Version: 0.3.0 3 | Description: A C++yy-like ring_span type for C++98, C++11 and later in a single-file header-only library 4 | -------------------------------------------------------------------------------- /ports/scintilla/CONTROL: -------------------------------------------------------------------------------- 1 | Source: scintilla 2 | Version: 4.2.3 3 | Homepage: https://www.scintilla.org/ 4 | Description: A free source code editing component for Win32, GTK+, and OS X 5 | -------------------------------------------------------------------------------- /ports/sdl2-net/CONTROL: -------------------------------------------------------------------------------- 1 | Source: sdl2-net 2 | Version: 2.0.1-8 3 | Homepage: https://www.libsdl.org/projects/SDL_net 4 | Description: Networking library for SDL 5 | Build-Depends: sdl2 6 | -------------------------------------------------------------------------------- /ports/socket-io-client/CONTROL: -------------------------------------------------------------------------------- 1 | Source: socket-io-client 2 | Version: 1.6.1-1 3 | Description: C++11 implementation of Socket.IO client 4 | Build-Depends: boost, rapidjson, websocketpp 5 | -------------------------------------------------------------------------------- /ports/sqlpp11/CONTROL: -------------------------------------------------------------------------------- 1 | Source: sqlpp11 2 | Version: 0.58-3 3 | Description: A type safe embedded domain specific language for SQL queries and results in C++. 4 | Build-Depends: date 5 | -------------------------------------------------------------------------------- /ports/string-view-lite/CONTROL: -------------------------------------------------------------------------------- 1 | Source: string-view-lite 2 | Version: 1.3.0 3 | Description: A C++17-like string_view for C++98, C++11 and later in a single-file header-only library 4 | -------------------------------------------------------------------------------- /ports/taglib/CONTROL: -------------------------------------------------------------------------------- 1 | Source: taglib 2 | Version: 1.11.1-20190531 3 | Description: TagLib Audio Meta-Data Library 4 | Homepage: https://github.com/taglib/taglib 5 | Build-Depends: zlib 6 | -------------------------------------------------------------------------------- /ports/utf8proc/CONTROL: -------------------------------------------------------------------------------- 1 | Source: utf8proc 2 | Version: 2.4.0-1 3 | Homepage: https://github.com/JuliaLang/utf8proc 4 | Description: Clean C library for processing UTF-8 Unicode data. 5 | -------------------------------------------------------------------------------- /ports/wangle/usage: -------------------------------------------------------------------------------- 1 | The package wangle is compatible with built-in CMake targets: 2 | 3 | find_package(wangle REQUIRED) 4 | target_link_libraries(main PRIVATE wangle::wangle) 5 | -------------------------------------------------------------------------------- /ports/cppzmq/CONTROL: -------------------------------------------------------------------------------- 1 | Source: cppzmq 2 | Version: 4.6.0 3 | Build-Depends: zeromq 4 | Homepage: https://github.com/zeromq/cppzmq 5 | Description: lightweight messaging kernel, C++ bindings 6 | -------------------------------------------------------------------------------- /ports/dpdk/usage: -------------------------------------------------------------------------------- 1 | The package dpdk is compatible with built-in CMake targets: 2 | 3 | FIND_PACKAGE(dpdk CONFIGURE REQUIRED) 4 | TARGET_LINK_LIBRARIES(main PRIVATE DPDK::dpdk) 5 | -------------------------------------------------------------------------------- /ports/drlibs/CONTROL: -------------------------------------------------------------------------------- 1 | Source: drlibs 2 | Version: 2019-08-12 3 | Homepage: https://github.com/mackron/dr_libs 4 | Description: A collection of public domain single-file libraries for C/C++. 5 | -------------------------------------------------------------------------------- /ports/ecm/CONTROL: -------------------------------------------------------------------------------- 1 | Source: ecm 2 | Version: 5.66.0 3 | Homepage: https://github.com/KDE/extra-cmake-modules 4 | Description: Extra CMake Modules (ECM), extra modules and scripts for CMake 5 | -------------------------------------------------------------------------------- /ports/fdk-aac/CONTROL: -------------------------------------------------------------------------------- 1 | Source: fdk-aac 2 | Version: 2018-07-08-1 3 | Homepage: https://github.com/mstorsjo/fdk-aac 4 | Description: A standalone library of the Fraunhofer FDK AAC code 5 | -------------------------------------------------------------------------------- /ports/getopt-win32/CONTROL: -------------------------------------------------------------------------------- 1 | Source: getopt-win32 2 | Version: 0.1 3 | Description: An implementation of getopt. 4 | Homepage: https://github.com/libimobiledevice-win32 5 | Supports: windows -------------------------------------------------------------------------------- /ports/glog/CONTROL: -------------------------------------------------------------------------------- 1 | Source: glog 2 | Version: 0.4.0-2 3 | Homepage: https://github.com/google/glog 4 | Description: C++ implementation of the Google logging module 5 | Build-Depends: gflags 6 | -------------------------------------------------------------------------------- /ports/gsl/CONTROL: -------------------------------------------------------------------------------- 1 | Source: gsl 2 | Version: 2.4-5 3 | Homepage: https://www.gnu.org/software/gsl/ 4 | Description: The GNU Scientific Library is a numerical library for C and C++ programmers 5 | -------------------------------------------------------------------------------- /ports/gsl/usage: -------------------------------------------------------------------------------- 1 | The package gsl is compatible with built-in CMake targets: 2 | 3 | find_package(GSL REQUIRED) 4 | target_link_libraries(main PRIVATE GSL::gsl GSL::gslcblas) 5 | -------------------------------------------------------------------------------- /ports/lest/CONTROL: -------------------------------------------------------------------------------- 1 | Source: lest 2 | Version: 1.35.1 3 | Description: A modern, C++11-native, single-file header-only, tiny framework for unit-tests, TDD and BDD (includes C++98 variant) 4 | -------------------------------------------------------------------------------- /ports/libconfuse/CONTROL: -------------------------------------------------------------------------------- 1 | Source: libconfuse 2 | Version: 2019-07-14 3 | Description: Small configuration file parser library for C 4 | Homepage: https://github.com/martinh/libconfuse 5 | -------------------------------------------------------------------------------- /ports/libdshowcapture/CONTROL: -------------------------------------------------------------------------------- 1 | Source: libdshowcapture 2 | Version: 0.6.0-1 3 | Description: Free and Open Source C++11 Library for capturing DirectShow video/audio devices on windows. 4 | -------------------------------------------------------------------------------- /ports/libhdfs3/usage: -------------------------------------------------------------------------------- 1 | The package libhdfs3 is compatible with built-in CMake targets: 2 | 3 | FIND_PACKAGE(libhdfs3 REQUIRED) 4 | TARGET_LINK_LIBRARIES(main PRIVATE HDFS::hdfs3) 5 | -------------------------------------------------------------------------------- /ports/libmagic/CONTROL: -------------------------------------------------------------------------------- 1 | Source: libmagic 2 | Version: 5.37 3 | Homepage: https://github.com/file/file 4 | Description: This library can be used to classify files according to magic number tests. -------------------------------------------------------------------------------- /ports/libmodbus/CONTROL: -------------------------------------------------------------------------------- 1 | Source: libmodbus 2 | Version: 3.1.6 3 | Description: libmodbus is a free software library to send/receive data with a device which respects the Modbus protocol 4 | -------------------------------------------------------------------------------- /ports/live555/CONTROL: -------------------------------------------------------------------------------- 1 | Source: live555 2 | Version: latest-1 3 | Homepage: https://www.live555.com/liveMedia 4 | Description: A complete RTSP server application 5 | Build-Depends: openssl 6 | -------------------------------------------------------------------------------- /ports/mman/CONTROL: -------------------------------------------------------------------------------- 1 | Source: mman 2 | Version: git-f5ff813-3 3 | Homepage: https://github.com/witwall/mman-win32 4 | Description: A light implementation of the mmap functions for MinGW. 5 | -------------------------------------------------------------------------------- /ports/pcre2/CONTROL: -------------------------------------------------------------------------------- 1 | Source: pcre2 2 | Version: 10.30-6 3 | Homepage: https://pcre.org/ 4 | Description: PCRE2 is a re-working of the original Perl Compatible Regular Expressions library 5 | -------------------------------------------------------------------------------- /ports/qt5-graphicaleffects/portfile.cmake: -------------------------------------------------------------------------------- 1 | set(VCPKG_POLICY_EMPTY_INCLUDE_FOLDER enabled) 2 | include(${CURRENT_INSTALLED_DIR}/share/qt5/qt_port_functions.cmake) 3 | qt_submodule_installation() -------------------------------------------------------------------------------- /ports/qtkeychain/CONTROL: -------------------------------------------------------------------------------- 1 | Source: qtkeychain 2 | Version: v0.9.1 3 | Description: qtkeychain - Platform-independent Qt API for storing passwords securely 4 | Build-Depends: qt5-base, qt5-tools -------------------------------------------------------------------------------- /ports/range-v3-vs2015/CONTROL: -------------------------------------------------------------------------------- 1 | Source: range-v3-vs2015 2 | Version: 20151130-vcpkg5 3 | Homepage: https://github.com/Microsoft/Range-V3-VS2015 4 | Description: Range library for C++11/14/17. 5 | -------------------------------------------------------------------------------- /ports/rhash/CONTROL: -------------------------------------------------------------------------------- 1 | Source: rhash 2 | Version: 1.3.9 3 | Homepage: https://github.com/rhash/RHash 4 | Description: C library for computing a wide variety of hash sums 5 | Supports: !uwp 6 | -------------------------------------------------------------------------------- /ports/rxspencer/CONTROL: -------------------------------------------------------------------------------- 1 | Source: rxspencer 2 | Version: 2020-01-12 3 | Homepage: https://garyhouston.github.io/regex/ 4 | Description: Henry Spencer's BSD regular expression library. 5 | -------------------------------------------------------------------------------- /ports/septag-sx/CONTROL: -------------------------------------------------------------------------------- 1 | Source: septag-sx 2 | Version: 2019-05-07-2 3 | Description: Portable base library for C programmers, designed for performance and simplicity. 4 | Supports: !(uwp|arm) -------------------------------------------------------------------------------- /ports/sf2cute/CONTROL: -------------------------------------------------------------------------------- 1 | Source: sf2cute 2 | Version: 0.2.0-1 3 | Description: C++14 Library for SoundFont 2 4 | 5 | Feature: example 6 | Description: Installs an example application 7 | -------------------------------------------------------------------------------- /ports/stormlib/CONTROL: -------------------------------------------------------------------------------- 1 | Source: stormlib 2 | Version: 2019-05-10 3 | Build-Depends: zlib, bzip2 4 | Description: StormLib is a library for opening and manipulating Blizzard MPQ files 5 | -------------------------------------------------------------------------------- /ports/superlu/CONTROL: -------------------------------------------------------------------------------- 1 | Source: superlu 2 | Version: 2020-01-07 3 | Build-Depends: openblas 4 | Description: Supernodal sparse direct solver. 5 | Homepage: https://github.com/xiaoyeli/superlu 6 | -------------------------------------------------------------------------------- /ports/tinycthread/CONTROL: -------------------------------------------------------------------------------- 1 | Source: tinycthread 2 | Version: 2019-08-06 3 | Description: Small, portable implementation of the C11 threads API 4 | Homepage: https://tinycthread.github.io/ 5 | -------------------------------------------------------------------------------- /ports/wg21-sg14/CONTROL: -------------------------------------------------------------------------------- 1 | Source: wg21-sg14 2 | Version: 2019-08-13 3 | Description: A library for Study Group 14 of Working Group 21 (C++) 4 | Homepage: https://github.com/WG21-SG14/SG14 5 | -------------------------------------------------------------------------------- /ports/xorstr/CONTROL: -------------------------------------------------------------------------------- 1 | Source: xorstr 2 | Version: 2020-02-11 3 | Description: Heavily vectorized c++17 compile time string encryption 4 | Homepage: https://github.com/JustasMasiulis/xorstr 5 | -------------------------------------------------------------------------------- /ports/z3/CONTROL: -------------------------------------------------------------------------------- 1 | Source: z3 2 | Version: 4.8.6 3 | Homepage: https://github.com/Z3Prover/z3 4 | Description: Z3 is a theorem prover from Microsoft Research. 5 | Supports: !arm64 && !uwp 6 | -------------------------------------------------------------------------------- /ports/zookeeper/CONTROL: -------------------------------------------------------------------------------- 1 | Source: zookeeper 2 | Version: 3.5.5 3 | Description: ZooKeeper C bindings 4 | Default-Features: sync 5 | 6 | Feature: sync 7 | Description: ZooKeeper with the sync API -------------------------------------------------------------------------------- /scripts/templates/CONTROL.in: -------------------------------------------------------------------------------- 1 | Source: @PORT@ 2 | Version: 3 | Homepage: 4 | Description: 5 | Build-Depends: 6 | Default-Features: 7 | 8 | Feature: 9 | Description: 10 | Build-Depends: -------------------------------------------------------------------------------- /ports/antlr4/CONTROL: -------------------------------------------------------------------------------- 1 | Source: antlr4 2 | Version: 4.7.1-3 3 | Homepage: https://www.antlr.org 4 | Description: ANother Tool for Language Recognition 5 | Build-Depends: libuuid (!uwp&!windows&!osx) -------------------------------------------------------------------------------- /ports/armadillo/usage: -------------------------------------------------------------------------------- 1 | The package armadillo provides CMake targets: 2 | 3 | find_package(Armadillo CONFIG REQUIRED) 4 | target_link_libraries(main PRIVATE ${ARMADILLO_LIBRARIES}) 5 | -------------------------------------------------------------------------------- /ports/asiosdk/CONTROL: -------------------------------------------------------------------------------- 1 | Source: asiosdk 2 | Version: 2.3.3 3 | Homepage: https://www.steinberg.net/en/company/developers.html 4 | Description: ASIO is a low latency audio API from Steinberg. 5 | -------------------------------------------------------------------------------- /ports/clapack/CONTROL: -------------------------------------------------------------------------------- 1 | Source: clapack 2 | Version: 3.2.1-12 3 | Homepage: https://www.netlib.org/clapack 4 | Description: CLAPACK (f2c'ed version of LAPACK) 5 | Build-Depends: openblas (!osx) 6 | -------------------------------------------------------------------------------- /ports/cryptopp/CONTROL: -------------------------------------------------------------------------------- 1 | Source: cryptopp 2 | Version: 8.2.0-1 3 | Homepage: https://github.com/weidai11/cryptopp 4 | Description: Crypto++ is a free C++ class library of cryptographic schemes. 5 | -------------------------------------------------------------------------------- /ports/duktape/usage: -------------------------------------------------------------------------------- 1 | find_package(duktape CONFIG REQUIRED) 2 | 3 | include_directories(${CMAKE_CURRENT_SOURCE_DIR} ${DUKTAPE_INCLUDE_DIRS}) 4 | 5 | target_link_libraries(main ${DUKTAPE_LIBRARY}) -------------------------------------------------------------------------------- /ports/fdlibm/CONTROL: -------------------------------------------------------------------------------- 1 | Source: fdlibm 2 | Version: 5.3-4 3 | Description: FDLIBM (Freely Distributable LIBM) is a C math library for machines that support IEEE 754 floating-point arithmetic 4 | -------------------------------------------------------------------------------- /ports/fribidi/CONTROL: -------------------------------------------------------------------------------- 1 | Source: fribidi 2 | Version: 2019-02-04-2 3 | Description: GNU FriBidi is an implementation of the Unicode Bidirectional Algorithm (bidi) 4 | Build-Depends: tool-meson 5 | -------------------------------------------------------------------------------- /ports/gflags/CONTROL: -------------------------------------------------------------------------------- 1 | Source: gflags 2 | Version: 2.2.2-1 3 | Homepage: https://github.com/gflags/gflags 4 | Description: A C++ library that implements commandline flags processing 5 | Supports: !uwp -------------------------------------------------------------------------------- /ports/gl3w/CONTROL: -------------------------------------------------------------------------------- 1 | Source: gl3w 2 | Version: 2018-05-31-2 3 | Homepage: https://github.com/skaslev/gl3w 4 | Description: Simple OpenGL core profile loading 5 | Build-Depends: opengl-registry 6 | -------------------------------------------------------------------------------- /ports/idevicerestore/CONTROL: -------------------------------------------------------------------------------- 1 | Source: idevicerestore 2 | Version: 1.0.12-3 3 | Description: Restore/upgrade firmware of iOS devices 4 | Build-Depends: libimobiledevice, curl, libirecovery, libzip -------------------------------------------------------------------------------- /ports/ignition-msgs1/CONTROL: -------------------------------------------------------------------------------- 1 | Source: ignition-msgs1 2 | Version: 1.0.0 3 | Build-Depends: ignition-cmake0, ignition-math4, protobuf 4 | Description: Middleware protobuf messages for robotics 5 | -------------------------------------------------------------------------------- /ports/jxrlib/CONTROL: -------------------------------------------------------------------------------- 1 | Source: jxrlib 2 | Version: 2019.10.9 3 | Homepage: https://github.com/4creators/jxrlib 4 | Description: Open source implementation of the jpegxr image format standard. 5 | -------------------------------------------------------------------------------- /ports/liblo/CONTROL: -------------------------------------------------------------------------------- 1 | Source: liblo 2 | Version: 0.30 3 | Homepage: https://github.com/radarsat1/liblo 4 | Description: liblo is an implementation of the Open Sound Control protocol for POSIX systems -------------------------------------------------------------------------------- /ports/libpqxx/CONTROL: -------------------------------------------------------------------------------- 1 | Source: libpqxx 2 | Version: 6.4.5-2 3 | Homepage: https://github.com/jtv/libpqxx 4 | Description: The official C++ client API for PostgreSQL 5 | Build-Depends: libpq[core] 6 | -------------------------------------------------------------------------------- /ports/libuv/CONTROL: -------------------------------------------------------------------------------- 1 | Source: libuv 2 | Version: 1.34.2 3 | Homepage: https://github.com/libuv/libuv 4 | Description: libuv is a multi-platform support library with a focus on asynchronous I/O. 5 | -------------------------------------------------------------------------------- /ports/marl/CONTROL: -------------------------------------------------------------------------------- 1 | Source: marl 2 | Version: 2019-09-13 3 | Description: A hybrid thread/fiber task scheduler written in C++ 11 4 | Homepage: https://github.com/google/marl 5 | Supports: !uwp -------------------------------------------------------------------------------- /ports/nghttp2/CONTROL: -------------------------------------------------------------------------------- 1 | Source: nghttp2 2 | Version: 1.39.2-1 3 | Homepage: https://github.com/nghttp2/nghttp2 4 | Description: Implementation of the Hypertext Transfer Protocol version 2 in C 5 | -------------------------------------------------------------------------------- /ports/opengl-registry/CONTROL: -------------------------------------------------------------------------------- 1 | Source: opengl-registry 2 | Version: 2019-08-22 3 | Build-Depends: egl-registry 4 | Description: the API and Extension registries for the OpenGL family APIs 5 | -------------------------------------------------------------------------------- /ports/optional-lite/CONTROL: -------------------------------------------------------------------------------- 1 | Source: optional-lite 2 | Version: 3.2.0 3 | Description: A C++17-like optional, a nullable object for C++98, C++11 and later in a single-file header-only library 4 | -------------------------------------------------------------------------------- /ports/pdqsort/CONTROL: -------------------------------------------------------------------------------- 1 | Source: pdqsort 2 | Version: 2019-07-30 3 | Homepage: https://github.com/orlp/pdqsort 4 | Description: Pattern-defeating quicksort (pdqsort) is a novel sorting algorithm 5 | -------------------------------------------------------------------------------- /ports/qt5-quickcontrols/CONTROL: -------------------------------------------------------------------------------- 1 | Source: qt5-quickcontrols 2 | Version: 5.12.5-1 3 | Description: Qt5 QuickControls Module. 4 | Build-Depends: qt5-base, qt5-declarative, qt5-graphicaleffects 5 | -------------------------------------------------------------------------------- /ports/qt5-quickcontrols2/CONTROL: -------------------------------------------------------------------------------- 1 | Source: qt5-quickcontrols2 2 | Version: 5.12.5-1 3 | Description: Qt5 QuickControls2 Module. 4 | Build-Depends: qt5-base, qt5-declarative, qt5-imageformats 5 | -------------------------------------------------------------------------------- /ports/qt5-serialport/CONTROL: -------------------------------------------------------------------------------- 1 | Source: qt5-serialport 2 | Version: 5.12.5 3 | Description: Qt5 Serial Port - provides access to hardware and virtual serial ports 4 | Build-Depends: qt5-base 5 | -------------------------------------------------------------------------------- /ports/rs-core-lib/CONTROL: -------------------------------------------------------------------------------- 1 | Source: rs-core-lib 2 | Version: 2019-07-11 3 | Homepage: https://github.com/CaptainCrowbar/rs-core-lib 4 | Description: Minimal common utilities by Ross Smith 5 | 6 | -------------------------------------------------------------------------------- /ports/sciter/CONTROL: -------------------------------------------------------------------------------- 1 | Source: sciter 2 | Version: 4.4.0.7 3 | Homepage: https://github.com/c-smile/sciter-sdk 4 | Description: Sciter is an embeddable HTML/CSS/scripting engine. 5 | Supports: !uwp -------------------------------------------------------------------------------- /ports/seal/CONTROL: -------------------------------------------------------------------------------- 1 | Source: seal 2 | Version: 3.4.5 3 | Homepage: https://github.com/microsoft/SEAL 4 | Description: Microsoft SEAL is an easy-to-use and powerful homomorphic encryption library. 5 | -------------------------------------------------------------------------------- /ports/sfgui/CONTROL: -------------------------------------------------------------------------------- 1 | Source: sfgui 2 | Version: 0.4.0-3 3 | Homepage: https://github.com/TankOs/SFGUI 4 | Description: simple and fast graphical user interface library 5 | Build-Depends: sfml 6 | -------------------------------------------------------------------------------- /ports/shaderc/build-version.inc: -------------------------------------------------------------------------------- 1 | "shaderc v2019.0-dev unknown hash, 2019-05-08\n" 2 | "spirv-tools v2019.3-dev unknown hash, 2019-04-03\n" 3 | "glslang unknown hash, 2019-03-05\n" 4 | 5 | 6 | -------------------------------------------------------------------------------- /ports/sophus/CONTROL: -------------------------------------------------------------------------------- 1 | Source: sophus 2 | Version: 1.0.0-6 3 | Build-Depends: eigen3, ceres, suitesparse 4 | Homepage: https://github.com/strasdat/Sophus 5 | Description: Lie group library for C++ 6 | -------------------------------------------------------------------------------- /ports/sparsehash/usage: -------------------------------------------------------------------------------- 1 | The package sparsehash provides CMake targets: 2 | 3 | find_package(sparsehash CONFIG REQUIRED) 4 | target_link_libraries(main PRIVATE sparsehash::sparsehash) 5 | -------------------------------------------------------------------------------- /ports/tinydir/CONTROL: -------------------------------------------------------------------------------- 1 | Source: tinydir 2 | Version: 1.2.4 3 | Homepage: https://github.com/cxong/tinydir 4 | Description: Lightweight, portable and easy to integrate C directory and file reader 5 | -------------------------------------------------------------------------------- /ports/tmxparser/CONTROL: -------------------------------------------------------------------------------- 1 | Source: tmxparser 2 | Version: 2.1.0-4 3 | Description: C++11 library for parsing the maps generated by the Map Editor called Tiled. 4 | Build-Depends: zlib, tinyxml2 5 | -------------------------------------------------------------------------------- /ports/unittest-cpp/CONTROL: -------------------------------------------------------------------------------- 1 | Source: unittest-cpp 2 | Version: 2.0.0-1 3 | Homepage: https://github.com/unittest-cpp/unittest-cpp 4 | Description: A lightweight unit testing framework for C++ 5 | -------------------------------------------------------------------------------- /ports/variant-lite/CONTROL: -------------------------------------------------------------------------------- 1 | Source: variant-lite 2 | Version: 1.2.2 3 | Description: A C++17-like variant, a type-safe union for C++98, C++11 and later in a single-file header-only library 4 | -------------------------------------------------------------------------------- /ports/wordnet/CONTROL: -------------------------------------------------------------------------------- 1 | Source: wordnet 2 | Version: 3.0 3 | Description: WordNet is a large lexical database of English 4 | 5 | Feature: dbfiles 6 | Description: WordNet 3.1 database files 7 | -------------------------------------------------------------------------------- /ports/wren/CONTROL: -------------------------------------------------------------------------------- 1 | Source: wren 2 | Version: 2019-07-01 3 | Homepage: https://github.com/wren-lang/wren 4 | Description: Wren is a small, fast, class-based concurrent scripting language. 5 | -------------------------------------------------------------------------------- /ports/xerces-c/usage: -------------------------------------------------------------------------------- 1 | The package xerces-c is compatible with built-in CMake targets: 2 | 3 | find_package(XercesC REQUIRED) 4 | target_link_libraries(main PRIVATE XercesC::XercesC) 5 | -------------------------------------------------------------------------------- /ports/yara/CONTROL: -------------------------------------------------------------------------------- 1 | Source: yara 2 | Version: 3.10.0-1 3 | Homepage: https://github.com/VirusTotal/yara 4 | Description: The pattern matching swiss knife 5 | Build-Depends: openssl, jansson 6 | -------------------------------------------------------------------------------- /ports/asiosdk/usage: -------------------------------------------------------------------------------- 1 | The package asiosdk provides CMake integration: 2 | 3 | find_package(asiosdk REQUIRED) 4 | target_include_directories( PRIVATE ${ASIOSDK_INCLUDE_DIRS}) 5 | -------------------------------------------------------------------------------- /ports/assimp/CONTROL: -------------------------------------------------------------------------------- 1 | Source: assimp 2 | Version: 5.0.1 3 | Homepage: https://github.com/assimp/assimp 4 | Description: The Open Asset import library 5 | Build-Depends: zlib, rapidjson, minizip 6 | -------------------------------------------------------------------------------- /ports/crc32c/CONTROL: -------------------------------------------------------------------------------- 1 | Source: crc32c 2 | Version: 1.1.0 3 | Homepage: https://github.com/google/crc32c 4 | Description: CRC32C implementation with support for CPU-specific acceleration instructions. 5 | -------------------------------------------------------------------------------- /ports/dlfcn-win32/CONTROL: -------------------------------------------------------------------------------- 1 | Source: dlfcn-win32 2 | Version: 1.1.1-4 3 | Homepage: https://github.com/dlfcn-win32/dlfcn-win32 4 | Description: dlfcn-win32 is an implementation of dlfcn for Windows. 5 | -------------------------------------------------------------------------------- /ports/easycl/CONTROL: -------------------------------------------------------------------------------- 1 | Source: easycl 2 | Version: 0.3 3 | Homepage: https://github.com/architector1324/EasyCL 4 | Build-Depends: opencl 5 | Description: OpenCL based lightweight c++ computing library 6 | -------------------------------------------------------------------------------- /ports/entt/CONTROL: -------------------------------------------------------------------------------- 1 | Source: entt 2 | Version: 3.3.0 3 | Description: Gaming meets modern C++ - a fast and reliable entity-component system and much more. 4 | Homepage: https://github.com/skypjack/entt 5 | -------------------------------------------------------------------------------- /ports/farmhash/usage: -------------------------------------------------------------------------------- 1 | The package farmhash is compatible with built-in CMake targets: 2 | 3 | FIND_PACKAGE(farmhash REQUIRED) 4 | TARGET_LINK_LIBRARIES(main PRIVATE GOOGLE::farmhash) for linkage -------------------------------------------------------------------------------- /ports/flann/CONTROL: -------------------------------------------------------------------------------- 1 | Source: flann 2 | Version: 2019-04-07-1 3 | Homepage: https://github.com/mariusmuja/flann 4 | Build-Depends: lz4 5 | Description: Fast Library for Approximate Nearest Neighbors 6 | -------------------------------------------------------------------------------- /ports/flint/CONTROL: -------------------------------------------------------------------------------- 1 | Source: flint 2 | Version: 2.5.2-4 3 | Homepage: https://www.flintlib.org/ 4 | Description: Fast Library for Number Theory 5 | Build-Depends: mpir, mpfr, pthreads, gettimeofday 6 | -------------------------------------------------------------------------------- /ports/glui/CONTROL: -------------------------------------------------------------------------------- 1 | Source: glui 2 | Version: 2019-11-30 3 | Description: GLUI is a GLUT-based C++ user interface library 4 | Homepage: https://github.com/libglui/glui 5 | Build-Depends: freeglut 6 | -------------------------------------------------------------------------------- /ports/guetzli/CONTROL: -------------------------------------------------------------------------------- 1 | Source: guetzli 2 | Version: 2018-07-30-2 3 | Homepage: https://github.com/google/guetzli 4 | Description: Perceptual JPEG encoder 5 | Build-Depends: libpng, butteraugli 6 | -------------------------------------------------------------------------------- /ports/icu/CONTROL: -------------------------------------------------------------------------------- 1 | Source: icu 2 | Version: 65.1-2 3 | Homepage: http://icu-project.org/apiref/icu4c/ 4 | Description: Mature and widely used Unicode and localization library. 5 | Supports: !uwp 6 | -------------------------------------------------------------------------------- /ports/imgui-sfml/CONTROL: -------------------------------------------------------------------------------- 1 | Source: imgui-sfml 2 | Version: 2.1 3 | Homepage: https://github.com/eliasdaler/imgui-sfml 4 | Description: ImGui binding for use with SFML 5 | Build-Depends: sfml, imgui 6 | -------------------------------------------------------------------------------- /ports/io2d/CONTROL: -------------------------------------------------------------------------------- 1 | Source: io2d 2 | Version: 2019-07-11-2 3 | Description: a lightweight, cross platform drawing library 4 | Build-Depends: cairo (!osx), cairo[x11] (linux), graphicsmagick (!osx) 5 | -------------------------------------------------------------------------------- /ports/jansson/CONTROL: -------------------------------------------------------------------------------- 1 | Source: jansson 2 | Version: 2.12-1 3 | Homepage: https://github.com/akheron/jansson 4 | Description: Jansson is a C library for encoding, decoding and manipulating JSON data 5 | -------------------------------------------------------------------------------- /ports/json-dto/CONTROL: -------------------------------------------------------------------------------- 1 | Source: json-dto 2 | Version: 0.2.9.2 3 | Description: A small header-only library for converting data between json representation and c++ structs. 4 | Build-Depends: rapidjson 5 | -------------------------------------------------------------------------------- /ports/jsonnet/CONTROL: -------------------------------------------------------------------------------- 1 | Source: jsonnet 2 | Version: 0.14.0-1 3 | Homepage: https://github.com/google/jsonnet 4 | Description: Jsonnet - The data templating language 5 | Build-Depends: nlohmann-json 6 | -------------------------------------------------------------------------------- /ports/libffi/libffiConfig.cmake.in: -------------------------------------------------------------------------------- 1 | @PACKAGE_INIT@ 2 | 3 | include(CMakeFindDependencyMacro) 4 | 5 | if(NOT TARGET libffi) 6 | include("${CMAKE_CURRENT_LIST_DIR}/libffiTargets.cmake") 7 | endif() 8 | -------------------------------------------------------------------------------- /ports/librtmp/CONTROL: -------------------------------------------------------------------------------- 1 | Source: librtmp 2 | Version: 2019-11-11_1 3 | Build-Depends: zlib, openssl 4 | Homepage: https://rtmpdump.mplayerhq.hu 5 | Description: RTMPDump Real-Time Messaging Protocol API 6 | -------------------------------------------------------------------------------- /ports/lzfse/CONTROL: -------------------------------------------------------------------------------- 1 | Source: lzfse 2 | Version: 1.0-2 3 | Homepage: https://github.com/lzfse/lzfse 4 | Description: Lempel-Ziv style data compressor using Finite State Entropy coding. 5 | Supports: !arm -------------------------------------------------------------------------------- /ports/mbedtls/CONTROL: -------------------------------------------------------------------------------- 1 | Source: mbedtls 2 | Version: 2.16.3 3 | Homepage: https://github.com/ARMmbed/mbedtls 4 | Description: An open source, portable, easy to use, readable and flexible SSL library 5 | -------------------------------------------------------------------------------- /ports/mp3lame/CONTROL: -------------------------------------------------------------------------------- 1 | Source: mp3lame 2 | Version: 3.100 3 | Homepage: http://lame.sourceforge.net/ 4 | Description: LAME is a high quality MPEG Audio Layer III (MP3) encoder licensed under the LGPL. 5 | -------------------------------------------------------------------------------- /ports/openigtlink/CONTROL: -------------------------------------------------------------------------------- 1 | Source: openigtlink 2 | Version: 3.0 3 | Description: OpenIGTLink is an open-source network communication interface specifically designed for image-guided interventions. 4 | -------------------------------------------------------------------------------- /ports/osgearth/CONTROL: -------------------------------------------------------------------------------- 1 | Source: osgearth 2 | Version: 2.10.2 3 | Description: osgEarth - Dynamic map generation toolkit for OpenSceneGraph Copyright 2015 Pelican Mapping. 4 | Build-Depends: osg 5 | -------------------------------------------------------------------------------- /ports/physfs/CONTROL: -------------------------------------------------------------------------------- 1 | Source: physfs 2 | Version: 3.0.2-1 3 | Homepage: https://icculus.org/physfs/ 4 | Description: a library to provide abstract access to various archives 5 | Build-Depends: zlib 6 | -------------------------------------------------------------------------------- /ports/piex/CONTROL: -------------------------------------------------------------------------------- 1 | Source: piex 2 | Version: 2019-07-11 3 | Homepage: https://github.com/google/piex 4 | Description: The Preview Image Extractor (PIEX) is designed to find and extract the largest 5 | -------------------------------------------------------------------------------- /ports/qt5-connectivity/CONTROL: -------------------------------------------------------------------------------- 1 | Source: qt5-connectivity 2 | Version: 5.12.5-1 3 | Description: Qt5 Connectivity module - Provides access to Bluetooth and NFC hardware 4 | Build-Depends: qt5-base 5 | -------------------------------------------------------------------------------- /ports/qt5-macextras/CONTROL: -------------------------------------------------------------------------------- 1 | Source: qt5-macextras 2 | Version: 5.12.5 3 | Description: Qt5 Mac Extras Module. Provides platform-specific APIs for mac. 4 | Build-Depends: qt5-base 5 | Supports: osx -------------------------------------------------------------------------------- /ports/rang/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | cmake_minimum_required (VERSION 2.8) 2 | project (rang) 3 | 4 | include_directories(include) 5 | install(FILES ${PROJECT_SOURCE_DIR}/include/rang.hpp DESTINATION include) -------------------------------------------------------------------------------- /ports/spaceland/CONTROL: -------------------------------------------------------------------------------- 1 | Source: spaceland 2 | Version: 7.8.2-4 3 | Description: Spaceland Lib (sl) is a suite for geometric computation, specifically adapted to OpenGL. 4 | Build-Depends: zlib 5 | -------------------------------------------------------------------------------- /ports/string-theory/CONTROL: -------------------------------------------------------------------------------- 1 | Source: string-theory 2 | Version: 3.1 3 | Homepage: https://github.com/zrax/string_theory 4 | Description: Flexible modern C++ string library with type-safe formatting. 5 | -------------------------------------------------------------------------------- /ports/vulkan/CONTROL: -------------------------------------------------------------------------------- 1 | Source: vulkan 2 | Version: 1.1.82.1-1 3 | Description: A graphics and compute API that provides high-efficiency, cross-platform access to modern GPUs on a wide variety of devices. -------------------------------------------------------------------------------- /ports/wavpack/CONTROL: -------------------------------------------------------------------------------- 1 | Source: wavpack 2 | Version: 5.2.0 3 | Homepage: https://github.com/dbry/WavPack 4 | Description: WavPack encode/decode library, command-line programs, and several plugins 5 | -------------------------------------------------------------------------------- /ports/xtensor-blas/CONTROL: -------------------------------------------------------------------------------- 1 | Source: xtensor-blas 2 | Version: 0.17.1 3 | Description: BLAS extension to xtensor 4 | Homepage: https://github.com/xtensor-stack/xtensor-blas 5 | Build-Depends: xtensor 6 | -------------------------------------------------------------------------------- /ports/yaml-cpp/CONTROL: -------------------------------------------------------------------------------- 1 | Source: yaml-cpp 2 | Version: 0.6.2-3 3 | Homepage: https://github.com/jbeder/yaml-cpp 4 | Description: yaml-cpp is a YAML parser and emitter in C++ matching the YAML 1.2 spec. 5 | -------------------------------------------------------------------------------- /ports/zziplib/CONTROL: -------------------------------------------------------------------------------- 1 | Source: zziplib 2 | Version: 0.13.69-4 3 | Build-Depends: zlib 4 | Homepage: https://github.com/gdraheim/zziplib 5 | Description: library providing read access on ZIP-archives 6 | -------------------------------------------------------------------------------- /ports/argumentum/CONTROL: -------------------------------------------------------------------------------- 1 | Source: argumentum 2 | Version: 0.2.2 3 | Description: A C++17 command line argument parser inspired by Python argparse 4 | Homepage: https://github.com/mmahnic/argumentum 5 | -------------------------------------------------------------------------------- /ports/bfgroup-lyra/CONTROL: -------------------------------------------------------------------------------- 1 | Source: bfgroup-lyra 2 | Version: 1.1 3 | Homepage: https://bfgroup.github.io/Lyra/ 4 | Description: A simple to use, composable, command line parser for C++ 11 and beyond 5 | -------------------------------------------------------------------------------- /ports/casclib/CONTROL: -------------------------------------------------------------------------------- 1 | Source: casclib 2 | Version: 1.50b-1 3 | Build-Depends: zlib 4 | Description: An open-source implementation of library for reading CASC storage from Blizzard games since 2014 5 | -------------------------------------------------------------------------------- /ports/cimg/CONTROL: -------------------------------------------------------------------------------- 1 | Source: cimg 2 | Version: 2.6.2 3 | Homepage: https://github.com/dtschump/CImg 4 | Description: The CImg Library is a small, open-source, and modern C++ toolkit for image processing 5 | -------------------------------------------------------------------------------- /ports/cub/CONTROL: -------------------------------------------------------------------------------- 1 | Source: cub 2 | Version: 1.8.0 3 | Description: CUB is a flexible library of cooperative threadblock primitives and other utilities for CUDA kernel programming 4 | Build-Depends: cuda 5 | -------------------------------------------------------------------------------- /ports/cutelyst2/CONTROL: -------------------------------------------------------------------------------- 1 | Source: cutelyst2 2 | Version: 2.9.0 3 | Description: A C++ Web Framework built on top of Qt, using the simple approach of Catalyst (Perl) framework 4 | Build-Depends: qt5-base 5 | -------------------------------------------------------------------------------- /ports/directxtk/CONTROL: -------------------------------------------------------------------------------- 1 | Source: directxtk 2 | Version: 2019-12-31 3 | Homepage: https://walbourn.github.io/directxtk 4 | Description: A collection of helper classes for writing DirectX 11.x code in C++. 5 | -------------------------------------------------------------------------------- /ports/duktape/CONTROL: -------------------------------------------------------------------------------- 1 | Source: duktape 2 | Version: 2.5.0 3 | Homepage: https://github.com/svaarala/duktape 4 | Description: Embeddable Javascript engine with a focus on portability and compact footprint. 5 | -------------------------------------------------------------------------------- /ports/eastl/EASTLConfig.cmake.in: -------------------------------------------------------------------------------- 1 | @PACKAGE_INIT@ 2 | 3 | # Provide path for scripts 4 | list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}") 5 | 6 | include(${CMAKE_CURRENT_LIST_DIR}/EASTLTargets.cmake) -------------------------------------------------------------------------------- /ports/ensmallen/CONTROL: -------------------------------------------------------------------------------- 1 | Source: ensmallen 2 | Version: 1.15.1 3 | Description: A header-only C++ library for mathematical optimization. 4 | Build-Depends: openblas (!osx), clapack (!osx), armadillo 5 | 6 | -------------------------------------------------------------------------------- /ports/fplus/CONTROL: -------------------------------------------------------------------------------- 1 | Source: fplus 2 | Version: 0.2.3-p0 3 | Description: Functional Programming Library for C++. Write concise and readable C++ code. 4 | Homepage: https://github.com/Dobiasd/FunctionalPlus -------------------------------------------------------------------------------- /ports/gdcm2/CONTROL: -------------------------------------------------------------------------------- 1 | Source: gdcm2 2 | Version: deprecated 3 | Homepage: https://github.com/malaterre/GDCM 4 | Description: This port was renamed to gdcm. The gdcm2 name is deprecated. 5 | Build-Depends: gdcm -------------------------------------------------------------------------------- /ports/gl2ps/CONTROL: -------------------------------------------------------------------------------- 1 | Source: gl2ps 2 | Version: 1.4.0-3 3 | Homepage: https://gitlab.onelab.info/gl2ps/gl2ps 4 | Description: OpenGL to PostScript Printing Library 5 | Build-Depends: freeglut, zlib, libpng 6 | -------------------------------------------------------------------------------- /ports/glslang/CONTROL: -------------------------------------------------------------------------------- 1 | Source: glslang 2 | Version: 2019-03-05-1 3 | Homepage: https://github.com/KhronosGroup/glslang 4 | Description: Khronos reference front-end for GLSL and ESSL, and sample SPIR-V generator -------------------------------------------------------------------------------- /ports/libpff/CONTROL: -------------------------------------------------------------------------------- 1 | Source: libpff 2 | Version: 2018-07-14-1 3 | Build-Depends: zlib 4 | Description: Library and tools to access the Personal Folder File (PFF) and the Offline Folder File (OFF) format. 5 | -------------------------------------------------------------------------------- /ports/libyuv/CONTROL: -------------------------------------------------------------------------------- 1 | Source: libyuv 2 | Version: fec9121-1 3 | Build-Depends: libjpeg-turbo 4 | Description: libyuv is an open source project that includes YUV scaling and conversion functionality. 5 | -------------------------------------------------------------------------------- /ports/metis/CONTROL: -------------------------------------------------------------------------------- 1 | Source: metis 2 | Version: 5.1.0-6 3 | Homepage: https://glaros.dtc.umn.edu/gkhome/metis/metis/overview 4 | Description: Serial Graph Partitioning and Fill-reducing Matrix Ordering 5 | -------------------------------------------------------------------------------- /ports/nano-signal-slot/CONTROL: -------------------------------------------------------------------------------- 1 | Source: nano-signal-slot 2 | Version: 2.0.1 3 | Homepage: https://github.com/NoAvailableAlias/nano-signal-slot 4 | Description: Pure C++17 Signals and Slots 5 | Supports: !uwp -------------------------------------------------------------------------------- /ports/openblas/vcpkg-cmake-wrapper.cmake: -------------------------------------------------------------------------------- 1 | message(STATUS "Using VCPKG FindBLAS. Remove if CMake has been updated to account for Threads in OpenBLAS!") 2 | include(${CMAKE_CURRENT_LIST_DIR}/FindBLAS.cmake) 3 | -------------------------------------------------------------------------------- /ports/openssl/usage: -------------------------------------------------------------------------------- 1 | The package openssl is compatible with built-in CMake targets: 2 | 3 | find_package(OpenSSL REQUIRED) 4 | target_link_libraries(main PRIVATE OpenSSL::SSL OpenSSL::Crypto) 5 | -------------------------------------------------------------------------------- /ports/portable-snippets/CONTROL: -------------------------------------------------------------------------------- 1 | Source: portable-snippets 2 | Version: 2019-09-20 3 | Description: Collection of miscellaneous portable C snippets 4 | Homepage: https://github.com/nemequ/portable-snippets 5 | -------------------------------------------------------------------------------- /ports/ptex/CONTROL: -------------------------------------------------------------------------------- 1 | Source: ptex 2 | Version: 2.3.2-1 3 | Homepage: https://github.com/wdas/ptex 4 | Description: Per-Face Texture Mapping for Production Rendering. 5 | Build-Depends: zlib 6 | Supports: !uwp -------------------------------------------------------------------------------- /ports/rapidjson/CONTROL: -------------------------------------------------------------------------------- 1 | Source: rapidjson 2 | Version: 2020-02-08 3 | Description: A fast JSON parser/generator for C++ with both SAX/DOM style API 4 | Homepage: http://rapidjson.org/ -------------------------------------------------------------------------------- /ports/rapidjson/usage: -------------------------------------------------------------------------------- 1 | The package rapidjson provides CMake integration: 2 | 3 | find_package(RapidJSON CONFIG REQUIRED) 4 | target_include_directories(main PRIVATE ${RAPIDJSON_INCLUDE_DIRS}) 5 | -------------------------------------------------------------------------------- /ports/restclient-cpp/CONTROL: -------------------------------------------------------------------------------- 1 | Source: restclient-cpp 2 | Version: 0.5.1-3 3 | Build-Depends: curl 4 | Description: Binn is a binary data serialization format designed to be compact, fast and easy to use. 5 | -------------------------------------------------------------------------------- /ports/rttr/CONTROL: -------------------------------------------------------------------------------- 1 | Source: rttr 2 | Version: 0.9.6-2 3 | Homepage: https://github.com/rttrorg/rttr 4 | Description: an easy and intuitive way to use reflection in C++ 5 | Build-Depends: rapidjson 6 | -------------------------------------------------------------------------------- /ports/sdl2pp/CONTROL: -------------------------------------------------------------------------------- 1 | Source: sdl2pp 2 | Version: 0.16.0-2 3 | Description: C++11 bindings/wrapper for SDL2 4 | Homepage: https://sdl2pp.amdmi3.ru 5 | Build-Depends: sdl2, sdl2-mixer, sdl2-image, sdl2-ttf 6 | -------------------------------------------------------------------------------- /ports/shapelib/CONTROL: -------------------------------------------------------------------------------- 1 | Source: shapelib 2 | Version: 1.4.1-2 3 | Homepage: https://download.osgeo.org/shapelib 4 | Description: Shapefile C Library is simple C API for reading and writing ESRI Shapefiles 5 | -------------------------------------------------------------------------------- /ports/soem/CONTROL: -------------------------------------------------------------------------------- 1 | Source: soem 2 | Version: 1.4.0 3 | Homepage: https://github.com/OpenEtherCATsociety/SOEM 4 | Description: Simple Open Source EtherCAT Master 5 | Build-Depends: winpcap (windows) 6 | -------------------------------------------------------------------------------- /ports/spectra/CONTROL: -------------------------------------------------------------------------------- 1 | Source: spectra 2 | Version: 0.8.1 3 | Description: A header-only C++ library for large scale eigenvalue problems 4 | Homepage: https://spectralib.org 5 | Build-Depends: eigen3 6 | -------------------------------------------------------------------------------- /ports/tensorflow-cc/CONTROL: -------------------------------------------------------------------------------- 1 | Source: tensorflow-cc 2 | Version: 1.14-1 3 | Description: Library for computation using data flow graphs for scalable machine learning 4 | Build-Depends: c-ares 5 | Supports: !x86 -------------------------------------------------------------------------------- /ports/tfhe/CONTROL: -------------------------------------------------------------------------------- 1 | Source: tfhe 2 | Version: 1.0.1-1 3 | Homepage: https://github.com/tfhe/tfhe 4 | Description: TFHE is open-source software distributed under the terms of the Apache 2.0 license. 5 | -------------------------------------------------------------------------------- /ports/think-cell-range/CONTROL: -------------------------------------------------------------------------------- 1 | Source: think-cell-range 2 | Version: 498839d-1 3 | Description: think-cell's range library 4 | Homepage: https://github.com/think-cell/range 5 | Build-Depends: boost 6 | -------------------------------------------------------------------------------- /ports/toml11/CONTROL: -------------------------------------------------------------------------------- 1 | Source: toml11 2 | Version: 3.3.0 3 | Homepage: https://github.com/ToruNiina/toml11 4 | Description: A C++11 header-only toml parser/encoder depending only on C++ standard library. 5 | -------------------------------------------------------------------------------- /ports/upb/CONTROL: -------------------------------------------------------------------------------- 1 | Source: upb 2 | Version: 2019-10-21-1 3 | Homepage: https://github.com/protocolbuffers/upb/ 4 | Description: μpb (often written 'upb') is a small protobuf implementation written in C. 5 | -------------------------------------------------------------------------------- /ports/xeus/CONTROL: -------------------------------------------------------------------------------- 1 | Source: xeus 2 | Version: 0.20.0-1 3 | Description: C++ implementation of the Jupyter kernel protocol 4 | Build-Depends: cppzmq, libuuid (linux), nlohmann-json, openssl, xtl, zeromq 5 | -------------------------------------------------------------------------------- /ports/yoga/CONTROL: -------------------------------------------------------------------------------- 1 | Source: yoga 2 | Version: 1.16.0-1 3 | Homepage: https://github.com/facebook/yoga 4 | Description: Yoga is a cross-platform layout engine which implements Flexbox 5 | Supports: !uwp 6 | -------------------------------------------------------------------------------- /ports/zxing-cpp/CONTROL: -------------------------------------------------------------------------------- 1 | Source: zxing-cpp 2 | Version: 3.3.3-6 3 | Homepage: https://github.com/glassechidna/zxing-cpp 4 | Build-Depends: opencv 5 | Description: Barcode detection and decoding library. 6 | -------------------------------------------------------------------------------- /toolsrc/include/vcpkg/base/view.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | #include 4 | 5 | namespace vcpkg 6 | { 7 | template 8 | using View = Span; 9 | } 10 | -------------------------------------------------------------------------------- /ports/3fd/CONTROL: -------------------------------------------------------------------------------- 1 | Source: 3fd 2 | Version: 2.6.2-3 3 | Description: C++ Framework For Fast Development 4 | Build-Depends: boost-lockfree (windows), boost-regex (windows), poco (windows), sqlite3, rapidxml 5 | -------------------------------------------------------------------------------- /ports/arb/CONTROL: -------------------------------------------------------------------------------- 1 | Source: arb 2 | Version: 2.17.0 3 | Homepage: https://github.com/fredrik-johansson/arb 4 | Description: a C library for arbitrary-precision interval arithmetic 5 | Build-Depends: flint 6 | -------------------------------------------------------------------------------- /ports/aws-c-event-stream/CONTROL: -------------------------------------------------------------------------------- 1 | Source: aws-c-event-stream 2 | Version: 0.1.4 3 | Description: C99 implementation of the vnd.amazon.event-stream content-type. 4 | Build-Depends: aws-c-common, aws-checksums -------------------------------------------------------------------------------- /ports/berkeleydb/CONTROL: -------------------------------------------------------------------------------- 1 | Source: berkeleydb 2 | Version: 4.8.30-3 3 | Homepage: https://download.oracle.com/ 4 | Description: BDB - A high-performance embedded database for key/value data. 5 | Supports: !uwp -------------------------------------------------------------------------------- /ports/bullet3/usage: -------------------------------------------------------------------------------- 1 | The package bullet3 provides CMake targets: 2 | 3 | find_package(Bullet CONFIG REQUIRED) 4 | target_link_libraries(main PRIVATE LinearMath Bullet3Common BulletDynamics BulletSoftBody) 5 | -------------------------------------------------------------------------------- /ports/cairomm/CONTROL: -------------------------------------------------------------------------------- 1 | Source: cairomm 2 | Version: 1.15.3-4 3 | Homepage: https://www.cairographics.org 4 | Description: A C++ wrapper for the cairo graphics library 5 | Build-Depends: cairo, libsigcpp 6 | -------------------------------------------------------------------------------- /ports/cereal/CONTROL: -------------------------------------------------------------------------------- 1 | Source: cereal 2 | Version: 1.3.0 3 | Homepage: https://github.com/USCiLab/cereal 4 | Description: a header-only C++11 serialization library (built in support for binary, XML and JSon) 5 | -------------------------------------------------------------------------------- /ports/cpp-httplib/CONTROL: -------------------------------------------------------------------------------- 1 | Source: cpp-httplib 2 | Version: 0.5.1 3 | Homepage: https://github.com/yhirose/cpp-httplib 4 | Description: A single file C++11 header-only HTTP/HTTPS server and client library 5 | -------------------------------------------------------------------------------- /ports/crossguid/CONTROL: -------------------------------------------------------------------------------- 1 | Source: crossguid 2 | Version: 0.2.2-2018-06-16-1 3 | Build-Depends: libuuid (!windows&!uwp&!osx&!android) 4 | Description: CrossGuid is a minimal, cross platform, C++ GUID library. 5 | -------------------------------------------------------------------------------- /ports/doctest/CONTROL: -------------------------------------------------------------------------------- 1 | Source: doctest 2 | Version: 2.3.7 3 | Homepage: https://github.com/onqtam/doctest 4 | Description: The fastest feature-rich C++ single-header testing framework for unit tests and TDD 5 | -------------------------------------------------------------------------------- /ports/eabase/EABaseConfig.cmake.in: -------------------------------------------------------------------------------- 1 | @PACKAGE_INIT@ 2 | 3 | # Provide path for scripts 4 | list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}") 5 | 6 | include(${CMAKE_CURRENT_LIST_DIR}/EABaseTargets.cmake) -------------------------------------------------------------------------------- /ports/gaussianlib/CONTROL: -------------------------------------------------------------------------------- 1 | Source: gaussianlib 2 | Version: 2019-08-04 3 | Description: Basic linear algebra C++ library for 2D and 3D applications 4 | Homepage: https://github.com/LukasBanana/GaussianLib 5 | -------------------------------------------------------------------------------- /ports/if97/CONTROL: -------------------------------------------------------------------------------- 1 | Source: if97 2 | Version: 2.1.2 3 | Homepage: https://github.com/CoolProp/IF97 4 | Description: This repository implements the IF97 formulation for the properties of pure water substance. 5 | -------------------------------------------------------------------------------- /ports/intel-ipsec/usage: -------------------------------------------------------------------------------- 1 | The package intel-ipsec is compatible with built-in CMake targets: 2 | 3 | FIND_PACKAGE(intel-ipsec CONFIG REQUIRED) 4 | TARGET_LINK_LIBRARIES(main PRIVATE IPSEC::ipsec) 5 | -------------------------------------------------------------------------------- /ports/jbigkit/CONTROL: -------------------------------------------------------------------------------- 1 | Source: jbigkit 2 | Version: 2.1-4 3 | Homepage: https://www.cl.cam.ac.uk/~mgk25/jbigkit 4 | Description: A software implementation of the JBIG1 data compression standard (ITU-T T.82) 5 | -------------------------------------------------------------------------------- /ports/libffi/CONTROL: -------------------------------------------------------------------------------- 1 | Source: libffi 2 | Version: 3.3 3 | Homepage: https://github.com/libffi/libffi 4 | Description: Portable, high level programming interface to various calling conventions 5 | Supports: !arm -------------------------------------------------------------------------------- /ports/libsoundio/CONTROL: -------------------------------------------------------------------------------- 1 | Source: libsoundio 2 | Version: 2.0.0-3 3 | Description: libsoundio is C library providing cross-platform audio input and output. 4 | Homepage: http://libsound.io/ 5 | Supports: !uwp -------------------------------------------------------------------------------- /ports/libtins/CONTROL: -------------------------------------------------------------------------------- 1 | Source: libtins 2 | Version: 4.2 3 | Description: High-level, multiplatform C++ network packet sniffing and crafting library 4 | Build-Depends: winpcap (windows), boost-icl, boost-any 5 | -------------------------------------------------------------------------------- /ports/libvpx/CONTROL: -------------------------------------------------------------------------------- 1 | Source: libvpx 2 | Version: 1.8.1-1 3 | Homepage: https://github.com/webmproject/libvpx 4 | Description: The reference software implementation for the video coding formats VP8 and VP9. 5 | -------------------------------------------------------------------------------- /ports/linenoise-ng/CONTROL: -------------------------------------------------------------------------------- 1 | Source: linenoise-ng 2 | Version: 4754bee2d8eb3-1 3 | Description: A small, portable GNU readline replacement for Linux, Windows and MacOS which is capable of handling UTF-8 characters. -------------------------------------------------------------------------------- /ports/lz4/CONTROL: -------------------------------------------------------------------------------- 1 | Source: lz4 2 | Version: 1.9.2 3 | Homepage: https://github.com/lz4/lz4 4 | Description: Lossless compression algorithm, providing compression speed at 400 MB/s per core. 5 | Build-Depends: xxhash -------------------------------------------------------------------------------- /ports/mpmcqueue/CONTROL: -------------------------------------------------------------------------------- 1 | Source: mpmcqueue 2 | Version: 2019-07-26 3 | Description: A bounded multi-producer multi-consumer lock-free queue written in C++11 4 | Homepage: https://github.com/rigtorp/MPMCQueue 5 | -------------------------------------------------------------------------------- /ports/nt-wrapper/CONTROL: -------------------------------------------------------------------------------- 1 | Source: nt-wrapper 2 | Version: 2019-08-10 3 | Description: A header only wrapper library around native windows system APIs 4 | Homepage: https://github.com/JustasMasiulis/nt_wrapper 5 | -------------------------------------------------------------------------------- /ports/openssl-unix/usage: -------------------------------------------------------------------------------- 1 | The package openssl is compatible with built-in CMake targets: 2 | 3 | find_package(OpenSSL REQUIRED) 4 | target_link_libraries(main PRIVATE OpenSSL::SSL OpenSSL::Crypto) 5 | -------------------------------------------------------------------------------- /ports/openssl-uwp/usage: -------------------------------------------------------------------------------- 1 | The package openssl is compatible with built-in CMake targets: 2 | 3 | find_package(OpenSSL REQUIRED) 4 | target_link_libraries(main PRIVATE OpenSSL::SSL OpenSSL::Crypto) 5 | -------------------------------------------------------------------------------- /ports/orocos-kdl/CONTROL: -------------------------------------------------------------------------------- 1 | Source: orocos-kdl 2 | Version: 1.4-2 3 | Homepage: https://github.com/orocos/orocos_kinematics_dynamics 4 | Description: Kinematics and Dynamics Library 5 | Build-Depends: eigen3 6 | -------------------------------------------------------------------------------- /ports/plf-stack/CONTROL: -------------------------------------------------------------------------------- 1 | Source: plf-stack 2 | Version: 2019-08-10 3 | Description: A C++ data container replicating std::stack functionality but with better performance 4 | Homepage: https://www.plflib.org/ 5 | -------------------------------------------------------------------------------- /ports/portmidi/CONTROL: -------------------------------------------------------------------------------- 1 | Source: portmidi 2 | Version: 0.217.1-1 3 | Homepage: https://sourceforge.net/projects/portmedia/ 4 | Description: Free, cross-platform, open-source I/O library for MIDI 5 | Supports: !uwp -------------------------------------------------------------------------------- /ports/python3/CONTROL: -------------------------------------------------------------------------------- 1 | Source: python3 2 | Version: 3.7.3 3 | Homepage: https://github.com/python/cpython 4 | Description: The Python programming language as an embeddable library 5 | Build-Depends: libffi, openssl -------------------------------------------------------------------------------- /ports/winpcap/CONTROL: -------------------------------------------------------------------------------- 1 | Source: winpcap 2 | Version: 4.1.3-2 3 | Homepage: https://www.winpcap.org 4 | Description: WinPcap is the industry-standard tool for link-layer network access in Windows environments. 5 | -------------------------------------------------------------------------------- /ports/any-lite/CONTROL: -------------------------------------------------------------------------------- 1 | Source: any-lite 2 | Version: 0.2.0 3 | Description: A C++17-like any, a type-safe container for single values of any type for C++98, C++11 and later in a single-file header-only library 4 | -------------------------------------------------------------------------------- /ports/argtable3/CONTROL: -------------------------------------------------------------------------------- 1 | Source: argtable3 2 | Version: 2019-08-21 3 | Description: A single-file, ANSI C, command-line parsing library that parses GNU-style command-line options 4 | Homepage: www.argtable.org 5 | -------------------------------------------------------------------------------- /ports/autobahn/CONTROL: -------------------------------------------------------------------------------- 1 | Source: autobahn 2 | Version: 18.4.1 3 | Build-Depends: websocketpp, msgpack, boost-asio, boost-thread 4 | Description: WAMP for C++ in Boost/Asio 5 | Homepage: https://crossbar.io/autobahn 6 | -------------------------------------------------------------------------------- /ports/avro-c/CONTROL: -------------------------------------------------------------------------------- 1 | Source: avro-c 2 | Version: 1.8.2-4 3 | Homepage: https://github.com/apache/avro 4 | Description: Apache Avro is a data serialization system 5 | Build-Depends: jansson, liblzma, zlib, snappy 6 | -------------------------------------------------------------------------------- /ports/benchmark/CONTROL: -------------------------------------------------------------------------------- 1 | Source: benchmark 2 | Version: 1.5 3 | Homepage: https://github.com/google/benchmark 4 | Description: A library to support the benchmarking of functions, similar to unit-tests. 5 | Supports: !uwp -------------------------------------------------------------------------------- /ports/capnproto/CONTROL: -------------------------------------------------------------------------------- 1 | Source: capnproto 2 | Version: 0.7.0-3 3 | Description: Data interchange format and capability-based RPC system 4 | Homepage: https://capnproto.org/ 5 | Build-Depends: zlib 6 | Supports: !uwp -------------------------------------------------------------------------------- /ports/cppitertools/CONTROL: -------------------------------------------------------------------------------- 1 | Source: cppitertools 2 | Version: 2019-04-14-3 3 | Description: Range-based for loop add-ons inspired by the Python builtins and itertools library 4 | Build-Depends: boost-optional 5 | -------------------------------------------------------------------------------- /ports/discount/CONTROL: -------------------------------------------------------------------------------- 1 | Source: discount 2 | Version: 2.2.6 3 | Homepage: https://github.com/Orc/discount 4 | Description: DISCOUNT is a implementation of John Gruber & Aaron Swartz's Markdown markup language. 5 | -------------------------------------------------------------------------------- /ports/eathread/EAThreadConfig.cmake.in: -------------------------------------------------------------------------------- 1 | @PACKAGE_INIT@ 2 | 3 | # Provide path for scripts 4 | list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}") 5 | 6 | include(${CMAKE_CURRENT_LIST_DIR}/EAThreadTargets.cmake) -------------------------------------------------------------------------------- /ports/gdk-pixbuf/CONTROL: -------------------------------------------------------------------------------- 1 | Source: gdk-pixbuf 2 | Version: 2.36.9-4 3 | Homepage: https://developer.gnome.org/gdk-pixbuf/ 4 | Description: Image loading library. 5 | Build-Depends: gettext, zlib, libpng, glib 6 | -------------------------------------------------------------------------------- /ports/globjects/CONTROL: -------------------------------------------------------------------------------- 1 | Source: globjects 2 | Version: 1.1.0-2 3 | Build-Depends: glbinding, glm 4 | Description: C++ library strictly wrapping OpenGL objects. 5 | Homepage: https://github.com/cginternals/globjects 6 | -------------------------------------------------------------------------------- /ports/grpc/CONTROL: -------------------------------------------------------------------------------- 1 | Source: grpc 2 | Version: 1.27.3 3 | Build-Depends: zlib, openssl, protobuf, c-ares (!uwp), upb, abseil 4 | Homepage: https://github.com/grpc/grpc 5 | Description: An RPC library and framework 6 | -------------------------------------------------------------------------------- /ports/highfive/CONTROL: -------------------------------------------------------------------------------- 1 | Source: highfive 2 | Version: 2.1.1 3 | Homepage: https://github.com/BlueBrain/HighFive 4 | Description: HighFive is a modern C++/C++11 friendly interface for libhdf5 5 | Build-Depends: hdf5 6 | -------------------------------------------------------------------------------- /ports/ignition-math4/CONTROL: -------------------------------------------------------------------------------- 1 | Source: ignition-math4 2 | Version: 4.0.0 3 | Homepage: https://ignitionrobotics.org/libs/math 4 | Build-Depends: ignition-cmake0 5 | Description: Math API for robotic applications 6 | -------------------------------------------------------------------------------- /ports/jack2/CONTROL: -------------------------------------------------------------------------------- 1 | Source: jack2 2 | Version: 1.9.12-2 3 | Homepage: https://github.com/jackaudio/jack2 4 | Description: Cross-platform API that enables device sharing and inter-application audio routing 5 | 6 | -------------------------------------------------------------------------------- /ports/json-spirit/CONTROL: -------------------------------------------------------------------------------- 1 | Source: json-spirit 2 | Version: 4.1.0-1 3 | Description: json parser using boost library 4 | Build-Depends: boost-config, boost-integer, boost-smart-ptr, boost-variant, boost-spirit 5 | -------------------------------------------------------------------------------- /ports/kd-soap/CONTROL: -------------------------------------------------------------------------------- 1 | Source: kd-soap 2 | Version: 1.8.0-1 3 | Description: A Qt-based client-side and server-side SOAP component 4 | Homepage: https://www.kdab.com/products/kd-soap 5 | Build-Depends: qt5-base 6 | -------------------------------------------------------------------------------- /ports/libgit2/CONTROL: -------------------------------------------------------------------------------- 1 | Source: libgit2 2 | Version: 0.99.0 3 | Homepage: https://github.com/libgit2/libgit2 4 | Build-Depends: openssl (!windows&&!uwp) 5 | Description: Git linkable library 6 | Supports: !uwp 7 | -------------------------------------------------------------------------------- /ports/libirecovery/CONTROL: -------------------------------------------------------------------------------- 1 | Source: libirecovery 2 | Version: 1.0.25-2 3 | Description: Library and utility to talk to iBoot/iBSS via USB on Mac OS X, Windows, and Linux 4 | Build-Depends: libusbmuxd, readline, getopt -------------------------------------------------------------------------------- /ports/liblbfgs/CONTROL: -------------------------------------------------------------------------------- 1 | Source: liblbfgs 2 | Version: 1.10 3 | Homepage: http://www.chokkan.org/software/liblbfgs/ 4 | Description: libLBFGS: a library of Limited-memory Broyden-Fletcher-Goldfarb-Shanno (L-BFGS) 5 | -------------------------------------------------------------------------------- /ports/libp7client/CONTROL: -------------------------------------------------------------------------------- 1 | Source: libp7client 2 | Version: 5.2-1 3 | Description: Open source, cross-platform, fastest library for sending logs, telemetry & trace data from your application. 4 | Supports: x86|x64 -------------------------------------------------------------------------------- /ports/libxmp-lite/CONTROL: -------------------------------------------------------------------------------- 1 | Source: libxmp-lite 2 | Version: 4.4.1-2 3 | Homepage: https://sourceforge.net/projects/xmp/ 4 | Description: Lightweight version of libxmp that supports MOD, S3M, XM and IT modules. 5 | -------------------------------------------------------------------------------- /ports/luajit/CONTROL: -------------------------------------------------------------------------------- 1 | Source: luajit 2 | Version: 2.0.5-3 3 | Homepage: https://github.com/LuaJIT/LuaJIT 4 | Description: LuaJIT is a Just-In-Time (JIT) compiler for the Lua programming language. 5 | Supports: !uwp -------------------------------------------------------------------------------- /ports/openssl-windows/usage: -------------------------------------------------------------------------------- 1 | The package openssl is compatible with built-in CMake targets: 2 | 3 | find_package(OpenSSL REQUIRED) 4 | target_link_libraries(main PRIVATE OpenSSL::SSL OpenSSL::Crypto) 5 | -------------------------------------------------------------------------------- /ports/qwt/CONTROL: -------------------------------------------------------------------------------- 1 | Source: qwt 2 | Version: 6.1.3-10 3 | Homepage: https://sourceforge.net/projects/qwt 4 | Description: Qt widgets library for technical applications 5 | Build-Depends: qt5-base, qt5-svg, qt5-tools 6 | -------------------------------------------------------------------------------- /ports/refprop-headers/CONTROL: -------------------------------------------------------------------------------- 1 | Source: refprop-headers 2 | Version: 2017-11-7-882aec454b2bc3d5323b8691736ff09c288f4ed6 3 | Homepage: https://github.com/CoolProp/REFPROP-headers 4 | Description: The REFPROP Headers 5 | -------------------------------------------------------------------------------- /ports/so5extra/CONTROL: -------------------------------------------------------------------------------- 1 | Source: so5extra 2 | Version: 1.4.0 3 | Homepage: https://github.com/Stiffstream/so5extra 4 | Description: A set of additional tools for SObjectizer framework. 5 | Build-Depends: sobjectizer 6 | -------------------------------------------------------------------------------- /ports/speex/CONTROL: -------------------------------------------------------------------------------- 1 | Source: speex 2 | Version: 1.2.0-4 3 | Homepage: https://github.com/xiph/speex 4 | Description: Speex is an Open Source/Free Software patent-free audio compression format designed for speech. 5 | -------------------------------------------------------------------------------- /ports/speexdsp/CONTROL: -------------------------------------------------------------------------------- 1 | Source: speexdsp 2 | Version: 1.2.0-1 3 | Homepage: https://ftp.osuosl.org/pub/xiph/releases/speex/ 4 | Description: A patent-free, Open Source/Free Software DSP library. 5 | Build-Depends: 6 | -------------------------------------------------------------------------------- /ports/sundials/CONTROL: -------------------------------------------------------------------------------- 1 | Source: sundials 2 | Version: 3.1.1-2 3 | Homepage: https://computation.llnl.gov/projects/sundials 4 | Description: SUNDIALS (SUite of Nonlinear and DIfferential/ALgebraic equation Solvers) 5 | -------------------------------------------------------------------------------- /ports/szip/CONTROL: -------------------------------------------------------------------------------- 1 | Source: szip 2 | Version: 2.1.1-6 3 | Homepage: https://support.hdfgroup.org/ftp/lib-external/szip 4 | Description: Szip compression software, providing lossless compression of scientific data 5 | -------------------------------------------------------------------------------- /ports/tgui/CONTROL: -------------------------------------------------------------------------------- 1 | Source: tgui 2 | Version: 0.8.7 3 | Description: TGUI is an easy to use, cross-platform, C++ GUI for SFML. 4 | Build-Depends: sfml 5 | 6 | Feature: tool 7 | Description: Build GUI builder 8 | -------------------------------------------------------------------------------- /ports/tiny-bignum-c/CONTROL: -------------------------------------------------------------------------------- 1 | Source: tiny-bignum-c 2 | Version: 2019-07-31 3 | Description: Small portable multiple-precision unsigned integer arithmetic in C 4 | Homepage: https://github.com/kokke/tiny-bignum-c 5 | -------------------------------------------------------------------------------- /ports/tinythread/CONTROL: -------------------------------------------------------------------------------- 1 | Source: tinythread 2 | Version: 1.1-3 3 | Homepage: https://tinythreadpp.bitsnbites.eu/ 4 | Description: Implements a fairly compatible subset of the C++11 thread management classes 5 | -------------------------------------------------------------------------------- /ports/uvw/CONTROL: -------------------------------------------------------------------------------- 1 | Source: uvw 2 | Version: 2.3.1 3 | Description: Header-only, event based, tiny and easy to use libuv wrapper in modern C++. 4 | Homepage: https://github.com/skypjack/uvw 5 | Build-Depends: libuv 6 | -------------------------------------------------------------------------------- /ports/zyre/CONTROL: -------------------------------------------------------------------------------- 1 | Source: zyre 2 | Version: 2019-07-07 3 | Build-Depends: czmq 4 | Description: An open-source framework for proximity-based peer-to-peer applications 5 | Homepage: https://github.com/zeromq/zyre 6 | -------------------------------------------------------------------------------- /ports/ade/CONTROL: -------------------------------------------------------------------------------- 1 | Source: ade 2 | Version: 0.1.1f 3 | Description: ADE Framework is a graph construction, manipulation, and processing framework. ADE Framework is suitable for organizing data flow processing and execution. -------------------------------------------------------------------------------- /ports/bustache/LICENSE: -------------------------------------------------------------------------------- 1 | Copyright (c) 2014-2018 Jamboree 2 | 3 | Distributed under the Boost Software License, Version 1.0. (See accompanying 4 | file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 5 | -------------------------------------------------------------------------------- /ports/clickhouse-cpp/CONTROL: -------------------------------------------------------------------------------- 1 | Source: clickhouse-cpp 2 | Version: 2019-05-22 3 | Build-Depends: lz4, cityhash 4 | Homepage: https://github.com/artpaul/clickhouse-cpp 5 | Description: C++ client for Yandex ClickHouse. 6 | --------------------------------------------------------------------------------