2014-08-19 17:01:41 +00:00
|
|
|
# -*- 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
|
2025-03-27 11:36:49 +03:00
|
|
|
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
|
2014-08-19 20:30:52 +00:00
|
|
|
|
2026-05-01 12:26:44 +02:00
|
|
|
github.setup emcrisostomo fswatch 1.20.1
|
2014-08-19 17:01:41 +00:00
|
|
|
github.tarball_from releases
|
|
|
|
|
|
|
|
|
|
categories sysutils
|
|
|
|
|
license GPL-3
|
|
|
|
|
|
2018-04-23 03:17:51 -05:00
|
|
|
maintainers {emcrisostomo @emcrisostomo} openmaintainer
|
2018-03-10 19:07:45 +01:00
|
|
|
|
2014-08-19 17:01:41 +00:00
|
|
|
description File change monitor
|
|
|
|
|
long_description A cross-platform file change monitor with multiple \
|
2015-11-29 05:14:38 +00:00
|
|
|
backends: Apple OS X File System Events, *BSD kqueue, \
|
2016-04-04 15:22:51 +00:00
|
|
|
Solaris/Illumos File Events Notification, Linux inotify, \
|
|
|
|
|
Microsoft Windows and a stat()-based backend.
|
2014-08-19 17:01:41 +00:00
|
|
|
|
2017-12-29 19:23:03 -08:00
|
|
|
homepage https://emcrisostomo.github.io/fswatch/
|
2014-09-08 01:05:49 +00:00
|
|
|
|
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
|
2015-11-29 05:12:27 +00:00
|
|
|
configure.args ac_cv_prog_AWK=/usr/bin/awk
|
2017-12-01 10:08:31 +01:00
|
|
|
|
|
|
|
|
livecheck.url ${github.homepage}/releases/latest
|