aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-File-ChangeNotify
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-12-15 21:23:21 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-12-15 21:23:21 +0000
commite98c9f06f5313db35b09e43d97cf45f13e54c188 (patch)
treea4163fba524ceeb5aaf0c8fa01f8ff05cea047f1 /devel/p5-File-ChangeNotify
parentf10fe99ed8d5b26fdb96d9913ac89e04055ef0db (diff)
downloadports-e98c9f06f5313db35b09e43d97cf45f13e54c188.tar.gz
ports-e98c9f06f5313db35b09e43d97cf45f13e54c188.zip
Notes
Diffstat (limited to 'devel/p5-File-ChangeNotify')
-rw-r--r--devel/p5-File-ChangeNotify/Makefile32
-rw-r--r--devel/p5-File-ChangeNotify/distinfo6
-rw-r--r--devel/p5-File-ChangeNotify/pkg-descr10
-rw-r--r--devel/p5-File-ChangeNotify/pkg-plist18
4 files changed, 34 insertions, 32 deletions
diff --git a/devel/p5-File-ChangeNotify/Makefile b/devel/p5-File-ChangeNotify/Makefile
index b8ac94525aee..c4861b5788e5 100644
--- a/devel/p5-File-ChangeNotify/Makefile
+++ b/devel/p5-File-ChangeNotify/Makefile
@@ -1,31 +1,33 @@
-# New ports collection makefile for: p5-File-ChangeNotify
-# Date created: Fri 14 Aug 2009
-# Whom: Alexey V. Degtyarev
-#
+# New ports collection makefile for: File-ChangeNotify
+# Whom: gugu
+# Date created: 07 December 2009
# $FreeBSD$
-#
+# Generated with portupload. Do not edit directly, please
PORTNAME= File-ChangeNotify
-PORTVERSION= 0.08
+PORTVERSION= 0.09
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= alexey@renatasystems.org
-COMMENT= Watch for changes to files
+COMMENT= Watch for changes to files, cross-platform style
-RUN_DEPENDS= p5-Class-MOP>=0:${PORTSDIR}/devel/p5-Class-MOP \
- p5-MooseX-SemiAffordanceAccessor>=0:${PORTSDIR}/devel/p5-MooseX-SemiAffordanceAccessor \
- p5-MooseX-Params-Validate>=0:${PORTSDIR}/devel/p5-MooseX-Params-Validate
-BUILD_DEPENDS= ${RUN_DEPENDS}
+BUILD_DEPENDS= p5-Class-MOP>=0:${PORTSDIR}/devel/p5-Class-MOP \
+ p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable \
+ p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
+ p5-MooseX-Params-Validate>=0.08:${PORTSDIR}/devel/p5-MooseX-Params-Validate \
+ p5-MooseX-SemiAffordanceAccessor>=0:${PORTSDIR}/devel/p5-MooseX-SemiAffordanceAccessor \
+ p5-PathTools>=0:${PORTSDIR}/devel/p5-PathTools \
+ p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes
+RUN_DEPENDS=${BUILD_DEPENDS}
-MAN3= File::ChangeNotify.3 \
+PERL_CONFIGURE= YES
+MAN3= File::ChangeNotify.3 \
File::ChangeNotify::Event.3 \
File::ChangeNotify::Watcher.3 \
- File::ChangeNotify::Watcher::Inotify.3 \
File::ChangeNotify::Watcher::Default.3 \
+ File::ChangeNotify::Watcher::Inotify.3 \
File::ChangeNotify::Watcher::KQueue.3
-PERL_CONFIGURE= yes
-
.include <bsd.port.mk>
diff --git a/devel/p5-File-ChangeNotify/distinfo b/devel/p5-File-ChangeNotify/distinfo
index 4ea7b9668808..eb7d6aea9c67 100644
--- a/devel/p5-File-ChangeNotify/distinfo
+++ b/devel/p5-File-ChangeNotify/distinfo
@@ -1,3 +1,3 @@
-MD5 (File-ChangeNotify-0.08.tar.gz) = 93d28e3351f7812acff1e9b429b57d3b
-SHA256 (File-ChangeNotify-0.08.tar.gz) = 801823323386aae78a6b5740dde1098b48e9c54b008d2f9cfb42ba7b6f11499c
-SIZE (File-ChangeNotify-0.08.tar.gz) = 16902
+MD5 (File-ChangeNotify-0.09.tar.gz) = d9971bbf8925376ebf0eb3c3de6cdfff
+SHA256 (File-ChangeNotify-0.09.tar.gz) = fa5db4b44b89fabb718736b056e37e7c055ab8bf76e5995058b2e02a551791b9
+SIZE (File-ChangeNotify-0.09.tar.gz) = 17026
diff --git a/devel/p5-File-ChangeNotify/pkg-descr b/devel/p5-File-ChangeNotify/pkg-descr
index a9d255e548aa..13999a575440 100644
--- a/devel/p5-File-ChangeNotify/pkg-descr
+++ b/devel/p5-File-ChangeNotify/pkg-descr
@@ -1,9 +1,3 @@
-This module provides an API for creating a File::ChangeNotify::Watcher subclass
-that will work on your platform.
+Watch for changes to files, cross-platform style
-A File::ChangeNotify::Watcher class monitors a directory for changes made to
-any file. You can provide a regular expression to filter out files you are not
-interested in. It handles the addition of new subdirectories by adding them to
-the watch list.
-
-WWW: http://search.cpan.org/dist/File-ChangeNotify/
+WWW: http://search.cpan.org/~DROLSKY/File-ChangeNotify
diff --git a/devel/p5-File-ChangeNotify/pkg-plist b/devel/p5-File-ChangeNotify/pkg-plist
index 711922059cd0..fba2d1092345 100644
--- a/devel/p5-File-ChangeNotify/pkg-plist
+++ b/devel/p5-File-ChangeNotify/pkg-plist
@@ -1,13 +1,19 @@
-%%SITE_PERL%%/File/ChangeNotify.pm
%%SITE_PERL%%/File/ChangeNotify/Event.pm
-%%SITE_PERL%%/File/ChangeNotify/Watcher.pm
-%%SITE_PERL%%/File/ChangeNotify/Watcher/Default.pm
%%SITE_PERL%%/File/ChangeNotify/Watcher/Inotify.pm
%%SITE_PERL%%/File/ChangeNotify/Watcher/KQueue.pm
+%%SITE_PERL%%/File/ChangeNotify/Watcher/Default.pm
+%%SITE_PERL%%/File/ChangeNotify/Watcher.pm
+%%SITE_PERL%%/File/ChangeNotify.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/ChangeNotify/.packlist
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/ChangeNotify
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto
+@dirrmtry %%SITE_PERL%%/auto/File/ChangeNotify
+@dirrmtry %%SITE_PERL%%/auto/File
+@dirrmtry %%SITE_PERL%%/auto
@dirrmtry %%SITE_PERL%%/File/ChangeNotify/Watcher
@dirrmtry %%SITE_PERL%%/File/ChangeNotify
@dirrmtry %%SITE_PERL%%/File
+@dirrmtry %%SITE_PERL%%
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/ChangeNotify
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%
+@dirrmtry blib/script