# -*- 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 PortGroup makefile 1.0 # O_CLOEXEC legacysupport.newest_darwin_requires_legacy 10 github.setup eradman entr 5.7 github.tarball_from archive revision 0 homepage https://eradman.com/entrproject description a utility for running arbitrary commands when files change. long_description {*}${description} Uses kqueue(2) to avoid polling. entr \ responds to file system events by executing command line \ arguments. categories sysutils installs_libs no license ISC maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer checksums rmd160 7d28af5e46baf693d90f0d0d004984c455dc879f \ sha256 90c5d943820c70cef37eb41a382a6ea4f5dd7fd95efef13b2b5520d320f5d067 \ size 23587 test.run yes build.pre_args-append -f Makefile.macos destroot.pre_args-append -f Makefile.macos test.pre_args-append -f Makefile.macos