watcher: new port (v0.14.5)

This commit is contained in:
Herby Gillot
2026-06-29 12:13:08 -04:00
parent 01201d3a18
commit 61f1ae91a1
+36
View File
@@ -0,0 +1,36 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
PortGroup cmake 1.1
PortGroup compiler_blacklist_versions 1.0
PortGroup github 1.0
github.setup e-dant watcher 0.14.5
github.tarball_from archive
revision 0
description Filesystem watcher for C++ and C
long_description Watcher is a filesystem watcher that works anywhere. \
It is simple, efficient and friendly, depending only \
on the C++ Standard Library and leveraging the OS \
when possible for efficiency. It may be used as a \
header-only C++ library, a C library, or a CLI program.
categories devel
license MIT
maintainers {@herby gmail.com:herby.gillot} \
openmaintainer
checksums rmd160 0dc87eafdd96c611648fa8c6facaeec6d1b0161a \
sha256 190bbe5e19923083db2beb3aa68f4e99a563c8f685d8037b0536780b0116c4d3 \
size 175838
compiler.cxx_standard \
2017
compiler.blacklist-append \
{clang < 1100}
configure.args-append \
-DBUILD_TESTING=OFF