pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Update fswatch to 1.8.0.
Module Name: pkgsrc-wip
Committed By: Filip Hajny <filip%joyent.com@localhost>
Pushed By: fhajny
Date: Sun Jan 31 10:39:40 2016 +0000
Changeset: 750b9185d01a6175b1c8e397db87f4e4eb3a1430
Modified Files:
fswatch/Makefile
fswatch/PLIST
fswatch/distinfo
Log Message:
Update fswatch to 1.8.0.
- Issue 103: Add Doxygen documentation.
- Issue 110: Add preemptive monitor stop support.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=750b9185d01a6175b1c8e397db87f4e4eb3a1430
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
fswatch/Makefile | 16 +++++++---------
fswatch/PLIST | 4 ++--
fswatch/distinfo | 8 ++++----
3 files changed, 13 insertions(+), 15 deletions(-)
diffs:
diff --git a/fswatch/Makefile b/fswatch/Makefile
index d1e4029..cf372df 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.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
diff --git a/fswatch/PLIST b/fswatch/PLIST
index c0303f5..f9609ce 100644
--- a/fswatch/PLIST
+++ b/fswatch/PLIST
@@ -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
diff --git a/fswatch/distinfo b/fswatch/distinfo
index 3d7ac9f..0711a2f 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.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
Home |
Main Index |
Thread Index |
Old Index