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

[septag-dmon] New port #22828

Merged
merged 22 commits into from
May 9, 2022
Merged
Show file tree
Hide file tree
Changes from 9 commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
7f346fa
[ports/dmon] Init
SamuelMarks Jan 27, 2022
73a3d8f
[versions/d-/dmon.json,versions/baseline.json] `./vcpkg x-add-version…
SamuelMarks Jan 27, 2022
ada886f
[ports/dmon/vcpkg.json] Add pthreads on Windows; add license; set ver…
SamuelMarks Feb 1, 2022
b81853d
`./vcpkg x-add-version --all --overwrite-version`
SamuelMarks Feb 1, 2022
9aceee1
[versions/d-/dmon.json] Remove 0.0.1
SamuelMarks Feb 1, 2022
9e73801
[ports/dmon/vcpkg.json] Remove pthreads dependency on Windows
SamuelMarks Feb 2, 2022
2948960
`./vcpkg x-add-version --all --overwrite-version`
SamuelMarks Feb 2, 2022
1a29907
[ports/dmon] My PR was merged… switch to official source repo
SamuelMarks Feb 6, 2022
19e0ad7
[versions/d-/dmon.json,versions/baseline.json] `./vcpkg x-add-version…
SamuelMarks Feb 6, 2022
2e309c1
[ports/dmon/portfile.cmake] Upgrade to latest dmon
SamuelMarks Feb 8, 2022
f28f49c
`vcpkg x-add-version --all --overwrite-version`
SamuelMarks Feb 8, 2022
8ebb60c
[ports/dmon/portfile.cmake] Upgrade to latest; [ports/dmon/vcpkg.json…
SamuelMarks Feb 18, 2022
5d0eb69
[versions/d-/dmon.json] `./vcpkg x-add-version --all --overwrite-vers…
SamuelMarks Feb 18, 2022
0b37537
[ports/dmon/vcpkg.json] Remove `vcpkg-cmake-config`
SamuelMarks Feb 21, 2022
2090213
`./vcpkg x-add-version --all --overwrite-version`
SamuelMarks Feb 21, 2022
87a0837
[ports/dmon/portfile.cmake] ${PORT} -> dmon; [ports/mailio/vcpkg.json…
SamuelMarks Feb 25, 2022
76c7e94
`./vcpkg x-add-version --all --overwrite-version`
SamuelMarks Feb 25, 2022
4a2e497
[ports/mailio/vcpkg.json,versions/{baseline.json,m-/mailio.json}] Rev…
SamuelMarks May 6, 2022
e2ddc07
Merge branch 'master' into dmon
SamuelMarks May 6, 2022
b71bf80
[versions/baseline.json] `./vcpkg x-add-version --all --overwrite-ver…
SamuelMarks May 6, 2022
f65ff65
dmon -> septag-dmon
SamuelMarks May 7, 2022
d1e3b4c
`./vcpkg x-add-version --all --overwrite-version`
SamuelMarks May 7, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions ports/dmon/portfile.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO septag/dmon
REF a670919356a13a0a96c31fb647e57f4a9ff341b5
SHA512 a80b55fa05f8911ae85150ccf193bd6fa9265a025813d671ec5f3a47bb9e450052c074ee740bf07346b269d6283d3a64b74ecdb8274540ebcfa5395a2e7d4b29
HEAD_REF master
)

vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
"-DBUILD_TESTS=OFF"
)
vcpkg_cmake_install()
file(INSTALL "${SOURCE_PATH}/LICENSE"
DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}"
RENAME copyright)
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug")
17 changes: 17 additions & 0 deletions ports/dmon/vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "dmon",
"version-date": "2022-02-06",
"description": "a tiny C library that monitors changes in a directory",
SamuelMarks marked this conversation as resolved.
Show resolved Hide resolved
"license": "BSD-2-Clause",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
SamuelMarks marked this conversation as resolved.
Show resolved Hide resolved
"name": "vcpkg-cmake-config",
"host": true
}
]
}
4 changes: 4 additions & 0 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -1884,6 +1884,10 @@
"baseline": "2019-08-12",
"port-version": 7
},
"dmon": {
"baseline": "2022-02-06",
"port-version": 0
},
"docopt": {
"baseline": "2018-11-01",
"port-version": 1
Expand Down
14 changes: 14 additions & 0 deletions versions/d-/dmon.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"versions": [
{
"git-tree": "168b212acb90e0d13c6b5ce2a3a1c6a097d2070f",
"version-date": "2022-02-06",
"port-version": 0
},
{
"git-tree": "222e3d5530c538132df7f02b510eb9caa5e80a54",
"version-date": "2022-01-27",
"port-version": 0
}
]
}