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 13 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/${PORT}"
REF 59fac713a168b6c9fd08db48da49f7bd50fd9d37
SHA512 61fa6a0e243be456d3b59d20e18183392d106983dc9f1b0a7290b54fefa964d4eeba4bacd92cd5310b6f3da2dac232fd043c529c51fe3e6cccbfb9422dd31311
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")
18 changes: 18 additions & 0 deletions ports/dmon/vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "dmon",
"version-date": "2022-02-08",
"description": "a tiny C library that monitors changes in a directory",
"homepage": "https://github.com/septag/dmon",
"license": "BSD-2-Clause",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"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-08",
"port-version": 0
},
"docopt": {
"baseline": "2018-11-01",
"port-version": 1
Expand Down
9 changes: 9 additions & 0 deletions versions/d-/dmon.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "af62eb44e1c695e70866a32cf06c2b645b503fdb",
"version-date": "2022-02-08",
"port-version": 0
}
]
}