summaryrefslogtreecommitdiff
path: root/devel/libinotify
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2011-08-29 09:44:01 +0000
committerwiz <wiz@pkgsrc.org>2011-08-29 09:44:01 +0000
commit5acadd47ea0545d2ff092ce2a5c9ebdd7ac4f24f (patch)
tree3c62f0f4190321a3a57ad6dd56e6f42079668b55 /devel/libinotify
parentf6402b1c7d8d3ef55a7b231e241704a390fca740 (diff)
downloadpkgsrc-5acadd47ea0545d2ff092ce2a5c9ebdd7ac4f24f.tar.gz
Initial import of libinotify-0.0, part of Dmitry Matveev's GSoC 2011
project for NetBSD. From PR 45303. libinotify provides an inotify emulation layer on the kqueue/kevent interface.
Diffstat (limited to 'devel/libinotify')
-rw-r--r--devel/libinotify/DESCR2
-rw-r--r--devel/libinotify/Makefile23
-rw-r--r--devel/libinotify/PLIST3
-rw-r--r--devel/libinotify/distinfo5
4 files changed, 33 insertions, 0 deletions
diff --git a/devel/libinotify/DESCR b/devel/libinotify/DESCR
new file mode 100644
index 00000000000..0f83b98b3b7
--- /dev/null
+++ b/devel/libinotify/DESCR
@@ -0,0 +1,2 @@
+libinotify provides an inotify emulation layer on the kqueue/kevent
+interface.
diff --git a/devel/libinotify/Makefile b/devel/libinotify/Makefile
new file mode 100644
index 00000000000..4e763426eb9
--- /dev/null
+++ b/devel/libinotify/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2011/08/29 09:44:01 wiz Exp $
+#
+
+DISTNAME= libinotify-0.0
+CATEGORIES= devel
+MASTER_SITES= http://dmitrymatveev.co.uk/files/
+
+MAINTAINER= me@dmitrymatveev.co.uk
+HOMEPAGE= http://dmitrymatveev.co.uk/gsoc11
+COMMENT= Inotify emulation library for *BSDs
+LICENSE= mit
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+GNU_CONFIGURE= YES
+USE_LIBTOOL= yes
+USE_LANGUAGES= c c++
+USE_TOOLS+= autoconf automake autoreconf
+
+pre-configure:
+ cd ${WRKSRC} && autoreconf -fvi
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/libinotify/PLIST b/devel/libinotify/PLIST
new file mode 100644
index 00000000000..f38e65db606
--- /dev/null
+++ b/devel/libinotify/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2011/08/29 09:44:01 wiz Exp $
+include/sys/inotify.h
+lib/libinotify.la
diff --git a/devel/libinotify/distinfo b/devel/libinotify/distinfo
new file mode 100644
index 00000000000..6b07df64412
--- /dev/null
+++ b/devel/libinotify/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2011/08/29 09:44:01 wiz Exp $
+
+SHA1 (libinotify-0.0.tar.gz) = 7fc5deca89a65191916e608ee6ae32b79d3d186a
+RMD160 (libinotify-0.0.tar.gz) = 546d99010a98da33633126c6b9096e70c0e972fa
+Size (libinotify-0.0.tar.gz) = 29345 bytes