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

Pav Lucistnik pav at FreeBSD.org
Sun May 23 09:30:10 PDT 2004


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 <kot at premierbank.dp.ua>
  
  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)


More information about the cvs-all mailing list