Update fswatch to 1.8.0.

- Issue 103: Add Doxygen documentation.
- Issue 110: Add preemptive monitor stop support.
This commit is contained in:
Filip Hajny 2016-01-31 10:39:40 +00:00
parent 9b03645210
commit 750b9185d0
3 changed files with 13 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.7.0
DISTNAME= fswatch-1.8.0
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GITHUB:=emcrisostomo/}
@ -22,18 +22,16 @@ USE_LIBTOOL= yes
PLIST_VARS+= fen fsevents inotify kqueue
.if ${OPSYS} == "Darwin"
PLIST.fsevents= yes
PLIST.fsevents= yes
.elif ${OPSYS} == "Linux"
PLIST.inotify= yes
.elif ${OPSYS} == "SunOS"
PLIST.fen= yes
CONFIGURE_ARGS+= ac_cv_header_sys_inotify_h=no
PLIST.fen= yes
.endif
.if defined(PKG_HAVE_KQUEUE)
PLIST.kqueue= yes
PLIST.kqueue= yes
.endif
.for dir in ${COMPILER_INCLUDE_DIRS}
. if exists(${dir}/sys/inotify.h)
PLIST.inotify= yes
. endif
.endfor
pre-configure:
cd ${WRKSRC} && ./autogen.sh

View File

@ -12,15 +12,15 @@ include/libfswatch/c++/libfswatch_set.hpp
include/libfswatch/c++/monitor.hpp
include/libfswatch/c++/path_utils.hpp
include/libfswatch/c++/poll_monitor.hpp
include/libfswatch/c++/string_utils.hpp
include/libfswatch/c/cevent.h
include/libfswatch/c/cfilter.h
include/libfswatch/c/cmonitor.h
include/libfswatch/c/error.h
include/libfswatch/c/libfswatch.h
include/libfswatch/c/libfswatch_log.h
include/libfswatch/c/libfswatch_mem.h
include/libfswatch/c/libfswatch_types.h
info/fswatch.info
info/libfswatch.info
lib/libfswatch.la
man/man7/fswatch.7
share/doc/fswatch/ABOUT-NLS

View File

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.2 2015/06/04 10:14:50 thomasklausner Exp $
SHA1 (fswatch-1.7.0.tar.gz) = 6fc8119c4b4e547eb797588f202a1cc6a2e18f96
RMD160 (fswatch-1.7.0.tar.gz) = 75547da99df2767fb1c36e68a2dc934588a6ae45
SHA512 (fswatch-1.7.0.tar.gz) = 2e1b659798b4497d3d9170e51055002e81010f22cd1ece0390444acb5d66cf0b96a2023d61f7aef26daf554541e9b3ad836391db41dd06ce51af8313faf5c9bf
Size (fswatch-1.7.0.tar.gz) = 169248 bytes
SHA1 (fswatch-1.8.0.tar.gz) = 8971dfce543909a41b6477c2959f3c3ae8ff79de
RMD160 (fswatch-1.8.0.tar.gz) = e87fe1b6078acd8ad799baefe895a97ad6429e73
SHA512 (fswatch-1.8.0.tar.gz) = 2fbf0a4f691d9a92751eaf787b09f0b6256992bce8edb7132d5fbc15db783366dea268618d9a324b0f2dafa5080265959c264f4ebb6187cd16d1bf7853c48bcd
Size (fswatch-1.8.0.tar.gz) = 193913 bytes