Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Apr 2003 19:03:05 -0700 (PDT)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/sysutils Makefile ports/sysutils/chgrep Makefile distinfo pkg-descr pkg-plist ports/sysutils/chgrep/files patch-src::chgrep.c
Message-ID:  <200304210203.h3L235IP055021@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
adamw       2003/04/20 19:03:05 PDT

  FreeBSD ports repository

  Modified files:
    sysutils             Makefile 
  Added files:
    sysutils/chgrep      Makefile distinfo pkg-descr pkg-plist 
    sysutils/chgrep/files patch-src::chgrep.c 
  Log:
  Add chgrep.
  
  Chgrep searches the input files (or standard input if no files are named)
  for oldstring and changes them to new string. If some file and file.lock
  exist then chgrep leaves both files unchanged. This program can be very use-
  full for mail servers. Chgrep is fast, much faster than grep or sed.
  
  PR:             51198
  Submitted by:   Kirill Ponomarew <ponomarew@oberon.net>
  
  Revision  Changes    Path
  1.355     +1 -0      ports/sysutils/Makefile
  1.1       +26 -0     ports/sysutils/chgrep/Makefile (new)
  1.1       +1 -0      ports/sysutils/chgrep/distinfo (new)
  1.1       +14 -0     ports/sysutils/chgrep/files/patch-src::chgrep.c (new)
  1.1       +6 -0      ports/sysutils/chgrep/pkg-descr (new)
  1.1       +1 -0      ports/sysutils/chgrep/pkg-plist (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304210203.h3L235IP055021>