diff options
author | sno <sno@pkgsrc.org> | 2009-05-19 22:16:00 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-05-19 22:16:00 +0000 |
commit | 6f85b2a405dfe58cc1f4d593987a052f1e32d295 (patch) | |
tree | fcb0fe4945ecc141179d7a65d2125bb51a55b4f4 /devel | |
parent | d72cef8ea9f272ee156eb35391ad5d0815f3fed0 (diff) | |
download | pkgsrc-6f85b2a405dfe58cc1f4d593987a052f1e32d295.tar.gz |
Importing package for p5 File::ChangeNotify 0.05 modules as dependency for
the scheduled p5-Catalyst-Devel update.
A File::ChangeNotify::Watcher class monitors a directory for changes made to
any file. A regular expression can be provided to filter out interesting
files. It handles the addition of new subdirectories by adding them to the
watch list.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-File-ChangeNotify/DESCR | 4 | ||||
-rw-r--r-- | devel/p5-File-ChangeNotify/Makefile | 25 | ||||
-rw-r--r-- | devel/p5-File-ChangeNotify/distinfo | 5 |
3 files changed, 34 insertions, 0 deletions
diff --git a/devel/p5-File-ChangeNotify/DESCR b/devel/p5-File-ChangeNotify/DESCR new file mode 100644 index 00000000000..94ccbc2c986 --- /dev/null +++ b/devel/p5-File-ChangeNotify/DESCR @@ -0,0 +1,4 @@ +A File::ChangeNotify::Watcher class monitors a directory for changes made to +any file. A regular expression can be provided to filter out interesting +files. It handles the addition of new subdirectories by adding them to the +watch list. diff --git a/devel/p5-File-ChangeNotify/Makefile b/devel/p5-File-ChangeNotify/Makefile new file mode 100644 index 00000000000..4b2d143b209 --- /dev/null +++ b/devel/p5-File-ChangeNotify/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/05/19 22:16:00 sno Exp $ +# + +DISTNAME= File-ChangeNotify-0.05 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/File-ChangeNotify/ +COMMENT= Watch for changes to files, cross-platform style +LICENSE= gnu-gpl-v2 # OR artistic + +PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir + +DEPENDS+= p5-Class-MOP-[0-9]*:../../devel/p5-Class-MOP +DEPENDS+= p5-Moose-[0-9]*:../../devel/p5-Moose +DEPENDS+= p5-MooseX-Params-Validate>=0.08:../../devel/p5-MooseX-Params-Validate +DEPENDS+= p5-MooseX-SemiAffordanceAccessor-[0-9]*:../../devel/p5-MooseX-SemiAffordanceAccessor + +PERL5_PACKLIST= auto/File/ChangeNotify/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-File-ChangeNotify/distinfo b/devel/p5-File-ChangeNotify/distinfo new file mode 100644 index 00000000000..b9bd8723e85 --- /dev/null +++ b/devel/p5-File-ChangeNotify/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/05/19 22:16:00 sno Exp $ + +SHA1 (File-ChangeNotify-0.05.tar.gz) = be3111e3a2b8d8b976f1a7dd2bfc5fdc683a139e +RMD160 (File-ChangeNotify-0.05.tar.gz) = a12eeb2c034c4fb1783bd81af6a6c17c450cebfc +Size (File-ChangeNotify-0.05.tar.gz) = 10079 bytes |