pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Update fswatch to 1.11.2.



Module Name:	pkgsrc-wip
Committed By:	Filip Hajny <filip%joyent.com@localhost>
Pushed By:	fhajny
Date:		Wed Nov 1 18:47:00 2017 +0000
Changeset:	d47841f7bd61633bf42f38857dfe22324a137e7a

Modified Files:
	fswatch/Makefile
	fswatch/PLIST
	fswatch/distinfo

Log Message:
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.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d47841f7bd61633bf42f38857dfe22324a137e7a

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 fswatch/Makefile |  2 +-
 fswatch/PLIST    | 13 +++----------
 fswatch/distinfo |  8 ++++----
 3 files changed, 8 insertions(+), 15 deletions(-)

diffs:
diff --git a/fswatch/Makefile b/fswatch/Makefile
index 4ddad8e0fc..4ced47dad7 100644
--- a/fswatch/Makefile
+++ b/fswatch/Makefile
@@ -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}
diff --git a/fswatch/PLIST b/fswatch/PLIST
index 8b2b420322..93c1e348dd 100644
--- a/fswatch/PLIST
+++ b/fswatch/PLIST
@@ -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
diff --git a/fswatch/distinfo b/fswatch/distinfo
index e67ffd45d8..b02af5587b 100644
--- a/fswatch/distinfo
+++ b/fswatch/distinfo
@@ -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


Home | Main Index | Thread Index | Old Index