Tue Mar 16 22:46:28 2010 UTC ()
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.

Status:

Vendor Tag:	TNF
Release Tags:	pkgsrc-base


(seb)
diff -r0 -r1.1.1.1 pkgsrc/devel/p5-Filesys-Notify-Simple/DESCR
diff -r0 -r1.1.1.1 pkgsrc/devel/p5-Filesys-Notify-Simple/Makefile
diff -r0 -r1.1.1.1 pkgsrc/devel/p5-Filesys-Notify-Simple/distinfo

File Added: pkgsrc/devel/p5-Filesys-Notify-Simple/DESCR
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.

File Added: pkgsrc/devel/p5-Filesys-Notify-Simple/Makefile
# $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"

File Added: pkgsrc/devel/p5-Filesys-Notify-Simple/distinfo
$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