summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorseb <seb>2010-03-16 22:46:28 +0000
committerseb <seb>2010-03-16 22:46:28 +0000
commit5b48367effbd77f56926c9ab0b26e7d87a96b816 (patch)
treee23dae093b0cd7bbba6b3e5f68c2ca2b5faeddea /devel
parentcf5d18321824b5be6cf87b9228d0dedfb4a3562f (diff)
downloadpkgsrc-5b48367effbd77f56926c9ab0b26e7d87a96b816.tar.gz
Initial import of p5-Filesys-Notify-Simple version 0.05 in the
NetBSD Packages Collection. The Perl 5 module Filesys::Notify::Simple is a simple but unified interface to get notifications of changes to a given filesystem path. It utilizes inotify2 on Linux and fsevents on OS X if they're installed, with a fallback to the full directory scan if they're not available.
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Filesys-Notify-Simple/DESCR5
-rw-r--r--devel/p5-Filesys-Notify-Simple/Makefile21
-rw-r--r--devel/p5-Filesys-Notify-Simple/distinfo5
3 files changed, 31 insertions, 0 deletions
diff --git a/devel/p5-Filesys-Notify-Simple/DESCR b/devel/p5-Filesys-Notify-Simple/DESCR
new file mode 100644
index 00000000000..7088572fad0
--- /dev/null
+++ b/devel/p5-Filesys-Notify-Simple/DESCR
@@ -0,0 +1,5 @@
+The Perl 5 module Filesys::Notify::Simple is a simple but unified
+interface to get notifications of changes to a given filesystem
+path. It utilizes inotify2 on Linux and fsevents on OS X if they're
+installed, with a fallback to the full directory scan if they're
+not available.
diff --git a/devel/p5-Filesys-Notify-Simple/Makefile b/devel/p5-Filesys-Notify-Simple/Makefile
new file mode 100644
index 00000000000..aa61ff65ff8
--- /dev/null
+++ b/devel/p5-Filesys-Notify-Simple/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/03/16 22:46:28 seb Exp $
+#
+
+DISTNAME= Filesys-Notify-Simple-0.05
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Filesys/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/Filesys-Notify-Simple/
+COMMENT= Perl5 module providing a simple and dumb file system watcher
+LICENSE= ${PERL5_LICENSE}
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+PERL5_PACKLIST= auto/Filesys/Notify/Simple/.packlist
+
+BUILD_DEPENDS+= p5-Test-SharedFork-[0-9]*:../../devel/p5-Test-SharedFork
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/p5-Filesys-Notify-Simple/distinfo b/devel/p5-Filesys-Notify-Simple/distinfo
new file mode 100644
index 00000000000..45958fd1c3d
--- /dev/null
+++ b/devel/p5-Filesys-Notify-Simple/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2010/03/16 22:46:28 seb Exp $
+
+SHA1 (Filesys-Notify-Simple-0.05.tar.gz) = f3efbc32bb24d098af8864bf86c7ba8230cb99f9
+RMD160 (Filesys-Notify-Simple-0.05.tar.gz) = 4ea1b5cd83440462cae3131de9ea6a08a0a8d0ba
+Size (Filesys-Notify-Simple-0.05.tar.gz) = 44116 bytes