Skip site navigation (1)Skip section navigation (2)
Date:      14 Aug 2009 19:14:20 +0400
From:      "Alexey V.Degtyarev" <alexey@renatasystems.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/137770: New port: devel/p5-File-ChangeNotify - Watch for changes to files
Message-ID:  <20090814151420.15749.qmail@hs-9.renatasystems.org>
Resent-Message-ID: <200908141520.n7EFK2Zq021925@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         137770
>Category:       ports
>Synopsis:       New port: devel/p5-File-ChangeNotify - Watch for changes to files
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 14 15:20:02 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Alexey V. Degtyarev
>Release:        FreeBSD 7.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD renatasystems.org 7.1-RELEASE FreeBSD 7.1-RELEASE #0: Thu Jan 1 08:58:24 UTC 2009 root@driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64


	
>Description:
This module provides an API for creating a File::ChangeNotify::Watcher subclass
that will work on your platform.

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/~drolsky/File-ChangeNotify/

Note that this port requires a devel/p5-MooseX-SemiAffordanceAccessor submitted
as ports/137769.
>How-To-Repeat:
	
>Fix:

	

--- p5-File-ChangeNotify.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	p5-File-ChangeNotify
#	p5-File-ChangeNotify/Makefile
#	p5-File-ChangeNotify/distinfo
#	p5-File-ChangeNotify/pkg-descr
#	p5-File-ChangeNotify/pkg-plist
#
echo c - p5-File-ChangeNotify
mkdir -p p5-File-ChangeNotify > /dev/null 2>&1
echo x - p5-File-ChangeNotify/Makefile
sed 's/^X//' >p5-File-ChangeNotify/Makefile << 'ac1b74f7d02ff9d1c15f7e38316890ce'
X# New ports collection makefile for:	p5-File-ChangeNotify
X# Date created:				Fri 14 Aug 2009
X# Whom:					Alexey V. Degtyarev
X#
X# $FreeBSD$
X#
X
XPORTNAME=	File-ChangeNotify
XPORTVERSION=	0.07
XCATEGORIES=	devel perl5
XMASTER_SITES=	CPAN
XMASTER_SITE_SUBDIR=	File
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	alexey@renatasystems.org
XCOMMENT=	Watch for changes to files
X
XRUN_DEPENDS=	p5-Class-MOP>0:${PORTSDIR}/devel/p5-Class-MOP \
X		p5-MooseX-SemiAffordanceAccessor>0:${PORTSDIR}/devel/p5-MooseX-SemiAffordanceAccessor \
X		p5-MooseX-Params-Validate>0:${PORTSDIR}/devel/p5-MooseX-Params-Validate
XBUILD_DEPENDS=	${RUN_DEPENDS}
X
XMAN3=		File::ChangeNotify.3 \
X		File::ChangeNotify::Event.3 \
X		File::ChangeNotify::Watcher.3 \
X		File::ChangeNotify::Watcher::Inotify.3 \
X		File::ChangeNotify::Watcher::Default.3
X
XPERL_CONFIGURE=	yes
X
X.include <bsd.port.mk>
ac1b74f7d02ff9d1c15f7e38316890ce
echo x - p5-File-ChangeNotify/distinfo
sed 's/^X//' >p5-File-ChangeNotify/distinfo << 'af8ee79ff590980adc7421b25ebb3cf1'
XMD5 (File-ChangeNotify-0.07.tar.gz) = 1459d99d91420d14d75bb5d000aa3aa2
XSHA256 (File-ChangeNotify-0.07.tar.gz) = 9e4243b955e5d079d83761b45401e4793348016b9a09625f282682187bf67462
XSIZE (File-ChangeNotify-0.07.tar.gz) = 10440
af8ee79ff590980adc7421b25ebb3cf1
echo x - p5-File-ChangeNotify/pkg-descr
sed 's/^X//' >p5-File-ChangeNotify/pkg-descr << '3eaa60e5069cec74614d47a58c0b58a1'
XThis module provides an API for creating a File::ChangeNotify::Watcher subclass
Xthat will work on your platform.
X
XA File::ChangeNotify::Watcher class monitors a directory for changes made to
Xany file. You can provide a regular expression to filter out files you are not
Xinterested in. It handles the addition of new subdirectories by adding them to
Xthe watch list.
X
XWWW: http://search.cpan.org/~drolsky/File-ChangeNotify/
3eaa60e5069cec74614d47a58c0b58a1
echo x - p5-File-ChangeNotify/pkg-plist
sed 's/^X//' >p5-File-ChangeNotify/pkg-plist << 'f4c5b72fbdab6bdb36dd77eac8f957d4'
X%%SITE_PERL%%/File/ChangeNotify.pm
X%%SITE_PERL%%/File/ChangeNotify/Event.pm
X%%SITE_PERL%%/File/ChangeNotify/Watcher.pm
X%%SITE_PERL%%/File/ChangeNotify/Watcher/Default.pm
X%%SITE_PERL%%/File/ChangeNotify/Watcher/Inotify.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/ChangeNotify/.packlist
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/ChangeNotify
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto
X@dirrmtry %%SITE_PERL%%/File/ChangeNotify/Watcher
X@dirrmtry %%SITE_PERL%%/File/ChangeNotify
X@dirrmtry %%SITE_PERL%%/File
f4c5b72fbdab6bdb36dd77eac8f957d4
exit
--- p5-File-ChangeNotify.shar ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090814151420.15749.qmail>