mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
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>
This commit is contained in:
parent
3c0d78aa59
commit
dc7cef4d1e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=246559
@ -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
|
||||
|
22
devel/p5-Dir-Watch/Makefile
Normal file
22
devel/p5-Dir-Watch/Makefile
Normal file
@ -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>
|
3
devel/p5-Dir-Watch/distinfo
Normal file
3
devel/p5-Dir-Watch/distinfo
Normal file
@ -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
|
3
devel/p5-Dir-Watch/pkg-descr
Normal file
3
devel/p5-Dir-Watch/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Checks for dir/file addition/removals in the current directory.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Dir-Watch/
|
6
devel/p5-Dir-Watch/pkg-plist
Normal file
6
devel/p5-Dir-Watch/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user