Update fswatch to 1.11.2.

New in 1.11.2:

- Generate a single message catalog for both fswatch and
  libfswatch.

New in 1.11.1:

- Remove mandatory dependency to git.

New in 1.11.0:

- Allow a numeric event mask to be specified.
- Make gettext an optional dependency.

New in 1.10.0:

- Allow excluding file patterns by passing in a file.
- Merge fswatch and libfswatch Autotools project into one.
- Add Docker files for Linux distributions used for testing.
- Add target to build fswatch on Alpine Linux and Debian.
- libfswatch:
  - Add Doxygen documentation.
  - Add function to load filters from a file.
  - Deadlock on C function fsw_destroy_session if fsw_start_monitor
    is called.
  - Modify fsw_destroy_session function not to destroy a session that
    has a running monitor.
  - Add fsw_stop_monitor to the C API.
This commit is contained in:
Filip Hajny 2017-11-01 18:47:00 +00:00
parent 2054049eb1
commit d47841f7bd
3 changed files with 8 additions and 15 deletions

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.2 2015/05/10 07:41:59 thomasklausner Exp $
DISTNAME= fswatch-1.9.3
DISTNAME= fswatch-1.11.2
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GITHUB:=emcrisostomo/}
GITHUB_RELEASE= ${PKGVERSION_NOREV}

View File

@ -25,31 +25,24 @@ lib/libfswatch.la
man/man7/fswatch.7
share/doc/fswatch/ABOUT-NLS
share/doc/fswatch/AUTHORS
share/doc/fswatch/AUTHORS.libfswatch
share/doc/fswatch/CONTRIBUTING.md
share/doc/fswatch/COPYING
share/doc/fswatch/LICENSE
share/doc/fswatch/NEWS
share/doc/fswatch/NEWS.libfswatch
share/doc/fswatch/README.bsd
share/doc/fswatch/README.codestyle
share/doc/fswatch/README.freebsd
share/doc/fswatch/README.gnu-build-system
share/doc/fswatch/README.illumos
share/doc/fswatch/README.libfswatch.md
share/doc/fswatch/README.linux
share/doc/fswatch/README.md
share/doc/fswatch/README.osx
share/doc/fswatch/README.smartos
share/doc/fswatch/README.solaris
share/doc/fswatch/README.windows
share/doc/libfswatch/AUTHORS
share/doc/libfswatch/COPYING
share/doc/libfswatch/LICENSE
share/doc/libfswatch/NEWS
share/doc/libfswatch/README.md
share/locale/en@boldquot/LC_MESSAGES/fswatch.mo
share/locale/en@boldquot/LC_MESSAGES/libfswatch.mo
share/locale/en@quot/LC_MESSAGES/fswatch.mo
share/locale/en@quot/LC_MESSAGES/libfswatch.mo
share/locale/es/LC_MESSAGES/fswatch.mo
share/locale/es/LC_MESSAGES/libfswatch.mo
share/locale/it/LC_MESSAGES/fswatch.mo
share/locale/it/LC_MESSAGES/libfswatch.mo

View File

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.2 2015/06/04 10:14:50 thomasklausner Exp $
SHA1 (fswatch-1.9.3.tar.gz) = 84bd3c208ae11ccc34973b4d6fc031974c46cf8d
RMD160 (fswatch-1.9.3.tar.gz) = bc4c5304338728f74c140387b4bd18d0778d65b4
SHA512 (fswatch-1.9.3.tar.gz) = dce41a4544524d70b53c1c422031ecc3a4bbc5f6e3c141329fcade281aba3c5fb422a5195e9aead534855b28a18c252052365bc8e13ccbcfe5af62b75c101246
Size (fswatch-1.9.3.tar.gz) = 1243495 bytes
SHA1 (fswatch-1.11.2.tar.gz) = ad1e0eb4e06f181357dc1627951b4dfb18c7b4c6
RMD160 (fswatch-1.11.2.tar.gz) = 17f06907d047c4295a48135795d707a9899df3b3
SHA512 (fswatch-1.11.2.tar.gz) = 4f892cb0bf088846d4b7aad63a1c8849b0882976dd9bdacf2c31254ed7cb8883efbdc16cead159dfdfe00717d2e8703ba6c2d57d19abb59614d63b65c2e8a17c
Size (fswatch-1.11.2.tar.gz) = 821822 bytes