cvs commit: ports/sysutils Makefile ports/sysutils/chgrep Makefile
distinfo pkg-descr pkg-plist ports/sysutils/chgrep/files
patch-src::chgrep.c
Adam Weinberger
adamw at FreeBSD.org
Sun Apr 20 19:05:53 PDT 2003
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 at 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)
More information about the cvs-all
mailing list