Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[boost][many ports] Reformat manifest files in preparation for #15424 #15616

Merged
merged 1 commit into from
Jan 13, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 0 additions & 6 deletions ports/ampl-mp/CONTROL

This file was deleted.

10 changes: 10 additions & 0 deletions ports/ampl-mp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "ampl-mp",
"version-string": "2020-11-11",
"description": "An open-source library for mathematical programming",
"homepage": "https://github.com/ampl/mp",
"supports": "!uwp",
"dependencies": [
"ampl-asl"
]
}
6 changes: 0 additions & 6 deletions ports/boost-accumulators/CONTROL

This file was deleted.

33 changes: 33 additions & 0 deletions ports/boost-accumulators/vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"name": "boost-accumulators",
"version-string": "1.75.0",
"description": "Boost accumulators module",
"homepage": "https://github.com/boostorg/accumulators",
"dependencies": [
"boost-array",
"boost-assert",
"boost-circular-buffer",
"boost-concept-check",
"boost-config",
"boost-core",
"boost-detail",
"boost-fusion",
"boost-interval",
"boost-iterator",
"boost-mpl",
"boost-numeric-conversion",
"boost-odeint",
"boost-parameter",
"boost-preprocessor",
"boost-range",
"boost-serialization",
"boost-static-assert",
"boost-throw-exception",
"boost-tuple",
"boost-type-traits",
"boost-typeof",
"boost-ublas",
"boost-utility",
"boost-vcpkg-helpers"
]
}
6 changes: 0 additions & 6 deletions ports/boost-algorithm/CONTROL

This file was deleted.

28 changes: 28 additions & 0 deletions ports/boost-algorithm/vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "boost-algorithm",
"version-string": "1.75.0",
"description": "Boost algorithm module",
"homepage": "https://github.com/boostorg/algorithm",
"dependencies": [
"boost-array",
"boost-assert",
"boost-bind",
"boost-concept-check",
"boost-config",
"boost-core",
"boost-detail",
"boost-exception",
"boost-function",
"boost-iterator",
"boost-mpl",
"boost-range",
"boost-regex",
"boost-static-assert",
"boost-throw-exception",
"boost-tuple",
"boost-type-traits",
"boost-unordered",
"boost-utility",
"boost-vcpkg-helpers"
]
}
6 changes: 0 additions & 6 deletions ports/boost-align/CONTROL

This file was deleted.

13 changes: 13 additions & 0 deletions ports/boost-align/vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "boost-align",
"version-string": "1.75.0",
"description": "Boost align module",
"homepage": "https://github.com/boostorg/align",
"dependencies": [
"boost-assert",
"boost-config",
"boost-core",
"boost-static-assert",
"boost-vcpkg-helpers"
]
}
6 changes: 0 additions & 6 deletions ports/boost-any/CONTROL

This file was deleted.

16 changes: 16 additions & 0 deletions ports/boost-any/vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "boost-any",
"version-string": "1.75.0",
"description": "Boost any module",
"homepage": "https://github.com/boostorg/any",
"dependencies": [
"boost-config",
"boost-core",
"boost-static-assert",
"boost-throw-exception",
"boost-type-index",
"boost-type-traits",
"boost-utility",
"boost-vcpkg-helpers"
]
}
6 changes: 0 additions & 6 deletions ports/boost-array/CONTROL

This file was deleted.

15 changes: 15 additions & 0 deletions ports/boost-array/vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "boost-array",
"version-string": "1.75.0",
"description": "Boost array module",
"homepage": "https://github.com/boostorg/array",
"dependencies": [
"boost-assert",
"boost-config",
"boost-core",
"boost-detail",
"boost-static-assert",
"boost-throw-exception",
"boost-vcpkg-helpers"
]
}
8 changes: 0 additions & 8 deletions ports/boost-asio/CONTROL

This file was deleted.

32 changes: 32 additions & 0 deletions ports/boost-asio/vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"name": "boost-asio",
"version-string": "1.75.0",
"port-version": 1,
"description": "Boost asio module",
"homepage": "https://github.com/boostorg/asio",
"supports": "!emscripten",
"dependencies": [
"boost-array",
"boost-assert",
"boost-bind",
"boost-chrono",
"boost-compatibility",
"boost-config",
{
"name": "boost-coroutine",
"platform": "!arm & !uwp & !emscripten"
},
"boost-date-time",
"boost-detail",
"boost-function",
"boost-integer",
"boost-regex",
"boost-smart-ptr",
"boost-system",
"boost-throw-exception",
"boost-type-traits",
"boost-utility",
"boost-vcpkg-helpers",
"openssl"
]
}
6 changes: 0 additions & 6 deletions ports/boost-assert/CONTROL

This file was deleted.

10 changes: 10 additions & 0 deletions ports/boost-assert/vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "boost-assert",
"version-string": "1.75.0",
"description": "Boost assert module",
"homepage": "https://github.com/boostorg/assert",
"dependencies": [
"boost-config",
"boost-vcpkg-helpers"
]
}
6 changes: 0 additions & 6 deletions ports/boost-assign/CONTROL

This file was deleted.

22 changes: 22 additions & 0 deletions ports/boost-assign/vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "boost-assign",
"version-string": "1.75.0",
"description": "Boost assign module",
"homepage": "https://github.com/boostorg/assign",
"dependencies": [
"boost-array",
"boost-config",
"boost-detail",
"boost-move",
"boost-mpl",
"boost-preprocessor",
"boost-ptr-container",
"boost-range",
"boost-static-assert",
"boost-throw-exception",
"boost-tuple",
"boost-type-traits",
"boost-utility",
"boost-vcpkg-helpers"
]
}
6 changes: 0 additions & 6 deletions ports/boost-atomic/CONTROL

This file was deleted.

20 changes: 20 additions & 0 deletions ports/boost-atomic/vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "boost-atomic",
"version-string": "1.75.0",
"description": "Boost atomic module",
"homepage": "https://github.com/boostorg/atomic",
"dependencies": [
"boost-align",
"boost-assert",
"boost-build",
"boost-config",
"boost-integer",
"boost-modular-build-helper",
"boost-predef",
"boost-preprocessor",
"boost-static-assert",
"boost-type-traits",
"boost-vcpkg-helpers",
"boost-winapi"
]
}
7 changes: 0 additions & 7 deletions ports/boost-beast/CONTROL

This file was deleted.

31 changes: 31 additions & 0 deletions ports/boost-beast/vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name": "boost-beast",
"version-string": "1.75.0",
"description": "Boost beast module",
"homepage": "https://github.com/boostorg/beast",
"supports": "!emscripten",
"dependencies": [
{
"name": "boost-asio",
"platform": "!emscripten"
},
"boost-assert",
"boost-bind",
"boost-config",
"boost-container",
"boost-core",
"boost-endian",
"boost-intrusive",
"boost-logic",
"boost-mp11",
"boost-optional",
"boost-smart-ptr",
"boost-static-assert",
"boost-system",
"boost-throw-exception",
"boost-type-traits",
"boost-utility",
"boost-vcpkg-helpers",
"boost-winapi"
]
}
6 changes: 0 additions & 6 deletions ports/boost-bimap/CONTROL

This file was deleted.

25 changes: 25 additions & 0 deletions ports/boost-bimap/vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "boost-bimap",
"version-string": "1.75.0",
"description": "Boost bimap module",
"homepage": "https://github.com/boostorg/bimap",
"dependencies": [
"boost-concept-check",
"boost-config",
"boost-container-hash",
"boost-core",
"boost-functional",
"boost-iterator",
"boost-lambda",
"boost-mpl",
"boost-multi-index",
"boost-preprocessor",
"boost-property-map",
"boost-serialization",
"boost-static-assert",
"boost-throw-exception",
"boost-type-traits",
"boost-utility",
"boost-vcpkg-helpers"
]
}
6 changes: 0 additions & 6 deletions ports/boost-bind/CONTROL

This file was deleted.

12 changes: 12 additions & 0 deletions ports/boost-bind/vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "boost-bind",
"version-string": "1.75.0",
"description": "Boost bind module",
"homepage": "https://github.com/boostorg/bind",
"dependencies": [
"boost-config",
"boost-core",
"boost-detail",
"boost-vcpkg-helpers"
]
}
6 changes: 0 additions & 6 deletions ports/boost-build/CONTROL

This file was deleted.

10 changes: 10 additions & 0 deletions ports/boost-build/vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "boost-build",
"version-string": "1.75.0.beta1",
"port-version": 1,
"description": "Boost.Build",
"homepage": "https://github.com/boostorg/build",
"dependencies": [
"boost-uninstall"
]
}
6 changes: 0 additions & 6 deletions ports/boost-callable-traits/CONTROL

This file was deleted.

Loading