summaryrefslogtreecommitdiff
path: root/sysutils/chgrep/pkg-descr
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2003-04-21 02:03:05 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2003-04-21 02:03:05 +0000
commitaabab4cf4dfa28249558d1c6090d2648a314d725 (patch)
treeb3a033dea4e4c2e78c0537dc64f38022a575d28e /sysutils/chgrep/pkg-descr
parentvcdgear has moved from vcdgear.org to vcdgear.com. Adjust MASTER_SITES (diff)
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>
Notes
Notes: svn path=/head/; revision=79389
Diffstat (limited to 'sysutils/chgrep/pkg-descr')
-rw-r--r--sysutils/chgrep/pkg-descr6
1 files changed, 6 insertions, 0 deletions
diff --git a/sysutils/chgrep/pkg-descr b/sysutils/chgrep/pkg-descr
new file mode 100644
index 000000000000..2aa7ed9869d9
--- /dev/null
+++ b/sysutils/chgrep/pkg-descr
@@ -0,0 +1,6 @@
+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.
+
+WWW: http://www.bmk.bicom.pl/chgrep