From owner-cvs-all@FreeBSD.ORG Sun May 23 09:30:10 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 355F916A4D1; Sun, 23 May 2004 09:30:10 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E55643D39; Sun, 23 May 2004 09:30:10 -0700 (PDT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4NGTRbj012068; Sun, 23 May 2004 09:29:28 -0700 (PDT) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4NGTRip012067; Sun, 23 May 2004 09:29:27 -0700 (PDT) (envelope-from pav) Message-Id: <200405231629.i4NGTRip012067@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 23 May 2004 09:29:27 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils Makefile ports/sysutils/fileschanged Makefile distinfo pkg-descr pkg-message ports/sysutils/fileschanged/files patch-configure patch-filelist.c patch-handlers.c patch-monitor.c patch-opts.c patch-opts.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 May 2004 16:30:10 -0000 pav 2004/05/23 09:29:27 PDT FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/fileschanged Makefile distinfo pkg-descr pkg-message sysutils/fileschanged/files patch-configure patch-filelist.c patch-handlers.c patch-monitor.c patch-opts.c patch-opts.h Log: Add fileschanged, a client to the FAM (File Alteration Monitor) server. Here's how the fileschanged FAM client works: you give it some filenames on the command line and then it monitors those files for changes. When it discovers that a file has changed (or has been altered), it displays the filename on the standard-output. PR: ports/66894 Submitted by: Konstantin Reznichenko Revision Changes Path 1.536 +1 -0 ports/sysutils/Makefile 1.1 +34 -0 ports/sysutils/fileschanged/Makefile (new) 1.1 +2 -0 ports/sysutils/fileschanged/distinfo (new) 1.1 +11 -0 ports/sysutils/fileschanged/files/patch-configure (new) 1.1 +33 -0 ports/sysutils/fileschanged/files/patch-filelist.c (new) 1.1 +32 -0 ports/sysutils/fileschanged/files/patch-handlers.c (new) 1.1 +12 -0 ports/sysutils/fileschanged/files/patch-monitor.c (new) 1.1 +28 -0 ports/sysutils/fileschanged/files/patch-opts.c (new) 1.1 +10 -0 ports/sysutils/fileschanged/files/patch-opts.h (new) 1.1 +7 -0 ports/sysutils/fileschanged/pkg-descr (new) 1.1 +9 -0 ports/sysutils/fileschanged/pkg-message (new)