Skip to content

Commit

Permalink
[plf-queue] add new port (#37402)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebenali committed Mar 16, 2024
1 parent 56db88c commit a0bdf9f
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 0 deletions.
13 changes: 13 additions & 0 deletions ports/plf-queue/portfile.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# header-only library

vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO mattreecebentley/plf_queue
REF 1fb9d87a210f7813450ee54a469f9f79ea4ec872
SHA512 bca6662f5b0c4dfad4b9c1192aced83cf379ed2f115b498ad98003b7201fa80cf00ee697c7c8f9a8f9fe7c979207a8e99dd58549e124ea041af25c9217d7ae6f
HEAD_REF main
)

file(COPY "${SOURCE_PATH}/plf_queue.h" DESTINATION "${CURRENT_PACKAGES_DIR}/include")

vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")
6 changes: 6 additions & 0 deletions ports/plf-queue/vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "plf-queue",
"version": "2.2",
"description": "A data container replicating std::queue functionality but with better performance than standard library containers in a queue context. C++98/03/11/14/etc-compatible.",
"homepage": "https://plflib.org/queue.htm"
}
4 changes: 4 additions & 0 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6780,6 +6780,10 @@
"baseline": "2019-08-10",
"port-version": 2
},
"plf-queue": {
"baseline": "2.2",
"port-version": 0
},
"plf-stack": {
"baseline": "2019-08-10",
"port-version": 2
Expand Down
9 changes: 9 additions & 0 deletions versions/p-/plf-queue.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "b0c79130ac83677dbf3cab43a5a8f17b0e5b1307",
"version": "2.2",
"port-version": 0
}
]
}

0 comments on commit a0bdf9f

Please sign in to comment.