From root@undeliverable.renatasystems.org  Fri Aug 14 15:14:23 2009
Return-Path: <root@undeliverable.renatasystems.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 3369C106568D
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 14 Aug 2009 15:14:23 +0000 (UTC)
	(envelope-from root@undeliverable.renatasystems.org)
Received: from hs-9.renatasystems.org (hs-9.renatasystems.org [83.222.5.149])
	by mx1.freebsd.org (Postfix) with SMTP id B8D708FC72
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 14 Aug 2009 15:14:22 +0000 (UTC)
Received: (qmail 15750 invoked by uid 0); 14 Aug 2009 19:14:20 +0400
Message-Id: <20090814151420.15749.qmail@hs-9.renatasystems.org>
Date: 14 Aug 2009 19:14:20 +0400
From: Alexey V.Degtyarev <alexey@renatasystems.org>
Reply-To: Alexey V.Degtyarev <alexey@renatasystems.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New port: devel/p5-File-ChangeNotify - Watch for changes to files
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         137770
>Category:       ports
>Synopsis:       New port: devel/p5-File-ChangeNotify - Watch for changes to files
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 14 15:20:02 UTC 2009
>Closed-Date:    Fri Aug 14 20:08:38 UTC 2009
>Last-Modified:  Fri Aug 14 20:10:32 UTC 2009
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Fri Aug 14 17:20:01 UTC 2009 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=137770 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Fri Aug 14 20:08:37 UTC 2009 
State-Changed-Why:  
New port added, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=137770 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/137770: commit references a PR
Date: Fri, 14 Aug 2009 20:08:56 +0000 (UTC)

 miwi        2009-08-14 20:08:48 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel                Makefile 
   Added files:
     devel/p5-File-ChangeNotify Makefile distinfo pkg-descr 
                                pkg-plist 
   Log:
   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/dist/File-ChangeNotify/
   
   PR:             ports/137770
   Submitted by:   Alexey V. Degtyarev
   
   Revision  Changes    Path
   1.3599    +1 -0      ports/devel/Makefile
   1.1       +30 -0     ports/devel/p5-File-ChangeNotify/Makefile (new)
   1.1       +3 -0      ports/devel/p5-File-ChangeNotify/distinfo (new)
   1.1       +9 -0      ports/devel/p5-File-ChangeNotify/pkg-descr (new)
   1.1       +12 -0     ports/devel/p5-File-ChangeNotify/pkg-plist (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
