From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 14 15:20:02 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EA7CE1065692 for ; Fri, 14 Aug 2009 15:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C9A318FC5B for ; Fri, 14 Aug 2009 15:20:02 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n7EFK2oN021926 for ; Fri, 14 Aug 2009 15:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n7EFK2Zq021925; Fri, 14 Aug 2009 15:20:02 GMT (envelope-from gnats) Resent-Date: Fri, 14 Aug 2009 15:20:02 GMT Resent-Message-Id: <200908141520.n7EFK2Zq021925@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Alexey V.Degtyarev" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3369C106568D for ; 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 ; 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" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/137770: New port: devel/p5-File-ChangeNotify - Watch for changes to files X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Alexey V.Degtyarev" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Aug 2009 15:20:03 -0000 >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 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: