diff options
author | miwi <miwi@FreeBSD.org> | 2009-12-25 06:14:20 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-12-25 06:14:20 +0800 |
commit | 2531af7c2e52469e8256e0d00aa5d791251dbf07 (patch) | |
tree | e136dab64b471389bc412ffe7b6cb5827eed38ec /devel | |
parent | f53da300dda5eb3e2ecc1eab982daf215e05d54e (diff) | |
download | freebsd-ports-gnome-2531af7c2e52469e8256e0d00aa5d791251dbf07.tar.gz freebsd-ports-gnome-2531af7c2e52469e8256e0d00aa5d791251dbf07.tar.zst freebsd-ports-gnome-2531af7c2e52469e8256e0d00aa5d791251dbf07.zip |
Checks for dir/file addition/removals in the current directory.
WWW: http://search.cpan.org/dist/Dir-Watch/
PR: ports/141754
Submitted by: Zane C, Bowers <vvelox at vvelox.net>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Dir-Watch/Makefile | 22 | ||||
-rw-r--r-- | devel/p5-Dir-Watch/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-Dir-Watch/pkg-descr | 3 | ||||
-rw-r--r-- | devel/p5-Dir-Watch/pkg-plist | 6 |
5 files changed, 35 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 72b292713ec6..054daf6d0e0d 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1400,6 +1400,7 @@ SUBDIR += p5-Dialog SUBDIR += p5-Digest-TransformPath SUBDIR += p5-Dir-Project + SUBDIR += p5-Dir-Watch SUBDIR += p5-Directory-Scratch SUBDIR += p5-Directory-Scratch-Structured SUBDIR += p5-EV diff --git a/devel/p5-Dir-Watch/Makefile b/devel/p5-Dir-Watch/Makefile new file mode 100644 index 000000000000..46e1ecd252d1 --- /dev/null +++ b/devel/p5-Dir-Watch/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: devel/p5-Dir-Watch +# Date created: 2009-12-18 +# Whom: Zane C, Bowers <vvelox@vvelox.net> +# +# $FreeBSD$ +# + +PORTNAME= Dir-Watch +PORTVERSION= 0.0.0 +CATEGORIES= devel +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= ../../authors/id/V/VV/VVELOX +PKGNAMEPREFIX= p5- + +MAINTAINER= vvelox@vvelox.net +COMMENT= Watches the current directory for file/dir additions or removals + +PERL_CONFIGURE= yes + +MAN3= Dir::Watch.3 + +.include <bsd.port.mk> diff --git a/devel/p5-Dir-Watch/distinfo b/devel/p5-Dir-Watch/distinfo new file mode 100644 index 000000000000..a5c71ea1d3ee --- /dev/null +++ b/devel/p5-Dir-Watch/distinfo @@ -0,0 +1,3 @@ +MD5 (Dir-Watch-0.0.0.tar.gz) = ee137c33f2e8768ed09561da3436e251 +SHA256 (Dir-Watch-0.0.0.tar.gz) = c00125f7aa4a7a14391176fc74e39f89f6adf129c44ea34e6a54dcbf51220ff9 +SIZE (Dir-Watch-0.0.0.tar.gz) = 3462 diff --git a/devel/p5-Dir-Watch/pkg-descr b/devel/p5-Dir-Watch/pkg-descr new file mode 100644 index 000000000000..f234c1bdfd37 --- /dev/null +++ b/devel/p5-Dir-Watch/pkg-descr @@ -0,0 +1,3 @@ +Checks for dir/file addition/removals in the current directory. + +WWW: http://search.cpan.org/dist/Dir-Watch/ diff --git a/devel/p5-Dir-Watch/pkg-plist b/devel/p5-Dir-Watch/pkg-plist new file mode 100644 index 000000000000..c013eddcd85b --- /dev/null +++ b/devel/p5-Dir-Watch/pkg-plist @@ -0,0 +1,6 @@ +%%SITE_PERL%%/Dir/Watch.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Dir/Watch/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dir/Watch +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dir +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%% +@dirrmtry %%SITE_PERL%%/Dir |