From owner-cvs-ports@FreeBSD.ORG Fri Aug 14 20:08:48 2009 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BB95C1065694; Fri, 14 Aug 2009 20:08:48 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id ABF528FC60; Fri, 14 Aug 2009 20:08:48 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n7EK8muX027511; Fri, 14 Aug 2009 20:08:48 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n7EK8mvA027510; Fri, 14 Aug 2009 20:08:48 GMT (envelope-from miwi) Message-Id: <200908142008.n7EK8mvA027510@repoman.freebsd.org> From: Martin Wilke Date: Fri, 14 Aug 2009 20:08:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/p5-File-ChangeNotify Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Aug 2009 20:08:48 -0000 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)