pkgsrc-WIP-changes archive

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

Update fswatch to 1.9.1



Module Name:	pkgsrc-wip
Committed By:	Filip Hajny <filip%joyent.com@localhost>
Pushed By:	fhajny
Date:		Mon Apr 11 14:29:59 2016 +0000
Changeset:	34e9010627e47061181c5066da16ba67609addf3

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

Log Message:
Update fswatch to 1.9.1

Requires C++11 compiler now, bumping GCC req to 4.8.

1.9.1
- libfswatch API version 7:0:1.

1.9.0
- Add the possibility of scheduling a periodic event.
- fswatch does not track newly created directories recursively
  when using the inotify monitor.
- The AX_CXX_COMPILE_STDCXX macro was patched so that the switches
  it adds to the compiler are added to the preprocessor
  configuration as well.
- Update monitor::~monitor() to invoke monitor::stop(), close
  resources in monitor::on_stop().
- Add the possibility of scheduling a periodic idle event.
- Run a separate thread to fire idle events.
- Improve logging.
- Do not fail if blocking calls are interrupted by a signal.
- fswatch does not track newly created directories recursively
  when using the inotify monitor.
- The AX_CXX_COMPILE_STDCXX macro was patched so that the switches
  it adds to the compiler are added to the preprocessor
  configuration as well.

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

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

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

diffs:
diff --git a/fswatch/Makefile b/fswatch/Makefile
index f968385..fab9b95 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.8.0
+DISTNAME=	fswatch-1.9.1
 CATEGORIES=	sysutils
 MASTER_SITES=	${MASTER_SITE_GITHUB:=emcrisostomo/}
 GITHUB_RELEASE=	${PKGVERSION_NOREV}
@@ -17,6 +17,8 @@ USE_LIBTOOL=	yes
 
 .include "../../mk/bsd.prefs.mk"
 
+GCC_REQD+=	4.8
+
 PLIST_VARS+=	fen fsevents inotify kqueue
 
 .if ${OPSYS} == "Darwin"
diff --git a/fswatch/PLIST b/fswatch/PLIST
index f9609ce..8b2b420 100644
--- a/fswatch/PLIST
+++ b/fswatch/PLIST
@@ -2,8 +2,8 @@
 bin/fswatch
 include/libfswatch/c++/event.hpp
 ${PLIST.fen}include/libfswatch/c++/fen_monitor.hpp
-${PLIST.fsevents}include/libfswatch/c++/fsevents_monitor.hpp
 include/libfswatch/c++/filter.hpp
+${PLIST.fsevents}include/libfswatch/c++/fsevents_monitor.hpp
 ${PLIST.inotify}include/libfswatch/c++/inotify_monitor.hpp
 ${PLIST.kqueue}include/libfswatch/c++/kqueue_monitor.hpp
 include/libfswatch/c++/libfswatch_exception.hpp
diff --git a/fswatch/distinfo b/fswatch/distinfo
index 7868d5e..193b122 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.8.0.tar.gz) = 6117a5ab76627fccf4f61e5397b7e37124152b50
-RMD160 (fswatch-1.8.0.tar.gz) = a2b58de9293d5b7a4c2ad37a9bb930b6cd854ed0
-SHA512 (fswatch-1.8.0.tar.gz) = 1ca98d19bde709458aa5dc3168e5d40f1dcfc1f2dd6466ec5476858fee5a5abe277235f9786fc17078e7433ee89850f294462b194223315064293e9b62a8693f
-Size (fswatch-1.8.0.tar.gz) = 1213151 bytes
+SHA1 (fswatch-1.9.1.tar.gz) = c5bf0201cb3f8d3fd65cda8d8fa3ec39b7712754
+RMD160 (fswatch-1.9.1.tar.gz) = 8e6f9c49b5bac39042aef7b4528c68d54c60c9a4
+SHA512 (fswatch-1.9.1.tar.gz) = b047878ac592d6923f107242f48a96c8d0b1daadccb19947ae96aae31a09c2bc298522229145038cc7482ec93c6e3de1db4d5e6079dce5f9118c512e30c28274
+Size (fswatch-1.9.1.tar.gz) = 1225878 bytes


Home | Main Index | Thread Index | Old Index