aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/boost-log
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/boost-log
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/boost-log')
-rw-r--r--vcpkg/ports/boost-log/portfile.cmake15
-rw-r--r--vcpkg/ports/boost-log/vcpkg.json163
2 files changed, 178 insertions, 0 deletions
diff --git a/vcpkg/ports/boost-log/portfile.cmake b/vcpkg/ports/boost-log/portfile.cmake
new file mode 100644
index 0000000..ff8bcdb
--- /dev/null
+++ b/vcpkg/ports/boost-log/portfile.cmake
@@ -0,0 +1,15 @@
+# Automatically generated by scripts/boost/generate-ports.ps1
+
+vcpkg_from_github(
+ OUT_SOURCE_PATH SOURCE_PATH
+ REPO boostorg/log
+ REF boost-${VERSION}
+ SHA512 8acb1655e070429b025c3252d223c4e539c208d6f7a57b40acfdd5d01cfdcedf724b2ef34b70a458b64118e133b6a62802196398891987c17bd018908827fd16
+ HEAD_REF master
+)
+
+set(FEATURE_OPTIONS "")
+boost_configure_and_install(
+ SOURCE_PATH "${SOURCE_PATH}"
+ OPTIONS ${FEATURE_OPTIONS}
+)
diff --git a/vcpkg/ports/boost-log/vcpkg.json b/vcpkg/ports/boost-log/vcpkg.json
new file mode 100644
index 0000000..a90f8e2
--- /dev/null
+++ b/vcpkg/ports/boost-log/vcpkg.json
@@ -0,0 +1,163 @@
+{
+ "$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
+ "name": "boost-log",
+ "version": "1.89.0",
+ "description": "Boost log module",
+ "homepage": "https://www.boost.org/libs/log",
+ "license": "BSL-1.0",
+ "supports": "!uwp & !emscripten",
+ "dependencies": [
+ {
+ "name": "boost-align",
+ "version>=": "1.89.0"
+ },
+ {
+ "name": "boost-asio",
+ "version>=": "1.89.0"
+ },
+ {
+ "name": "boost-assert",
+ "version>=": "1.89.0"
+ },
+ {
+ "name": "boost-atomic",
+ "version>=": "1.89.0"
+ },
+ {
+ "name": "boost-cmake",
+ "version>=": "1.89.0"
+ },
+ {
+ "name": "boost-config",
+ "version>=": "1.89.0"
+ },
+ {
+ "name": "boost-core",
+ "version>=": "1.89.0"
+ },
+ {
+ "name": "boost-date-time",
+ "version>=": "1.89.0"
+ },
+ {
+ "name": "boost-exception",
+ "version>=": "1.89.0"
+ },
+ {
+ "name": "boost-filesystem",
+ "version>=": "1.89.0"
+ },
+ {
+ "name": "boost-function-types",
+ "version>=": "1.89.0"
+ },
+ {
+ "name": "boost-fusion",
+ "version>=": "1.89.0"
+ },
+ {
+ "name": "boost-headers",
+ "version>=": "1.89.0"
+ },
+ {
+ "name": "boost-interprocess",
+ "version>=": "1.89.0"
+ },
+ {
+ "name": "boost-intrusive",
+ "version>=": "1.89.0"
+ },
+ {
+ "name": "boost-io",
+ "version>=": "1.89.0"
+ },
+ {
+ "name": "boost-iterator",
+ "version>=": "1.89.0"
+ },
+ {
+ "name": "boost-move",
+ "version>=": "1.89.0"
+ },
+ {
+ "name": "boost-mpl",
+ "version>=": "1.89.0"
+ },
+ {
+ "name": "boost-optional",
+ "version>=": "1.89.0"
+ },
+ {
+ "name": "boost-parameter",
+ "version>=": "1.89.0"
+ },
+ {
+ "name": "boost-phoenix",
+ "version>=": "1.89.0"
+ },
+ {
+ "name": "boost-predef",
+ "version>=": "1.89.0"
+ },
+ {
+ "name": "boost-preprocessor",
+ "version>=": "1.89.0"
+ },
+ {
+ "name": "boost-property-tree",
+ "version>=": "1.89.0"
+ },
+ {
+ "name": "boost-proto",
+ "version>=": "1.89.0"
+ },
+ {
+ "name": "boost-range",
+ "version>=": "1.89.0"
+ },
+ {
+ "name": "boost-regex",
+ "version>=": "1.89.0"
+ },
+ {
+ "name": "boost-smart-ptr",
+ "version>=": "1.89.0"
+ },
+ {
+ "name": "boost-spirit",
+ "version>=": "1.89.0"
+ },
+ {
+ "name": "boost-system",
+ "version>=": "1.89.0"
+ },
+ {
+ "name": "boost-thread",
+ "version>=": "1.89.0"
+ },
+ {
+ "name": "boost-throw-exception",
+ "version>=": "1.89.0"
+ },
+ {
+ "name": "boost-type-index",
+ "version>=": "1.89.0"
+ },
+ {
+ "name": "boost-type-traits",
+ "version>=": "1.89.0"
+ },
+ {
+ "name": "boost-utility",
+ "version>=": "1.89.0"
+ },
+ {
+ "name": "boost-winapi",
+ "version>=": "1.89.0"
+ },
+ {
+ "name": "boost-xpressive",
+ "version>=": "1.89.0"
+ }
+ ]
+}