pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-File-ChangeNotify Importing package for p5 Fi...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ae9b46b7a56c
branches: trunk
changeset: 393356:ae9b46b7a56c
user: sno <sno%pkgsrc.org@localhost>
date: Tue May 19 22:16:00 2009 +0000
description:
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:
devel/p5-File-ChangeNotify/DESCR | 4 ++++
devel/p5-File-ChangeNotify/Makefile | 25 +++++++++++++++++++++++++
devel/p5-File-ChangeNotify/distinfo | 5 +++++
3 files changed, 34 insertions(+), 0 deletions(-)
diffs (46 lines):
diff -r 875b747c7631 -r ae9b46b7a56c devel/p5-File-ChangeNotify/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-File-ChangeNotify/DESCR Tue May 19 22:16:00 2009 +0000
@@ -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 -r 875b747c7631 -r ae9b46b7a56c devel/p5-File-ChangeNotify/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-File-ChangeNotify/Makefile Tue May 19 22:16:00 2009 +0000
@@ -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@localhost
+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 -r 875b747c7631 -r ae9b46b7a56c devel/p5-File-ChangeNotify/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-File-ChangeNotify/distinfo Tue May 19 22:16:00 2009 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index