From owner-cvs-ports@FreeBSD.ORG Mon Jun 11 08:29:37 2007 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0BBF416A468; Mon, 11 Jun 2007 08:29:37 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id F14B613C483; Mon, 11 Jun 2007 08:29:36 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l5B8Tat7021842; Mon, 11 Jun 2007 08:29:36 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l5B8Tac0021841; Mon, 11 Jun 2007 08:29:36 GMT (envelope-from miwi) Message-Id: <200706110829.l5B8Tac0021841@repoman.freebsd.org> From: Martin Wilke Date: Mon, 11 Jun 2007 08:29:36 +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/sysutils Makefile ports/sysutils/p5-Sys-Gamin 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: Mon, 11 Jun 2007 08:29:37 -0000 miwi 2007-06-11 08:29:36 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/p5-Sys-Gamin Makefile distinfo pkg-descr pkg-plist Log: Perl interface to Gamin (File Access Monitor implementation) Provides a somewhat higher-level and friendlier interface to the Gamin File Access Monitor API. This allows one to monitor both local and remote (NFS-mounted) files and directories for common filesystem events. To do so, you must register "monitors" on specified pathnames and wait for events to arrive pertaining to them. PR: ports/112386 Submitted by: Nick Hibma Thanks to: clsung for helping Revision Changes Path 1.921 +1 -0 ports/sysutils/Makefile 1.1 +26 -0 ports/sysutils/p5-Sys-Gamin/Makefile (new) 1.1 +3 -0 ports/sysutils/p5-Sys-Gamin/distinfo (new) 1.1 +6 -0 ports/sysutils/p5-Sys-Gamin/pkg-descr (new) 1.1 +20 -0 ports/sysutils/p5-Sys-Gamin/pkg-plist (new)