Files

37 lines
1.3 KiB
Tcl
Raw Permalink Normal View History

# -*- 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 github 1.0
PortGroup legacysupport 1.1
# On <10.15 built-in libc++ has no support for std::filesystem
legacysupport.newest_darwin_requires_legacy \
18
legacysupport.use_mp_libcxx \
yes
2026-05-01 12:26:44 +02:00
github.setup emcrisostomo fswatch 1.20.1
github.tarball_from releases
categories sysutils
license GPL-3
maintainers {emcrisostomo @emcrisostomo} openmaintainer
2018-03-10 19:07:45 +01:00
description File change monitor
long_description A cross-platform file change monitor with multiple \
backends: Apple OS X File System Events, *BSD kqueue, \
Solaris/Illumos File Events Notification, Linux inotify, \
Microsoft Windows and a stat()-based backend.
2017-12-29 19:23:03 -08:00
homepage https://emcrisostomo.github.io/fswatch/
2026-05-01 12:26:44 +02:00
checksums rmd160 6346ce5b18368d9a09b0a44eddadd0c1d4dd084e \
sha256 890c2d7c53f4e05726d891e6211e6700d5724d6a4d29055282bb849f6eaae227 \
size 849573
2017-10-25 23:00:09 -07:00
2025-01-03 13:38:35 +01:00
compiler.cxx_standard 2017
configure.args ac_cv_prog_AWK=/usr/bin/awk
2017-12-01 10:08:31 +01:00
livecheck.url ${github.homepage}/releases/latest