From ac2bcf0d6b294bcb728a622fc995ea18f0e1177c Mon Sep 17 00:00:00 2001 From: winsoft666 <46803815+winsoft666@users.noreply.github.com> Date: Wed, 8 Sep 2021 05:12:35 +0800 Subject: [cpp-ipc] Add new port (#19360) * [teemo] Update version to v2.3. * [teemo] Modify version to v2.2 * [teemo] Run `vcpkg x-add-version teemo` to add version info. * [teemo] Update Build-Depends. * Update versions/t-/teemo.json * [libipc] Add new library. * [libipc] Run ./vcpkg x-add-version --all * [libipc] Fix compile error. * update version * Update ports/libipc/CONTROL * update version * Update ports/libipc/portfile.cmake Co-authored-by: Billy O'Neal * Update ports/libipc/portfile.cmake Co-authored-by: Billy O'Neal * [cpp-ipc] rename libipc to cpp-ipc * [cpp-ipc] Run vcpkg x-add-version --all * [cpp-ipc] Remove old libipc * update cpp-ipc * update version * delet libipc.json Co-authored-by: NancyLi1013 Co-authored-by: Jonliu1993 <13720414433@163.com> Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> Co-authored-by: Billy O'Neal --- versions/baseline.json | 4 ++++ versions/c-/cpp-ipc.json | 9 +++++++++ 2 files changed, 13 insertions(+) create mode 100644 versions/c-/cpp-ipc.json (limited to 'versions') diff --git a/versions/baseline.json b/versions/baseline.json index 293a613a6..b440f5dae 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -1424,6 +1424,10 @@ "baseline": "0.9.1", "port-version": 0 }, + "cpp-ipc": { + "baseline": "1.0.0", + "port-version": 0 + }, "cpp-netlib": { "baseline": "0.13.0", "port-version": 4 diff --git a/versions/c-/cpp-ipc.json b/versions/c-/cpp-ipc.json new file mode 100644 index 000000000..75ed310a1 --- /dev/null +++ b/versions/c-/cpp-ipc.json @@ -0,0 +1,9 @@ +{ + "versions": [ + { + "git-tree": "a54fbdb4b0fa6b820b1f6a55004f5622f3c02941", + "version": "1.0.0", + "port-version": 0 + } + ] +} -- cgit v1.2.3