./sysutils/entr, Run arbitrary commands when files change

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 5.5, Package name: entr-5.5, Maintainer: leot

The Event Notify Test Runner is a general-purpose UNIX utility
intended to make rapid feedback and automated testing natural and
completely ordinary.


Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 20.728 KB

Version history: (Expand)


CVS history: (Expand)


   2024-01-01 15:30:38 by Leonardo Taccari | Files touched by this commit (2)
Log message:
entr: Update to 5.5

Changes:
5.5
---
 - Report correct error if open(3) fails
 - Use kern.maxfilesperproc to determine file open limit on MacOS
   2023-08-13 21:21:07 by Leonardo Taccari | Files touched by this commit (2)
Log message:
entr: Update to 5.4

Changes:
== 5.4: August 1, 2023
 - 'make test' runs a quick smoketest, 'make check' runs regressions
 - Set IN_CLOEXEC only for inotify_init, kqueue uses similar setting by default
 - Unconditionally try to set soft file limit to 2^16 on MacOS
 - Use non-reentrant calls sparingly in signal handlers
 - configure: use TARGET_OS to override the output of uname(1)
   2023-01-22 14:00:51 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
entr: update to 5.3.

== 5.3: January 20, 2023

 - Symlink changes detected on Linux by setting 'ENTR_INOTIFY_SYMLINK'
 - Use /dev/null rather then closed pipe for stdin in -r mode
 - Utilize {O,FD}_CLOEXEC flag for unintentional leaks of descriptors to
   executed utilities
 - Remove C unit tests
 - Only respond to attribute/inode changes on Linux
   2023-01-19 15:37:25 by Thomas Klausner | Files touched by this commit (1)
Log message:
entr: fix some pkglint
   2022-07-23 17:42:14 by Leonardo Taccari | Files touched by this commit (2)
Log message:
entr: Update to 5.2

Changes:
5.2
---
 - Symlink changes detected on Linux by setting 'ENTR_INOTIFY_SYMLINK'
 - Use /dev/null rather then closed pipe for stdin in -r mode
 - Utilize {O,FD}_CLOEXEC flag for unintentional leaks of descriptors to
   executed utilities
   2022-01-08 16:41:31 by Leonardo Taccari | Files touched by this commit (2)
Log message:
entr: Update to 5.1

Changes:
5.1
---
 - Detect files moved to or from directories on Linux
 - Allow detection of directory entries beginning with '.' by specifying '-d' twice
 - Only reset terminal settings in exit handler if settings were changed
   2021-10-26 13:20:30 by Nia Alarie | Files touched by this commit (630)
Log message:
sysutils: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 16:58:44 by Nia Alarie | Files touched by this commit (630)
Log message:
sysutils: Remove SHA1 hashes for distfiles