diff options
author | seb <seb@pkgsrc.org> | 2010-03-16 22:46:28 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2010-03-16 22:46:28 +0000 |
commit | 9bf4e4a4dd294334bb211eb577a3bfbd85b500bc (patch) | |
tree | e23dae093b0cd7bbba6b3e5f68c2ca2b5faeddea /devel/p5-Filesys-Notify-Simple | |
parent | 075c43eab73ba2b1f45e0fc1467f5ce272354749 (diff) | |
download | pkgsrc-9bf4e4a4dd294334bb211eb577a3bfbd85b500bc.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/p5-Filesys-Notify-Simple')
-rw-r--r-- | devel/p5-Filesys-Notify-Simple/DESCR | 5 | ||||
-rw-r--r-- | devel/p5-Filesys-Notify-Simple/Makefile | 21 | ||||
-rw-r--r-- | devel/p5-Filesys-Notify-Simple/distinfo | 5 |
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 |